@import url('/include/themes/5050_layout.css');

/* deep, primary color */
#header_container{ background-color: #f79e02; }

h1, h2, h3, h4, h5, h6{
    color: #f79e02;
}

/* brighter color */
.pkg_title{
    color: #f79e02;
}

.package_block .pkg_block:hover{
    background-color: #fff7e9;
    border: 2px solid #f79e02;
}
.pkg_number{
    color: #f79e02;
}
.hpb_block_flex_video{
    background-color: #1b9ce5;
}
.hpb_block_video_gallery{
    background-color: #1b9ce5;
}

/* accent color */

#headmenu li a { font-weight: 400; }
#headmenu li a:hover{ color: #fff; text-decoration: underline; }

#portal_homepage_image_text{ font-weight: 600; text-shadow: 0 0 10px rgba(50, 50, 50, .8); }
#portal_homepage_image_text a, .slide_text_i a{
    background-color: #0074e1;
}
.live_edit_button{
    background-color: #0074e1;
}
.button, .button2{
    background-color: #0074e1;
}

/* accent color border, darker (or brighter) */
.live_edit_button{
    border: 1px solid #0060bb;
}
#portal_homepage_image_text a, .slide_text_i a{
    border: 1px solid #0060bb;
}

/* goal progress meter, variation of deep primary color */
.goal_progress_actual{
    background: #f79e02;
}


/* link hovers */
#footer a:hover{
    color: #0074e1;
}
.sponsor_list ul li a:hover{
    color: #0074e1;
}
a:hover, a:visited:hover{ color: #0074e1; }

a.button:hover, aa.button:visited:hover{ color: #fff; }