﻿header {
    width: 100%;
    background-color: #1b72d2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/just-society.jpg")
}
.overlay-container {
    width: 100%;
    background: rgba(24, 42, 97, .85)
}
.breadcrumb span.breadcrumbCurrent a {
    color: #1b72d2;
}
.ms-listviewtable .ms-vb2 a,
.ms-listviewtable .ms-vb2 a:visited,
.ms-listviewtable .ms-vb2 a:hover,
.ms-listviewtable .ms-vb2 a:active,
.ms-listviewtable .ms-vb2 a:focus,
.ms-listviewtable .ms-vb2 a:visited:hover,
.ms-listviewtable .ms-vb2 a.ms-listlink {
    color: #0072c6
}
/* end breadcrumb */

a.btn-normal {
    background-color: #243e90;
}
.contact-info div.links a {
    color: #1b72d2;
}
.contact-info table.contact-table td a,
.contact-info table.contact-table td a:active,
.contact-info table.contact-table td a:focus {
    color: #1b72d2;
}
/*
.homepage-calendar-wrapper .homepage-calendar .calendar-item a.ellipsis:hover, .homepage-calendar-wrapper .homepage-calendar .calendar-item a.ellipsis:visited, .homepage-calendar-wrapper .homepage-calendar .calendar-item a.ellipsis:focus{
	text-decoration:underline !Important;
	color:#5badf3;
}
.homepage-calendar-wrapper .homepage-calendar .calendar-item a.current-date{
	color:#5badf3;
	text-decoration:underline;
}*/

.video-info h3 {
    color: #4f8fd2;
}
.video-item .video-info h3 {
    color: #182a61;
}
ul.pagination li.active a,
ul.pagination li.active span,
#Paging.pagination li.active a,
#Paging.pagination li.active span,
#Paging.pagination #PagingSelf span,
#Paging.pagination #PagingSelf a {
    background-color: #1b72d2;
}
#Paging.pagination #PagingSelf a {
    color: #ffffff;
}
.error-page a:hover,
.error-page a:focus,
.error-page a:active,
.error-page a:visited {
    color: #1b72d2;
}
.ms-srch-sbLarge > input.ms-helperText {
    color: #8cc2ff;
}
.megaMenu-level-2 > li > a:hover,
.megaMenu-level-2 > li:hover > a,
.megaMenu-level-2 > li > a:focus,
.megaMenu-level-2 > li:focus > a,
.megaMenu-level-2 > li > a:active,
.megaMenu-level-2 > li:active > a {
    color: #1b72d2;
}
.megaMenu-level-3 > li > a:hover,
.megaMenu-level-3 > li > a:focus,
.megaMenu-level-3 > li > a:active {
    color: #1b72d2;
}
.sectionInfo-desc a,
.sectionInfo-desc a:visited,
.sectionInfo-desc a:hover {
    color: #006ebf;
}
/* Left Nav */

.leftnav ul.leftnav-colapsed {
    background: #5badf3;
}
.leftnav ul.leftnav-level1 > li.selected {
    border-left: 6px solid #5badf3;
}
.leftnav ul.leftnav-level1 {
    background: #345088;
}
.leftnav ul.leftnav-level1 > li a:hover {
    color: #5badf3;
}
.leftnav .show-leftnav {
    background: #4f8fd2;
}
.ms-commentcollapse-iconouter:before,
.ms-commentexpand-iconouter:before,
.dfwp-item .groupheader:before {
    color: #5badf3;
}
/** CUSTOM HEADINGS
===================================*/

.ms-rteCustom-H1,
.ms-rteCustom-H1,
.etfo-workspace .ms-rtestate-field h1,
.etfo-workspace h1.ms-rteElement-H13 {
    color: #1b72d2;
}
.ms-rteCustom-H2,
.ms-rteCustom-H2,
.etfo-workspace .ms-rtestate-field h2,
.etfo-workspace h2.ms-rteElement-H2 {
    color: #1b72d2;
}
.ms-rteCustom-H3,
.etfo-workspace .ms-rtestate-field h3,
.etfo-workspace h3.ms-rteElement-H3 {
    color: #1b72d2;
}
.ms-rteCustom-Quote {
    color: #1b72d2;
}
.ms-rteCustom-Link {
    color: #1b72d2;
}
.etfo-workspace .ms-headerSortTitleLink {
    color: #5c606c;
}
.etfo-workspace .ms-gb a,
.etfo-workspace .ms-gb2 a {
    color: #5c606c;
}
.ms-rtestate-field a:link,
p a.ms-rteElement-a {
    color: #0072c6;
    text-decoration: underline;
}
.ms-rtestate-field a:visited {
    color: #0072c6;
}
/** CUSTOM HEADINGS - END	
===================================*/

@media (max-width: 768px) {
    .leftnav ul.leftnav-level1 > li.selected {
        border-left: 0;
        background: #3e67a3;
    }
    .expand-submenu.selected ~ a {
        color: #1e89d5 !important
    }
    .top-searchbox {
        background: #1b72d2;
    }
}