@charset "utf-8";
/* CSS Document */
/* Font */
body{
	background:#fcfcfc;
	font-family: "Noto Sans Display", "Noto Sans", "Arial", "Helvetica Neue", "Helvetica",sans-serif ;
	font-size:16px ;
	color:#393939 ;
	font-weight: 400 ;
}
.container-navbar-outer {
   background-color: #FFFFFF;
}
.container-fluid.container-fluid-max-xl  {
    max-width: 80em;
	margin: 0 auto;
	padding: 0 16px;
}
.container-footer-outer {
   background-color: #EFEFEF;
}
.container-footer-inner {
    max-width: 80em;
	margin: 0 auto;
	padding: 0 16px;
}
.wrap-outer {
  margin-top: 16px;
}
p {
    font-weight: 400 ;
}
b, strong {
  font-weight: 600;
}
.lead, .media-body p.lead {
    font-size: 20px;
}
h1, .h1 {
    font-size: 32px ;
	font-weight: 400 ;
	color: #222222;
}
h2, .h2 {
    font-size: 25px ;
    font-weight: 400 ;
	color: #222222;
}
h3, .h3 {
    font-size: 20px ;
	color: #222222;
    font-weight: 400 ;
}
h4, .h4 {
    font-size: 18px ;
	color: #222222;
    font-weight: 400 ;
}
.listing__title, .group__header {
    font-size: 18px ;
    font-weight: normal;
}
a {
    color: #0059C6  ;
    text-decoration: none;
}
a:hover {
    color: #0059C6 ;
    text-decoration: underline;
    text-decoration-color: #0059C6;
	text-decoration-thickness: 1px ;
    text-underline-offset: 4px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: #0059C6 ;
    text-decoration: none;
	font-weight: 400 ;
}

ul.dividers {
    font-size: 16px ;
}
.dividers li {
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.nav-breadcrumb a{
    text-decoration: none ;
	color: #666666 ;
}
.nav-breadcrumb a:hover {
	color: #000000 ;
}

/* Buttons */
.btn, form .btn, .call-to-action, button .call-to-action, button.btn {
    border-radius: 50px ;
    background-color: #0059C6 ;
    padding-left: 20px ;
    padding-right: 20px ;
	border-color: #0059C6 ;
	color: #FFFFFF ;
}
.call-to-action:hover, form .btn:hover, button.btn:hover {
	color: #FFFFFF ;
	background-color: #0059C6 ;
	text-decoration: none ;
}
.btn-info, button.btn-info {
    border-radius: 50px ;
    color: #0059C6 ;
    padding-left: 20px ;
    padding-right: 20px ;
	background-color: #FFFFFF ;
	border: 1px solid #E6E6E6 ;
}
.btn-info:hover {
	background-color: #FFFFFF ;
	border: 1px solid #0059C6 ;
}

.btn, .btn:visited {
    font-weight: 400 ;
	font-size: 16px ;
}
form .btn, form .btn:visited, form .btn-primary, form .btn-primary:visited, button.btn, button.btn:visited, button.btn-primary, button.btn-primary:visited, .call-to-action, .call-to-action:visited {
   font-family: "Noto Sans Display", "Noto Sans", "Arial","Helvetica Neue","Helvetica",sans-serif ;
}

/* Images */
img {
	
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	border-radius: 4px ;
}
a:hover img {
    filter:brightness (1.15)
}
figure .credit {
    bottom: 6px ;
    left: 6px ;
    background-color: rgba(0,0,0,0.5) ;
	border-radius: 4px;
}

/* Box */
.box {
    background-color: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #f0f0f0;
}

/* Line */
.line {
    border-top: 1px solid #e6e6e6 ;
}
hr {
  margin: 24px 0;
  border-top: 1px solid #e6e6e6 ;
}

/* iFrame */
.embedtool iframe, .embedtool object, .embedtool embed {
    border-radius: 4px ;
}
/* On this page */
.nav__on-this-page {
  margin-top: 2px;
  margin-bottom: 8px;
  text-decoration: none;
}

/* Accordion */
.accordion__heading .accordion__toggle {
  font-weight: 500;
    text-decoration: none;
}
.accordion__toggle.collapsed::before {
  border-color: transparent transparent transparent #0059c6;
}
/* Tabs */
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs > li > a {
  padding: 8px 16px;
    color: #000000;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  color: #222222;
  background-color: #F0F5FC;
  background-image: none;
  border-bottom: 2px solid #0059c6;
  border-bottom-color: #0059c6;
  text-decoration: none;
    border-top: 0px;
    border-left:0;
    border-right:0;
}
/* Tables */
.table-bordered {
  border: 1px solid #f0f0f0;
  background: #fff;
}
.table-striped tr:nth-child(2n+1) td, .table-striped tr:nth-child(2n+1) th {
  background-color: #f7f7fa;
}
.table th, .table td {
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border: 1px solid #f0f0f0;
}
.table thead th {
  vertical-align: bottom;
  border: 1px solid #f0f0f0;
}
/* Dropdown */
.dropdown-menu {
  border: 1px solid transparent;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.dropdown-menu > li > a {
  padding: 8px 16px;
  color: #222222;
    text-decoration: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #faf7f7;
}
/* Flexslider */
.flex-control-paging li a.flex-active {
  background: #0059C6;
}
/* News*/
.listing :last-child, .listing__item :last-child, .group__item :last-child {
  margin-bottom: 0;
}
.listing, .listing__item, .group__item {
  border-bottom: 1px solid #f0f0f0;
}

.alert--warning {
  border-color: #f0f0f0;
  border-left: 2px solid #FD7E14;
}
.alert {
  padding: 8px 16px;
  margin-bottom: 16px;
  background-color: #ffffff;
  color: #222222;
  border-radius: 4px;
    border: 1px solid #f0f0f0;
    border-left: 2px solid #17a2b8;
}

.gsc-control-cse {
  font-family: "Noto Sans Display", "Noto Sans", "Arial","Helvetica Neue","Helvetica",sans-serif ;
  border-color: #fcfcfc;
  background-color: #fcfcfc;
  border: 1px solid #fcfcfc;
}

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
  color: #222;
    font-weight: 500;
}
.gs-webResult div.gs-visibleUrl {
  color: #0059c6;
}

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
  border-color: #fcfcfc;
  background-color: #fcfcfc;
}
