/*!
Theme Name: NVL Theme Responsive
Author: Advice Interactive Group
Author URI: http://www.adviceinteractive.com
*/

.social-buttons{
  width: 250px;
  margin: 10px auto;
}

.breakpoint {
  display: none;
  font-family: "desktop";
}
@media only screen and (max-width: 480px) {
  .breakpoint {
    font-family: "mobile";
  }
}

#ui-datepicker-div {
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url(PIE.htc);
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  behavior: url(PIE.htc);
}
.ie8 #ui-datepicker-div {
  width: 205px;
  _visibility: hidden;
}

#ui-datepicker-div, #ui-datepicker-div a {
  color: #002550;
}

.ui-datepicker-prev, .ui-datepicker-next {
  padding: 3px;
  cursor: pointer;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  text-decoration: none;
}

.ui-datepicker-prev {
  float: left;
  padding: 5px 0px 5px 5px;
}

.ui-datepicker-next {
  float: right;
  padding: 5px 5px 5px 0px;
}

.ui-datepicker-title {
  clear: both;
  padding: 5px;
  background: #002550;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.ui-datepicker-calendar {
  padding: 5px;
}

.ui-datepicker-calendar td {
  padding: 1px;
}

.ui-state-default {
  display: block;
  width: 15px;
  height: 15px;
  padding: 4px;
  background: #eee;
  text-align: center;
}

.ui-state-default:hover {
  background: #bbb;
  text-decoration: none;
}

.blog .post, .archive .post {
  margin: 0px 0px 15px;
  padding: 0px 0px 15px;
  border-bottom: 1px solid #002550;
}

.content img {
  border: 5px solid white;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  behavior: url(PIE.htc);
}

.content img.no-border, .content #AIG_testimonials img {
  border: none;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  behavior: none;
}

/*!
WordPress Styles
*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

img.alignright, img.alignleft, img.aligncenter {
  border: 5px solid white;
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
  position: relative;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

img.no-border {
  border: none;
  -moz-box-shadow: 0 0 0px #333333;
  -webkit-box-shadow: 0 0 0px #333333;
  box-shadow: 0 0 0px #333333;
}

@media only screen and (max-width: 480px) {
  .alignnone, .aligncenter, div.aligncenter, .alignright, .alignleft, .aligncenter, a img.alignright, a img.alignnone, a img.alignleft, a img.aligncenter, .wp-caption, .wp-caption.alignnone, .wp-caption.alignleft, .wp-caption.alignright, .wp-caption img, .wp-caption p.wp-caption-text {
    clear: both;
    display: block;
    float: none;
    margin: 25px auto;
    text-align: center;
  }
}
/*! Desktop Styles */
@media only screen and (min-width: 481px) {
  /** global/reset **/
  body {
    margin: 0px;
    padding: 0px;
    background: #eee;
    color: #333;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 75%;
  }

  h1, h2, h3, h4, h5, h6, p, form, ul, li {
    margin: 0px;
    padding: 0px;
  }

  h1 {
    font-size: 1.8em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.3em;
  }

  h4 {
    font-size: 1.2em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: 1em;
  }

  a {
    color: #000;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  a img {
    border: none;
    text-decoration: none;
  }

  .clear {
    clear: both;
  }

  .left, .alignleft {
    float: left;
  }

  .right, .alignright {
    float: right;
  }

  textarea {
    font-family: sans-serif;
    overflow: auto;
    resize: none;
  }

  .st_fblike_large {
    position: relative;
    top: -10px;
  }

  .wrapper {
    min-width: 960px;
  }

  .inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }

  /** header **/
  .header {
    height: 115px;
    background: #fff;
  }

  .header .logo {
    padding: 30px 0px 0px;
  }

  .header .contact {
    position: relative;
    margin-right: 50px;
    padding: 40px 0px 0px;
    color: #5db6e3;
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
  }

  .header .gplus {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 70px;
  }

  .header .contact a {
    display: block;
    color: #002550;
    font-size: 2.5em;
    text-decoration: none;
  }

  .header .contact a span {
    color: #d62322;
  }

  .header .agent {
    padding: 15px 0px 0px;
    width: 139px;
  }

  .footnote {
    float: left;
    padding: 7px;
    width: 755px;
  }

  .footnote ul {
    list-style: none;
  }

  .footnote li {
    display: inline;
    margin: 0 10px 0 0;
  }

  .footnote a {
    color: #333;
  }

  /** nav **/
  .main-nav {
    padding: 10px 0px 0px;
    background: white url("images/nav-wrapper-bg.jpg") 50% 0 no-repeat;
  }

  .main-nav .inner {
    display: block !important;
    height: 42px;
    background: url("images/nav-bg.jpg") repeat-x;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    behavior: url(PIE.htc);
  }

  .main-nav ul {
    list-style: none;
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
  }

  .main-nav li {
    float: left;
    position: relative;
    margin-right: 0px;
    border-left: 1px solid #03336b;
    border-right: 1px solid #02172f;
  }

  .main-nav ul li:first-child {
    border-left: none;
  }

  .main-nav ul li:last-child {
    border-right: none;
  }

  .main-nav ul a {
    color: #fff;
    display: block;
    padding: 15px 14px;
    _padding: 14px 14px;
    text-decoration: none;
    font-weight: normal;
  }

  #menu-item-430 a {
    padding-right: 0px;
  }

  .main-nav ul ul {
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    top: 42px;
    left: 0;
    width: 200px;
    z-index: 99999;
  }

  .main-nav ul ul li {
    border: none;
  }

  .main-nav ul ul ul {
    left: 100%;
    top: 0;
  }

  .main-nav ul ul a {
    background: #00244e;
    color: #fff;
    height: auto;
    padding: 8px 10px;
    width: 200px;
    border: none;
  }

  .main-nav li:hover > a,
  .main-nav a:focus,
  .main-nav .current_page_item > a,
  .main-nav .current_page_ancestor > a {
    color: #5DB6E3;
  }

  .main-nav ul li:hover > ul {
    display: block;
  }

  .main-nav ul ul li:hover > a,
  .main-nav ul ul a:hover,
  .main-nav .current_page_ancestor ul li a:hover,
  .main-nav ul ul li.current_page_item a {
    border: none;
  }

  .main-nav .current_page_ancestor ul li a {
    background: #00244e;
  }

  .main-nav .current_page_item a,
  .main-nav .current_page_ancestor a,
  .main-nav a:hover {
    _color: #5DB6E3;
    _text-decoration: none;
  }

  /** main **/
  .main {
    background: #eeeeee url("images/main-wrapper-bg.jpg") repeat-x;
  }

  .main .inner {
    border-top: 10px solid #e1e1e2;
  }

  /** banner **/
  .banner {
    height: 365px;
    margin: 0px 0px 15px;
    background: url("images/banner-bg.jpg") no-repeat;
  }

  .banner, .banner-top {
    position: relative;
  }

  .banner-top {
    height: 291px;
    margin: 0px 0px 10px;
  }

  .banner-form {
    width: 255px;
    height: 291px;
    background: #969696;
  }

  .banner-form .heading {
    padding: 10px;
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #555;
    text-transform: uppercase;
  }

  .banner-form form {
    padding: 10px;
    background: url("images/banner-form-bg.jpg") repeat-x;
  }

  .banner-form input {
    display: block;
    margin: 0 auto;
    border: 2px solid #bebebe;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url(PIE.htc);
  }

  .banner-form .text {
    width: 220px;
    height: 20px;
    margin: 0px auto 15px;
    padding: 2px 5px;
  }

  .banner-form .moving-from {
    background: white url("images/search-icon.jpg") 96% 50% no-repeat;
  }

  .banner-form .date {
    background: white url("images/calendar-icon.jpg") 96% 50% no-repeat;
  }

  .banner-form .submit {
    width: 226px;
    height: 30px;
    background: url("images/red-button-bg.jpg") repeat-x;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
  }

  .banner-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 570px;
    padding: 10px 120px 10px 15px;
    background: url("images/banner-text-bg.png") repeat-x;
    color: #fff;
  }

  .banner-text .heading {
    margin: 0px 0px 5px;
    font-size: 1.3em;
    font-weight: bold;
  }

  .banner-bar {
    padding: 20px;
    background: #a40000 url("images/red-bar-bg.jpg") no-repeat;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    behavior: url(PIE.htc);
    color: #fff;
    font-size: 1.1em;
  }

  .banner-bar span {
    font-size: 1.0em;
    font-weight: bold;
  }

  .banner .truck {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 429px;
    height: 152px;
    background: url("images/national-vanlines-truck.png") no-repeat;
  }

  /** featured **/
  .featured {
    margin: 0px 0px 10px;
  }

  .featured .box {
    float: left;
    width: 308px;
    margin-right: 15px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    behavior: url(PIE.htc);
    -moz-box-shadow: 0 0 1px #ccc;
    -webkit-box-shadow: 0 0 1px #ccc;
    box-shadow: 0 0 1px #ccc;
    behavior: url(PIE.htc);
  }

  .featured .box.last {
    margin: 0px;
  }

  .featured .heading {
    height: 34px;
    padding: 15px 0px 0px 30px;
    background: url("images/box-heading-bg.jpg") repeat-x;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    behavior: url(PIE.htc);
    font-size: 1.3em;
    font-weight: bold;
  }

  .featured a {
    color: #5db6e3;
    text-decoration: none;
  }

  .featured .box-text {
    padding: 10px;
  }

  /** content **/
  .main-content {
    clear: both;
    background: #fff;
    border: 1px solid #cecece;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    behavior: url(PIE.htc);
  }

  .inside-banner {
    height: auto;
    width: 630px;
    padding: 15px;
  }

  .content-banner {
    background: url(images/) no-repeat;
  }

  .affiliations {
    padding: 10px 20px;
    background: #e9e9e9;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
  }

  .affiliations .box {
    width: 410px;
    line-height: 1.5em;
  }

  .affiliations .heading {
    padding: 10px 0px;
    font-weight: bold;
  }

  .affiliations img {
    margin: 0px 10px 0px 0px;
  }

  .amsa {
    width: 480px !important;
    margin-left: 20px;
  }

  .amsa img {
    padding-top: 6px;
  }

  /** content **/
  .content {
    float: left;
    width: 660px;
    line-height: 1.5em;
    height: auto;
  }
  .content p {
	padding-top:5px;
	}
.entry {margin-top: -10px;}
  .content-wrap {
    padding: 15px;
    position: relative;
  }

  .content-banner {
    background: url(images/inside-banner.png) no-repeat;
    width: 660px;
  }

  .inside-banner .title {
    margin: 0 0 5px 0;
  }

  .inside-banner .title,
  .inside-banner .sub-title {
    color: #fff;
    font-size: 14px;
  }

  .title .headline,
  .sub-title .headline {
    font-size: 24px;
  }

  .sub-title .headline {
    font-style: italic;
    font-weight: bold;
  }

  .inside-banner ul.moving li {
    background: none;
    list-style-image: url(images/inside-arrow.png);
    margin: 0 0 0 25px;
    padding: 0;
  }

  .inside-banner li a {
    color: #fff;
    position: relative;
    bottom: 5px;
  }

  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content ul, .content ol, .content form {
    margin-bottom: 15px;
  }

  .content a {
    color: #a40000;
  }

  .main-content ul li {
    list-style: none;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 25px;
    background: url("images/bullet.png") 4px 0px no-repeat;
  }

  .content #wufoo-w5w7s5 {
    width: 300px;
  }

  /** sidebar **/
  .sidebar {
    float: right;
    width: 298px;
  }

  .sidebar .banner-form {
    height: auto;
    margin: 0 0 20px;
    width: 100%;
  }

  .sidebar .box {
    margin: 25px 0px 30px;
    padding: 0 0 0 20px;
  }

  .home .sidebar .box {
    float: left;
    width: 180px;
  }

  .sidebar .heading, .sidebar .sub-heading {
    margin: 0px 0px 10px;
    font-weight: bold;
  }

  .sidebar .heading {
    font-size: 1.8em;
  }

  .sidebar .sub-heading {
    font-size: 1.1em;
  }

  .sidebar .readmore {
    padding: 0px 30px 0px 0px;
    font-weight: bold;
    text-align: right;
  }

  .sidebar ul li {
    background: url("images/bullet.png") no-repeat scroll 4px 0 transparent;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0 0 0 25px;
  }

  /** pre footer **/
  .pre-footer {
    height: 107px;
  }

  .pre-footer .social, .pre-footer .copyright {
    padding: 20px 0px 0px 0px;
  }

  .pre-footer .social {
    margin: 0px 20px 0px 0px;
  }

  .pre-footer .social a:hover {
    text-decoration: none;
  }

  .pre-footer .copyright {
    line-height: 1.8em;
  }

  .pre-footer .contact {
    height: 77px;
    padding: 30px 100px 0px 0px;
    background: url("images/call-center-rep.jpg") 100% 0 no-repeat;
  }

  .pre-footer .contact a {
    display: block;
    color: #002550;
    font-size: 2.8em;
    font-weight: bold;
    text-decoration: none;
  }

  .pre-footer .contact a span {
    color: #d62322;
  }

  /** footer **/
  .footer {
    margin: 0px 0px 15px;
    padding: 20px 0px;
    background: #e9e9e9;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
  }

  .footer .agent {
    margin: 0px 0px 0px 20px;
  }

  .footer-text {
    line-height: 1.8em;
  }

  a#nav-toggle {
    display: none;
  }
}
/*! Mobile Styles */
@media only screen and (max-width: 480px) {
  /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  body {
    margin: 0;
  }

  article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
  }

  audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
  }

  audio:not([controls]) {
    display: none;
    height: 0;
  }

  [hidden], template {
    display: none;
  }

  a {
    background: transparent;
  }

  a:active, a:hover {
    outline: 0;
  }

  abbr[title] {
    border-bottom: 1px dotted;
  }

  b, strong {
    font-weight: bold;
  }

  dfn {
    font-style: italic;
  }

  h1 {
    font-size: 2em;
    margin: .67em 0;
  }

  mark {
    background: #ff0;
    color: #000;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sup {
    top: -0.5em;
  }

  sub {
    bottom: -0.25em;
  }

  img {
    border: 0;
  }

  svg:not(:root) {
    overflow: hidden;
  }

  figure {
    margin: 1em 40px;
  }

  hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
  }

  pre {
    overflow: auto;
  }

  code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
  }

  button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }

  button {
    overflow: visible;
  }

  button, select {
    text-transform: none;
  }

  button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }

  button[disabled], html input[disabled] {
    cursor: default;
  }

  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  input {
    line-height: normal;
  }

  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }

  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }

  input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
  }

  legend {
    border: 0;
    padding: 0;
  }

  textarea {
    overflow: auto;
  }

  optgroup {
    font-weight: bold;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  td, th {
    padding: 0;
  }

  * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .header {
    text-align: center;
  }
  .header .agent {
    margin: 10px;
  }
  .header .contact {
    background: #ececec;
    padding: 15px 10px;
    color: #5db6e3;
    font-weight: bold;
  }
  .header .contact a {
    display: block;
    font-size: 34px;
    color: #002550;
    text-decoration: none;
    padding-top: 5px;
  }
  .header .gplus {
    display: none;
  }

  a#nav-toggle {
    background: #002550;
    padding: 10px;
    text-align: center;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-size: 22px;
  }

  .main-nav .inner {
    display: none;
    background: #002550;
    padding: 10px;
  }
  .main-nav li {
    list-style: none;
  }
  .main-nav ul, .main-nav li, .main-nav ol, .main-nav a {
    display: block;
    padding: 0;
    margin: 0;
  }
  .main-nav a {
    color: #FFF;
    text-decoration: none;
    padding: 10px 5px;
    text-align: center;
    border-top: solid 1px #FFF;
  }
  .main-nav .current_page_item a, .main-nav a:hover {
    background: #d62322;
  }
  .main-nav .sub-menu {
    display: none;
    border-left: solid 10px #FFFFFF;
  }

  .banner {
    color: #FFFFFF;
    text-align: center;
    line-height: 1.5em;
  }
  .banner .banner-text {
    padding: 10px;
    background: #d62322;
  }
  .banner .heading {
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 5px;
    text-shadow: 1px 1px 1px #333333;
  }

  .banner-form {
    padding: 10px;
    background: #969696;
  }
  .banner-form .heading {
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .banner-form input {
    display: block;
    margin: 0 10% 10px 10%;
    width: 80%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #333;
  }
  .banner-form input.text {
    padding: 5px 10px;
  }
  .banner-form input.submit {
    padding: 10px;
    text-align: center;
    background: #d62322;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333333;
    text-transform: uppercase;
  }

  .banner-bar {
    background: #002550;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
  }

  #ui-datepicker-div {
    display: none;
    width: 75%;
    height: 175px;
  }

  .ui-datepicker-calendar {
    width: 100%;
  }

  .featured {
    text-align: center;
  }
  .featured .box {
    background: #ececec;
    margin: 0 10px 10px 10px;
    border: solid 1px #969696;
    border-top: 0;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
  }
  .featured img {
    width: 100%;
    height: auto;
  }
  .featured .heading {
    padding: 10px;
    background: #d62322;
    font-size: 18px;
    font-weight: bold;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    text-shadow: 1px 1px 1px #333333;
    border-bottom: solid 1px #969696;
  }
  .featured .heading a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .featured .heading a:hover {
    text-decoration: underline;
  }
  .featured .box-text {
    text-align: left;
    font-size: 14px;
    line-height: 1.25em;
    padding: 10px;
  }

  .main-content {
    font-size: 14px;
    line-height: 1.5em;
  }
  .main-content .content {
    padding: 10px 15px;
  }
  .main-content p, .main-content blockquote, .main-content pre, .main-content ul, .main-content ol {
    margin-bottom: 25px;
  }
  .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, .main-content .nap {
    margin-bottom: 15px;
  }
  .main-content h1, .main-content h2, .main-content h3 {
    font-weight: bold;
  }
  .main-content h1 {
    font-size: 24px;
  }
  .main-content h1, .main-content h1 a {
    color: #d62322;
  }
  .main-content h2 {
    font-size: 18px;
  }
  .main-content h2, .main-content h2 a {
    color: #002550;
  }
  .main-content h3 {
    font-size: 16px;
  }
  .main-content h3, .main-content h3 a {
    color: #969696;
  }
  .main-content ul, .main-content ol {
    padding-left: 1.5em;
    margin-left: 1em;
  }
  .main-content ul {
    list-style-image: url("images/bullet.png");
  }
  .main-content ul li {
    padding-left: 5px;
  }
  .main-content ol {
    list-style: decimal;
  }
  .main-content ol li, .main-content ul li {
    margin-bottom: 10px;
  }
  .main-content pre, .main-content code, .main-content blockquote {
    display: block;
    background: #ececec;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .main-content a {
    color: #a31111;
    text-decoration: none;
    font-weight: bold;
  }
  .main-content a:hover {
    text-decoration: underline;
  }

  .sidebar .heading {
    font-size: 18px;
    font-weight: bold;
    color: #002550;
    margin-bottom: 5px;
    padding: 0 15px;
  }
  .sidebar .sub-heading {
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .sidebar .box {
    padding: 0 15px;
  }
  .sidebar .banner-form {
    margin-bottom: 10px;
  }
  .sidebar .banner-form .heading {
    text-align: center;
  }

  .affiliations {
    padding: 15px;
    background: #ececec;
  }
  .affiliations .box {
    clear: both;
  }
  .affiliations .box.amsa {
    padding-top: 15px;
  }
  .affiliations img {
    width: 75px;
    height: auto;
    float: left;
    margin: 0 15px 5px 0;
  }

  .social {
    clear: both;
    padding: 15px 10px;
    text-align: center;
  }
  .social img {
    margin: 0 15px;
  }
  .social a {
    text-decoration: none;
  }

  .copyright {
    padding: 10px;
    text-align: center;
    line-height: 1.5em;
  }
  .copyright a {
    color: #d62322;
    text-decoration: none;
  }
  .copyright a:hover {
    text-decoration: underline;
  }

  .pre-footer .contact {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333333;
  }
  .pre-footer .contact a {
    padding: 10px;
    display: block;
    background: #a31111;
    color: #FFFFFF;
    text-decoration: none;
  }
  .pre-footer .contact a:hover {
    background: #d62322;
  }

  .footer {
    background: #ececec;
    padding: 15px 10px;
    text-align: center;
  }
  .footer ul, .footer li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .footer .menu {
    margin-bottom: 15px;
  }
  .footer .menu a {
    background: #363535;
    padding: 10px;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 5px;
  }
  .footer .menu li.current_page_item a, .footer .menu a:hover {
    background: #002550;
  }

  .inside-banner {
    text-align: center;
    line-height: 1.5em;
    padding: 10px 0;
  }
  .inside-banner p {
    margin: 0;
  }
  .inside-banner .title {
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 5px;
    color: #002550;
    text-shadow: 1px 1px 1px #333333;
  }
  .inside-banner .title .headline {
    color: #d62322;
  }
  .inside-banner ul, .inside-banner li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .inside-banner .moving {
    margin-top: 15px;
  }
  .inside-banner .moving a {
    background: #363535;
    padding: 10px;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 5px;
  }
  .inside-banner .moving li.current_page_item a, .inside-banner .moving a:hover {
    background: #002550;
  }
}

.share-buttons {
margin: 20px 0;
}