body {
  font-family: 'PT Serif', serif;
  line-height: 1.8;
  color: #000000;
}

h1 {
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 30px;
}

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

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

h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  margin-bottom: 30px;
}

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

htl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.jumbotron {
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 0px;
  border-radius: 0 !important;
}

.logo {
  height: 200px;
}

.navbar {
  margin-bottom: 0;
  background-color: #2f455c;
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 4.0 !important;
  font-family: 'Source Sans Pro', sans-serif;
  border-radius: 0;
  position: fixed;
  width: 100%;
}
.navbar li a, .navbar .navbar-brand {
  color: #ffffff !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #4cb5f5 !important;
}

.container-fluid {
  padding: 60px 20px;
}

.container-pp {
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
}

.footer {
  padding: 10px 10px;
}

.logo-small {
  color: #4cb5f5;
  font-size: 50px;
}

footer .glyphicon {
  font-size: 12px;
  margin-bottom: 20px;
  color: #ffffff;
}

.social-media-wrapper {
  margin-top: 30px;
  font-size: 25px;
}
.social-media-wrapper a {
  margin-right: 20px;
  font-size: 25px;
  color: #000000;
}
.social-media-wrapper a:last-child {
  margin-right: 0px;
}
.social-media-wrapper a:hover {
  color: #4cb5f5;
}

.before {
  padding-bottom: 0px !important;
}

.after {
  display: block;
  border-bottom: 1px solid #4cb5f5;
}

.col-sm-4 {
  padding: 30px;
}

.col-md-4 {
  padding: 30px;
}

.col-lg-4 {
  padding: 30px;
}

.btn  {
  white-space: normal;
}

.smnav {
  color: #ffffff !important;
}

.smnav:hover {
  color: #4cb5f5 !important;
}

a.footerlink:hover {
  color: #21d0b2 !important;
  text-decoration: none;
}

a.inlinelink:link, a.inlinelink:visited {
  color: #4cb5f5 !important;
}

/* v2 */

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
  margin-top: 56px;
}

.home-ctr {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.card-hover {
  border: none;
}

.card-hover:hover {
  outline: 1px solid #34f5c5;
  color: #34f5c5
}

.card-nohover {
  border: none;
}

.card-outline {
  outline: 1px solid #34f5c5;
  color: #34f5c5
}

.card-outline:hover {
  color: #2f455c;
  background-color: #21d0b2;
}

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

.bg-dark-grey {
  background-color: #f3f3f3;
}

.bg-navy {
  background-color: #2f455c;
}

.bg-green {
  background-color: #21d0b2;
}

.bg-light-green {
  background-color: #34f5c5;
}

.txt-white {
  font-family: 'Source Sans Pro', sans-serif;
  color: #ffffff
}

.txt-navy {
  font-family: 'Source Sans Pro', sans-serif;
  color: #2f455c
}

.copyright {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
}

.btn{
  border-radius: 0 !important;
}

.btn-outline-primary {
  border-color: #21d0b2;
  color: #34f5c5
}

.btn-outline-primary:hover {
  border-color: #34f5c5;
  background-color: #34f5c5;
  color: #2f455c
}

.btn-outline-secondary {
  border-color: #2f455c;
  color: #2f455c
}

.btn-outline-secondary:hover {
  border-color: hsl(211, 32%, 27%);
  background-color: #2f455c;
  color: #34f5c5
}

.btn-outline-docs {
  border-color: #2f455c;
  color: #2f455c
}

.btn-outline-docs:hover {
  border-color: hsl(211, 32%, 27%);
  background-color: #2f455c;
  color: #ffffff
}

.btn-outline-inverse {
  border-color: #ffffff;
  color: #ffffff
}

.btn-outline-inverse:hover {
  border-color: hsl(211, 32%, 27%);
  background-color: #ffffff;
  color: #2f455c
}

a.nav-link:link, a.nav-link:visited {
  color: #ffffff !important;
  padding: 0px  
}

a.nav-link:hover{
  color: #34f5c5 !important;
}

a.link-navy:link, a.link-navy:visited {
  color: #34f5c5 !important;
}

a.link-white:link, a.link-white:visited {
  color: #2f455c !important;
}

.card-footer-override {
  background-color: rgb(0,0,0,0) !important;
  border-top: none !important;
  border-bottom: none !important;
}

.card-header-set {
  min-height:100px;
  display:flex;
  justify-content:center;
  align-items:center;
}