body {
  background-color: #f7f7f7; /* #FFFFFF;*/

}

h1 {
  color: #0065ae; /*#9c9c9c!important;*/
  font-size: 32px;
  text-transform: uppercase;
}

h2 {
  color:#666666!important;
  font-size: 18px;
}

h4 {
  color: #9c9c9c!important;
  font-size: 24px;
  margin-top: -12px!important;
  padding-top: 0;
}

a {
  color: #0065ae;
 /* color: #de4f3f;*/
}

.focus {
  color: #000;
}

.with-background {
  background-image: url('/images/background.png');
  background-repeat: no-repeat;
 background-position: right 100px top 85px;
}

.main.container {
  margin-top: 2em;
}

.main.menu {
  margin-top: 2em;
  border-radius: 0;
  border: none;
  box-shadow: none;
  transition: box-shadow 0.5s ease, padding 0.5s ease
  ;
}
.main.menu .item img.logo {
  margin-right: 1.5em;
}


.main.menu.fixed {
  background-color: #FFFFFF;
  border: 1px solid #DDD;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
/* 
.ui.menu .item {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 100;
  text-transform: none;
}

.ui.menu .item.active, .ui.menu .item:hover {
  background-color: transparent!important;
  color:#df513f!important;
  font-weight: bold;
}

.ui.menu .ui.dropdown .menu {
  border-top: 2px solid #df513f;
  border-bottom:none!important;
  border-left:none!important;
  border-right:none!important;
}

.ui.menu .ui.dropdown .menu > .item {
  background-color: #0467ab!important;
  color: #fff!important;
}

.ui.menu .ui.dropdown .menu > .item:hover {
  background: #0467ab!important;
  color: #a5c6db!important;
} */

.ui.menu .item {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 100;
  text-transform: none;
}

.ui.menu .item.active,
.ui.menu .item:hover {
  background-color: transparent !important;
  color: #df513f !important;
  font-weight: bold;
}

.ui.menu .ui.dropdown .menu {
  border-top: 1px solid rgb(4, 66, 141);
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  margin-top: 13px;
  margin-left: -30px;
}

.ui.menu .ui.dropdown .menu>.item {
  /*background-color: #0467ab!important;*/
  background-color: rgb(4, 66, 141) !important;
  color: #fff !important;
}

.ui.menu .ui.dropdown .menu>.item:hover {
  background: #0467ab !important;
  color: #a5c6db !important;
}

.main.menu.fixed {
  border: none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.ui.tabular.menu {
  border:0;
}

.ui.tabular.menu .item {
  text-transform: none;
}

.ui.tabular.menu .active.item {
  background-color: #fff!important;
  border:0;
  color:#000!important;
  text-transform: capitalize;
}


.ui.tabular.menu .active.item:after {
  content: '';
  display: block;
  position: absolute;
  right:  17px;
  left: 17px;
  margin-top: 5px;
/*  border-bottom: 3px solid #f25437!important;*/
}

.ui.attached.segment {
  border:0;
  padding: 40px!important;
}

.major {
  background-color: #fff;
  margin-top: 40px;
  padding: 40px!important;
}

.major p {
  padding-top: 10px;
}
.ui.cards > .card {
    padding: 10px!important;
}


.ui.cards > .card > .content > .description {
  line-height: 180%;
}

.text.container .left.floated.image {
  margin: 2em 2em 2em -4em;
}
.text.container .right.floated.image {
  margin: 2em -4em 2em 2em;
}

/*
.ui.footer.segment {
  margin: 5em 0em 0em;
  padding: 5em 0em;
  height: 280px!important;
}
*/

/* .foot {
  margin-top: 60px!important;
  background-color: #205295!important;
  height: 175px!important;
  background-image: url('../images/Footer-Pattern.png')!important;
  background-repeat:no-repeat!important;
  background-position: left;
} */

/* .footer-disclaimer {
  color: #fff;
  text-align: left;
  font-size: 10px;
  line-height: 160%;
  padding-top: 45px;
} */


.foot {
  margin-top: 60px !important;
  background-color: rgb(4, 66, 141);
  _height: 175px !important;
}

.footer-disclaimer {
  color: #fff;
  text-align: left;
  font-size: 12px;
  line-height: 160%;
  padding-top: 45px;
}

.copy {
  margin-top:0!important;
  color: #666!important;
  max-height: 60px!important;
  text-align: right;
}

.contact-details {
    width:400px;
    position:absolute;
    right: 0px;
    margin: 7px -48px 0 0;
    padding:0;
    color: #005e96;
    font-size: 12px;
    z-index: 102;
}

.contact-details a {
   color: #005e96;
}

#top-logo {
  width:170px;
  margin:10px 0px 10px -10px;
}


.error-text {
  color: red;
}

.chart-image {
		display:none;
}
