/* Background Image 

.module-content {
    background-color: #212d57;
    background-image: url(https://resource.mycrowdwisdom.com/uploads/aalnc/main/AALNC_BG_1510253181199.jpg);
    clear: both;
    padding: 25px 0 5px 0;
    background-size: 100% 100%;
}

#footer {
    border: 0;
    margin: 50px 0 0 0;
    padding: 0px 0 20px 0;
    background: #212d57;
}

*/

.logo-sub {
  width:590px;
  height:80px;
  float:right;
  background-size:contain;
  background-repeat:no-repeat;
  background-position: left center;
  background-image:url('https://cdn.mycrowdwisdom.com/aalnc/resources/tagline/tagline.png');
}


/* Text Styling */

body, .portlet {
    font-family: Lato, sans-serif;
    line-height: 1.4;
    font-size: 14px;
    color: #000000;
}

h1 {
	color: #222952;
}

h2 {
	color: #3aa6e1;
}

h3 {
	color: #3aa6e1;
}

h4 {
	color: #222952;
}


a, .result-list .links a, .result-list .title a, .menu a, #footer .links a {
    text-decoration: none;
    color: #8cbc25;
}

a:hover, .result-list .links a:hover, .result-list .title a:hover, .menu a:hover {
    color: #8cbc25;
    text-decoration: none;
}

#header .toolbar .links .welcome, #header .toolbar .links .welcome span {
    color: #333333;
}

#header .toolbar .links a, #header .toolbar .links span {
    color: #333333;
    font-weight: normal;
    font-size: 13px;
    padding: 0 2px;
}

#header .toolbar .links a:hover {
    color: #333333;
    text-decoration: none;
}

/* Nav Menu */

.main-menu, ul.module-link {
    background: #182A73;
}

ul.module-link li a {
    background-color: transparent;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    padding: 20px 30px;
    font-size: 16px;
}

ul.module-link li a:hover {
    color: #8cbc25;
    text-decoration: none;
}

ul.module-link li.selected {
    background: #ffffff;
    border-radius: 0;
}


/* Admin Pages */

.menu {
    background-color: #F5F6F7;
    padding: 5px;
}


table.data th {
    background-color: #182a73;
    font-size: 80%;
    border-bottom: 1px solid #182a73;
}

.browsebytype-panel.panel.first {
    display: none;
}
/*View Details Widget*/
.column.twenty-five {
    width: 100% !important;
}
/**/