body {
  font-family: 'Franklin Gothic Book', sans-serif;
  font-size: 16px;
  color: #444;
}
a,
.ui-widget-content a {
  color: #d57f00;
}
a:hover,
.ui-widget-content a:hover {
  color: #03143d;
}
a.outside-link,
.ui-widget-content a.outside-link {
  background: url("/sites/all/themes/global/images/outside-link.png") no-repeat scroll left -4px rgba(0,0,0,0);
  padding-left: 25px;
  list-style-image: none;
  list-style: none;
  margin-left: 0;
  color: #d57f00;
}
a.inside-link,
.ui-widget-content a.inside-link {
  background: url("/sites/all/themes/global/images/inside-link.png") no-repeat scroll left 0px rgba(0,0,0,0);
  padding-left: 25px;
  list-style-image: none;
  list-style: none;
  margin-left: 0;
  color: #d57f00;
}
a.document,
.ui-widget-content a.document {
  background: url('/sites/all/themes/global/images/document-icon.png') no-repeat left center;
  height: 23px;
  color: transparent;
  padding-left: 23px;
}
p.button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #d57f00;
  padding: 10px;
  text-align: center;
}
p.button a {
  color: #ffffff;
  font-size: 120%;
}
p.button:hover {
  background: #a26100;
}
h1,
h2,
h3,
h4 {
  font-family: 'Montserrat', sans-serif;
}
h1 {
  font-size: 3em;
  color: #03143d;
  text-transform: uppercase;
}
h2 {
  color: #03143d;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 30px 0 0;
}
h3 {
  color: #03143d;
  font-size: 1.5em;
  margin: 30px 0 5px;
}
h4 {
  font-size: 1.25em;
  margin-bottom: 0.75em;
}
table {
  width: 100%;
}
table tr {
  vertical-align: top;
}
table tr th {
  font-size: 90%;
  font-weight: bold;
  padding-bottom: 5px;
  padding-right: 20px;
  vertical-align: bottom;
}
table tr th:last-child {
  padding-right: 0;
}
table tr td {
  padding: 5px 20px 5px 0;
  vertical-align: middle;
}
table tr td:last-child {
  padding-right: 0;
}
table tr td.views-field-nothing {
  padding: 0;
}
table tr.even,
table tr.odd {
  background: #ffffff;
}
table.list tr {
  border-bottom: 1px solid #dbdbdb;
}
table.list tr td {
  line-height: 150%;
  padding: 10px;
}
dl {
  text-align: left;
}
dl dt {
  display: block;
  float: left;
}
dl dt.phone,
dl dt.fax,
dl dt.email,
dl dt.mail,
dl dt.map {
  text-indent: -9999px;
  overflow: hidden;
  width: 15px !important;
  margin: 0;
  padding: 0;
  line-height: 16px;
}
dl dt.phone {
  background: url(http://www.virginia.edu/uvatemplates2010/images/shared/icon/phone.png) no-repeat 0px 2px;
}
dl dt.fax {
  background: url(http://www.virginia.edu/uvatemplates2010/images/shared/icon/fax.png) no-repeat 0px 1px;
}
dl dt.email,
dl dt.mail {
  background: url(http://www.virginia.edu/uvatemplates2010/images/shared/icon/mail.gif) no-repeat 0px 1px;
}
dl dt.map {
  background: url(http://www.virginia.edu/uvatemplates2010/images/shared/icon/map.png) no-repeat 0px 1px;
}
dl dt.title {
  width: 0px;
  margin: 0;
  padding: 0;
}
dl dd {
  font-style: normal;
  margin: 0 0 15px;
}
dl dd.phone,
dl dd.fax,
dl dd.email,
dl dd.mail,
dl dd.map {
  text-align: left;
  padding: 0;
  line-height: 16px;
}
dl dd.title {
  text-align: left;
  margin: 0 0 6px 0;
  padding: 0;
}
#zone-user-wrapper {
  background: #ddd;
}
#zone-user-wrapper .region-user-first {
  text-align: center;
  height: 40px;
  width: 100%;
  margin-top: 5px;
  margin-left: 0;
  border-bottom: 1px solid #eee;
}
#zone-user-wrapper .region-user-first p {
  margin-bottom: 5px;
}
#zone-user-wrapper .region-user-first p img {
  width: 100%;
  height: auto;
}
#zone-user-wrapper .region-user-second {
  display: none;
}
#zone-user-wrapper .region-user-second .uvabar_links {
  display: none;
}
#zone-user-wrapper .region-user-second #block-search-form {
  clear: right;
  display: block !important;
  margin: 10px 0;
  padding: 5px;
  position: static;
  width: 80%;
  margin: 0;
  border-radius: 4px;
}
#zone-user-wrapper .region-user-second #block-search-form input[type="text"] {
  float: left;
  width: auto;
  color: #03143d;
  font-size: .8em;
  margin-left: 10px;
  padding: 5px 20px;
}
#zone-user-wrapper .region-user-second #block-search-form input[type="submit"] {
  display: none !important;
}
#zone-branding-wrapper {
  border-bottom: 3px solid #03143d;
}
#zone-branding-wrapper #zone-branding #region-branding {
  margin: 0 auto;
}
#zone-branding-wrapper #zone-branding #region-branding .branding-data {
  text-align: center;
}
#zone-branding-wrapper #zone-branding #region-branding .branding-data .logo-img img {
  max-width: 194px;
}
#zone-branding-wrapper #zone-branding #region-branding .branding-data .site-name {
  font-family: serif;
  font-size: 1.4em;
  margin: 10px 0;
  font-variant: small-caps;
  text-transform: none;
}
#zone-branding-wrapper #zone-branding #region-branding .branding-data .site-name a {
  color: #03143d;
}
#zone-branding-wrapper #zone-branding #region-branding #sidr-wrapper-0 {
  padding: 10px;
  background: #eee;
}
#zone-branding-wrapper #zone-branding .social_media {
  display: none;
}
#zone-menu-wrapper {
  background: #dbdbdb;
  display: none;
  float: left;
  height: 100%;
  position: fixed;
  width: 80%;
}
#zone-menu-wrapper #region-menu {
  margin: 0;
}
#zone-menu-wrapper #region-menu #block-system-main-menu h2 {
  display: none;
}
#zone-menu-wrapper #region-menu #block-system-main-menu ul.menu {
  margin: 0;
  padding: 0;
}
#zone-menu-wrapper #region-menu #block-system-main-menu ul.menu li {
  border-top: 1px solid #ffffff;
  display: block;
  font-size: 110%;
  margin-bottom: 0;
  margin-left: 0;
  padding: 4%;
}
#zone-menu-wrapper #region-menu #block-system-main-menu ul.menu li.first {
  border-top: none;
}
#zone-menu-wrapper #region-menu #block-system-main-menu ul.menu li.active,
#zone-menu-wrapper #region-menu #block-system-main-menu ul.menu li.active-trail {
  background: #454545;
}
#zone-menu-wrapper #region-menu #block-system-main-menu ul.menu li.active a,
#zone-menu-wrapper #region-menu #block-system-main-menu ul.menu li.active-trail a {
  color: #ffffff;
  display: block;
}
#zone-menu-wrapper #region-menu #block-system-main-menu ul.menu li.active ul.menu,
#zone-menu-wrapper #region-menu #block-system-main-menu ul.menu li.active-trail ul.menu {
  display: block;
}
#zone-menu-wrapper #region-menu #block-system-main-menu ul.menu li a {
  color: #03143d;
  font-weight: 600;
}
#zone-menu-wrapper #region-menu #block-system-main-menu ul.menu li a:hover {
  color: #d57f00;
}
#zone-menu-wrapper #region-menu #block-system-main-menu ul.menu li ul.menu {
  display: none;
  margin-top: 0;
  padding: 0 4%;
}
#zone-menu-wrapper #region-menu #block-system-main-menu ul.menu li ul.menu li {
  border-top: none;
  font-size: 100%;
  padding: 6% 4% 0%;
}
#zone-menu-wrapper #region-menu #block-system-main-menu ul.menu li ul.menu li a {
  padding: 0;
}
#zone-menu-wrapper #region-menu #block-system-main-menu ul.menu li ul.menu li a.active,
#zone-menu-wrapper #region-menu #block-system-main-menu ul.menu li ul.menu li a.active-trail {
  background: #454545;
  color: #d57f00;
}
#zone-menu-wrapper #region-menu #block-system-main-menu ul.menu li:hover ul.menu {
  display: block;
}
#section-content #zone-preface-wrapper {
  display: none;
}
#section-content #zone-preface-wrapper #zone-preface {
  width: 100%;
}
#section-content #zone-preface-wrapper #zone-preface #region-preface-first {
  width: 100%;
  margin: 0 !important;
}
#section-content #zone-preface-wrapper #zone-preface #region-preface-first img {
  width: 100%;
  height: auto;
}
#section-content #zone-preface-wrapper #zone-preface #region-preface-first .views-field-body {
  position: relative;
  top: -100px;
  background: url("/sites/all/themes/global/images/blue-trans75.png") 0 0 repeat;
  padding: 15px 40px;
  text-align: right;
  color: white;
}
#section-content #zone-preface-wrapper #zone-preface #region-preface-first .views-field-body p {
  display: inline;
  margin-right: 15px;
  font-size: 1.3em;
  text-transform: uppercase;
  line-height: 100%;
}
#section-content #zone-preface-wrapper #zone-preface #region-preface-first .more-button {
  border: 1px solid #d57f00;
  padding: 8px 15px;
  font-family: "Bodoni", serif;
  font-style: italic;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #d57f00;
}
#section-content #zone-preface-wrapper #zone-preface #region-preface-first .more-button a {
  color: #d57f00;
}
#section-content #zone-preface-wrapper #zone-preface #region-preface-first .more-button:hover {
  background: #d57f00;
}
#section-content #zone-preface-wrapper #zone-preface #region-preface-first .more-button:hover a {
  color: white;
}
#section-content #zone-content {
  padding-bottom: 1em;
  padding-top: 1em;
}
#section-content #zone-content p {
  font-size: 100%;
  line-height: 175%;
}
#section-content #zone-content ul li {
  list-style-image: none;
}
#section-content #zone-content ul li a.outside-link,
#section-content #zone-content ul li a.inside-link {
  list-style: none;
}
#section-content #zone-content ol,
#section-content #zone-content ul {
  line-height: 150%;
  padding-left: 18px;
}
#section-content #zone-content ol li,
#section-content #zone-content ul li {
  font-size: 100%;
  margin-bottom: 8px;
}
#section-content #zone-content ol ol,
#section-content #zone-content ol ul,
#section-content #zone-content ul ol,
#section-content #zone-content ul ul {
  margin-top: 8px;
}
#section-content #zone-content img {
  height: 100%;
  max-width: 100%;
}
#section-content #zone-content iframe {
  margin-bottom: 1em;
  max-width: 100%;
}
#section-content #zone-content .featureheader {
  background: #dbdbdb;
  margin-bottom: 0;
  padding: 15px;
}
#section-content #zone-content .featurebox {
  border: 1px solid #dbdbdb;
  padding: 10px 15px;
}
#section-content #zone-content #region-content .region-inner {
  margin: 10px;
}
#section-content #zone-content #region-content .region-inner h1#page-title {
  font-size: 1.7em;
}
#section-content #zone-content #region-content .region-inner .view-id-news .views-row {
  clear: both;
}
#section-content #zone-content #region-content .region-inner .view-id-news .views-row .views-field.views-field-edit-node {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
#section-content #zone-content #region-content .region-inner .view-id-news .views-row.views-row-first .views-field.views-field-edit-node {
  border-bottom: none;
}
#section-content #zone-content #region-content .region-inner .view-id-news .views-row .views-field-field-image {
  width: 25%;
  float: right;
  margin: 0 0 5px 15px;
}
#section-content #zone-content #region-sidebar-first #block-menu-block-1 {
  display: none;
}
#section-content #zone-content #region-sidebar-first a {
  color: #666;
}
#zone-footer-wrapper {
  bottom: 0;
  clear: both;
  float: left;
  width: 100%;
}
#zone-footer-wrapper #zone-footer {
  color: #03143d;
  font-size: 90%;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 2px solid #eee;
}
#zone-footer-wrapper #zone-footer p {
  line-height: 16px;
}
#zone-footer-wrapper #zone-footer table {
  border: none;
}
#zone-footer-wrapper #zone-footer table tbody {
  border: none;
}
#zone-footer-wrapper #zone-footer table tbody td {
  border: none;
  line-height: 175%;
}
#zone-footer-wrapper #zone-footer #region-footer-first {
  margin-top: 1em;
}
#zone-footer-wrapper #zone-footer #region-footer-first p#version {
  margin-bottom: 8px;
}
#zone-footer-wrapper #zone-footer #region-footer-first p#maintainedby {
  margin: 0;
}
#zone-footer-wrapper #zone-footer #region-footer-second {
  margin-top: 1em;
  text-align: right;
}
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact {
  text-align: left;
}
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dt {
  float: left;
  display: block;
  margin: 0 5px 0 0;
}
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dt.phone,
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dt.fax,
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dt.email,
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dt.mail,
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dt.map {
  text-indent: -9999px;
  overflow: hidden;
  width: 15px !important;
  margin: 0;
  padding: 0;
  line-height: 16px;
}
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dt.phone {
  background: url(http://www.virginia.edu/uvatemplates2010/images/shared/icon/phone.png) no-repeat 0px 2px;
}
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dt.fax {
  background: url(http://www.virginia.edu/uvatemplates2010/images/shared/icon/fax.png) no-repeat 0px 1px;
}
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dt.email,
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dt.mail {
  background: url(http://www.virginia.edu/uvatemplates2010/images/shared/icon/mail.gif) no-repeat 0px 1px;
}
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dt.map {
  background: url(http://www.virginia.edu/uvatemplates2010/images/shared/icon/map.png) no-repeat 0px 1px;
}
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dt.title {
  width: 0px;
  margin: 0;
  padding: 0;
}
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dd {
  font-style: normal;
}
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dd.phone,
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dd.fax,
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dd.email,
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dd.mail,
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dd.map {
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 16px;
}
#zone-footer-wrapper #zone-footer #region-footer-second dl.contact dd.title {
  text-align: left;
  margin: 0 0 6px 0;
  padding: 0;
}
#zone-footer-wrapper #zone-footer #region-footer-second ul.address {
  list-style: none;
  padding: 0;
  text-align: left;
}
#zone-footer-wrapper #zone-footer #region-footer-second ul.address li {
  list-style-image: none;
}
#zone-footer-wrapper #zone-footer #region-footer-bottom {
  padding: 15px 0;
  margin-top: 15px;
  border-top: 2px solid #eee;
}
#zone-footer-wrapper #zone-footer #region-footer-bottom .footer-text {
  padding-top: 15px;
}
body.front #block-system-main {
  display: none;
}
body.front .views-field-edit-node {
  position: absolute;
  top: 0;
  background: #d57f00;
  z-index: 500;
  margin: 5px 40px;
  padding: 10px 0 5px;
}
body.front .views-field-edit-node a {
  padding: 5px 15px;
  color: white;
}
body.front h2 {
  margin: 0 0 20px;
}
body.front #zone-branding-wrapper #zone-branding {
  border-bottom: none;
}
body.front #zone-menu-wrapper #region-menu .navigation #main-menu li.active.last {
  display: none;
}
body.front #section-content #zone-content #region-sidebar-first .block-agenda {
  margin-top: 10px;
}
body.front #section-content #zone-content #region-sidebar-first .block-agenda p {
  font-weight: 600;
}
body.front #section-content #zone-content #region-sidebar-first .block-agenda ol {
  padding-left: 0;
}
body.front #section-content #zone-content #region-sidebar-first .block-agenda ol li {
  background: #dbdbdb;
  color: #03143d;
}
body.front #section-content #zone-content .views-more-link,
body.front #section-content #zone-content .more-button {
  font-family: "Bodoni", serif;
  text-transform: uppercase;
  font-style: italic;
  color: #d57f00;
  font-size: .8em;
}
body.front #section-content #zone-content #region-content .region-inner h1#page-title {
  display: none;
}
body.front #section-content #zone-content #region-content #block-views-news-block .view-id-news .views-row {
  margin-bottom: 2em;
  min-height: 115px;
}
body.front #section-content #zone-content #region-content #block-views-news-block .view-id-news .views-row .date-display-single {
  font-size: 0.8em;
}
body.front #section-content #zone-content #region-content #block-views-news-block .view-id-news .views-row h3 {
  font-size: 1em;
  margin: 0.25em 0 0.5em 0;
}
body.front #section-content #zone-content #region-content #block-views-news-block .view-id-news .views-row .views-field-field-image {
  float: left;
  margin: 0 auto;
  width: 100%;
}
body.front #section-content #zone-content #region-content #block-views-news-block .view-id-news .views-row .views-field-field-image img {
  width: 100%;
  height: auto;
}
body.front #section-content #zone-content #region-content #block-views-news-block .view-id-news .views-row h3 a {
  color: #666;
  padding: 10px 0 5px;
}
body.front #section-content #zone-content #region-content #block-views-news-block .view-id-news .views-row h4 {
  font-style: italic;
  color: #03143d;
}
body.front #section-content #zone-content #region-sidebar-second {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
body.front #section-content #zone-content #region-sidebar-second p {
  color: #d57f00;
  font-weight: 100;
  line-height: 100%;
}
body.front #section-content #zone-content #region-sidebar-second ol,
body.front #section-content #zone-content #region-sidebar-second ul {
  padding-left: 0;
}
body.front #section-content #zone-content #region-sidebar-second ol li,
body.front #section-content #zone-content #region-sidebar-second ul li {
  padding: 5px 0;
  color: #666;
}
body.front #section-content #zone-content #region-sidebar-second ol li ul,
body.front #section-content #zone-content #region-sidebar-second ul li ul {
  padding-left: 15px;
}
body.front #section-content #zone-content #region-sidebar-second ol li ul li,
body.front #section-content #zone-content #region-sidebar-second ul li ul li {
  list-style-image: none;
}
body.front #section-content #zone-content #region-sidebar-second .agenda-block .cal_0 {
  background-color: #002656;
  padding: 10px;
  color: white;
}
body.front #section-content #zone-content #region-sidebar-second .agenda-block .cal_0 ul li {
  color: white;
}
body.front #section-content #zone-content #region-sidebar-second .agenda-block .cal_0 p {
  color: white;
}
body.front #section-content #zone-content #region-sidebar-second .agenda-block .cal_1 {
  background: #d57f00;
  padding: 10px;
  color: white;
}
body.front #section-content #zone-content #region-sidebar-second .agenda-block .cal_1 ul li {
  color: white;
}
body.front #section-content #zone-content #region-sidebar-second .agenda-block .cal_2 {
  background: #eee;
  padding: 10px;
}
body.front #section-content #zone-content #region-sidebar-second .agenda-block .cal_3 {
  background: #03143d;
  color: white;
  padding: 10px;
}
body.front #section-content #zone-content #region-sidebar-second .agenda-block .cal_4 {
  background: #EDEBD7;
  padding: 10px;
}
body.page-news #section-content #zone-content #region-content .views-row {
  margin-bottom: 2em;
}
body.page-news #section-content #zone-content #region-content .views-row h3 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
}
body.page-news #section-content #zone-content #region-content .views-row .views-field-field-date {
  margin-bottom: 1em;
}
body.page-news #section-content #zone-content #region-content .views-row .views-field-field-date .date-display-single {
  font-size: 0.9em;
}
body.page-courses #region-content .views-row {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 1em;
}
body.page-courses #region-content .views-row img {
  display: none;
}
body.page-courses #region-content .views-row h4 {
  font-size: 1.2em;
  font-weight: 600;
}
body.page-courses #region-content .views-row .views-field-field-prerequisites {
  line-height: 175%;
  margin-bottom: 1em;
}
body.page-node-3 #section-content #zone-content #region-content iframe,
body.context-calendar #section-content #zone-content #region-content iframe {
  width: 100%;
}
body.page-search #region-content form input.form-text {
  width: 96%;
}
body.page-search #region-content form .form-submit {
  display: none;
}
body.node-type-people #section-content #zone-content #region-content h1.title {
  margin-bottom: 5px;
}
body.node-type-people #section-content #zone-content #region-content .field {
  margin-bottom: 1em;
}
body.node-type-people #section-content #zone-content #region-content .field-label-inline .field-label {
  float: none;
}
body.node-type-people #section-content #zone-content #region-content .field-name-field-position {
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 1em;
}
body.node-type-people #section-content #zone-content #region-content .field-name-field-mailing-address p,
body.node-type-people #section-content #zone-content #region-content .field-name-field-office-address p {
  line-height: 150%;
  margin-bottom: 0;
}
body.node-type-people #section-content #zone-content #region-content .field-name-field-research-interests {
  line-height: 150%;
}
body.page-people #section-content #zone-content #region-content select {
  margin-top: 15px;
}
body.page-people #section-content #zone-content #region-content .view-people table tr {
  background: none;
}
body.page-people #section-content #zone-content #region-content .view-people table tr td.views-field-title h4 {
  margin-bottom: 5px;
}
body.page-people #section-content #zone-content #region-content .view-people table tr td.views-field-field-office-address p {
  line-height: 150%;
  margin-bottom: 0;
}
body.page-people #section-content #zone-content #region-content .view-people table tr td.views-field-field-e-mail {
  line-height: 150%;
}
body.page-people #section-content #zone-content #region-content .view-people .views-field-field-image {
  float: right;
}
body.page-people #section-content #zone-content #region-content .view-people .views-field-field-research-interests {
  margin-top: 20px;
}
body.page-node-739 #section-content #zone-content #region-content table tbody {
  border-top: none;
}
body.page-node-739 #section-content #zone-content #region-content table tbody tr td h4,
body.page-node-739 #section-content #zone-content #region-content table tbody tr td p {
  margin-bottom: 0;
}
body.responsive-layout-mobile.page-people #section-content #zone-content #region-content .view-people table td {
  clear: left;
  float: left;
}
body.responsive-layout-mobile.page-people #section-content #zone-content #region-content .view-people table td.views-field-title {
  padding-top: 1em;
}
@media (min-width: 550px) {
  body.responsive-layout-mobile.page-people #section-content #zone-content #region-content .view-people table tr {
    float: left;
    height: 225px;
    width: 46%;
  }
}
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: #fff none repeat scroll 0 0;
  border: 1px solid rgba(34,34,34,0.25);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05) inset;
  color: #595959;
  font-family: "Franklin Gothic Book", sans-serif;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-indent: 10px;
  margin-bottom: 8px;
}
select,
button,
input {
  padding: 10px 15px;
  background: white;
  border: 1px solid #03143d;
}
select a,
button a,
input a {
  color: #03143d;
}
select:hover,
button:hover,
input:hover {
  color: white;
  background: #03143d;
}
ul.primary {
  padding-left: 0 !important;
  margin: 0;
}
ul.primary li {
  margin-bottom: 6px !important;
}
ul.primary li a {
  margin-right: 0;
  background: none !important;
  border-right: 1px solid #eee;
  color: #03143d;
  border-top: none;
}
ul.primary li.active a {
  background: #03143d !important;
  color: white;
}
.tabs.primary.clearfix a {
  padding: 10px;
}
.tabs {
  border: medium none;
  margin-bottom: 20px;
  margin-top: 20px;
}
.tabs li {
  float: left;
  margin: 0;
}
.tabs li a {
  background-color: white;
  border-left: #eee;
  border-radius: 0;
  margin: 0;
  padding: 8px;
}
.tabs li.active a,
.tabs li:hover a {
  background: none;
  border: 1px solid #222 !important;
  color: #03143d;
  outline: medium none;
  padding: 8px;
}
.tabs li:first-child a {
  border-left: medium none;
}
.tabs li:first-child a:hover {
  border-left: 1px solid rgba(0,0,0,0);
}
