@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

body {
  font-family: 'Lato', sans-serif;
  border-top: solid 5px #98012e;
}

a {
  color: #98012e;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.link-unstyled {
  text-decoration: none;
}

h1, .h1 {
  font-family: 'Roboto', sans-serif;
}

h1.entry-title {
  color: #e73e97;
  font-weight: 400;
    font-size: 30px;
    margin-bottom: 20px;
}

h2, .h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #98012e;
}

h3, .h3, h4, .h4, h5, .h5 {
  font-weight: 600;
}

section#primary-banner {
  background-color: #f2f2f2;
}

section#primary-banner .primary-banner-content {
  font-family: 'Roboto', sans-serif;
  padding: 40px 30px 10px 0;
  color: #98012e;
  font-size: 18px;
}

@media all and (max-width: 992px) {
  section#primary-banner .primary-banner-content {
padding-left: 30px;
padding-top: 30px;
  }
}

section#primary-banner .primary-banner-content h4 {
  
  font-weight: 600;
  color: #000;
  text-transform: uppercase;

}

section#infographic-wrap {
  background-color: #98012e;
  color: #fff;
  text-align: center;
  padding-bottom: 25px;
  margin-top: 10px;
}

section#subtle-wrap {
  background-color: #f6f6f6;
  padding: 40px 0;
}

footer#colophon {
  border-top: solid 8px #98012e;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  padding: 40px 0;
  margin:0px 0 10px 0;
}

@media all and (max-width: 992px) {
  footer#colophon {
    text-align: center;
  }
}

footer#colophon a {
  color: #fff;
  text-decoration: none;
}

footer#colophon ul.menu {
  list-style-type: none;
  margin: 0;
}

footer#colophon ul.menu li {
  display: inline-block;
  float: left;
  width: 150px;
  text-align: left;
}
footer#colophon ul.menu li:nth-child(odd) {
  float: left;
  margin-right: 10px;
}

footer#colophon ul.menu li:nth-child(even) {
  float: right;
}

footer#colophon ul.menu li > ul.sub-menu {
  display: none;
}

.ngg-gallery-thumbnail {
  border: none !important;
  margin: 0 8px !important;
  background-color: transparent !important;
}

p#breadcrumbs {
  border-top: solid 1px #f6f6f6;
  border-bottom: solid 1px #f6f6f6;
  color: #818181;
  padding: 8px 0;
  font-size: 12px;
}

p#breadcrumbs a {
  color: #818181;
  text-decoration: none;
}

.child-nav-wrap {
  background-color: #fafafa;
  padding: 20px 10px 5px 10px;
  margin-bottom: 10px;
}

.child-nav-wrap h1.page-title {
  color: #98012e;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-top: 0;
}

.child-nav-wrap ul {
  padding: 0;
  list-style-type: none;
}

.child-nav-wrap ul li {
  border-bottom: solid 1px #cecece;
  padding: 8px 8px 8px 20px;
}

.child-nav-wrap ul li:last-child {
  border: none;
  padding-bottom: 0;
}

.child-nav-wrap ul li a {
  color: #1b1b1b;
  text-decoration: none;
}

.child-nav-wrap ul li a:hover {
  color: #98012e;
}



/* Bootstrap Override */

.navbar {
  min-height: 140px;
}

.navbar-nav {
  margin-top: 70px;
}

@media all and (max-width: 768px) {
  .navbar-nav {
    text-align: right;
  }
}



.nav > li > a {
  padding: 0;
  text-decoration: none;
}

.navbar-nav > li > a {
  padding: 0;
  margin: 0 8px;
}

.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important;
}

.navbar-default .navbar-nav > li > a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
}

.navbar-nav > li.nav-highlight a {
  color: #e73e97;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
  color: #98012e;
  border-bottom: solid 3px #98012e;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #98012e;
  border-bottom: solid 3px #98012e;
}

.navbar-collapse {
  border-top: 0;
  box-shadow: none;
}

.navbar-toggle {
  background-color: #98012e;
  margin-top: 50px;
}

.navbar-default .navbar-toggle {
  border-color: #98012e;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #000;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.form-control {
  border-radius: 0;
}

.btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  border-width: 2px;
  text-decoration: none;
}

.btn-primary {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #e73e97;
  background-color: transparent;
  color: #e73e97;
  margin-top: 20px;
}

.btn-primary:hover {
  background-color: #e73e97;
  border-color: #e73e97;
  color: #fff;
}


.dropdown-menu {
  border-radius: 0;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #bb2025;
}

.dropdown-menu>li>a {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu > li.dropdown > ul.dropdown-menu {
  display: none;
}

.dropdown-menu > li.dropdown:hover > ul.dropdown-menu {
  display: block;
      top: 0;
    left: 100%;
    right: auto;
    margin-top: -6px;
    margin-left: -1px;
}

/* Helper class */

.voffset {
  margin-top: 2px;
}
.voffset1 {
  margin-top: 5px;
}
.voffset2 {
  margin-top: 10px;
}
.voffset3 {
  margin-top: 15px;
}
.voffset4 {
  margin-top: 30px;
}
.voffset5 {
  margin-top: 40px;
}
.voffset6 {
  margin-top: 60px;
}
.voffset7 {
  margin-top: 80px;
}
.voffset8 {
  margin-top: 100px;
}
.voffset9 {
  margin-top: 150px;
}

.grey-bg {
  background-color: #f6f6f6;
}