/*HEADER*/
header image {
  padding: 10px;
  background-color: #1C7482;
}
/*Modify the header background for all catalog pages.*/

/*HOME PAGE*/

/*Modify the home page feature area background*/
#home-page .feature-region {
  background: #1C7482;
}
/* Modify the search box background color*/
#search-form.callout-region {
  background-color: #FFCB16;
}
/*Format the background inside the feature area*/
.product-bg {
  background-color: #1C7482;
}
/*Format the footer for all catalog pages*/
#app-footer {
  background-color: #002a5c;
  padding-top: 30px;
}

span.Dropdown__ToggleTextWrapper {
color: white;
}

span.Dropdown__ToggleText {
color: white;
}

span.Dropdown__ToggleIcon--header.icon-right {
color: white;
}

Header Image {
    background-color: #1C7482;
}

.product-tile .product-footer {
    color: #FFCB16;
}

#app-footer {
color: #ffffff;
}

.piped-list>li:before {
    margin-right: 8px;
    content: "|";
    color: #ffffff;
}

#app-footer a, #app-footer ul {
    color: #ffffff;
    white-space: nowrap;
}

a[href="/login"] {
    color: white;
}

.header-nav {
    color: white;
}
/* Working Code as of 4/14/2016 */

/* This helps you change the color of the header bar incase you want white links
#app-header {
    padding:4px 0 5px;
    background-color:#414042;
}
*/
#header-branding h1 a img  {
    margin:10px 0;
}

/* user-nav includes changes to the Login / User information link */
#user-nav {
    padding-top:25px;
}
#user-nav > a {
    display:inline-block;
    margin-bottom:0;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:5px 10px;
    font-size:14px;
    line-height:1.428571429;
    border-radius:4px;
    -webkit-user-select:none;
    color:#FFFFFF;
}

#user-nav > a:hover {
    text-decoration:none;
    color:#E5A84F;
}
/* Active Color of Login button once logged in */

.header-nav li a {
    color:#FFFFFF;
}

/* Page Links refers to the custom links */
#page-links {
    display:inline-block;
}
#page-links a {
    display:inline-block;
    padding:5px 17px 10px;
    font-size:14px;
    color:#FFFFFF;
}

#page-links .piped-list>li:after {
    content:"|";
    color:#FFFFFF;
}

#page-links .piped-list>li:before {
    display:none;
    margin-right:0;
}

.search-form-container {
    color: #002a5c;
}

form.search-form {
color: #002a5c;
}

#search-form.callout-region {
 color: #002a5c;
}

#search-form .search-refine-button:hover, #search-form .search-refine-button:focus {
    color: #E5A84F;
}

span.search-refine-button__contents {
color: #002a5c;
}

/* FREE Triangle */
.product-flag-free {
    background-color: #1C7482;
}

/* Round course icon */
.ProductIcon__LargeCircle--course {
    background: #1C7482;
}

.registration-product-image {
    width: 330px;
    margin: 0 auto;
}

/*Edits by Shirley*/
/*Backgrounds to Crisis Now Academy Teal*/
#app-footer, #app-header, #home-page .feature-region, #search-form.callout-region, header#feature, .product-tile .product-footer, .product-flag-free, .ProductIcon__LargeCircle--course, .Icon__CircleWrap--info, .ProductIcon__SmallCircle--course, body {
background-color: #1C7482 !important;
}

/*Hover/Focus Links to Crisis Now Academy Gold*/
#user-nav > a:hover, #search-form .search-refine-button:hover, #search-form .search-refine-button:focus, {
color: #FFCB16 !important;
}

/*Text to Crisis Now Academy Teal*/
.search-form-container, form.search-form, #search-form.callout-region, span.search-refine-button__contents {
color: #1C7482 !important;
}

/*Link Changes without !important*/
a {
color: #1C7482;
}

a:hover, a:active, a:focus{
color: #FFCB16;
}

/*Button in Crisis Now Academy Teal*/
.btn-info, .DashboardProduct__CourseButtonWrapper a {
background-color: #1C7482 !important;
border-color: #1C7482 !important;
}

.btn-info:hover, .DashboardProduct__CourseButtonWrapper a:hover {
background-color: #FFCB16 !important;
border-color: #FFCB16 !important;
}

/*Product Text to White*/
.product-tile .product-footer {
color:white;
}

/*Tab Padding*/
.Analytics, .container {
padding-top: 2.2em;
padding-bottom: 2.2em;
}

/*Analytics Link to Crisis Now Academy Teal*/
.Analytics .Analytics__StatsContainer .Analytics__Stats .Analytics__Statistic.active a {
color: #1C7482;
}

/*Analytics Hover/Focus Link to Gray*/
.Analytics .Analytics__StatsContainer .Analytics__Stats .Analytics__Statistic.active a:hover, .Analytics .Analytics__StatsContainer .Analytics__Stats .Analytics__Statistic.active a:focus {
color: #343c44;
}

/*Analytics Revenue Hover/Focus Link to RI Purple*/
.Analytics .Analytics__StatsContainer .Analytics__Stats .Analytics__Statistic a:hover, .Analytics .Analytics__StatsContainer .Analytics__Stats .Analytics__Statistic a:focus {
color: #4A2942;
}

/*Logo Size*/ 
.header-branding h1 a img {
   width: 100%;
   /*height: 125px;*/
}

/* Carousel CSS */
.carousel-inner .item img {
    width: 100%;
}

.feature-region {
	background-image: header-branding h1 a img;
}

.product-account-image-wrapper {
    display: none;
}

.product-account-logo {
    display: logo;
}

.search-categories-button, .search-refine-button{
color:#FFFFFF;
}