html * {
  font-family: 'Source Sans Pro', 'sans-serif';
}

h1 {
  font-family: ''Source Sans Pro', 'sans-serif'';
  font-weight: 700;
  color: #000000 !important;
}

h2 {
  font-family: 'Source Sans Pro', 'sans-serif';
  font-weight: 700;
}

h4 {
  font-family: 'Source Sans Pro', 'sans-serif';
  color: orange;
  font-weight: bold;
}

h3 {
  font-family: 'Source Sans Pro', 'sans-serif';
  color: orange;
}

p {
  font-family: 'Source Sans Pro', 'sans-serif';
  font-weight: 300;
}

a {
  font-family: 'Source Sans Pro', 'sans-serif';
  font-weight: 300;
}



.navbar {
  background-color: #ffffff !important;
}
  
.navbar ul li a {
  font-size: 24px !important;
  font-weight: 600;
  color: #ffffff !important;
}


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

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

.btn-primary-color {
  color: #fff;
  background-color: #000000 !important;
}
.btn-secondary-color {
  color: #fff;
  background-color: orange !important;
}

.primary-color {
  color: #000000 !important;
}
.secondary-color {
  color: orange !important;
}

.primary-background-color {
  background-color: #000000 !important;
}
.secondary-background-color {
  background-color: orange !important;
}

.accent-background-color {
  background-color: orange !important;
}
.accent-color {
  color: orange !important;
}


.uptic-breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: lightgrey;
  border-radius: .25rem;
}

.branding_logo {
  height: 50px;
  width: 50px;
  content: url("/static/img/custom/trident.png");
}


.btn-custom-primary {
  color: #fff !important;
  background-color: orange !important;
  border-color: orange !important;
  text-transform: uppercase !important;
}

.btn-wtf {
  display: inline-block;
  align-self: center;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  /* Fixes issues with Submit button use instead of btn class on wtf form.
  /* transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}