@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

table.data td.wrap {
	word-break:normal;
}

.course-title .subtitle{
	display: none
}

#itemviewpage .links .expired {
	color: red;
	font-weight: bold;
	font-size: 1.5em;
}
#itemviewpage .module-content .item-view .bootstrap-row .col-md-4 .links a.info {
    background-color: #253a6e !important;
    width: 120px;
    height: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    margin-right: 10px;
}
a.launch.button {
    background-color: #253a6e !important;
}
#programtrackpage .header-inner {
    height: 55px;
}

#content{
	background-image: none;
}

.mobile-toggle {
    display: none;
}

body{
	overflow-x: hidden;
	font-family: 'Open Sans'
}

.portlet, th{
	font-family: 'futura-pt';
}

td, .message{
	font-family: "Open Sans"
}

#itemviewpage p, #itemviewpage span, #itemviewpage strong,
#mylearningpage p, #mylearningpage span, #mylearningpage strong{
	font-family: 'futura-pt'
}

a.button{
	font-family: "Open Sans"
}

.courses-body .empty{
	padding: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #586971;
	margin-top: 80px;
	font-size: 22px;
	box-sizing: border-box;
}
/*
.courses-body .empty:after{
	color: #586971;
	content: 'We are unable to find a match.  Please try again with a different search term.';
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 22px;
	height: 30px;
	margin-top: 40px;
}*/

/*TOP NAV STYLES ======== DESKTOP*/

#header{
	height: 80px;
	background-color: #fff;
	background-image: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 120px;
}

#header .header-inner{
	padding: 0;
	width: 100%;
	height: 50px;
	background: none;
}

#header .header-inner .wrapper{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	position: relative;
	min-width: unset;
}

.header-logo{
	width: 244px;
	height: 40px;
	background-image: url(https://resource.mycrowdwisdom.com/uploads/asce/main/asce_blue_logo_1578680515805.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.dropdown-toggle .avatar .fa-user{
	font-size: 26px;
	color: #aaa;
	margin: 5px;
}

.dropdown-toggle i.fa-angle-down{
	font-size: 18px;
	color: #555;
}

.dropdown-toggle .username{
	font-size: 16px;
	color: #555;
	font-family: "futura-pt"
}

.dropdown{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dropdown-toggle{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 160px;
	border: 1px solid #fff;
	border-radius: 3px;
	border-bottom: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	transition: .3s;
	cursor: pointer;
}

.dropdown .dropdown-menu.links {
    position: absolute;
    top: 50px;
	right: 0px;
    width: 180px;
    height: auto;
    padding: 0px;
    margin: 0px;
    display: flex;
	visibility: hidden;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
    z-index: 1;
    text-align: left;
    color: #3f4041;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
	list-style-type: none;
	opacity: 0;
	transition: visibility .3s, opacity .3s ease-out;
}

.dropdown-menu.links li{
	width: 100%;
	margin: 0;
	padding: 10px 0;
	color: #333;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.dropdown-menu.links li a{
	color: #333;
	padding: 0 10px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.dropdown-menu.links li:hover{
	background-color: #004b85;
}

.dropdown-menu.links li:hover a{
	color: #fff;
}

.dropdown-menu.links li:empty{
	display: none;
}

.dropdown .fa-shopping-cart, .dropdown .fa-calendar {
	font-size: 26px;
	color: #aaa;
	margin: 5px;
}

.account-tools.right{
	width: 225px;
	height: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.show {
    visibility: visible!important;
	opacity: 1!important;
}

.dropdown-border{
	border-color: #aaa;
}

.fa-caret-down::before{
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	content: "\f0d7"!important;
}

.fa-caret-up::before {
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
    content: "\f0d8"!important;
}

/*MAIN CONTENT STYLES ======== DESKTOP*/

.wrapper.main-content{
	width: 100%;
	margin: 0;
	padding: 0;
	min-width: unset;
}

#content{
	padding: 0;
}

/*MODULE LINK, MAIN LINK ITEMS STYLES ======== DESKTOP*/

.wrapper.main-content ul.module-link{
	height: 51px;
	width: 100%;
	padding: 0px 120px;
	background-color: #253a6e;
	background-image: none;
	box-sizing: border-box;
	border: none!important;
}
.right.search {
    width: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #253a6e !important;
    height: 51px;
}

ul.module-link li{
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

ul.module-link li a{
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 0 30px;
	font-family: "futura-pt";
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

ul.module-link li.selected a {
	color: #fff;
	cursor: pointer;
}

ul.module-link li.selected, ul.module-link li.selected.last{
	background-color: #0273ba;
	border: none;
}

ul.module-link li:hover{
	background-color: #0273ba;
}

ul.module-link li a:hover{
	background-color: transparent;
	color: white;
}

/*MODULE CONTENT STYLES ======== DESKTOP*/

.module-content{
	/*padding: 150px 120px 10px;*/
	padding: 0px;
	position: relative;
	border: none;
	background-color: #fff;
	font-size: 18px;
}

#startpage .module-content > div, #mylearningpage .module-content > div{
	padding: 130px 120px 10px;
	box-sizing: border-box;
}

#catalogpage .module-content{
	padding-top: 0px;
	top: -3px;
}

.module-content::before{
	font-size: 36px;
	color: #fff;
	font-weight: 800;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding-left: 120px;
	box-sizing: border-box;
	height: 120px;
	background-color: #0273ba;
	position: absolute;
	top: -4px;
}

.module-content.catalogpage::before{
	display: none;
}

.module-content.start::before{
	content: 'myLearning ASCE';
}

.module-content.catalogpage::before{
	content: 'Catalog';
}

.module-content.mylearning::before{
	content: 'myCourses';
}

.module-content.events::before{
	content: 'Conferences';
}

.module-content.help::before{
	content: 'myLearning Help';
}

#programtrackpage .column{
	float: none!important;
}

.column.hundred.first .text-portlet{
	position: relative;
	margin: 5px 0 15px;
}

.portlet .portlet-hd{
	font-size: 20px;
	font-weight: bold;
}

.portlet .portlet-title{
	color: #333;
	padding: 5px 0;
}

.column.hundred.first .text-portlet .portlet-bd-cnt{
	padding: 5px 0;
	line-height: 26px;
}

.column.hundred.first .text-portlet .portlet-bd-cnt .message span{
	color: #333;
}

.column.hundred.first .text-portlet .portlet-hd .portlet-hd-cnt {
	height: 0px;
}

.column.hundred.first .text-portlet .portlet-hd .portlet-hd-cnt .portlet-toolbar{
	position: absolute;
	right: 0;
	top: -10px;
}

#startpage .column .block.portlet{
	border: none;
}
.td.shortDescription.course-shortDescription {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 122px;
}
.td.icon.course-thumbnail {
    margin-bottom: 10px;
    display: block;
    position: absolute;
}
.td.icon.course-thumbnail img {
    height: 130px;
}
.td.credits.course-credits.course-field {
    margin-left: 122px;
    margin-bottom: 10px;
}
/*SEARCH AND BROWSE PANELS STYLES ======== DESKTOP*/

#catalog-search label.blocklbl, #catalog-search .Button[value="Clear"]{
	display: none;
}

#catalog-search{
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

#catalog-search .portlet-wrap{
	width: 100%;
}

#catalog-search form{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 47px;
	padding: 20px 0;
}

#catalog-search form input.TextField{
	height: 100%;
	width: 80%;
	border: 2px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 18px;
	border-right: none;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-left: 5px;
}

#catalog-search input[type="submit"]{
	height: 100%;
	display: block;
	-webkit-appearance: none;
	box-sizing: border-box;
	background-color: #253a6e;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #253a6e;
	border-radius: 3px;
	border-left: none;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Open Sans";
}

.tiled-courses.tags.multiselect .result-details .start{
	margin-left: 4px;
}

.tiled-courses.tags.multiselect .result-details .separator{
	padding: 0;
	margin: 0 5px;
}

.search-browse .box{
	margin: 0;
	border: none;
}

/*
.search-browse .box:nth-child(4){
	display: none;
} */

.search-browse .boxhd{
	font-size: 18px;
	font-weight: normal;
	color: #333;
	padding: 17.5px 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search-browse .boxhd span{
	font-family: "Open Sans";
}

.boxbd ul.short-list{
	font-family: "Open Sans";
}

.search-browse.browsebytag-panel .box .boxbd, .search-browse.browsebytype-panel .box .boxbd{
	display: none;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #c0c0c0;
	padding-left: 40px;
}

.box .boxbd .short-list li a, .box .boxbd .more, .box .boxbd .fewer{
	font-size: 1em;
	margin: 5px 0;
	color: #0c5fa8;
	font-weight: 700;
}

.box .boxbd a.more, .box .boxbd a.fewer{
	display: flex;
	flex-direction: row-reverse;
	font-family: "Open Sans"
}

.catalog-browse .portlet-bd-cnt{
	border: 1px solid #c0c0c0;
	border-bottom: none;
	padding: 0;
}

.catalog-browse .portlet-hd .portlet-title{
	margin-bottom: 20px;
}

.browse-full{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0c5fa8;
	font-size: 16px;
	font-weight: bold;
}

/*MY COURSES PORTLET ON DASHBOARD STYLES ======== DESKTOP*/



#catalog-mycourses .tab-content.panel-body{
	padding: 0;
}

#catalog-mycourses .icon.refresh{
	display: none;
}

#catalog-mycourses .tabnav.nav.nav-tabs{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 50px;
	position: relative;
}

#catalog-mycourses .tabnav.nav.nav-tabs li{
	border: none;
	background-color: transparent;
}

#catalog-mycourses .tabnav.nav.nav-tabs li a{
	background-color: transparent;
	font-size: 1.1em;
	height: 100%;
}

#catalog-mycourses .tabnav.nav.nav-tabs li.selected a{
	color: #253a6e;
}

#catalog-mycourses .tabnav.nav.nav-tabs li.selected::after{
	background-color: #253a6e;
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: -13px;
	left: 0px;
	content: ' ';
}

#catalog-mycourses .data td.primary{
	flex-direction: column;
    display: flex;
    height: 110px;
    justify-content: space-between;
}

#catalog-mycourses .data td.primary div.links{
	margin-top: 0;
}

#catalog-mycourses .item.even{
	background-color: #fff;
}

#catalog-mycourses .item.odd{
	background-color: #f9f9f9;
}

#catalog-mycourses .item{
	margin: 0;
	border: none;
	height: 125px;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
}

.mycourses-portlet .item a{
	padding: 0;
}

.mycourses-portlet .item .name{
	width: 65%;
	height: auto;
	line-height: 17px;
}

#catalog-mycourses .date.date-label::before {
	content: 'Exp. Date: ';
}

#catalog-mycourses .date{
	font-style: normal;
	color: #555;
}

#catalog-mycourses .item .link.view-details, #catalog-mycourses .item .launch{
	width: 120px;
	height: 20px;
	padding: 5px 7.5px;
	text-align: center;
	position: absolute;
	right: 15px;
	border-radius: 3px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

#catalog-mycourses .item .launch{
	top: 25px;
	background-color: #253a6e;
}

#catalog-mycourses .item .link.view-details{
	bottom: 25px;
	background-color: #0c5fa8;
}

#catalog-mycourses .view-all-link{
	text-align: center;
}

#catalog-mycourses .view-all-link a{
	color: #0c5fa8;
	font-size: 16px;
	font-weight: bold;
}

#catalog-mycourses .view-all-link a:hover{
	color: #000;
}

/*AVAILABLE PRODUCTS STYLES ======== DESKTOP*/
.available-products{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	z-index: 1;
	padding: 10px 0;
	position: relative;
}

.available-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 3;
}


.available-product-item{
	width: 24%;
	height: 100px;
	border: 1px solid #aaa;
	box-sizing: border-box;
	margin: 7.5px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	z-index: 2;
	transition: .2s ease-in-out;
	position: relative;
	background-color: #0c5fa8;
}

.available-product-item:hover{
	-webkit-box-shadow: 0 8px 8px 0px rgba(4, 4, 4, 0.2), 0 7px 12px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 8px 8px 0px rgba(4, 4, 4, 0.2), 0 7px 12px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 8px 8px 0px rgba(4, 4, 4, 0.2), 0 7px 12px 0 rgba(0, 0, 0, 0.19);
}

.available-text{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	color: #fff;
}

.available-text:hover{
	color: #fff
}

.text-portlet .portlet-bd-cnt{
	padding: 0;
}

/*QUICK LINKS ======== DESKTOP*/

#dashboard-quicklink .portlet-bd-cnt{
	padding: 0 20px 0 0;
	box-sizing: border-box;
}

#dashboard-quicklink table{
	width: 100%;
	min-height: 330px;
}

#dashboard-quicklink tbody{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

#dashboard-quicklink tbody tr{
	width: 100%;
	height: 62px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#dashboard-quicklink tbody tr td.qlink-cell{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #ccc;
}

#dashboard-quicklink tbody tr td.qlink-cell a{
	font-size: 16px;
	color: #0c5fa8;
	font-weight: bold;
	width: 100%;
}

/*TRACKING PDHs FREE FORM STYLES ======== DESKTOP*/

.tracking-pdh{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 30px 0 0 10px;
}

.pdh-img{
	background-image: url(https://cdn.mycrowdwisdom.com/asce/Images/ASCE_MyLearning_700px.jpg);
	height: 120px;
	width: 100%;
	max-width: 100%;
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

.tracking-pdh p{
	margin: 5px 0;
	font-size: .9em;
}

/*FOOTER STYLES ======== DESKTOP*/

#footer{
	background-color: #0c5fa8;
	font-family: 'futura-pt';
}

#footer .wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

#footer .links, #footer .copyright{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 25px;
}

#footer a, #footer .links a{
	padding: 0;
	font-size: 16px;
	text-align: center;
	margin: 0 10px;
}

#footer .footer-home span, #footer .footer-help span, #footer .footer-contact span {
    margin-left: 0px;
    padding: 0px;
	width: 100%;
	text-align: center;
	background-color: #0c5fa8;
}

.footer-home, .footer-help, .footer-contact {
    background: none;
}
.policy-prompt .info {
    padding: 0 15px;
    color: #ffffff !important;
}
.policy-prompt {
    position: inherit;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    line-height: 45px;
    background: #253a6e !important;
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
    text-align: center;
}
/*CATALOG PAGE STYLES ======== DESKTOP*/

/*CATALOG SEARCH/TAGS STYLES*/

#catalogpage .msgblock grades{
	display: none;
}

#catalogpage .portlet-bd .portlet-bd-container .portlet-bd-container-wrap .portlet-bd-cnt{
	padding: 0;
}

#catalogpage .catalog-tiled-result-list .portlet-hd{
	display: none;
}

#catalogpage .column{
	float: none;
}
#catalogpage .search-panel .result-tab, #catalogpage .column .block.portlet{
	margin: 0;
	border: none;
}

.tiled-courses.tags .tag-sets{
	float: none;
}

.tiled-courses.tags.multiselect .tag-sets{
	width: 100%;
}

#catalogpage .tiled-courses.tags.multiselect .refine{
	/*display: none;*/
	background-color: #0273ba;
	padding: 25px 120px 45px;
	/*height: 200px;*/
	box-sizing: border-box;
}

#catalogpage .tiled-courses.tags.multiselect .refine .tags-wrapper{
	padding: 0;
	height: 100%;
}

#catalogpage .tiled-courses.tags.multiselect .refine .tags-wrapper .column.hundred{
	height: 100%;
}

#catalogpage .tag-sets.panel.panel-default{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

#catalogpage .tag-sets.panel.panel-default .panel-body{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/*min-height: 200px;*/
}

#catalogpage .tag-sets.panel.panel-default div .search-panel-heading{
	display: none;
}

#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search{
	height: 50px;
}

#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search::before{
	content: 'Catalog';
	position: absolute;
	left: auto;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
}

#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search .search-form{
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search .search-form input[type="text"]{
	width: 60%;
	height: 100%;
	padding: 0;
	border: 1px solid #aaa;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 18px;
	border-right: none;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-left: 5px;
	font-family: "Open Sans";
}

#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search .search-form input[type="text"]::-webkit-input-placeholder{
	font-size: 18px;
}


#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search .search-form button[type="submit"]{
	height: 100%;
	width: 8%;
	display: block;
	-webkit-appearance: none;
	box-sizing: border-box;
	background-color: #46833A;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #46833A;
	border-radius: 3px;
	border-left: none;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	font-family: "Open Sans";
	margin-right: 10px;
}

#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search .search-form button:nth-child(3){
	height: 100%;
	width: 8%;
	display: block;
	-webkit-appearance: none;
	box-sizing: border-box;
	background-color: #46833A;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #46833A;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	font-family: "Open Sans";
}

#catalogpage .tag-sets.panel.panel-default .panel-body .filter-panel-heading{
	display: none;
}

#catalogpage .tag-sets.panel.panel-default .panel-body .sets{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	margin-top: 30px;
	position: relative;
}

#catalogpage .tag-sets.panel.panel-default .panel-body .sets::before{
	content: 'Filters:';
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: -30px;
	left: 0;
	color: #fff;
}

.Select--multi .Select-clear-zone{
	position: absolute;
	right: 6px;
	top: 0;
}

#catalogpage .tag-sets.panel.panel-default .panel-body .sets .tags-select{
	width: 30%;
	padding-left: 10px;
    padding-right: 10px;
}

#catalogpage .tag-sets.panel.panel-default .panel-body .sets .tags-select .Select.Select--multi,
#catalogpage .tag-sets.panel.panel-default .panel-body .sets .tags-select .Select.Select--multi .Select-control{
}

/*#catalogpage .tag-sets.panel.panel-default .panel-body .sets .tags-select .Select.Select--multi .Select-control{
	overflow-y: scroll;
}*/

#catalogpage .tag-sets.panel.panel-default .panel-body .sets .tags-select .Select.Select--multi .Select-control,
#catalogpage .tag-sets.panel.panel-default .panel-body .sets .tags-select .Select.Select--multi .Select-control .Select-placeholder{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333;
	background-color: #D7E5EE;
	font-family: "Open Sans";
}

#catalogpage .tag-sets.panel.panel-default .panel-body .sets .tags-select .Select.Select--multi .Select-control{
	padding: 5px 0;
	height: 40px;
}

#catalogpage .Select--multi .Select-multi-value-wrapper, .Select-arrow{
	display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.Select-input>input{
	padding: 0;
}

.Select-arrow{
	height: 0;
	border-color: #333 transparent transparent!important;
}

.tiled-courses.tags.multiselect .courses-body .sort-dropdown{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	padding: 0 120px;
	box-sizing: border-box;
	float: none;
	font-family: "Open Sans";
}

.tiled-courses.tags.multiselect .result-details{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 10px 120px 0;
	box-sizing: border-box;
	float: none;
	font-family: "Open Sans";
	font-size: 16px;
}

.tiled-courses.tags.multiselect .courses-body .sort-dropdown .Select.Select--single{
	width: 180px;
	margin-left: 5px;
}

.tiled-courses.tags.multiselect .courses-body .sort-dropdown .Select.Select--single .Select-control{
	border: none;
}

.tiled-courses.tags.multiselect .courses-body .sort-dropdown .Select.Select--single .Select-control .Select-value{
	text-align: center;
	display: flex;
	align-items: center;
}

.tiled-courses.tags.multiselect .courses-body .sort-dropdown .Select.Select--single .Select-control .Select-value .Select-value-label{
	color: #0c5fa8;
	font-weight: bold;
}

.tiled-courses.tags.multiselect .courses-body .sort-dropdown .Select.Select--single .Select-control .Select-arrow{
	border-color: #0c5fa8 transparent transparent!important;
}

.tiled-courses.tags.multiselect .courses-body .sort-dropdown .Select.Select--single .Select-control .Select-placeholder{
	color: #0c5fa8;
	font-weight: bold;
	line-height: 36px;
}

/*CATALOG COURSE LIST STYLES ======== DESKTOP*/


#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body{
	padding: 0px 120px;
}

#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion{
	padding: 0;
	margin: 0;
	background-color: transparent;
}

/*#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion:before{
	content: 'Catalog';
	font-size: 16px;
	height: 40px;
}*/

#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper{
	border: 2px solid #e6e6e6;
	border-radius: 4px;
	margin-bottom: 20px;
}

#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	box-sizing: border-box;
	min-height: 150px;
	font-family: "Open Sans";
	color: #333;
}


#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.title.primary,
#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.credits,
#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.endDate{
	width: 80%;
}

#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.title.primary .collapse-link{
	color: #0c5fa8;
	font-weight: bolder;
}

/*#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.title.primary p{
	display: none;
}*/

/*#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.credits .credit span,
#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.endDate{
	font-size: 12px;
}*/

#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.actions{
	position: absolute;
	right: 0px;
	height: 100%;
	width: 15%;
	top: 0px;
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
}

#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.actions div{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
}

#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.actions div.variant{
	justify-content: flex-end;
}

div.variants:empty{
	display: none!important;
}

div.variants:empty + div{
	flex-direction: column;
}

#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.actions div a{
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	background-image: none;
	text-align: center;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.actions div a.button.view-details{
	color: #0c5fa8;
	font-weight: bold;
}

#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.actions div a.btn.btn-primary,
a.button.buy{
	background-color: #253a6e !important;
	border-radius: 2px;
	color: white;
	font-weight: bold;
}

#catalogpage .load-more{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#catalogpage .load-more a.to-top{
	cursor: pointer;
}

#catalogpage .load-more a.to-top::before{
	content: '\f325';
	font-family: 'Font Awesome 5 Pro';
	font-size: 15px;
	margin-right: 4px;
}

#catalogpage .load-more a.button{
	width: 100px;
	background-image: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #0c5fa8;
	margin: 0;
	padding: 10px;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*MY LEARNING STYLES ======== DESKTOP*/

.module-content.mylearning .tabnav.nav.nav-tabs{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 50px;
	position: relative;
}

.module-content.mylearning .tabnav.nav.nav-tabs li{
	border: none;
	background-color: transparent;
	width: 20%;
}

.module-content.mylearning .tabnav.nav.nav-tabs li a{
	background-color: transparent;
	font-size: .9em;
	height: 100%;
	width: 100%;
	text-align: center;
}

.module-content.mylearning .tabnav.nav.nav-tabs li.selected a{
	color: #253a6e;
}

.module-content.mylearning .tabnav.nav.nav-tabs li.selected::after{
	background-color: #253a6e;
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: -11px;
	left: 0px;
	content: ' ';
	padding: 0 4px;
}

#mylearningpage .tab .tab-content{
	border: none;
	padding: 20px 0 0 0;
}

#mylearningpage .result-list .table table.data thead tr th{
	padding: 15px;
	font-size: 16px;
}

table.data th, table.data td, div.css-table.data .th, div.css-table.data .td{
	border: none;
}

#mylearningpage .result-list .table table.data tbody tr{
	min-height: 110px;
	padding: 5px 0px;
	box-sizing: border-box;
}

.result-list .links a{
	color: #0c5fa8;
	font-size: 14px;
}

#mylearningpage .result-list .msgblock.grades{
	display: none;
}

#mylearningpage .tab .tab-content.panel-body .result-list{
	position: relative;
}

#mylearningpage .result-list div:nth-of-type(3){
	display: flex;
	justify-content: space-between;
	margin-right: calc(1% + 170px);
	font-weight: bold;
}

/*#mylearningpage .result-list div:nth-of-type(3)::after{
	content: ' | ';
	font-size: 16px;
	color: #0c5fa8;
	font-weight: bold;
	margin: 0 5px;
}*/

#mylearningpage .result-list div:nth-of-type(3) a{
	width: 100%;
	display: flex!important;
	justify-content: flex-start;
	align-items: center;
}

#mylearningpage .result-list .icon-pdf{
	background-image: none;
	padding: 0;
}

#mylearningpage .result-list div:nth-of-type(3) a span{
	font-size: 16px;
	height: 100%;
	color: #0c5fa8;
	/*font-weight: bold;*/
}

#mylearningpage .addce{
	margin: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 16px;
	color: #0c5fa8;
}

#mylearningpage .addce span{
	font-size: 16px;
	font-weight: bold;
	color: #0c5fa8;
}

#mylearningpage  .result-list form{
 width: 100%; /* or a max-width instead of fixed width */
    max-width: 150px; /* optional */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

#mylearningpage .result-list form select[name="year"]{
	padding: 10px 15px;
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	width: 110px;
	box-sizing: border-box;
	font-size: 16px;
	position: relative;
}

#mylearningpage .paging-block{
	height: 50px;
}

#mylearningpage .paging-block .paging-nav{
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*VIEW DETAILS PAGE ======== DESKTOP*/

#itemviewpage .tab .tab-content{
	padding: 0;
}

#itemviewpage .module-content{
	top: -4px;
	box-sizing: border-box;
}

#itemviewpage .module-content .item-view .bootstrap-row{
	width: 100%;
	background-color: #0273ba;
	box-sizing: border-box;
	padding: 10px 120px;
	height: 250px;
}

#itemviewpage .module-content .item-view .bootstrap-row .col-md-4{
	height: 90%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px 0;
	box-sizing: border-box;
	color: #fff;
}

.back-to-catalog {
	margin: 0!important;
	color: white;
	font-size: 14px;
}

#itemviewpage .module-content .item-view .bootstrap-row .col-md-4 .title{
	color: #fff;
}

#itemviewpage .module-content .item-view .bootstrap-row .col-md-4 .subtitle{
	color: #fff;
	height: 60px;
}


#itemviewpage .module-content .item-view .bootstrap-row .col-md-4 .subtitle b{
	margin-bottom: 10px;
}

#itemviewpage .module-content .item-view > div:nth-of-type(2){
	box-sizing: border-box;
	width: 100%;
	padding: 10px 120px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

#itemviewpage .module-content .item-view .bootstrap-row .col-md-4 .links{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
}

#itemviewpage .module-content .item-view .bootstrap-row .col-md-4 .links a.info{
	background-color: #46833A;
	width: 120px;
	height: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	margin-right: 10px;
}

#itemviewpage .module-content .item-view .bootstrap-row .col-md-4 .links .preview{
	background-color: #0c5fa8;
	width: 120px;
	height: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	margin-right: 10px;
}

#itemviewpage .module-content .item-view .bootstrap-row .col-md-4 .links a.launch.button{
	background-color: #0c5fa8;
	width: 120px;
	height: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	background-image: none;
	padding: 0;
	margin: 0 15px 0 0;
}

#itemviewpage .module-content .item-view .bootstrap-row .col-md-4 .links a.launch.button:hover{
	background-color: #19a1cf;
}

#itemviewpage .module-content .item-view .bootstrap-row .col-md-4 .links .separator{
	display: none;
}

#itemviewpage .module-content .item-view .bootstrap-row .col-md-4 .links a.launch.button span{
	padding: 0;
	background-image: none;
}

#itemviewpage .itemdesc .label{
	font-size: 22px;
	color: black;
	font-weight: bold;
	font-family: "futura-pt";
}

#itemviewpage .itemdesc .longdesc p:nth-child(2) span strong, 
#itemviewpage .itemdesc .longdesc p:nth-child(4) span strong, 
#itemviewpage .itemdesc .longdesc p:nth-child(5) span strong, 
#itemviewpage .itemdesc .longdesc p:nth-child(6) span strong, 
#itemviewpage .itemdesc .longdesc p:nth-child(8) span strong,
#itemviewpage .itemdesc .longdesc p:nth-child(10) span strong{
	font-size: 22px!important;
	font-family: 'futura-pt'!important;
	color: black;
	font-weight: bold!important;
}

/*MYLEARINNG VIEW DETAILS*/
/*#mylearningpage  .module-content .item-view .bootstrap-row{
	width: 100%;
	background-color: #347cad;
	box-sizing: border-box;
	padding: 10px 120px;
	height: 250px;
}*/

#mylearningpage .module-content .item-view .bootstrap-row .col-md-4{
	height: 90%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 10px 0 20px;
	box-sizing: border-box;
}


#mylearningpage .module-content .item-view .bootstrap-row .col-md-4 .title{
	font-size: 20px;
}

/*#mylearningpage  .module-content .item-view .bootstrap-row .col-md-4 .subtitle{
	color: #fff;
	height: 60px;
}

#mylearningpage .module-content .item-view .bootstrap-row .col-md-4 .subtitle b{
	margin-bottom: 10px;
}*/

#mylearningpage .module-content .item-view > div:nth-of-type(2){
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

#mylearningpage .module-content .item-view .bootstrap-row .col-md-4 .links{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	margin: 10px 0 5px;
}

#mylearningpage .module-content .item-view .bootstrap-row .col-md-4 .links .preview{
	background-color: #0c5fa8;
	width: 120px;
	height: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	margin-right: 10px;
}

#mylearningpage .module-content .item-view .bootstrap-row .col-md-4 .links a.launch.button{
	background-color: #0c5fa8;
	width: 120px;
	height: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	background-image: none;
	padding: 0;
	margin: 0 15px 0 0;
}

#mylearningpage .module-content .item-view .bootstrap-row .col-md-4 .links a.launch.button:hover{
	background-color: #19a1cf;
}

#mylearningpage .module-content .item-view .bootstrap-row .col-md-4 .links .separator{
	display: none;
}

#mylearningpage module-content .item-view .bootstrap-row .col-md-4 .links a.launch.button span{
	padding: 0;
	background-image: none;
}

#mylearningpage .itemdesc .label{
	font-size: 22px;
	color: black;
	font-weight: bold;
	font-family: "futura-pt";
}

#mylearningpage .itemdesc .longdesc p:nth-child(2) span strong, 
#mylearningpage .itemdesc .longdesc p:nth-child(4) span strong, 
#mylearningpage .itemdesc .longdesc p:nth-child(5) span strong, 
#mylearningpage .itemdesc .longdesc p:nth-child(6) span strong, 
#mylearningpage .itemdesc .longdesc p:nth-child(8) span strong,
#mylearningpage .itemdesc .longdesc p:nth-child(10) span strong{
	font-size: 22px!important;
	font-family: 'futura-pt'!important;
	color: black;
	font-weight: bold!important;
}

#mylearningpage a.button, #mylearningpage a.button span{
	background-image: none;
	padding: 0;
}

/*CONFERENCES PAGE ======== DESKTOP*/

/* ==== Conferences landing page*/

.module-content.events .portlet-container{
	padding: 130px 120px;
	box-sizing: border-box;
	min-height: 700px;
}

#mylearningpage .module-content.mylearning{
	min-height: 700px;
}

.module-content.events .portlet-container .column.first{
	float: none;
}

.module-content.events .portlet-container .column .event-list{
	border: none;
}

.module-content.events .event-list .portlet-hd{
	display: none;
}

.module-content.events .portlet .portlet-bd-cnt{
	padding: 0;
}

.module-content.events .event-list .list .item{
	padding: 10px 5px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
	border: none;
}

.module-content.events .event-list .list .item.odd{
	background-color: #F9F9F9;
}

.events .list .item{
	font-size: 18px;
}

.module-content.events .event-list .list .item .title a{
	font-size: 18px;
	color: #0c5fa8;
	font-weight: bolder;
}

.module-content.events .event-list .list .item .event-information{
	font-size: 15px;
	color: #333;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.module-content.events .event-list .list .item .event-information span,
.cert-email,
.cert-download{
	margin: 2px 4px;
}

#asceevents .column .block.portlet{
	margin: 0;
}


/* ==== Events Details Page*/

.module-content.events .session-list.convention{
	padding: 130px 120px 20px;
}

.module-content.events .breadcrumb{
	color: #333;
}

.module-content.events .breadcrumb a{
	color: #0c5fa8;
	font-weight: bold;
}

#sessions .module-content.events .session-list.convention .top-bar{
	color: #000;
	padding: 10px 0 20px;
}

#sessions .module-content.events .session-list.convention .top-bar .status{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: none;
	background-position: -4px -2px;
	color: #000;
}

#sessions .module-content.events .session-list.convention .top-bar .status a{
	background-color: #46833A;
	font-family: "Open Sans";
	font-size: 13px;
    border-radius: 2px;
    color: white;
    font-weight: bold;
    border: 0;
    margin: 0;
    padding: 3px;
    background-image: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sessions .module-content.events .session-list.convention .top-bar .panel-title{
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0;
}

#sessions .module-content.events .session-list.convention .top-bar .panel-instruction{
	font-size: 16px;
	font-weight: 300;
}

#sessions .module-content.events .session-list.convention form{
	background-color: transparent;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	padding: 10px 0;
	box-sizing: border-box;
}

#sessions .module-content.events .session-list.convention form .filters,
#sessions .module-content.events .session-list.convention form .search-input{
	height: 42px;
	margin-bottom: 10px;
}

#sessions .module-content.events .session-list.convention form .search-input{
	width: 34%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0;
}

#sessions .module-content.events .session-list.convention form .search-input input[type="text"]{
	height: 100%;
	width: 74%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #ccc;
	box-sizing: border-box;
	border-right: none;
	border-radius: 3px;
	padding: 15px;
}

#sessions .module-content.events .session-list.convention form .search-input input[type="text"]::placeholder{
	font-size: 13px;
}

#sessions .module-content.events .session-list.convention form .search-input input[type="submit"]{
	height: 100%;
    width: 25%;
    display: block;
    -webkit-appearance: none;
    box-sizing: border-box;
    background-color: #46833A;
	border: 1px solid #46833A;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    text-transform: uppercase;
}

#sessions .module-content.events .session-list.convention form .filters{
	width: 64%;
	margin-left: 15px;
}

#sessions .module-content.events .session-list.convention form .filters select{
	padding: 10px 15px;
	width: 150px;
	height: 100%;
	border: 2px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 12px;
	color: #555;
	position: relative;
	/* IF UNCOMMENTED WILL REMOVE DEFAULT DROPDOWN ARROWS, CANT CURRENTLY GET CUSTOM ARROWS IN
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   */
}

#sessions .module-content.events .session-list.convention form .options{
	width: 100%;
	height: 25px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

#sessions .module-content.events .session-list.convention form .options .option{
	width: 80px;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	position: relative;
	padding-left: 15px;
}

#sessions .module-content.events .session-list.convention form .options .option.title{
	width: 50px;
}

#sessions .module-content.events .session-list.convention form .options .option input{
	width: 13px;
	height: 13px;
	margin: 0;
	background-color: #0c5fa8;
	position: absolute;
	top: calc(50% - 6.5px);
	left: 0;
}

#sessions .module-content.events .session-list.convention .list{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

#sessions .module-content.events .session-list.convention .list .item{
	padding: 20px 15px;
	height: 80px;
	font-size: 16px;
	color: #333;
	border: none;
	position: relative;
}

#sessions .module-content.events .session-list.convention .list .item.odd{
	background-color: #F9F9F9;
}

#sessions .module-content.events .session-list.convention .list .item .title{
	font-size: 18px;
	color: #004B85;
	font-weight: bold;
	max-width: 75%;
}

#sessions .module-content.events .session-list.convention .list .item .addcnt{
	margin: 0;
	float: none;
	position: absolute;
	right: 15px;
	top: 25px;
}

#sessions .module-content.events .session-list.convention .list .item .addcnt .add{
	padding: 8px 60px;
	background-color: #46833A;
	border-radius: 3px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #46833A;
	font-size: 14px;
}

#sessions .module-content.events .session-list.convention .list .paging-block .paging-nav{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*HELP PAGE ======== DESKTOP*/
.tiled-courses.tags.multiselect .courses-body{
	min-height: 700px;
}

.module-content.help .portlet-container{
	padding: 130px 120px 20px;
	box-sizing: border-box;
}

.module-content.help .portlet-container .text-portlet-help{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	border: none;
}

.help-text{
	color: #333;
	text-decoration: none;
	cursor: default;
}

.back-to-home{
	cursor: pointer;
}

#help #common-text-help .portlet-wrap .message .numbered{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

#help #common-text-help .portlet-wrap .message p:nth-child(1){
	display: none;
}

#help #common-text-help .portlet-wrap .message p:nth-child(6){
	border-bottom: 1px solid #aaa;
	margin-bottom: 0;
	padding-bottom: 40px;
}

#help #common-text-help .portlet-wrap .message p:nth-child(8){
	margin-top: 40px;
}

#help #common-text-help .portlet-wrap .message p:nth-child(8),
#help #common-text-help .portlet-wrap .message p:nth-child(14),
#help #common-text-help .portlet-wrap .message p:nth-child(17),
#help #common-text-help .portlet-wrap .message p:nth-child(20),
#help #common-text-help .portlet-wrap .message p:nth-child(27) strong{
	font-size: 22px;
	color: #333;
	font-weight: bold;
}

#help #common-text-help .portlet-wrap .message p:nth-child(8)::before{
	content: '1. ';
}

#help #common-text-help .portlet-wrap .message p:nth-child(14)::before{
	content: '2. ';
}

#help #common-text-help .portlet-wrap .message p:nth-child(17)::before{
	content: '3. ';
}

#help #common-text-help .portlet-wrap .message p:nth-child(20)::before{
	content: '4. ';
}

#help #common-text-help .portlet-wrap .message p:nth-child(27) strong::before{
	content: '5. ';
}

#help #common-text-help .portlet-wrap .message p:nth-child(12){
	padding-bottom: 40px;
	border-bottom: 1px solid #aaa;
}

#help #common-text-help ul{
	padding: 0 0 20px 40px;
	border-bottom: 1px solid #aaa;
}

#help #common-text-help ul li{
	color: #333;
}

#help #common-text-help ul:first-of-type, #help #common-text-help ul:nth-of-type(4){
	border-bottom: none;
	padding-bottom: 0;
}

#help p, .Select--multi .Select-value-label{
	color: #333;
}

#help .message a{
	color: #0c5fa8;
}

#help a.info{
	color: #ccc;
}

#mylearningpage .tab .tab-content .overview .fields{
	display: none;
}

#mylearningpage .fa.fa-search{
	font-family: "Font Awesome 5 Pro"!important;
}

/*LEARNING PATHS PAGE HACKS*/

#programtrackpage .dropdown-toggle{
	width: 180px;
}

#programtrackpage .account-tools a:hover{
	text-decoration: none;
}

#programtrackpage .dropdown-border{
	border-color: #aaa;
}

.item-icon.base-cms-icon{
	background-position: -55px -11px;
}


.search-panel .breadcrumb{
	float: none;
	margin-bottom: 0;
	box-sizing: border-box;
}

.Select--multi .Select-value{
	display: flex!important;
	align-items: center!important;
}

.Select-control Select-multi-value-wrapper{
	max-height: 50px;
}

/*CLIENT REQUESTED CHANGES*/

#catalog-mycourses .msgblock.grades,
/*.file-icon.icon-pdf*/{
	display: none!important;
}
.overview .icon-cont {
    display: none !important;
}
.td.title.course-title, .td.subTitle {
    width: 75%;
    margin-left: 122px;
}

.td.title.course-title, .td.title.course-title a {
    font-weight: bold;
    font-size: 16px;
    color: #0c5fa8;
   /*margin-left: 60px; */
}

.td.title.course-title p{
	display: none;
}

.td.title.course-title a:hover{
	color: #347cad;
}

.td.course-sct {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 122px;
}

.td.course-sct span{
	display: flex;
	
}

.td.course-sct span::after{
	content: '|';
	width: 4px;
	height: 100%;
	text-align: center;
	margin-right: 7px
}

.td.course-sct span:last-child::after{
	content: ""
}

.item-sct{
	display: flex;
	width: 40%;
	justify-content: space-between;
	align-items: center;
}

.credits, .credit, .course-credits{
	display: inline;
}

#itemviewpage .prop{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: left;
	min-width: 150px;
}

.overview .prop {
    padding: 0px!important;
    border: none !important;
}

.overview .description {
    background-color: #fff !important;
}

 #itemviewpage .prop.code, #itemviewpage .prop.section, #itemviewpage .prop.credit,
#itemviewpage .prop.term,#itemviewpage .prop.keywords{
	 display: none;
 }

.overview .fields.full{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	/*height: 130px;*/
}

#itemviewpage .prop.tags,
#mylearningpage .props.tags{
	width: 100%;
	height: auto !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

#itemviewpage .prop.tags .label,
#mylearningpage .prop.tags .label{
	color: #333;
	font-size: 22px;
	margin-bottom: 10px;
}

#itemviewpage .prop.tags .text,
#mylearningpage .prop.tags .text{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}

#itemviewpage .prop.tags{
	border: none!important;
}

.item-view .longdesc{
	padding: 5px 0;
}

.prop.keywords span.text{
	text-align: center;
}

.item-view .longdesc p, .item-view .longdesc strong, .item-view .longdesc span{
	font-family: "Open Sans"!important;
	font-size: 105%;
}

.item-view .longdesc p > font, .item-view .longdesc p > a, .item-view > p > font > strong{
	font-size: 105%;
	color: #333;
	font-family: "Open Sans";
}

.item-view a > font > strong, .item-view a {
	color: #347cad;
	font-size: 112%;
}

#itemviewpage .itemdesc a{
	color: #347cad!important;
}

.item-view ul li, .item-view ul li font{
	font-size: 100%;
}

.item-view .details-title-panel .back-to-catalog{
	color: #fff;
}

#catalog-mycourses .addce, #catalog-mycourses .grade-bottom{
	display: none;
}

#catalogpage .variants .variant p{
	display: none;
}

/*
#itemviewpage .cartsummary,
#itemviewpage #cartmini,
#itemviewpage .shopping-cart,
#itemviewpage form.form{
	display: none;
}*/

#itemviewpage .cartsummary,
#itemviewpage #cartmini,
#itemviewpage .shopping-cart,
#itemviewpage form.form span{
	display: none;
}

#cartviewpage .module-content{
	padding: 20px 120px 10px;
	border: none;
}

.shopping-cart .block{
	border: none;
}

.td.subTitle.course-subtitle p{
	width: 100%;
	line-height: 20px;
	margin-bottom: 0;
	font-style: oblique;
	font-size: 14px;
	font-weight: normal!important;
}

.credits .type::after{
	content: ': ';
}

/* Was blocking program tracks from showing
div.new{
	display: none;
}
*/

form.direct_buy{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

button.button.buy{
	background-color: #46833A;
	font-family: "Open Sans";
	font-size: 16px;
    border-radius: 2px;
    color: white;
    font-weight: bold;
	width: 100%;
    border: 0;
    margin: 0;
    padding: 0 5px;
    background-image: none;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#itemviewpage input.buy-button{
	background-color: #46833A;
	font-family: "Open Sans";
	font-size: 16px;
    border-radius: 2px;
    color: white;
    font-weight: bold;
	width: 120px;
    border: 0;
    margin: 0;
    padding: 0 5px;
    background-image: none;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer a, #footer .links a{
	overflow: visible;
}

.tiled-courses .refine .panel-body .filter-search{
	display: none!important;
}

.tags-ff{
	background-color: #347cad;
	padding: 25px 120px 45px;
	position: relative;
}

.tags-ff .portlet-hd, .tags-ff .message{
	background-color: #347cad;
}

.tags-ff .portlet-title{
	color: #fff;
}

#asce-tags ul.tagsets {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	flex-wrap: wrap;
}

.tagset{
	min-width: 360px;
	/*max-width: 420px;*/
	margin: 10px 0;
	background-color: #D7E5EE;
}

#asce-tags .tagset + .tagset > a {
  border-top: 1px solid rgba(255,255,255,0.1);
}

.tagsets a {
  display: block;
  padding: 10px 55px 10px 5px;
  background-color: #f3f3f3;
  cursor: pointer;
  color: inherit;
  text-decoration:none!important;
  position: relative;
}

.tagset > a {
  /*background-color: #D7E5EE;*/
  color: #000!important;
}

.tagset > a .count {
  display: inline;
  border-radius: 100%;
  margin-right: 5px;
  font-size: .8em;
  background-color: rgba(255,255,255,0.2);
  padding: 3px 8px;
}

.tagset.expandable > a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f104";
  float: right;
  transition: 0.2s ease-in-out;
  position: absolute;
  right: 5px;
}

/*.tagset > a:hover,
.tagset.open > a {
  background-color: hsla(215, 58%, 30%, 1);
}*/

.tagset.open > a:before {
  transform: rotate(-90deg);
}

.tagset > ul {
  display: none;
  max-height: 200px;
  overflow-y: scroll;
}

.tagset.open > ul {
	display: block;
	list-style-type: none;
	padding: 0;
	border: 1px solid #ccc;
	border-top-color: #e6e6e6;
	position: absolute;
	min-width: 360px;
	box-sizing: border-box;
	z-index: 5;
}

.tagset ul li + li a {
  border-top: 1px solid #fff;
}

.tagset ul a:hover {
  background-color: #e3e3e3;
}

.tagset .selected a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  float: right;
}

.selected-tags-label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}

.selected-tag, .selected-tags-clear {
  display: inline-block;
  background-color: #f1f1f1;
  margin: 0px 5px 5px 0px;
  padding: 4px 8px;
  border-radius: 4px;
}

.selected-tags-clear {
  cursor: pointer;
  color: inherit;
}

.selected-tags-clear i { margin-left: 5px; }

.selected-tags-clear:hover {
  background-color: #e1e1e1;
  text-decoration: none;
}

.section-title-cont{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #000;
	padding-bottom: 20px;
	border-bottom: 2px solid #000;
}

.section-title-cont .section-title {
	font-weight: normal;
}

.section-title-cont .search-instructions{
	padding: 0;
	height: 35px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #347cad;
}

.portlet-container{
	position: relative;
}


.search-terms{
	position: absolute;
	top: 170px;
    left: 120px;
	font-size: 16px;
}

a.clear-search{
	margin-left: 10px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}

/*RESPONSIVE STYLES*/
@media only screen and (max-width: 1094px){
	.available-product-item{
		width: 49%;
	}
}


@media only screen and (max-width: 1080px){
	#startpage .column.fifty{
		width: 100%;
		overflow: hidden;
	}

	#startpage .column.fifty .message{
		font-size: 14px!important;
		overflow: hidden;
	}

	.portlet .portlet-hd{
		background-color: transparent;
	}

	#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search .search-form input[type="text"]{
		width: 55%;
	}

	#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search .search-form button[type="submit"],
	#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search .search-form button:nth-child(3){
		width: 12%;
	}

	#sessions .module-content.events .session-list.convention form{
		position: relative;
		height: 130px;
		align-items: normal;
		flex-direction: column;
		justify-content: flex-start;
	}

	#sessions .module-content.events .session-list.convention form .filters,
	#sessions .module-content.events .session-list.convention form .search-input{
		width: 100%;
		margin: 0;
	}

	#sessions .module-content.events .session-list.convention form .filters{
		position: absolute;
		bottom: 0;
		left: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	#sessions .module-content.events .session-list.convention form .filters select{
		width: 33%;
	}

	.available-products{
		flex-direction: column;
		align-items: center;
		position: relative;
	}

	.available-product-item{
		width: 100%;

	}
	#startpage .module-content > div, #mylearningpage .module-content > div{
		padding: 130px 15px 0;
	}

}

@media screen and (max-width: 400px) {
    #mylearningpage .result-list form {
        flex-direction: column;
        align-items: stretch;
        width: 100%; /* take full width of parent */
    }
}

@media only screen and (max-width: 896px){
	#header, .wrapper.main-content ul.module-link{
		padding: 0;
	}

	.tags-ff{
		padding: 15px;
	}

	.module-content::before{
		padding: 0 15px;
	}

	#catalogpage .tiled-courses.tags.multiselect .refine{
		padding: 15px;
	}

	#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search .search-form button[type="submit"]{
		width: 12%;
	}

	#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body,
	#catalogpage .sort-dropdown{
		padding: 0 15px;
	}

	.tiled-courses.tags.multiselect .result-details{
		justify-content: flex-start;
		padding: 10px 25px 0;
		margin-bottom: 70px;
	}

	.module-content.events .portlet-container,
	.module-content.help .portlet-container,
	.module-content.events .session-list.convention{
		padding: 130px 15px;
	}

	.search-terms {
		position: absolute;
		top: 140px;
    	left: 25px;
	}
}

@media only screen and (max-width: 860px){
	.dropdown-toggle .username{
		display: none;
	}

	.account-tools.right{
		width: 106px;
	}

	.dropdown-toggle{
		width: 50px;
		padding-left: 15px;
	}

	.available-products{
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.available-product-item{
		width: 96%;
	}

	#footer .wrapper{
		width: 100%;
		min-width: unset;
	}
}

@media only screen and (max-width: 768px){
	#startpage .module-content > div, #mylearningpage .module-content > div{
		padding: 70px 15px 0!important;
	}

	#catalogpage .tiled-courses.tags.multiselect .catalog-list-item-wrapper{
		min-height: 170px;
	}

	#catalogpage .tiled-courses.tags.multiselect .catalog-list-item-wrapper .catalog-list-item{
		height: 100%;
	}

	#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.actions{
		position: static;
		width: 100%;
		height: 60px;
		padding: 10px 0;
		align-items: normal;
	}

	#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.actions div{
		align-items: center;
		justify-content: flex-end;
		flex-direction: row-reverse;
		width: 80%;
	}

	#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.actions div a{
		justify-content: center;
		width: 130px;
	}

	#mylearningpage .result-list .table table.data tbody tr{
		min-height: unset;
		padding: 5px 0px;
		box-sizing: border-box;
	}

	#catalogpage .tag-sets.panel.panel-default .panel-body .sets{
		flex-wrap: wrap;
		margin-top: 20px;
	}

	#catalogpage .tag-sets.panel.panel-default .panel-body .sets .tags-select{
		width: 48%;
		margin-bottom: 10px;
	}

	#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search .search-form input[type="text"]{
		width: 50%;
	}

	#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search .search-form button[type="submit"],
	#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search .search-form button:nth-child(3){
		width: 23%;
	}

	/*#mylearningpage .result-list .table table.data thead tr th:nth-of-type(3),
	#mylearningpage .result-list .table table.data thead tr th:nth-of-type(4),
	#mylearningpage .result-list .table table.data tbody tr td:nth-of-type(3),
	#mylearningpage .result-list .table table.data tbody tr td:nth-of-type(4)
	{
		display: none;
	}*/
	
	#mylearningpage .result-list div:nth-of-type(3){
		margin-right: 0;
	}

	#mylearningpage .addce{
		top: 24px;
	}

	#itemviewpage .module-content .item-view .bootstrap-row .col-md-4{
		height: 200px;
		padding: 0;
	}

	#itemviewpage .module-content .item-view .bootstrap-row .col-md-4 .links{
		margin: 0;
	}

	#itemviewpage .module-content .item-view .bootstrap-row,
	#itemviewpage .module-content .item-view > div:nth-of-type(2){
		padding: 10px 15px;
	}

	.item-view .title{
		font-size: 120%;
	}

	#sessions .module-content.events .session-list.convention form .filters select{
		width: 49%;
		margin-bottom: 10px;
	}

	#sessions .module-content.events .session-list.convention form{
		margin-bottom: 50px;
	}

	#sessions .module-content.events .session-list.convention .list .item{
		height: 160px;
	}

	#sessions .module-content.events .session-list.convention .list .item .addcnt{
		left: 15px;
		bottom: 25px;
		top: auto;
	}

	#sessions .module-content.events .session-list.convention .list .item .addcnt .add{
		padding: 8px 50px;
	}

	.td.title.course-title, .td.subTitle{
		max-width: 100%;
	}

	#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search .search-form{
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: 10px;
	}

	/*#catalogpage .tiled-courses.tags.multiselect .refine{
		height: 215px;
	}*/
	
	/*#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search{
		height: 50px;
	}*/
	
	#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search::before{
		position: static;
		left: 15px;
		font-size: 22px;
		font-weight: normal;
	}

	#catalogpage .tag-sets.panel.panel-default .panel-body .sets::before{
		font-size: 22px;
		font-weight: normal;
	}

	#catalogpage .tiled-courses.tags.multiselect .refine{
		box-sizing: content-box;
	}

	/*.wrapper.main-content ul.module-link{
		height: 39px;
	}*/

	ul.module-link li a, ul.module-link li.selected a{
		font-size: 14px;
		font-weight: normal;
		padding: 0 10px;
	}

	#header{
		height: 50px;
	}

	#header .header-inner{
		padding: 0 15px;
	}

	.header-logo{
		width: 190px;
	}

	.module-content{
		font-size: 16px;
	}
	
	#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search .search-form input[type="text"]::-webkit-input-placeholder{
		font-size: 16px;
	}

	#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search .search-form input[type="text"],
	#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search .search-form button[type="submit"],
	#catalogpage .tag-sets.panel.panel-default .panel-body .filter-search .search-form button:nth-child(3){
		height: 80%;
		font-size: 12px;
	}

	div.variants:empty{
		display: none!important;
	}

	.module-content::before{
		font-size: 22px;
		font-weight: normal;
		height: 70px;
	}

	.module-content.events .portlet-container, .module-content.help .portlet-container, .module-content.events .session-list.convention {
		padding: 70px 15px;
	}

	.search-terms{
		top: 190px;
		left: 25px;
	}
}

@media(max-width:615px){
	.mobile-toggle {
        display: block;
        font-size: 30px;
        top: calc(50% - 15px);
        color: #fff;
        cursor: pointer;
		margin-left: 10px;
    }

	.wrapper.main-content ul.module-link {
		display: none;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 200px;
		background-color: #0c5fa8;
		position: absolute;
		left: 0px;
		top: 96px;
		z-index: 1000;
		height: unset;
		border: 1px solid #0c5fa8!important;
		border-radius: 4px;
	}

	.wrapper.main-content ul.module-link li {
		padding: 10px 20px;
		width: 100%;
		box-sizing: border-box;
		font-size: 18px;
	}

	.wrapper.main-content ul.module-link li a {
		font-size: 18px;
	}

	#nav-search-cont .container {
		position: relative;
	}
}

@media only screen and (max-width: 600px){
	#catalog-mycourses .item .link.view-details, #catalog-mycourses .item .launch{
		width: 85px;
	}

	.td.title.course-title, .td.subTitle{
		width: 65%;
	}

	#catalog-search input[type="submit"]{
		font-size: 12px;
	}

	#catalog-search form input.TextField{
		font-size: 16px;
	}

	.module-content.mylearning .tabnav.nav.nav-tabs li{
		width: 49%;
	}

	#mylearningpage .result-list div:nth-of-type(3)::after{
		display: none;
	}

	#mylearningpage .result-list div:nth-of-type(3) a span,
	#mylearningpage .addce span,{
		font-size: 12px;
	}

	#mylearningpage .result-list .table table.data thead tr th{
		padding: 10px;
		font-size: 14px;
	}

	.result-list .title{
		font-size: .8em;
	}

	.result-list .links a{
		font-size: 12px;
	}

	#mylearningpage .result-list tr td div, #mylearningpage .result-list tr td{
		font-size: 12px;
	}

	#mylearningpage .result-list tr td.primary{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-width: 205px;
		width: unset;
	}

	#mylearningpage .result-list tr td.primary .title, #mylearningpage .result-list tr td.primary .links{
		text-align: left;
	}

	.overview .fields.full{
		min-height: 140px;
		height: auto;
	}

	#itemviewpage .prop{
		margin: 5px 0;
	}

	#adminpage .admin-panel{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	#adminpage .admin-panel .column.twenty{
		width: 100%;
	}

	#adminpage .admin-panel .column.eighty{
		width: 100%;
	}

	#adminpage .admin-panel .paging-nav{
		display: flex;
		justify-content: center;
	}

	.result-tab.portlet-container.search-added .sort-dropdown{
		margin-top: 40px;
	}

	#footer a, #footer .links a{
		font-size: 12px;
	}
}

@media only screen and (max-width: 450px){
	.search-terms {
		left: 10px;
		top: 190px;
	}
}

.fa{
	font-family: "FontAwesome"!important;
}

/*.new {
    display: none;
}*/

#mylearningpage .result-list .table table.data tbody td:not(:first-child){
		text-align: center;
	}

.msgblock {
	display: none;
    background-color: white;
    border: none;
    padding: 5px;
    margin-bottom: -6px;
}

div.table {
    padding-top: 30px;
}

#catalog-mycourses .result-list {
	padding-right: 52px;
	padding-top: 10px;
}

#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.actions div a{
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	background-image: none;
	text-align: center;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.actions div a.button.view-details{
	color: #0c5fa8;
	font-weight: bold;
}

#catalogpage .tiled-courses.tags.multiselect .courses-body .courses-list .panel.panel-default .panel-body .catalog-list-accordion .catalog-list-item-wrapper .tr.catalog-list-item .td.actions div a.btn.btn-primary,
a.button.buy{
	background-color: #46833A;
	border-radius: 2px;
	color: white;
	font-weight: bold;
}



#itemviewpage input.buy-button{
	background-color: #46833A;
	font-family: "Open Sans";
	font-size: 16px;
    border-radius: 2px;
    color: white;
    font-weight: bold;
	width: 120px;
    border: 0;
    margin: 0;
    padding: 0 5px;
    background-image: none;
    text-align: center;
    height: 40px;
    display: none;
    justify-content: center;
    align-items: center;
}

#startpage .module-content{
	/*padding: 150px 120px 10px;*/
	padding: 0px;
	position: relative;
	border: none;
	background-color: #fff;
	font-size: 16px;
}

@media only screen and (max-width: 480px) {
  	.boxy-wrapper {
    left: 0px !important;
    right: 0px !important;
    margin: 0 auto !important;
  }
}