@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";

html,
body 
{
  font-family: 'Noto Sans', Arial, Sans-Serif !important;
  font-size: 15px;
}

ul, ol {
  margin: 0 1em 1em 0;
}

p
{
  margin: 0 0 .8em 0;
}

h1, h2, h3, h4, h5
{
  font-family: Lusitana, Georgia, serif;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2f7d03;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}


a  { color: #00559b; }
a:hover { text-decoration: underline; }

h1 a, h1 a:hover { color: #00929d; }

h1 { font-size: 29px; padding-bottom:10px; }
h2 { font-size: 21px; padding-bottom: 10px;}
h3 { font-size: 19px; }
h4 { font-size: 15px; }

label {
  color: #10477b;
  font-weight: normal;
}

b, strong, .bold,
b a, strong a, .bold a
{
  font-weight: bold;
  color: #00559b;
}
.bold-red
{
  font-weight: bold;
  color: #a83f3f;  
}
.blue
{
  color: #10477b !important; 
  background: none !important;
  border: none !important;
  text-shadow: none !important;
}

img.alignnone,
img.alignleft,
img.alignright,
img.size-full {
  padding: 1px;
  border: solid 1px #cccccc;
  height: auto;
  max-width: 100%;
}
a img.alignnone {
  margin: 5px 18px 5px 0;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

blockquote {
  width: 100%;
  max-width: 200px;
  float: right;
  font-family: 'Noto Sans', Arial, Sans-Serif !important;

  font-size: 16px;
  font-weight: normal !important;
  font-style: normal;
  background: #00599c;
  color: #ffffff;
  border: none;
  margin: 0 0 20px 20px !important;
  padding: 10px 10px 0px 10px;
  -webkit-border-radius: 6px 0px 0px 6px;
  border-radius: 6px 0px 0px 6px; 
}
blockquote p {
  font-size: 16px;
  font-family: 'Noto Sans', Arial, Sans-Serif !important;
  font-weight: normal !important;
  font-style: normal;
  line-height: 1.3em;
}
blockquote a {
  text-decoration: underline;
  color: #ffffff !important;
}
blockquote strong,
blockquote b {
  color: #ffffff !important;
}

input[type=submit], input[type=submit]:hover,
a.button, a.button:hover
{
  color: #ffffff;
  font-family: Lusitana;
  text-transform: uppercase;
  background: #6bc05c; /* Old browsers */
  background: -moz-linear-gradient(top,  #6bc05c 0%, #4ea840 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bc05c), color-stop(100%,#4ea840)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #6bc05c 0%,#4ea840 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #6bc05c 0%,#4ea840 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #6bc05c 0%,#4ea840 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #6bc05c 0%,#4ea840 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bc05c', endColorstr='#4ea840',GradientType=0 ); /* IE6-9 */

  -webkit-border-radius: 3px;
  border-radius: 3px; 

  text-shadow: none;
  box-shadow: none;
  border: 1px solid #99ba96;
  padding: 2px 14px !important;
}

select {
  width: 70%;
}

a.call-to-action
{
  font-weight: bold;
  color: #a83f3f;
  text-decoration: underline;
  
}


table tr td {
  vertical-align: top;
}
th, td, table {
    border: none;
}