/*!
 * Customized - Bootstrap v2.3.2
 *
 */

body {
  background-color: #F3F6DB;
}
a {
  color: #0084F0;
}
a:hover {
  color: #EBB400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Signika', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
color: #3478A8;
}
/* 
h1: page title
h2: page sub-title
h3: in-article titles
h4: in-article sub-title
h5: 
h6: footer titles
 */
h1 /* Page Title */
{
  font-size: 3.2em;
  line-height: 1em;
  text-shadow: 2px 2px #D9D9D9;
  padding-bottom:3%;
}
h2 /* Page Subtitle */
{
  font-size: 2em;
  line-height: 1em;
  text-shadow: 1px 1px #D9D9D9;
  padding-bottom:1.3%;
}
h3 /* In-article title */
{
  font-size: 1.7em;
  line-height: 1em;
  letter-spacing:.8px;
  text-shadow: 1.3px 1.3px #D9D9D9;
  padding-bottom:1%;
}
h4 /* In-article subtitle */
{
  font-size: 1.5em;
  line-height: 1.3em;
  padding-bottom:.5%;
}
h5 {
  font-size: 1.25em;
  line-height: 1.7em;
}
h6 /* Footer title */
{
  font-size: 17px;
  letter-spacing:1px
  line-height: normal;
  text-transform: none;
}
h3 small {
  font-size: 16px;
}
dt {
  padding-top:10px;
  font-family: 'Signika', sans-serif;
  line-height: 1.5em;
  color: #3478A8;
  font-size: 1.5em;
}
hr {
  border-top: 1px solid rgba(255,255,255,0) 100%;
  border-bottom: 1px solid gray;
  background: -moz-linear-gradient(top,  rgba(178,178,178,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,178,178,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(178,178,178,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(178,178,178,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(178,178,178,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(top,  rgba(178,178,178,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
  box-shadow: 1px 1px 3px #888;
}
blockquote {
    border-left: 10px solid rgb(252,231,179);
    text-shadow: 1px 2px #E8E8E8;
    font-size: 1.7em;
    color: #2A8EBF;
    font-weight: 300;
    line-height: 35px;
    clear: right;
    float: right;
    width: 250px;
    margin-left: 17px;
    margin-bottom: 13px;
    padding-left: 22px;
}
blockquote p {
  margin-bottom: unchanged;
  font-size: inherit;
  font-weight: normal;
  line-height: normal;
}
input,
button,
select,
textarea {
  font-family: 'Signika', sans-serif !important;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #F5F8FC;
  border: 1px solid #2E2E2E;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  border-color: #E80000;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #EDF1F5;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #FAF178;
}
.dropdown-menu a {
  font-family: 'Yanone Kaffeesatz', sans-serif !important;
  font-size: 1.3em;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  background-color: #105E85;
}
.well {
  padding: 3%;
  background-color: #ffffff;
  border: 2px solid #EDEDED;
  border-radius: 8px !important;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.well blockquote {
  border-color: #538daa; /* Old browsers */
  border-color: -moz-linear-gradient(top,  #538daa 1%, #2f648c 12%, #1e3d59 89%, #163042 97%, #05283f 100%); /* FF3.6+ */
  border-color: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#538daa), color-stop(12%,#2f648c), color-stop(89%,#1e3d59), color-stop(97%,#163042), color-stop(100%,#05283f)); /* Chrome,Safari4+ */
  border-color: -webkit-linear-gradient(top,  #538daa 1%,#2f648c 12%,#1e3d59 89%,#163042 97%,#05283f 100%); /* Chrome10+,Safari5.1+ */
  border-color: -o-linear-gradient(top,  #538daa 1%,#2f648c 12%,#1e3d59 89%,#163042 97%,#05283f 100%); /* Opera 11.10+ */
  border-color: -ms-linear-gradient(top,  #538daa 1%,#2f648c 12%,#1e3d59 89%,#163042 97%,#05283f 100%); /* IE10+ */
  border-color: linear-gradient(top,  #538daa 1%,#2f648c 12%,#1e3d59 89%,#163042 97%,#05283f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#538daa', endColorstr='#05283f',GradientType=0 ); /* IE6-9 */
  *border-color: #e6e6e6;
}
.btn {
  font-family: 'Signika', sans-serif !important;
}
.btn-primary {
  background: #538daa; /* Old browsers */
  background: -moz-linear-gradient(top,  #538daa 1%, #2f648c 12%, #1e3d59 89%, #163042 97%, #05283f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#538daa), color-stop(12%,#2f648c), color-stop(89%,#1e3d59), color-stop(97%,#163042), color-stop(100%,#05283f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #538daa 1%,#2f648c 12%,#1e3d59 89%,#163042 97%,#05283f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #538daa 1%,#2f648c 12%,#1e3d59 89%,#163042 97%,#05283f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #538daa 1%,#2f648c 12%,#1e3d59 89%,#163042 97%,#05283f 100%); /* IE10+ */
  background: linear-gradient(top,  #538daa 1%,#2f648c 12%,#1e3d59 89%,#163042 97%,#05283f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#538daa', endColorstr='#05283f',GradientType=0 ); /* IE6-9 */
  *background-color: #e6e6e6;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #043147;
  *background-color: #043147;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -moz-linear-gradient(top, #E80000, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E80000), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #E80000, #bd362f);
  background-image: -o-linear-gradient(top, #E80000, #bd362f);
  background-image: linear-gradient(to bottom, #E80000, #bd362f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
}
.btn-fixed-top,
.btn-fixed-bottom {
  position: fixed;
  z-index: 900;
  margin-bottom: 0;
  margin-top: 0;
padding-right: 0 !important;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
border-radius: 0;
}
.btn-fixed-top {
  top: 0;
}
.btn-fixed-bottom {
  bottom: 0;
}
.nav .nav-header {
  font-family: 'Yanone Kaffeesatz', Arial, sans-serif !important; 
  font-size: 14px;
  letter-spacing: 1px;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-right: 10px;
  margin-left: 10px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  background-color: #105E85;
}
.navbar-inner {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  padding-right: 1px;
  padding-left: 1px;
  background-color: #2f648c;
  *background-color: #2f648c;
  background-image: -moz-linear-gradient(top, #538daa, #05283f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#538daa), to(#05283f));
  background-image: -webkit-linear-gradient(top, #538daa, #05283f);
  background-image: -o-linear-gradient(top, #538daab, #05283f);
  background-image: linear-gradient(to bottom, #538daa, #05283f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#538daa', endColorstr='#05283f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background: -moz-linear-gradient(top,  #538daa 1%, #2f648c 12%, #1e3d59 89%, #163042 97%, #05283f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#538daa), color-stop(12%,#2f648c), color-stop(89%,#1e3d59), color-stop(97%,#163042), color-stop(100%,#05283f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #538daa 1%,#2f648c 12%,#1e3d59 89%,#163042 97%,#05283f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #538daa 1%,#2f648c 12%,#1e3d59 89%,#163042 97%,#05283f 100%); /* Opera 11.10+ */
  background: linear-gradient(top,  #538daa 1%,#2f648c 12%,#1e3d59 89%,#163042 97%,#05283f 100%); /* W3C */
  border-radius: 5px;
}
.navbar-search .search-query {
  background-color: white;
}
.navbar .nav {
  margin: 0 1px 0 0;
}
.navbar .nav > li > a {
  line-height: 20px;
  color: #FFFFFF;
}
.navbar .nav > li > a {
  font-family: 'Signika', sans-serif !important;
  font-size: 1.3em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav > li > a:hover {
  color: #FFFF66;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: white;
  text-decoration: none;
  background-color: #222;
}
.thumbnail {
  margin-left:10px;
    margin-bottom:8px;
}
.progress-danger .bar {
  background-image: -moz-linear-gradient(top, #E80000, #c43c35);
  background-image: -ms-linear-gradient(top, #E80000, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E80000), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #E80000, #c43c35);
  background-image: -o-linear-gradient(top, #E80000, #c43c35);
  background-image: linear-gradient(top, #E80000, #c43c35);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#E80000', endColorstr='#c43c35', GradientType=0);
}
.progress-danger.progress-striped .bar {
  background-color: #E80000;
}
.accordion-group {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: rgb(252,226,161); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(252,226,161,1) 0%, rgba(251,255,198,1) 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,226,161,1)), color-stop(99%,rgba(251,255,198,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(252,226,161,1) 0%,rgba(251,255,198,1) 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(252,226,161,1) 0%,rgba(251,255,198,1) 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(252,226,161,1) 0%,rgba(251,255,198,1) 99%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(252,226,161,1) 0%,rgba(251,255,198,1) 99%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce2a1', endColorstr='#fbffc6',GradientType=0 ); /* IE6-9 */
}
.accordion-heading {
  background: rgb(252,231,179); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(252,231,179,1) 0%, rgba(248,182,0,1) 100%, rgba(253,206,77,1) 100%, rgba(253,206,77,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,231,179,1)), color-stop(100%,rgba(248,182,0,1)), color-stop(100%,rgba(253,206,77,1)), color-stop(100%,rgba(253,206,77,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(252,231,179,1) 0%,rgba(248,182,0,1) 100%,rgba(253,206,77,1) 100%,rgba(253,206,77,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(252,231,179,1) 0%,rgba(248,182,0,1) 100%,rgba(253,206,77,1) 100%,rgba(253,206,77,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(252,231,179,1) 0%,rgba(248,182,0,1) 100%,rgba(253,206,77,1) 100%,rgba(253,206,77,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(252,231,179,1) 0%,rgba(248,182,0,1) 100%,rgba(253,206,77,1) 100%,rgba(253,206,77,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce7b3', endColorstr='#fdce4d',GradientType=0 ); /* IE6-9 */
}
.carousel {
  margin-bottom: 15px;
}
.carousel-caption {
  padding: 15px;
}
.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 30px;
  background: #f2f6f8; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjZmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2Q4ZTFlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2I1YzZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGVmZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 42%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(42%,#d8e1e7), color-stop(51%,#b5c6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 42%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 42%,#b5c6d0 51%,#e0eff9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 42%,#b5c6d0 51%,#e0eff9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 42%,#b5c6d0 51%,#e0eff9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-8 */
  box-shadow: 0px 0px 5px #888;
}

/* non-Bootstrap styles */
.mainwell {
  min-height: 20px;
  padding: 30px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 2px solid #EDEDED;
  border-radius: 8px !important;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well-black {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well-white {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #eee;
  border: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#mainwrap {
  margin-right: auto;
  margin-left: auto; 
  width: 92%;
  box-shadow: 0px 0px 20px #888;
  border-radius: 8px;
  padding: 2%;
  background: #f8faec url(/assets/img/bkg5.jpg) repeat;
  border-style:solid;
  border-width:1px;
  border-color:#ABAD9C;
}
#footerwrap {
  margin-right: auto;
  margin-left: auto; 
  width: 85%;
  border-radius: 4px;
  padding: 2%;
}
.smallboxes {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: white;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #2f648c;
  *background-color: #2f648c;
  background-image: -moz-linear-gradient(top, #538daa, #05283f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#538daa), to(#05283f));
  background-image: -webkit-linear-gradient(top, #538daa, #05283f);
  background-image: -o-linear-gradient(top, #538daab, #05283f);
  background-image: linear-gradient(to bottom, #538daa, #05283f);
  background-repeat: repeat-x;
  background: -moz-linear-gradient(top,  #538daa 1%, #2f648c 12%, #1e3d59 89%, #163042 97%, #05283f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#538daa), color-stop(12%,#2f648c), color-stop(89%,#1e3d59), color-stop(97%,#163042), color-stop(100%,#05283f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #538daa 1%,#2f648c 12%,#1e3d59 89%,#163042 97%,#05283f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #538daa 1%,#2f648c 12%,#1e3d59 89%,#163042 97%,#05283f 100%); /* Opera 11.10+ */
  background: linear-gradient(top,  #538daa 1%,#2f648c 12%,#1e3d59 89%,#163042 97%,#05283f 100%); /* W3C */
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#538daa', endColorstr='#05283f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          width: 89%;
}
.smallboxes:hover {
  color: #D9D9D9;
}
.required {
  color: red;
  font-weight: bold;
}
.graytext {
  color: gray; !important
  font-family: 'Yanone Kaffeesatz', Arial, sans-serif !important; 
  font-weight: 300 !important ;
}
.graytext li > a:hover,
.graytext li,
.graytext  a,
.graytext  p,
.graytext .active > a:hover {
  color: gray !important; 
  font-family: 'Yanone Kaffeesatz', Arial, sans-serif !important;
  font-weight: 300 !important;
}
.smallr {
  font-size: .99em;
}
.sidebar-nav {
  padding: 9px 0;
}
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}
.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}
.topcontainer-fluid {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 20px;
  *zoom: 1;
}
.topcontainer-fluid:before,
.topcontainer-fluid:after {
  display: table;
  content: "";
}
.topcontainer-fluid:after {
  clear: both;
}
.shadow {
  box-shadow: 2px 2px 7px rgba(0, 0, 0, .6);
  -moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, .6);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.inputgroup label {
  display: inline;
}
.hidden, #yourname {
  display: none;
  visibility: hidden;
}
.carouselWrap {
  position: relative;
  background-color: white;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.mainwellNews {
  min-height: 20px;
  padding: 30px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.35) url(/_new/assets/img/news_bkg.jpg);
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px !important;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.SidebarNewsWell {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 2px solid #EDEDED;
  border-radius: 8px !important;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, .6);
     -moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, .6);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, .6);
}
.align_left {
  float: left; 
  margin-right: 1em;
  margin-bottom: 1em;
}
.align_right {
  float: right; 
  margin-left: 1em;
  margin-bottom: 1em;
}
.align_center {
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}
::selection {
  background: #E8811A; /* Safari */
}
::-moz-selection {
  background: #E8811A; /* Firefox */
}
.hero-unit-one {
  padding: 20px;
  padding-top:40px;
  margin-bottom: 10px;
  border-radius: 10px;
  border-style:solid;
  border-width:2px;
  border-color:gray ;
  background: #203f60; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzIwM2Y2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2FmY2FkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2NiZTJmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2FmY2FkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzIwM2Y2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #203f60 1%, #afcadb 33%, #cbe2f4 54%, #afcadb 70%, #203f60 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#203f60), color-stop(33%,#afcadb), color-stop(54%,#cbe2f4), color-stop(70%,#afcadb), color-stop(99%,#203f60)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #203f60 1%,#afcadb 33%,#cbe2f4 54%,#afcadb 70%,#203f60 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #203f60 1%,#afcadb 33%,#cbe2f4 54%,#afcadb 70%,#203f60 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #203f60 1%,#afcadb 33%,#cbe2f4 54%,#afcadb 70%,#203f60 99%); /* IE10+ */
  background: linear-gradient(to bottom,  #203f60 1%,#afcadb 33%,#cbe2f4 54%,#afcadb 70%,#203f60 99%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203f60', endColorstr='#203f60',GradientType=0 ); /* IE6-8 */
}
.pullquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 10px solid rgb(252,231,179);
  text-shadow: 1px 2px #E8E8E8;
  font-size: 1.7em;
  color: #2A8EBF;
  font-weight: 300;
  line-height: 40px;
  clear: right;
  float: right;
  width: 250px;
  margin-left: 17px;
  margin-bottom: 13px;
  padding-left: 8px;
}
form.inline-block{
  display:inline-block;
}
.popupbutton{
  margin-bottom: 2.0em;
}
