@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

/* darkblue: #3E4899  Orange: #F4783B  Light blue: #   PAnelbody dark blue: #000066; Orange For Headings #F7A026;  darkTurquioise: #1cb8cf; */

/* .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #FF6600;
}
*/

/*.navbar-default {
  color: white;
  background-color: #00CCCC;
  font-family: 'Source Sans Pro';
  font-weight: 900;
  font-size: 16px;
}

*/

/*  SUMEIR EXTRA Carousel 17.03*/

.carousel-control.left, .carousel-control.right {
    background-image: transparent;
}

.panel-body {
    padding: 0px;
}

.carousel-inner > .item.embed-responsive img.wide {
    min-width: 1024px;
}

.carousel-inner > .item.embed-responsive img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    height: auto;
    width: auto;
}

.carousel-inner > .item img {
    margin: auto;
    width: auto;
    max-height: 1024px;
}

.carousel-control.left {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
	background-image: none;
    right: 0px;
    left: auto;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

/* END CAROUSEL */


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap');




.navbar-default .navbar-nav > li > a {
    color: #1CB8CF;
	font-size: 30px;
	font-weight: 700;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #3E4899;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	background-color: white;
	color: #3E4899;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: white;
	color: #3E4899;
}

.open > .dropdown-menu {
    background-color: white;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color:  #1CB8CF;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #3E4899;
	background-color: white;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #3E4899;
    text-decoration: none;
    outline: 0;
    background-color: white;
}

.navbar .nav-logo #logoImage {
    float: left;
    margin-top: 5px;
    padding: 0 15px;
    max-height: 80px;
    width: auto;
}

.thumbnail-body-blue > .thumbnail {
	background-color: blue;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.4285;
    background-color: #f5f5f5;
    border: 1px solid #26e6f7;
    border-radius: 1px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.includelet .moreLink, .panel .more, .panel .moreEvent, .panel .moreLink {
    text-align: center;
	font-weight: bold;
	/* color: #F4783B; */
}

body {
	color: #000000;
	font-family: 'Source Sans Pro';
	font-size: large;
	font-weight:400;
	background-color: white;
}

.panel-default {
	border: 0;
	border-color: white;
	box-shadow: none;
}

.panel-body-white > .panel-body {
	color: #FFFFFF;
}

.panel-header-white > .panel-heading {
	color: #FFFFFF;
	background-color: white;
}

.panel-body-orange > .panel-body {
	color: #F7A026;
}

.panel-header-orange > .panel-heading {
	color: #F7A026;
}

.panel-body-blue > .panel-body {
	color: blue;
}

.panel-header-blue > .panel-heading {
	color: blue;
}

.panel-body-grey > .panel-body {
	color: #666666;
}

.panel-header-grey > .panel-heading {
	color: #666666;
}

.panel-body-darkblue > .panel-body {
	color: #000066;
}

.panel-header-darkblue > .panel-heading {
	color: #000066;
}

.panel-body-lighttourquoise > .panel-body {
	color: #00CCCC;
}

.panel-header-lighttourquoise > .panel-heading {
	color: #00CCCC;
}

.panel-body-darktourquoise > .panel-body {
	color: #00CCCC;
}

.panel-header-darktourquoise > .panel-heading {
	color: #00CCCC;
}

h1 {
	color: #F7A026;
	font-weight: 700;
}

h2 {
	color: #F7A026;
	font-weight: 700;
}

h3 {
	font-weight: 700;
}

h4 {
	font-weight: 700;
}
	
.. a {
	color: #1CB8CF;
}

a:hover {
	color: #669999;
}

a:visited {
	color: #1CB8CF;
}

.custom-bullet li::before {
    content: "\e013";
    font-family: "Glyphicons Halflings";
    font-size: 16px;
    position: relative;
    margin-right: 10px;
    top: 3px;
    color: #3E4899;
}

.custom-bullet li {
    display: block;
}

.ul {
    list-style: none;
}

.ul li:before {
	color: blue;
	content:"\2713\0020";
    /*content: 'Ã¢Å“â€œ';*/
}

.footer {
	background-color: #f5f5f5;
	color: #505050;
}

.includelet.big-fonts h1 {
	color: #F7A026;
	font-size: 40px;
}

.includelet.big-fonts h2 {
	color: #F7A026;
	font-size: 30px;
}

.includelet.big-fonts h3 {
	color: #F7A026;
	font-size: 20px;
}

.includelet.big-fonts h4 {
	color: #F7A026;
}
.includelet.big-fonts h5 {
	color: #F7A026;
}
blockquote{
  color: F7A026;
  }
.btn-primary {
    color: #ffffff;
    background-color: #3E4899;
    border-color: #3E4899;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #F7A026;
    border-color: #F7A026;
}
.panel-body-more {
  padding-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
 }
img, .panel img {
    padding-bottom: 0px;
	}
 .panel-body-moretop {
  padding-top: 20px;
  }
  .panel-body-morebottom {
  padding-bottom: 20px;
  }
 .includelet.pagebreak {
	 border-bottom: solid 1px #dadada;
 }
  .includelet.pagebreak2 {
	 border-top: solid 1px #dadada;
 }
 
 .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
}