html {
  width: 100% !important;
  overflow-x: hidden !important;
  position: relative;
  font-size: 20px;
  background: #fff; }

body {
  width: 100% !important;
  overflow: hidden !important;
  position: relative;
  color: #000;
  background: #feeb37 url("../../assets/images/bg.jpg") repeat;
  background-size: 100%;
  font-weight: lighter;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300; }

img {
  width: 100%; }

h1,
h2,
h3 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700; }

a:hover {
  text-decoration: none;
  color: #000; }

.banner {
  padding: 20px 0; }
  .banner .brand-wrap {
    max-width: 600px;
    margin: 0 auto; }
  .banner .brand {
    max-width: 400px;
    margin: 0 auto 40px;
    display: inline-block; }

.doc {
  padding: 60px 0 40px; }

.resources .resource {
  margin: 0 auto 30px; }
  .resources .resource.hero-img {
    display: block;
    border: 2px solid #000; }
    .resources .resource.hero-img figure {
      margin: 0 auto; }
  .resources .resource .embed-responsive-iphone::before {
    padding-top: 216%; }
  .resources .resource h4 {
    font-size: 1.45rem;
    margin: 10px auto 0;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700; }

.person {
  text-align: center;
  color: #000;
  margin: 0 auto 30px;
  display: block; }
  .person-img {
    width: 250px;
    height: 250px;
    display: block;
    border-radius: 50%;
    margin: 0 auto; }
    @media (max-width: 575px) {
      .person-img {
        width: 150px;
        height: 150px; } }
  .person h4 {
    font-size: 1.45rem;
    margin: 10px auto 0;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 800; }
    @media (max-width: 575px) {
      .person h4 {
        font-size: 1rem; } }
  .person span {
    display: block;
    margin: 0 auto;
    font-size: 1.25rem;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700; }
    @media (max-width: 575px) {
      .person span {
        font-size: 1rem; } }

.navbar {
  margin: 50px auto 0;
  padding: 0; }
  @media (max-width: 575px) {
    .navbar .nav {
      display: block; } }
  .navbar .nav-link {
    margin: 0 5px; }
    @media (max-width: 575px) {
      .navbar .nav-link {
        margin: 0 auto 10px;
        display: block;
        font-size: 0.9rem;
        width: 100%; } }

.btn {
  color: #000;
  border-radius: 0;
  font-size: 1.15rem;
  padding: 0.75rem 2rem;
  letter-spacing: 1px;
  background: none;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  background: #fff; }
  .btn:hover {
    background: #000;
    color: #fff; }
  .btn-default {
    background: #000;
    color: #fff; }
    .btn-default:hover {
      background: #fff;
      color: #000; }

.sec-title {
  border-bottom: 2px solid #000;
  margin: 0 auto 30px;
  padding: 0; }
  .sec-title h2 {
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 auto 20px; }
  .sec-title .btn {
    margin: -15px auto 0;
    text-transform: uppercase; }

.form-control {
  border: 2px solid #000;
  color: #000;
  border-radius: 0;
  height: 66px;
  font-size: 0.85rem;
  margin: 0 auto 10px; }

.modal-header {
  border-radius: 0;
  border-bottom: 2px solid #000; }

.modal-content {
  border-radius: 0;
  border: 2px solid #000;
  background: #feeb37; }
  .modal-content .modal-title {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700; }

.modal-body {
  padding: 40px 20px; }

.modal-dialog {
  max-width: 600px; }

.socialLinks ul li a {
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  margin: 3px 1ex 0 0;
  color: #000;
  font-size: 1.2rem;
  text-align: center; }
  .socialLinks ul li a.url_link {
    width: auto; }
    .socialLinks ul li a.url_link span {
      font-family: "brandon-grotesque", sans-serif;
      font-weight: 700;
      font-size: 0.8rem;
      float: right;
      line-height: 30px;
      margin-left: 5px; }
    @media (max-width: 768px) {
      .socialLinks ul li a.url_link span {
        margin-right: auto; } }
    .socialLinks ul li a.url_link.alt {
      margin: 0 auto 0 5px; }

ol, ul {
  list-style: none; }

/*
li {
  float:left;
  margin: 0;
  padding: 0;
  display: list-item;
}
*/
@media (max-width: 768px) {
  .videos .resource {
    margin: 0 auto 120px; } }

.content-info {
  padding: 0 0 20px; }
  .content-info .footer_banner {
    max-width: 800px;
    margin: 0 auto 20px; }
  .content-info .footer-entry {
    margin: 0 auto 60px;
    font-size: 1.25rem; }
    .content-info .footer-entry li {
      font-family: "brandon-grotesque", sans-serif;
      font-weight: 400; }
      .content-info .footer-entry li a {
        color: #000;
        font-family: "brandon-grotesque", sans-serif;
        font-weight: 700; }
    .content-info .footer-entry h4 {
      font-family: "brandon-grotesque", sans-serif;
      font-weight: 800; }
  .content-info .copyright {
    margin: 0 auto;
    margin-right: 10px;
    font-size: 0.95rem;
    line-height: 2; }

.content-info {
  padding: 10px 20px; }
  @media (max-width: 768px) {
    .content-info .d-flex {
      display: block !important; } }
  @media (max-width: 768px) {
    .content-info p {
      font-size: 0.85rem; } }
  .content-info .nav li a {
    color: #000;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    font-size: 1.25rem; }
    .content-info .nav li a.url_link {
      width: auto; }
      .content-info .nav li a.url_link span {
        font-family: "brandon-grotesque", sans-serif;
        font-weight: 700;
        font-size: 0.8rem;
        float: right;
        line-height: 30px;
        margin-left: 5px; }
      .content-info .nav li a.url_link.alt {
        margin: 0 auto 0 5px; }

.disclaimer {
  margin: 20px auto 40px;
  text-align: center;
  font-size: 1rem;
  max-width: 700px;
  line-height: 1.2; }

.inline-share-btns {
  padding: 20px;
  text-align: center !important;
  margin: 40px auto 0; }
  .inline-share-btns .email-btn {
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.5px;
    min-width: 60px;
    opacity: 1;
    padding: 0 6px;
    position: relative;
    vertical-align: top;
    min-width: 120px;
    border: 2px solid #000;
    border-radius: 0;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    height: auto;
    font-size: 0.75rem;
    color: #000;
    text-decoration: none !important;
    display: inline-block;
    background: #fff;
    height: 36px;
    line-height: 32px; }

#st-1.st-animated {
  display: inline-block; }

.sharethis-inline-share-buttons {
  display: inline-block; }

#st-1.st-has-labels .st-btn {
  min-width: 120px;
  border: 2px solid #000;
  border-radius: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  height: auto; }
