form .richtext-wrapper,
.nicEdit-main  {
    background-color: #FFFFFF;
    position: relative;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 
 .course-list-flat li .launch-btn,
 .gridder-list .overlay {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body, th, td, .portlet {
    color:#000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.45em;
    font-size: 15px;
}

body {
    background-color:#fff;
    margin:0 !important;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

#wrapper {
    width: 100%;
    min-width: 0;
    text-align: left;
    margin: auto;
    background-color: transparent;
    position:relative;
}

#content {
    padding:0;
}

.contain {
    width:1280px;
    margin:0 auto;
}


.module-content {
    width:1280px;
    margin:0 auto;
    background-color: #fff;
    position: relative;
    padding-top: 0px;
    min-height:350px;
    padding: 0;
    clear:both;
}

#startpage .module-content {
    width:100%;
}

.portlet-cont,
#common-text-carousel-slider .message,
#common-text-featured-slider {
    max-width:1280px;
    margin-right: auto !important;
    margin-left: auto !important;   
}

a:hover {
    color:#336699;
}

.clear {
    clear:both;
    height:0;
    font-size:0;
    line-height:0;
}

#header {
    width:1280px;
    margin:0 auto;
    background-color:#fff;
    height:auto;
    padding:0;  
    position:relative;
    overflow:auto;
}

.main-header {
    position:relative;
    
}

.main-header:after {
    content:"";
    clear:both;
    display:block;
}

.logo-area {
    float:left;
}

.logo-area a {
    display:block;
}

#header .logo {
    background: transparent url(https://www.mycrowdwisdom.com/resource/custom/maperc/images/logo.png) no-repeat 0 0;
    width: 500px;
    height: 78px;
    margin: 29px 0 20px 10px;
    float:none;
    background-size: contain;
}

#header .toolbar {
    float:right;
    position:relative;
    padding-top:25px;
    line-height:30px;
    display:block;
    padding-top:35px;
}

#header .toolbar:after {
    clear:both;
    content:"";
    display:block;
}

.toolbar a.signup,
#signin .toolbar a.signin {
    display: none;
}

#header .toolbar .title {
    font-size: large;
    font-weight: bold;
}

#signin .toolbar a.signup {
    display: inline-block;
}

#signin .module-content {
    padding-left: 10px;
}

.signInForm {
 border:none;
 border-bottom:1px solid #ccc;
 margin-top: 0;
}

#signup .module-content {
    width: 100%;
    padding: 0 10px;
}

#signup fieldset {
    border: 2px solid #DDD;
}

#signup .user-reg .column1 {
    padding: 0 10vw;
    
}
#signup .user-reg .column2 {
    display: none;
}

#signup .btnPrimary {
}

#signup .user-form {
    padding-bottom: 15px;
}

.user-reg .other-cont, .user-reg .ctx-cont legend {
    display: none;
}

.header-statement {
    float: left;
    text-align: left;
    max-width: 300px;
    margin-top: -10px;
    margin-left: 30px;
}

.header-statement h3 {
    margin:0;
    color: #cfb87c;
    text-transform: uppercase;
    font-weight: 600;
    font-size:16px;
    line-height: 16px;
    margin-bottom: 3px;
}

.header-statement p {
    margin:0;
    line-height:normal;
}

#content .instruction {
margin-top: 0;
font-weight: bold;
background: #fff;
padding-left: 20px;
padding-top: 25px;
font-size: 18px;
border-top:1px solid #ccc;
}


.toolbar .links {
    clear:both;
    float: left;
    font-size:11px;
}

.toolbar .links-right {
    float:right;
    padding-right:20px;
    font-size:11px;
}

.toolbar a, .toolbar a:hover {
    padding-right: 0px;
    color: #333;
    font-size: 16px;
    margin: 0 0 0 20px;
    text-decoration: none;
    font-weight: 300;
}

.toolbar .welcome {
    background-color: #013c65;
    border:none;
    color:#fff;
    text-align: center;
    /* text-transform: uppercase; */
    float: right;
    display: block;
    clear: both;
    font-size: 11px;
    font-size: 12PX;
    padding: 3px 11px;
    margin-bottom: 7px;
    LINE-HEIGHT: NORMAL;
    font-weight:bold;
    margin-right: 0px;
}

.toolbar a.help {
    display:none;
}


.toolbar .separator {
    display:none;
}

.nav-wrap {
    clear:both;
}

.links-logo {
    padding:0;
    background-color: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position:relative;
}


.links-logo:after {
    clear:both;
    display:block;
    content:"";
}

.links-logo li {
    list-style-type:none;
    padding:0;
    float:left;
}

.links-logo a {
    color: #333;
    font-size: 16px;
    padding: 18px 19px;
    display:block;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}

.links-logo li:last-child a {
    border-right:none;
}

.links-logo a:hover,
.links-logo li.selected a {
    color:#000;
    background:#fff;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;    
}


.links-logo a span {
    -webkit-transition: border .2s ease;
    -moz-transition: border .2s ease;
    transition: border .2s ease;
}

.mobile-toggle {
    position: absolute;
    right: 23px;
    top: 20px;
    font-size: 2em;
    display: none;
}

.portlet .portlet-hd {

}

.portlet .portlet-title {
    font-family: 'Source Sans Pro', sans-serif;
    background-image: url(http://ucdenver.edu/Style%20Library/AMCthemes/images/publichealth/infoBoxBackNew.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 19px !important;
    font-weight: normal;
    height: auto;
    line-height: 100%;
    margin: 6px -10px 6px -10px;
    padding: 10px 45px 10px 12px;
    margin-bottom: 15px;
    color: #333;
}

#catalogpage .portlet .portlet-title {
    background-color:#fff;
    position:static;
}

.portlet .portlet-toolbar {
    float: right;
    margin: 2px 5px 5px 0;
    top: 1px;
    right: -2px;
    background-color: white;
    padding: 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #969696;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    z-index:1;
}

.portlet .portlet-wrap {
    border:none;
    background-color: transparent;
}

ul.module-link {
    background: transparent;
    height: auto;
    border: none;
    position: absolute;
    margin: 0;
    z-index:20;
    background-color: #F2F2F2;
    padding:0 10px;
    right: 20px;
    top: 100px;
}

ul.module-link li {
    float:none;
    display: block;
    border-top: solid 1px #ffffff;
    margin:0;
    padding: 0;
}

ul.module-link li a {
    font-family: 'Source Sans Pro', sans-serif;
    overflow: hidden;
    display: block;
    float:none;
    clear: both;
    font-size: 17px;
    padding: 8px 8px 13px 8px;
    font-weight:700;
    background-color: #F2F2F2;
    color:#013c65;
}

ul.module-link li.selected a {
    top: 0px;
    color: #013c65;
    cursor: default;
}

ul.module-link li.selected {
    background-color: #f2f2f2;
}

ul.module-link li a:hover {
    background-color: #f2f2f2;
    color:#013c65;
}

ul.module-link li a:hover span, ul.module-link li.selected a span {
    border-bottom: solid 3px #c07b48;
    padding-bottom: 1px;
}

.subfooter {
    background-color: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;  
    padding:40px 0;
}

.subfooter-left {
    float:left;
    font-size: 16px;
    color:#737373;
}

.subfooter-left h3 {
    color: #555;
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

.subfooter-left .address {
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #dadada;
}

.subfooter-left .contact-meta {
    font-weight:700;
}

.subfooter-right {
    max-width: 700px;
    float: right;
}

.subfooter-right .subfooter-menu a {
    color:#333;
    font-weight:300;
    font-size: 17px;
}




p.fineprint {
    color: #303030;
    font-weight: 600;
    font-size:12px;
}

p.fineprint a {
    font-size:13px;
    text-decoration:underline;
}

#footerImages {
    float: right;
}

#footerImages img {
    background: #555 none repeat scroll 0 0;
    margin: 0 0 0 10px;
}

#footerImages img:hover {
    background: #333 none repeat scroll 0 0;
}



.subfooter-menu li {
    list-style-type:none;
    display:inline-block;
    margin:0px 10px;
}

.subfooter-contact {
    float:left;
}


.footer {
    text-align:center;
}

.base-footer-links {
    border-bottom:1px solid #ccc;
    margin-bottom:30px;
    margin-top:30px;
    padding-bottom:30px;
}

.base-footer-links li {
    list-style-type:none;
    display:inline-block;
    margin:0 8px;
    color: #333;
    font-weight: 300;
    font-size: 17px;    
}

.base-footer-links li a {
    color: #333;    
}

.footer-copyright {
    color: #333;
    font-weight: 300;
    font-size: 17px;        
    margin-bottom:30px;
}

.footer-copyright a {
    color: #333;
    font-weight:700;
    text-decoration:underline;
}

/*----DASHBOARD----*/

.column .block.portlet {
    margin:10px 0;
}

.portlet .portlet-hd {
    position: relative;
    background-color:transparent;
    font-size: 100%;
}

#common-text-featured-slider .portlet-title,
#portlet-cont-course-lists > .portlet-hd > .portlet-hd-cnt > .portlet-title,
#common-text-dash-top .portlet-title,
#portlet-cont-freeform-widgets-1 > .portlet-hd > .portlet-hd-cnt > .portlet-title,
#portlet-cont-freeform-widgets-2 > .portlet-hd > .portlet-hd-cnt > .portlet-title,
#common-text-carousel-slider .portlet-title {
    display:none;
}


#common-text-course-list-left .portlet-title,
#common-text-course-list-right .portlet-title {

}

#portlet-cont-freeform-widgets-1,
#portlet-cont-freeform-widgets-2,
#portlet-cont-course-lists,
#common-text-meetings {
    padding:0 0;
}



#common-text-dash-top {
    margin: 0 45px; 
}

#common-text-dash-top:after {
    clear:both;
    content:"";
    display:block;
}

#common-text-dash-top .portlet-bd-cnt {
    overflow:visible;
}

.dash-top-left {
    float:left;
}

.course-selectbox-wrap {
    display: inline-block;
    position: relative;
    z-index: 40;
    top: 12px;
}

#course-selectbox {
    position: absolute;
    z-index: 20;
}

.selectbox-title {
    background-color: #c07b48;
    padding: 6px 10px 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    font-size: 12px;
    line-height: normal;    
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #474141;
    outline: none;
    text-decoration: none;
    font-size: 20px;
    line-height: 26px;
    margin-left: 10px;
}

.dashboard-actions {
    float: right;
}

.dashboard-actions ul {
    list-style-type: none;
    margin:0;
}

.dashboard-actions ul li {
    display: inline-block;
    margin-left: 3px;
}

.dashboard-actions ul li a {
        font-size: 12px;
}

.linkbutton {
    clear: both;
    display: block;
    float: left;
    margin: 10px 0 5px;
    background-color: #15438d;
    color: #fff;
    border: 1px solid #15438d;
    text-transform: uppercase;
    padding: 4px 11px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    box-shadow: none;
    transition: background-color .25s,color .15s,border-color .15s;
    behavior: url(/sites/all/themes/cns/pie/PIE.php);    
}

.linkbutton:hover {
    background-color: #9e6337;
    color:#fff; 
}

#featured-slider .slider-title {
    padding-left: 0px;
    float: left;
}


#featured-slider .sub-title {
    background-color: #c07b48;
    padding: 6px 10px 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    font-size: 12px;
    line-height: normal;
}

#featured-slider {
    padding: 0px 42px;
    max-height: 340px;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
}

#featured-slider li {
    padding: 0;
    list-style-type: none;
    width: 100%;
    min-height: 340px;
    background-size: cover;
}
#featured-slider li .course-thumb {
    border: none;
}

#featured-slider li .course-details {
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 40px;
}

#featured-slider li .course-details-inner {
    padding: 30px;
}

#featured-slider li .course-details.left {
    left: 0;
}

#featured-slider li .course-details.bottom .course-details-inner {
 
}

#featured-slider li .course-details a {
    color: #fff;
    font-weight:500;
}

#featured-slider li .course-details .course {
    font-size: 2em;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
}

#featured-slider li .course-details .course-rating {
    margin-top: 16px;
    font-size: 1.5em;
}

#featured-slider li .course-details .date {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.cme-credits {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    max-width: 146px;
    background: #97ab18;
    padding: 2px 8px;
    margin-bottom: 17px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "arial";
    border-radius: 12px;
}
.cme-credits:before {
     content: "\f006";
     margin-right: 3px;
     font-family: FontAwesome;
     display: inline-block;
     color: #fff;
     font-weight: normal;
}



.course-list-flat .date {
    display: inline-block;
    margin-top: 5px;
    margin-right: 0px;
}

.course-list-flat .date:after {
    content: "|";
    display: inline-block;
    margin: 0 7px;

}

.course-list-flat .cme-credits {
    display: inline-block;
    padding: 0;
    color: #474164  !important;
    font-size: 13px;
    background: transparent;
    margin: 0;  
}

.course-list-flat .cme-credits:before {
    color: #474164 ;

}

.course-rating i {
    color: #c07b48;
}

.course-rating i.empty {
    color: #e5e5e5;
    opacity: 0.8;
}

.owl-nav  {
    font-size: 20px;
    color: #ABABAB; 
}

.owl-nav .owl-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;   
}

.owl-nav .owl-next {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;   
}

.launch-btn {
    border-radius: 4px;
    color: #fff;
    background: #005c84;
    padding: 5px 23px;
    right: 0;
    top: 4px;
    transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    display: inline-block;
}

.launch-btn:hover {
    background: #1e81ad;
    color: #fff;
}

.launch-btn a {
    color: #fff;
}

.launch-btn a:hover {
    text-decoration: none;
}

#common-text-carousel-slider {
    background: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding:45px 0;
}

#carousel-slider {
    padding: 0 50px;
    margin:0;   
}

#carousel-slider .cs-item {
    padding:0 20px;
    list-style-type:none;
    text-align:center;
    position:relative;
}

#carousel-slider .cs-item .cme-credits {
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 10px;  
}

#carousel-slider .cs-item .course {
    font-size: 1.3em;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}

#carousel-slider .cs-item .launch-btn {
    margin-top:10px;
}

.course-list-flat {
    margin: 0;
    padding: 0 0 0 15px;
    margin-top: -10px;
    overflow:hidden;
}

.course-list-flat li {
    list-style-type: none;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    position:relative;
}

.course-list-flat li .course {
    font-size: 1.3em;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px; 
}

.course-list-flat li .launch-btn {
    padding: 5px 8px;
    font-size: 0.95em;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right:-45px;
    opacity:0;
    visibility:hidden;
}

.course-list-flat li:hover .launch-btn {
    right:0;
    opacity:1;
    visibility:visible; 
}

#common-text-freeform-1 .portlet-wrap {
        
}

#common-text-freeform-1,
#common-text-freeform-3 {
    padding-right:30px;
}

#catalogpage #catalog-search .portlet-title {
    display:none;
}

.infobox, .infoboxstyle {
    background-color: #f3f3ec;
    border-top: solid 2px #d0d1cc;
    padding: 35px 20px 25px;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
    clear: both;
    line-height: normal;
}

.infobox p {
    font-family: inherit;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
    text-rendering: optimizeLegibility;
    font-size: 15px;
}

.infobox h1,
.infobox h2,
.infobox h3,
.infobox h4 {
    font-family: "Merriweather","Times New Roman",times,serif;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px; 
}


/* styles for demo */
.box {
    margin: 0 20px 20px 0;
    border: 0;
}

.boxbd {
    background: #f5f5f5;
    padding: 12px 15px;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
}

.boxhd, .search-browse .boxhd {
    padding: 15px;
    border: 0;
    font-size: 14px;
}

.boxbd a.tag {
    margin-bottom: 10px;
}

.boxbd a.tag:last-child {
    margin-bottom: 0px;
}

.gridder-list .overlay {
    line-height: 20px;
}

/* Form Elements */

.Button, input.btnPrimary, input[type=submit], a.button, .toggle-link, .cartsummary  {
    font-family: 'Source Sans Pro', sans-serif;
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  *padding: 4px 2px;
  margin-bottom: 0;
  margin-top: 0;
  *margin-left: .3em;
  height: auto;
  font-size: 14px !important;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-weight: normal !important;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  background-position: 0 0;
  border: 1px solid #cccccc !important;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  /*
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  */

}

a.button span {
    background: none;
    padding: 0px;
    line-height: inherit;
}

.Button:hover, 
input.btnPrimary:hover, 
input[type=submit]:hover, 
a.button:hover,
.cartsummary:hover,
.Button:focus, 
input.btnPrimary:focus, 
input[type=submit]:focus,
a.button:focus,
.cartsummary:focus {
    color: #333333;
    background-color: #f5f5f5 !important;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
    text-decoration: none;
    background-position: 0 -33px;
    -webkit-transition: background-position 0.05s linear;
    -moz-transition: background-position 0.05s linear;
    -o-transition: background-position 0.05s linear;
    transition: background-position 0.05s linear;
    
}

.Button:focus, 
input.btnPrimary:focus, 
input[type=submit]:focus,
a.button:focus,
.cartsummary:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.search-panel .result-tab {
    margin-top:0;
}

.search-input-div {
    width:100%;
    float: left;
    position: reelative;
}

.portlet .search-input {
  float: left;
  width: 100%;
  border: 3px solid #005c84;
  padding: 5px;
  height: 50px;
  border-radius: 5px;
  outline: none;
  color: #007db3;
  font-size: 30px;
}

.portlet .search-input:focus{
  color: #00a1e6;
}

.portlet .search-submit {
  position: absolute;  
  right: 0px;
  width: 45px;
  height: 50px;
  border: 1px solid #005c84;
  background: #005c84;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
}

/* .portlet .search-input ::-webkit-input-placeholder {
  padding-top: 5px;
} */

.portlet .search-form {
    width:100%;
    margin:auto;
    display:block;
    position:relative;
    /*max-width:900px;*/
}

.portlet .search-submit:hover {
    color: #BF311A;
}



/*Gridder Styles */


.box.tagset {
    margin: 0 10px 10px 0;
}

.tag-sets .boxhd {
    border: none;
    text-align: left;
    color: #fff;
    background: #005c84;
    position: relative;
    margin-bottom: 0;
    padding: 16px 15px;
    border-bottom: 2px solid #fff;
    font-size: 1.2em;
    font-weight: normal;
}

.tag-sets .boxhd a {
    color:#fff;
    font-size:12px;
}

.tag-sets .boxbd {
    
    padding: 0;
    border-top: 1px solid #f2f2f2;
    font-size: 14px;
}

.tag-sets .boxbd a {
    display: block;
    padding: 8px 20px 8px 20px;
    font-size: 1em;
    font-weight: 500;
    width: 100%;
    clear: both;
    border-radius: 0;
    border: none;
    position: relative;
    background: #f5f5f5;
    border-bottom: 2px solid #fff;
}

.tag-sets .boxbd a:hover {
    background:#e1e1e1;
}

.tag-sets .boxbd a.selected {
    background: #8c9248;
    color: #fff;
    font-weight:normal !important;  
}

/* .tag-sets .boxbd a.selected:after {
    content: "";
    display: block;
    background: #fff;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid #8c9248;
    position: absolute;
    right: -10px;
    z-index: 2;
    top: 0;
} */

.tag-sets .boxbd a .count:before{content:"("}
.tag-sets .boxbd a .count:after{content:")"}

.rating i {
    font-size: 21px;
    color: #ecbf3a;
    margin: 0 1px;
    display:inline-block;
}

.gridder-content-inner .button {
    background-color: #005c84;
    color: #fff;
    margin-bottom: 10px;
    border: none;
    text-shadow: none;
    background-image: none;
    width: 200px;
    padding: 8px;
}

.gridder-content-inner .button:hover {
    background-color: #2b5ba8 !important;
    color:#fff;
    border:none;
    text-shadow:none;
    background-image:none; 
}

.gridder-content-inner .button:nth-of-type(2) {
      background-color: #8c9248;
}

.gridder-content-inner .button:nth-of-type(2):hover {
      background-color: #a8af5d !important;
}

.gridder-content-inner .column.sixty p,
.gridder-content-inner .column.sixty li {
    color:#929292;
}

.gridder-content-inner .column.sixty li {
    list-style-type:decimal;
    margin-bottom:6px;
}

.gridder-navigation {
    left: auto !important;
    right: 0;
}

.gridder-navigation a {
    background:transparent !important;
    color: #868686 !important;
}

.gridder-navigation a:hover {
    color: #005c84 !important;
}

.gridder-navigation a.gridder-close {
    float:right;
}

.gridder-show {
    box-shadow:none !important;
    background: #e2e2e2;
}

.gridder .controls {
    text-align:center;
}

.gridder .course-time, 
.gridder .course-lessons {
    display:none;
}

.gridder-content-inner h3 {
    margin-top: 25px !important;
    font-size: 1.7em;
    line-height: normal;
    font-weight: 400;
}

.gridder-list .image {
    background-image: url(images/course-image-default.png);
}

.gridder-show {
    margin-bottom: 10px;
}

.gridder .controls .rating {
    display:none;
}

.gridder-show {
    margin-top: -35px;
}

.dashboard-header {
    background-image: url(images/learning-header2.jpg);
    width: 100%;
    height: 120px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
}

.dashboard-header-title {
    position: absolute;
    z-index: 4;
    background-color: #c07b48;
    padding: 14px 23px 13px 22px;
    margin: 11px 0 0 -7px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    cursor: text;
    font-size: 29px;
    top: 28px;
    left: 55px;
    font-family: 'Source Sans Pro', sans-serif;
}

@media only screen and (min-width: 768px) {
    .gridder-list:nth-child(n) {
        margin-bottom: 5% !important;
        margin-right: 2.5% !important;
        margin-left: 2.5% !important;
        width: 28.3333%;
    }
}




@media(max-width:1300px) {
    #wrapper, #header, .subfooter, footer, .contain, .module-content {
        width:100%;
    }
    
    #header, footer, .module-content {
        padding: 0 10px;
    }
    
    .subfooter {
        padding: 40px 10px;
    }
    
}

@media(max-width:1000px) {

    #header .toolbar {
        height:auto;
    }
    
    #header .logo {
        width: 400px;
        height: 60px;
    }
    
    .toolbar .links-right {
        float:left;
    }
    
    .toolbar a, .toolbar a:hover {
        font-size: 13px;
        margin: 0 0 0 9px;
    }

}

@media(max-width:768px) {
    .mobile-toggle {
        display:block;
    }
    
    .nav-wrap {
        display:none;
        width: 100%;
    }
    
    .nav-wrap.open {
        display:block;
    }
    
    #header .toolbar {
	display: block;
  	right: 25%;
   	bottom: 50px;
    }   
    
    .links-logo {
        width: 100%;
        padding-top: 0;
        padding-left: 15px;
    }

    .links-logo li {
        float: none;
    }

    .links-logo a {
        width: 100%;
        border-right: none;
        padding: 7px 0;
        display: block;
        border-bottom: 1px solid #dcdcdc;
    }

    div.message img {
        max-width: 100%;
        height: auto;
    }
}   

@media(max-width:600px) {

    #header .logo {
        width: 300px;
        height: 60px;
    }

}