@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-size: 16px;
  line-height: 1.875;
  font-family: 'Open Sans', sans-serif;
  color: #264179; }

h1 {
  font-size: 2.127em;
  line-height: 1.1; }

h2 {
  font-size: 1.618em;
  line-height: 1.1;
  margin-top: 2em; }

h3 {
  font-size: 1.315em;
  line-height: 1.2;
  margin-top: 2em; }

.link h3 {
  font-size: 1em;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 1.5em; }
  .link h3 a {
    text-decoration: none; }

p.small {
  font-size: .813em; }

main h1:first-child {
  margin-top: 0; }

main h2:first-child {
  margin-top: 0; }

main a {
  text-decoration: underline; }

@media screen and (max-width: 1023px) {
  body {
    font-size: 15px; } }

@media screen and (max-width: 750px) {
  body {
    font-size: 14px; } }

@media screen and (max-width: 532px) {
  body {
    font-size: 13px; } }

@media screen and (max-width: 374px) {
  h2 {
    font-size: 1.315em; } }

button {
  font-size: 1em;
  line-height: 1.875;
  font-family: 'Open Sans', sans-serif;
  color: #264179;
  outline: none;
  border: 0;
  width: 100%; }

.button,
button {
  display: block;
  background: #264179;
  color: #fff;
  padding: 10px 15px;
  margin: 2em 0;
  cursor: pointer; }
  .button:first-child,
  button:first-child {
    margin-top: 0; }
  .button:hover,
  button:hover {
    background: #3a92d7; }
  .button::after,
  button::after {
    font-family: 'FontAwesome';
    content: '\f2bd';
    font-size: 24px;
    line-height: 29px;
    float: right; }
  .button.transparent,
  button.transparent {
    display: inline-block;
    background: transparent;
    color: #264179;
    border: 1px solid #264179;
    text-decoration: none;
    margin: 1em 0; }
    .button.transparent::after,
    button.transparent::after {
      display: none; }
    .button.transparent:hover,
    button.transparent:hover {
      color: #fff;
      background-color: #264179; }

.button-toggle {
  float: right;
  margin-top: 0;
  border: 1px solid #264179;
  background: transparent;
  color: #264179;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 16px;
  cursor: pointer; }
  .button-toggle:hover {
    background: #264179;
    color: #fff; }

input[type='file'] {
  display: block;
  padding: 0; }

input.inputfile, input.countfile {
  width: .1px !important;
  height: .1px !important;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.squaredFour {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px; }
  .squaredFour label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #f9f9f9;
    border: 1px solid #d7d7d7;
    margin: 0; }
    .squaredFour label::after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 3px;
      border: 3px solid #333;
      border-top: 0;
      border-right: 0;
      background: transparent;
      opacity: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .squaredFour input[type='checkbox'] {
    visibility: hidden;
    height: auto; }

.squaredFour label .squaredFour input:hover + label::after {
  opacity: 0.5; }

.is_mobile .squaredFour input:hover + label::after {
  opacity: 0; }

input[type="checkbox"]:checked + label:after {
  opacity: 1; }

.social,
.share {
  font-size: 14px; }
  .social ul,
  .share ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .social li,
  .share li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
    .social li:last-child,
    .share li:last-child {
      margin-right: 0; }
  .social a,
  .share a {
    text-decoration: none; }
    .social a::after,
    .share a::after {
      font-size: 18px;
      margin-left: 10px; }
    .social a[href*='linkedin.com']::after,
    .share a[href*='linkedin.com']::after {
      font-family: 'Fontawesome';
      content: '\f0e1'; }
    .social a[href*='twitter.com']::after,
    .share a[href*='twitter.com']::after {
      font-family: 'Fontawesome';
      content: '\f099'; }
    .social a.email::after,
    .share a.email::after {
      font-family: 'Fontawesome';
      content: '\f0e0'; }

.share {
  margin-top: 2em; }

footer {
  margin-top: -44px;
  font-size: .8125em;
  background: #264179;
  color: #fff;
  padding: 10px 0;
  font-weight: 300; }
  footer a {
    float: right; }

@media screen and (max-width: 1023px) {
  footer {
    margin-top: -42px; } }

@media screen and (max-width: 750px) {
  footer {
    margin-top: 0; } }

@media screen and (max-width: 450px) {
  footer {
    text-align: center; }
    footer a,
    footer span {
      display: block;
      float: none; }
    footer a {
      margin-top: 10px; } }

.field.is-error input,
.field.is-error textarea {
  border-color: #f00;
  overflow: hidden; }

.field .field--error {
  display: block;
  color: #f00;
  font-size: 14px; }

.field input,
.field textarea {
  display: block;
  border: 1px solid #3a92d7;
  background-color: #fff;
  width: 100%;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 400;
  padding: 9px;
  outline: none;
  border-radius: 3px;
  resize: none;
  font-family: inherit; }
  .field input:focus,
  .field textarea:focus {
    border-color: #264179; }

* {
  box-sizing: border-box; }

html,
body {
  max-width: 100%;
  height: 100%; }

body {
  position: relative;
  margin: 0;
  overflow-x: hidden; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-width: 0; }

.group::after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  height: 0; }

strong {
  font-weight: bold; }

input,
textarea {
  color: #264179; }

input,
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

hr {
  border: none;
  height: 1px;
  background-color: #3a92d7; }

body,
html,
section {
  min-height: 100%; }

.content {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto; }

.wrapper {
  position: relative; }

.top {
  padding-top: 110px; }

.spacing {
  padding: 3em 0 6em; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

main {
  display: inline-block;
  width: 50%;
  margin: 0 auto; }
  main.wide {
    width: 75%;
    padding-right: 3em; }
  main.forum {
    width: 67%;
    margin-left: 0;
    padding-right: 3em; }

.container {
  margin: 0 -1em -1em; }

.col-2 {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 1em 1em;
  float: left; }

.col-3 {
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
  padding: 0 1em 1em;
  float: left; }

.col-4 {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 1em 1em;
  float: left; }

@media screen and (max-width: 1170px) {
  main.forum {
    padding-right: 30px; } }

@media screen and (max-width: 1023px) {
  .top {
    padding-top: 92px; } }

@media screen and (max-width: 991px) {
  main {
    width: 70%; } }

@media screen and (max-width: 850px) {
  main {
    width: 66%; }
    main.forum {
      width: 100%;
      padding-right: 0; }
  .container {
    margin: 0 -10px -10px; }
  .col-2,
  .col-3,
  .col-4 {
    padding: 0 10px 10px; } }

@media screen and (max-width: 750px) {
  main {
    width: 100%; }
    main.wide {
      width: 100%;
      padding-right: 0; }
  .content {
    padding: 0 50px; }
  .spacing {
    padding: 3em 0; } }

@media screen and (max-width: 599px) {
  .content {
    padding: 0 30px; }
  main h1:first-of-type {
    margin-top: 0; } }

@media screen and (max-width: 450px) {
  .content {
    padding: 0 20px; } }

@media screen and (max-width: 414px) {
  main.forum {
    margin: 0 -20px;
    width: auto; } }

@media screen and (max-width: 374px) {
  .content {
    padding: 0 15px; } }

dialog {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 450px;
  margin-left: -225px;
  border-radius: 5px;
  border: 0;
  z-index: 20;
  padding: 2em;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
  dialog .field {
    display: block;
    margin: 0 0 10px; }
  dialog.active {
    opacity: 1;
    visibility: visible; }
  dialog hr {
    margin: 1em 0; }
  dialog.login input {
    border: 1px solid #3a92d7;
    border-radius: 4px;
    height: 4em;
    padding: 10px 15px; }
    dialog.login input[type='checkbox'] {
      padding: 0; }
    dialog.login input:active {
      border-color: #264179; }
  dialog.login button {
    height: 4em;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 1em;
    width: 100%;
    background: #264179;
    color: #fff;
    border: 0;
    margin: 1em 0; }
    dialog.login button:hover {
      background: #3a92d7; }
  dialog.registration button {
    height: 4em;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 1em;
    width: 100%;
    background: #264179;
    color: #fff;
    border: 0;
    margin: 1em 0; }
    dialog.registration button:hover {
      background: #3a92d7; }
    dialog.registration button:active {
      border-color: #264179; }
  dialog.registration input {
    border: 1px solid #3a92d7;
    border-radius: 4px;
    height: 2.5em;
    padding: 10px 35px 10px 10px; }
  dialog.password input {
    border: 1px solid #3a92d7;
    border-radius: 4px;
    height: 4em;
    padding: 10px 15px; }
  dialog.password button {
    height: 4em;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 1em;
    width: 100%;
    background: #264179;
    color: #fff;
    border: 0;
    margin: 1em 0; }
    dialog.password button:hover {
      background: #3a92d7; }
  dialog.notification {
    background: #264179;
    color: #fff; }
  dialog .close {
    position: absolute;
    top: 16px;
    padding-top: 9px;
    right: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px; }
    dialog .close::before {
      position: absolute;
      content: '';
      display: block;
      height: 2px;
      width: 25px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: center;
              transform-origin: center;
      background: #fff; }
    dialog .close::after {
      position: absolute;
      content: '';
      display: block;
      height: 2px;
      width: 25px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: center;
              transform-origin: center;
      background: #fff; }

.has-cookie .notification {
  opacity: 1;
  visibility: visible; }

.networks-title {
  font-weight: bold;
  margin-bottom: 5px; }

.field.checkbox {
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  font-size: .813em;
  line-height: 20px; }

.background-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }
  .background-overlay.active {
    opacity: 1;
    visibility: visible; }

.forgot-password {
  float: right;
  margin: 0 0 .5em;
  font-size: 14px; }

.signup-separator {
  position: relative;
  text-align: center;
  margin: .5em 0;
  font-weight: bold; }
  .signup-separator hr {
    margin-top: -1em; }

.separator-text {
  display: inline-block;
  line-height: 2;
  width: 2em;
  background: #fff;
  color: #767676; }

form.login {
  margin-top: 1.5em; }

.popup-toggle .button {
  padding: 10px 20px; }

.popup-toggle p {
  float: left;
  margin: 0;
  line-height: 39px; }

.error-message {
  margin: 0 0 1em;
  font-size: 14px;
  background: #f00;
  color: #fff;
  padding: 5px 10px;
  border-radius: 2px; }

.success-message {
  margin: 0 0 1em;
  font-size: 14px;
  background: #264179;
  color: #fff;
  padding: 5px 10px;
  border-radius: 2px; }

.terms {
  font-size: 12px;
  font-weight: bold; }
  .terms a {
    color: #264179; }
    .terms a:hover {
      text-decoration: underline; }

@media only screen and (max-width: 532px) {
  dialog {
    left: 30px;
    right: 30px;
    width: auto;
    margin-left: 0; } }

@media only screen and (max-width: 450px) {
  dialog {
    left: 20px;
    right: 20px; } }

@media only screen and (max-width: 413px) {
  dialog {
    padding: 1.5em; } }

@media only screen and (max-width: 374px) {
  dialog {
    left: 15px;
    right: 15px; } }

@media only screen and (max-width: 359px) {
  dialog {
    padding: 1.5em 1em; } }

header {
  position: fixed;
  left: 0;
  right: 0;
  font-family: 'Lato', sans-serif;
  z-index: 1; }

.top-bar {
  font-size: .8125em;
  background: #264179;
  color: #fff;
  padding: 10px 0; }
  .top-bar ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .top-bar ul li {
      display: inline-block;
      vertical-align: top;
      margin-right: 30px; }

.nav-bar {
  font-size: 1.125em;
  background: #f2f2f2;
  box-shadow: 0 0 10px rgba(100, 100, 100, 0.5); }
  .nav-bar .logo {
    display: inline-block;
    vertical-align: middle;
    float: left;
    padding: 8px 0; }
    .nav-bar .logo img {
      max-height: 49px;
      width: auto; }
  .nav-bar .search {
    position: absolute;
    left: 920px;
    right: 0;
    top: 13px;
    font-size: 16px; }
  .nav-bar nav {
    position: absolute;
    left: 170px;
    width: 730px; }
    .nav-bar nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      border-right: 1px solid #3a92d7; }
      .nav-bar nav ul li {
        display: inline-block;
        vertical-align: middle;
        float: left;
        width: 20%;
        text-align: center;
        border-left: 1px solid #3a92d7; }
    .nav-bar nav a {
      display: block;
      padding: 16px 0; }
      .nav-bar nav a:hover {
        background: #fff; }
  .nav-bar .mobile {
    position: absolute;
    right: 0;
    top: 16px;
    display: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer; }
    .nav-bar .mobile span {
      display: inline-block;
      vertical-align: middle; }
    .nav-bar .mobile .bars {
      display: inline-block;
      vertical-align: middle;
      margin-left: 6px; }
      .nav-bar .mobile .bars .bar {
        background: #264179;
        width: 26px;
        height: 3px;
        display: block;
        margin: 4px 0 4px auto;
        -webkit-transition: .2s linear;
        transition: .2s linear; }
    .nav-bar .mobile:hover .bar:nth-child(2) {
      width: 19px; }
    .nav-bar .mobile:hover .bar:nth-child(3) {
      width: 11px; }

@media (max-width: 1169px) {
  .nav-bar .search {
    display: none; }
  .nav-bar nav ul {
    border-right: 0; } }

@media (max-width: 1023px) {
  .top-bar {
    padding: 5px 0; }
  .nav-bar nav {
    right: 0;
    left: 150px;
    width: auto; }
    .nav-bar nav a {
      padding: 15px 0 14px; }
  .nav-bar .logo img {
    max-height: 43px; } }

@media (min-width: 851px) {
  .nav-bar nav {
    display: block !important; }
  .nav-bar .mobile .overlay {
    display: none !important; } }

@media (max-width: 850px) {
  .nav-bar .nhs-logo {
    right: 50px; }
  .nav-bar .mobile {
    display: inline-block; }
    .nav-bar .mobile .overlay {
      display: none;
      position: fixed;
      top: 91px;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5); }
      .nav-bar .mobile .overlay.active {
        display: block; }
  .nav-bar nav {
    display: none;
    position: absolute;
    top: 59px;
    left: -30px;
    right: -30px;
    background: #f2f2f2; }
    .nav-bar nav ul {
      border: 0; }
      .nav-bar nav ul li {
        border: 0;
        width: 100%; } }

@media (max-width: 750px) {
  .nav-bar nav {
    left: -50px;
    right: -50px; } }

@media (max-width: 599px) {
  .nav-bar nav {
    left: -30px;
    right: -30px; } }

@media (max-width: 450px) {
  .nav-bar nav {
    left: -20px;
    right: -20px; } }

@media (max-width: 374px) {
  .nav-bar nav {
    left: -15px;
    right: -15px; } }

.result h3 {
  margin-bottom: 4px; }

.result p {
  margin: 0; }

aside {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  float: right; }
  aside h3:first-child {
    margin-top: 0; }

.hierarchy {
  width: 25%;
  float: left;
  padding-right: 50px; }
  .hierarchy .hidden {
    margin-top: 3em;
    display: none; }

.join {
  width: 25%;
  float: right;
  padding-left: 50px; }

.sidebar-title {
  font-weight: bold;
  border-bottom: 1px solid #264179;
  padding-bottom: 1em;
  margin-top: 2em; }
  .sidebar-title:first-child {
    margin-top: 0; }

.forum-sidebar .group-description {
  font-size: 14px; }

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu ul:hover li.current_page_item:hover {
    background: #f2f2f2; }
  .menu ul:hover li.current_page_item a {
    background: none; }

.menu li {
  position: relative;
  border-bottom: 1px solid #3a92d7; }
  .menu li.current_page_item a {
    background: #f2f2f2; }
  .menu li a {
    display: block;
    padding: .618em;
    padding-right: 1.5em; }
    .menu li a:hover {
      background: #f2f2f2; }
    .menu li a::after {
      position: absolute;
      content: '>';
      right: .618em;
      top: 50%;
      margin-top: -0.9375em; }

@media screen and (max-width: 1170px) {
  aside .forum-sidebar {
    padding-left: 30px; } }

@media screen and (max-width: 991px) {
  .hierarchy {
    float: right;
    width: 30%;
    padding-left: 30px;
    padding-right: 0; }
    .hierarchy .hidden {
      display: block; }
  .join {
    display: none; } }

@media screen and (max-width: 850px) {
  .hierarchy {
    width: 34%; }
  aside.forum-sidebar {
    width: 100%;
    padding-top: 3em;
    padding-left: 0; } }

@media screen and (max-width: 750px) {
  aside {
    width: 100%;
    margin-top: 2em; }
  .hierarchy {
    width: 100%;
    display: block;
    padding-left: 0; } }

.breadcrumbs {
  font-size: .875em; }
  .breadcrumbs ul {
    margin: 0;
    padding: 0; }
  .breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    float: left;
    text-transform: capitalize; }
    .breadcrumbs li::after {
      content: '>';
      padding: 0 5px;
      color: #3a92d7; }
    .breadcrumbs li:last-child::after {
      display: none; }
    .breadcrumbs li a {
      text-decoration: none; }
      .breadcrumbs li a:hover {
        text-decoration: underline; }

.links {
  margin-top: 1.5em; }
  .links:last-child {
    margin-bottom: 0; }

.link {
  line-height: 1.375;
  border-bottom: 1px solid #3a92d7;
  padding: 5px;
  cursor: pointer; }
  .link:hover {
    background: #f2f2f2; }
  .link p.small {
    margin: 0;
    text-align: right; }

@media screen and (max-width: 1080px) {
  .links .col-3,
  .links .col-4 {
    width: 50%; } }

@media screen and (max-width: 599px) {
  .breadcrumbs {
    display: none; }
  .discussion-view:first-child {
    margin-top: 0; } }

.contact-form {
  margin-top: 2em; }
  .contact-form .field {
    display: block;
    margin-bottom: 1em; }
  .contact-form .container {
    margin-left: -10px;
    margin-right: -10px; }
  .contact-form .col-2 {
    padding-left: 10px;
    padding-right: 10px; }
  .contact-form input[type='submit'] {
    display: block;
    background: #264179;
    color: #fff;
    border: 0;
    font-size: 1em;
    line-height: 1.2;
    font-weight: 400;
    padding: 9px 3em;
    border-radius: 3px;
    cursor: pointer; }
  .contact-form .col-2 {
    padding-bottom: 0; }

@media screen and (max-width: 450px) {
  .contact-form .col-2 {
    width: 100%; } }

.comments {
  margin-top: 1em; }
  .comments .user {
    display: block;
    font-weight: bold; }
  .comments .comment-actions {
    display: block;
    text-align: right;
    margin-top: 1em;
    font-size: 14px;
    color: #96999c; }
  .comments input[type='submit'] {
    font-size: 1em;
    line-height: 1.875;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    outline: none;
    border: 0;
    height: 40px;
    width: 140px;
    float: right;
    margin-top: .5em;
    background: #264179;
    border-radius: 3px;
    cursor: pointer; }
    .comments input[type='submit']:hover {
      background: #3a92d7; }

.comment {
  border-left: 5px solid #264179;
  padding-left: 1em;
  margin-bottom: 1em; }
  .comment .input-comment {
    display: none; }

.navigation {
  margin-top: 1.5em;
  line-height: 1.5; }
  .navigation a {
    text-decoration: none; }
  .navigation span {
    display: block;
    font-weight: bold; }
  .navigation .alignright {
    position: relative;
    float: right;
    padding: 10px 2em;
    max-width: 240px;
    text-align: right; }
    .navigation .alignright span::after {
      position: absolute;
      content: '>';
      font-size: 20px;
      line-height: 1.2;
      right: 10px; }
  .navigation .alignleft {
    position: relative;
    float: left;
    padding: 10px 2em;
    width: 240px;
    text-align: left; }
    .navigation .alignleft span::after {
      position: absolute;
      content: '<';
      font-size: 20px;
      line-height: 1.2;
      left: 10px; }
  .navigation .alignleft:hover,
  .navigation .alignright:hover {
    background-color: #f2f2f2; }

.documents {
  margin-top: 2em; }
  .documents .document {
    position: relative;
    margin-bottom: .5em;
    line-height: 1.6; }
  .documents a {
    display: block;
    padding-left: 15px; }
    .documents a:hover {
      text-decoration: underline; }
    .documents a::before {
      position: absolute;
      left: -5px; }
    .documents a[href$='.doc']::before, .documents a[href$='.docx']::before {
      content: '\f1c2';
      font-family: 'FontAwesome'; }
    .documents a[href$='.pdf']::before {
      content: '\f1c1';
      font-family: 'FontAwesome'; }
  .documents .description {
    display: block;
    color: #3a92d7;
    font-size: 12px;
    line-height: 1.5;
    font-style: italic;
    margin-left: 15px; }
  .documents .authors {
    display: block;
    color: #264179;
    font-size: 12px;
    line-height: 1.5;
    margin-left: 15px; }
