

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

html {
  font: 16px/1.5 "Open Sans", Helvetica, Arial, sans-serif;
  color: #535363;
}



@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.main {
	padding: 20px;
}

body {
    padding-top: 0px;
    padding-bottom: 20px;
    font: 16px/1.5 "Open Sans", Helvetica, Arial, sans-serif;
    min-height: 100vh;
}

.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    background-color: #D9F0FA;
    padding: 15px;
    height: 200px;
    color: #0066BA;
}

/*typograhy*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Source Serif Pro", "Times New Roman", Times, serif;
  font-weight: 600;
  line-height: 1.1;
  color: #0066BA;
}

h1 {
    font-size: 3.50rem;
	
}

h2 {
    font-size: 1.5rem;
}

.accordion-button {
	font-weight: bold;
	font-size: 1.25rem;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.nav-link {
	
	font-size:1.2rem;
}
.tc-footer-info {
    color: #0066BA;
    font-size: 12px;
   
    padding-right: 20px;
}

#tc-footer-copy {
    background-color: #000000;
    color: white;
    text-align: center;
}

#footer-link-table {
}

#footer-link-table td {
    vertical-align: top;
}

.footer-link-first a {
    color: 0066BA;
	text-decoration: none;
}

.footer-link-sub {
    color: #D9F0FA;
    font-size: 90%;
	text-decoration: none;
}

.footer a {
	
	text-decoration: none;
}
