.primary-text {
    color: #16304d;
}

.secondary-text {
    color: #1a8e51;
}

.primary {
    background-color: #16304d !important;
}

.secondary {
    background-color: #1a8e51 !important;
}

html {
    font-family: "Open Sans", Verdana, Tahoma, sans-serif;
    height: 100%;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    min-height: 100%;
}

main {
    flex: 1 0 auto;
}

/*
header, main, footer {
    padding-left: 240px;
}
*/

@media only screen and (max-width : 992px) {
    header, main, footer {
        padding-left: 0;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', Verdana, Tahoma, Arial, sans-serif;
}

/*
.container {
    max-width: 1440px;
}

.card .card-content .card-title {
    font-size: 20px;
    line-height: auto;
}
*/


.navbar-fixed nav {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.75);
}

.row .col.step {
    padding: 1rem 3rem;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .hide-on-large-only {
    display: block !important;
  }
}

.list-inline {
    list-style: none;
}

.list-inline li {
    display: inline-block;
    width: 50%;
    float: left;
}

.clearfix {
    clear: both;
}

.page-footer {
    margin-top: 40px;
}

/*
.social-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

/*
.sidenav {
    width: 240px;
}

.sidenav .logo {
}

.sidenav .acuity-embed-button {
    padding: 0 5px !important;
}
*/

.shape {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.shape svg {
    display: block;
    margin: 0 auto;
}

.collection.with-header .collection-header,
.collection .collection-item {
    background-color: transparent;
}

.collection, .card {
    background-color: rgba(255, 255, 255, 0.5);
}

.section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.tagline {
    transform: scale(0.8);
}

.tagline.active {
    transform: scale(1);
    transition: transform 1s 0.25s;
}

.thanks {
    min-height: 50%;
}

.brand-logo span {
    vertical-align: top;
    font-weight: bold;
}

.capital {
    font-family: 'Allerta Stencil', 'Source Sans Pro', 'Arial', sans-serif;
    font-size: 100px;
    line-height: 100px;
    padding: 0px 10px;
}

.icon {
    margin-right: 15px;
}
