@font-face
{
font-family: "ubuntu";
src: url("../fonts/Ubuntu-L.woff");
font-style: normal;
font-weight: lighter;
}

@font-face
{
font-family: "ubuntu";
src: url("../fonts/Ubuntu-LI.woff");
font-style: italic;
font-weight: lighter;
}

@font-face
{
font-family: "ubuntu";
src: url("../fonts/Ubuntu-R.woff");
font-style: normal;
font-weight:normal;
}

@font-face {
    font-family: "ubuntu";
    src: url("../fonts/Ubuntu-B.woff");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "ubuntu";
    src: url("../fonts/Ubuntu-RI.woff");
    font-style: italic;
    font-weight:normal;
}
@font-face {
    font-family: "ubuntu";
    src: url("../fonts/Ubuntu-BI.woff");
    font-weight: bold;
    font-style: italic;
}

@font-face
{
font-family: "ubuntu-condensed";
src: url("../fonts/Ubuntu-C.woff");
}

@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'),
	url('../../../media/jui/fonts/IcoMoon.woff') format('woff'),
	url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'),
	url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    font-family: "ubuntu";
    width: 100%;
    margin: 0;
    padding: 0;
    color: #1E6471;
    background-color: #ffffff !important;
    font-size: 14px;
    overflow-x: hidden;
    border: none !important;
}

.hidden-tablet {
    display: block;
}

.hidden-phone {
    display: block;
}

.clearfix {
	*zoom: 1;
	clear: both;
	float: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.formulartext {
    width: 47%;
    float: left;
    margin-right: 20px;
}

p {
    font-size: 1em;
    color: #1E6471;
    margin-top: 8px;
}

a {
    font-size: 1em;
    /*color: #1E6471;*/
    color: #4EA632;
    text-decoration: none;
}

h1, h2, h3 {
    font-family: "ubuntu-condensed";
}

h1 {
    border-bottom: 1px solid #F5BA88;
}

h1, .moduletable h3 {
    font-family: "ubuntu-condensed";
    font-size: 24px;
    color: #62BC44;
    font-weight: bold;   
    line-height: 40px;
/*     padding-bottom: 12px; */
    margin: 0;
    padding-top: 5px;
    margin-bottom: 16px;
}

h2, h2 a {
    font-family: "ubuntu-condensed";
    font-size: 22px;
    color: #AE582B;
    font-weight: normal;  
    margin-bottom: 0px;
    margin-top: 22px;
/*     line-height: 18px; */
	text-decoration: none;
}

h3 {
  font-size: 19px;
  color: #AE582B;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 19px;  
}

h4 {

  font-size: 19px;
  margin-bottom: 0px;
  margin-top: 17px; 
}


h5 {

  font-size: 17px;
  color: #1e6471;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 17px; 
}

h6 {

  font-size: 13px;
  color: #ae584e;
  font-weight: normal;
  margin-bottom: 6px;
  margin-top: 6px; 

}


hr {
    border-top: 1px solid #F5BA88;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.mooaccordion {
    
}

