

a[href$=".pdf"]
{
  background:url("/safr/images/pdf.png") no-repeat left;
  padding-left:20px;
}

table td {
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px; }

table, th, td {
  border: 1px solid black;
  border-collapse: collapse; }

pre {
  overflow: auto; }

pre > code {
  display: block;
  background-color: #eee;
  padding: 1rem;
  word-wrap: normal; }

footer {
  text-decoration-line: overline;
  text-decoration-style: solid; }

html {
  color: #161616;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased; }

body {
  margin: 0; }

body header {
  background-color: white;
  margin-bottom: 20px; }
  body header ul {
    padding: 0;
    x-max-width: 900px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 100px) {
      body header ul {
        display: flex;
        flex-direction: row; } }
  body header li {
    list-style-type: none; }
  body header .header-title p {
    margin: 2px; }
    body header .header-title p a {
      color: #161616;
      text-decoration: none; }
  body header .header-title p:first-child {
    font-size: 22px; }
    body header .header-title p:first-child:hover {
      text-decoration: underline; }
  body header .header-logo a {
    display: block;
    background-image: url("/safr/images/SAFR_color_no_tagline.svg");
    background-size: 110px auto;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 110px;
    height: 75px; }

body .container {
  x-max-width: 900px;
  x-margin: 0 auto;
  margin: 25px 25px 50px 25px; 
}

nav {
  font-size: 15px; }

img {
  max-width: 100%; }

h1, title {
  color: #68A000;
  font-weight: 300;
  margin-top: 40px; }

h2, h3, h4 {
  color: #68A000;
  font-weight: 400;
  padding-top: 20px; }

a {
  color: #68A000; }

table, th, td {
  border: 1px solid #d9d9d9;
  font-size: 15px;
  line-height: 1.25em; }

table td, table th {
  padding: 8px; }

table tr:nth-child(even) {
  background-color: #f1f1f170; }

.header th {
  background-color: #f1f1f1; }

pre > code {
  background-color: #f4f4f4;
  font-size: 14px;
  line-height: 1.25em;
  padding: 40px; }

footer {
  text-decoration-line: none;
  border-top: 1px solid #d9d9d9;
  padding-top: 10px; }
  footer p {
    font-style: italic;
    font-size: 15px; }

.toc .pageSection ul {
  list-style: none;
  padding-left: 0; }

.toc .pageSection ul li ul li {
  margin: 1px;
  padding: 15px;
  background-color: #f1f1f1; }

.toc .pageSection .parentDir li {
  margin: 10px;
  padding: 5px; }

.toc .pageSection .collapsible:hover {
  background-color: transparent;
  text-decoration: underline; }

.toc .pageSection .collapsible:after {
  background-color: transparent; }

.toc .pageSection .collapsible > a {
  color: #161616;
  background-color: transparent;
  text-decoration: none; }

.toc .pageSection .item .toggle-btn {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 20px; }

.toc .pageSection .item .toggle-btn:before {
  content: url("/safr/images/plus.svg");
  color: black;
  font-weight: bold;
  float: left;
  margin-left: 5px;
  margin-right: 20px;
  margin-top: 5px;
  width: 22px;
  height: 22px; }

.toc .pageSection .item.active .toggle-btn:before {
  content: url("/safr/images/minus.svg");
  background-color: transparent; }

.toc .pageSection .item .parentDir {
  padding: 0 6px;
  margin-left: 20px;
  height: 0;
  overflow: hidden;
  background-color: #f1f1f1; }

.toc .pageSection .item.active .parentDir {
  padding: 0 25px;
  height: auto;
  overflow: visible; }

/* TW added CSS */


body {
  color: #161616;
  background-color: #f1f1f1;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased; 
}
.container.content {
  margin-bottom: 30px;
}
.col, .col-md-6 {
  margin-bottom: 30px;
  min-width: 450px;
}
.row.header {
  background-color: white;
  padding-bottom: 0;
}
.row.header div{
  display: flex;
  align-items: center;
  min-height: 80px;
}
.logo {
  margin-bottom: 0;
}
.logo img {
  display: block;
  width: 110px;
}
.nav-buttons {
  margin-bottom: 0;
  
}
.nav-buttons ul {
  margin-left: auto;
  margin-right: 0;
}
@media (x-max-width: 868px){
  .nav-buttons ul {
    margin-left: auto;
    margin-right: auto;
  }
  .nav-buttons li {
    float: left;
  }
  .nav-buttons li a.btn {
    padding: 5px 8px;
    font-size: 14px;
  }
}
.nav-buttons .btn {
  border-radius: 3px;
  border: 1px solid #464646;
  margin-left: 15px;
  font-weight: 500;
  font-size: 16px;
}
.nav-buttons .contact {
  background-color: #464646;
  color: white;
  transition: all .4s ease-in-out;
}
.nav-buttons .contact:hover {
  background-color: #68a000;
  border-color: #68a000;
  color: white;
  opacity: 1;
  transition: all .4s ease-in-out;
}
.nav-buttons .sign-in:hover {
  color: #68a000;
  border-color: #68a000;
  opacity: 1;
  transition: all .4s ease-in-out;
}
.guides-section {
  background-color: white;
  padding: 30px;
  height: 100%;
}
.guides-section h2 {
  padding-top: 0;
  font-size: 1.7em;
}
.guides-section.web p {
  x-max-width: 900px;
}
li {
  margin-bottom: 5px;
}
li a:hover {
  color: #68a000;
  text-decoration: none;
}
footer {
  background-color: #464646;
}
footer .col {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media (x-min-width: 868px){
  footer .col {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
footer .copyright {
  font-style: normal;
  color: #a0a0a0;
  margin-bottom: 0;
}