@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&family=Montserrat:wght@300;400;500;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    background-color: #fff;
    font-size: 12px;
    letter-spacing:1.3px !important;
}

body.references {
    background-color: #eee;
}

section.row {
    padding-left: 5.3vw;
}

.hero-header {
    font-family: 'Homemade Apple', cursive;
    font-size: 3vw;
    margin-top: 20vw;
}

.header {
    font-family: 'Homemade Apple', cursive;
    font-size: 2vw;
    margin-top: 10vw;
}

.footer-caption {
    font-family: 'Homemade Apple', cursive;
    font-size: 2vw;
    margin-top: 10vw;
}

body.references header .navbar {
    padding-bottom: 4vw;
}

.navbar-light .navbar-toggler {
    font-size: 3vw;
    color: rgb(105, 137, 207);
    border: 1px solid transparent;
    background-color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    border-radius: .8em;
    padding: .554vw 1vw;
    z-index:9999;
}

.navbar-light .navbar-brand {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: rgb(239,182,79);
    padding-left: 5vw;
    text-transform: lowercase;
    font-size: 2.5vw;
    text-shadow: 1px 1px 4px #000;
}

.bg-transparent {
    background-color: transparent;
}

.bg-purple {
    background-color: rgb(72,62,86) !important;
}

.hero {
    background-image: url('../images/hero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(50vw);
}

.btn-theme {
    font-size: 14px;
    color: rgb(105, 137, 207);
    border: 1px solid transparent;
    background-color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    border-radius: .8em;
}

.fold {
    padding-bottom: 100px;
}

.pt-auto {
    padding-top: 10vw;
}

.btn-theme span {
    padding-left: .5vw;
}

.btn-theme.nopad {
    padding: 0px;
}

.btn-theme.lower {
    text-transform: lowercase;
}

.btn-theme.transparent {
    background-color: transparent;
}

.btn-theme.blue {
    background-color: rgb(105, 137, 207);
    color: #fff;
}

.btn-theme.group {
    background-color: rgb(220, 220, 220);
    color: rgb(79, 99, 138);
    font-weight: 700;
}

.btn-theme.group.success:hover, .btn-theme.group.success:active, .btn-theme.group.success:visited, .btn-theme.group.success.active {
    background-color: rgb(0, 120, 10);
    color: #fff;
}

.btn-theme.group.failed:hover, .btn-theme.group.failed:active, .btn-theme.group.failed:visited, .btn-theme.group.failed.active {
    background-color: rgb(221, 37, 12);
    color: #fff;
}

.btn-theme.group.warning:hover, .btn-theme.group.warning:active, .btn-theme.group.warning:visited, .btn-theme.group.warning.active {
    background-color: rgb(233, 218, 14);
    color: #fff;
}

.btn-theme.blue:hover, .btn-theme.blue:focus {
    color: #000;
}

.btn-theme.black {
    background-color: rgb(0, 0, 0, .1);
    padding: .4vw .6vw;
}

.btn-theme.black:hover, .btn-theme.black:focus {
    color: #fff;
}

.learn-more {
    background-color: rgb(248, 63, 123);
    color: #fff;
}

.prices {
    background-color: rgb(239, 182, 79);
    color: #fff;
}

.btn-theme.fgwhite {
    color: #fff;
}

.btn-theme.fgwhite:hover, .btn-theme.fgwhite:focus {
    color: #000;
}

article header {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: .8vw;
    margin-bottom: 2vw;
}

article p {
    color: #fff;
    font-weight: 700;
    font-size: .6vw;
    width: 80%;
}

.info {
    font-weight: 300;
    font-size: 1vw;
}

table:not(.table) {
    margin-top: 10vw;
}

.started {
    margin-top: 10vw;
    margin-bottom: 20vw;
}

.started.form {
    margin-top: -15vw;
    margin-bottom: 20vw;
}

.form-group.row, .form-row.row {
    margin-bottom: 50px;
}

footer {
    background-color: rgb(80, 86, 98);
    color: #fff;
    min-height: 10vw;
}

table:not(.table) tr td {
    font-weight: 300;
    font-size: 12px;
    border: 1px solid transparent;
    padding: .4vw .6vw;
    width: 10vw;
}

table:not(.table) tr td:first-child {
    border-top-left-radius: .8em;
    border-bottom-left-radius: .8em;
    font-weight: 700;
    width: 30vw;
}

table:not(.table) tr td:last-child {
    border-top-right-radius: .8em;
    border-bottom-right-radius: .8em;
    text-align: right
}

table:not(.table) tr td.free {
    font-style: italic;
    font-weight: 700;
}

table:not(.table) tr td:last-child:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    padding-left: 10px;
    text-align: right;
    font-weight: 300;
}

table:not(.table) tr:nth-child(odd) {
    background-color: rgb(0, 0, 0, .1);
}

table.table th {
    border-top: unset;
}

.nav-tabs .nav-link.active {
    border-bottom: 3px solid #dc3545;
}

.nav-tabs .nav-link {
    color: rgb(79, 99, 138);
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.box {
    display: block;
    height: 180px;
    width: 250px;
    border: 1px solid transparent;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.box.search {
    background-color: rgb(248, 63, 123);
}

.box.upload {
    background-color: rgb(239, 182, 79);
}

.box.vetting {
    width: 540px;
    height: unset;
    background-color: rgb(105, 137, 207);
    padding: 30px;
}

.box.header {
    width: 540px;
    height: unset;
    text-align: left;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: rgb(79, 99, 138);
    
}

.box.header h1 {
    font-size: 18px;
}

.box.vetting table {
    text-transform: none;
    text-align: left;
    margin-top: 60px;
    margin-bottom: 60px;
}

.box .icon {
    font-size: 45px;
    margin: 50px 0px 30px 0px;
}

.box.vetting .icon {
    margin-top: 0px;
    margin-bottom: 20px;
}

.caption {
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: rgb(79, 99, 138);
    font-size: 18px;
    text-transform: uppercase;
}

.member-nav {
    display: block;
    width: 100%;
    height: 40px;
    background-color: rgb(49,104,158);
    color: #fff;
    text-align: right;
}

.member-nav .dropdown {
    display: inline-block;
    height: 40px;
    margin-right: 0px;
}

.member-nav .dropdown:last-child {
    margin-right: 60px;
}

.member-nav .dropdown .dropdown-toggle {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

.member-nav .dropdown .dropdown-toggle:hover {
    text-decoration: none;
}


.member-nav .dropdown .dropdown-toggle::after {
    content: unset;
}

.member-nav .dropdown .dropdown-menu {
    background-color: rgb(72,62,86);
    padding: 10px;
    border: none;
    margin: 0;
    margin-top: 10px;
    margin-left: -90px;
    border-radius: 8px;
}

.member-nav .dropdown .dropdown-menu::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 6.5em;
    border: .75rem solid transparent;
    border-top: none;
    border-bottom-color: rgb(72,62,86);
}

.member-nav .dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 14px;
}

.member-nav .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: rgb(49, 42, 57);
    border-radius: 5px;
}

.member-nav .dropdown:last-child .dropdown-menu {
    margin-left: -20px;
}

.main-nav .nav-link {
    color: #1b9c8a !important;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 20px;
    margin-top: 10px;
    padding: 0px;
    font-weight:500;
}

.main-nav .active .nav-link {

}

.reference header {
    display: block;
    width: 100%;
    padding: 60px;
    color: #fff;
    background-color: rgb(248, 63, 123);
}

.reference header h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 32px;
    margin-bottom: 48px;
}

.reference article {
    padding: 60px;
    color: #666;
}

.reference article h3, .reference article p {
    margin-bottom: 32px;
    color: #666;
}

.reference article p {
    font-size: 1.25em;
    width: unset;
    font-weight: normal;
}

.reference article p.lead {
    font-size: 1.25rem !important;
    font-weight: 300;
}

.reference article h4 {
    font-family: 'Homemade Apple', cursive;
}

blockquote {
    position: relative;
    background-color: #F4F2F3;
    padding: 1.125em 1.5em;
    font-size: 1.25em;
    border-radius: 1rem;
    box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
    margin-bottom: 48px;
}

blockquote::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 1em;
    border: .75rem solid transparent;
    border-top: none;
    border-bottom-color: #F4F2F3;
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}

.reference footer {
    padding: 10px;
    padding-left: 60px;
    padding-right: 60px;
}

.modal-content {
    border-radius: 25px;
}

.modal-header {
    border-bottom: unset;
}

.modal-footer {
    border-top: unset;
}

.modal-title {
    margin-top: 20px;
    font-size: 18px;
}

.form-body label {
    line-height: 1.1em;
    font-size: 14px;
    color: #666;
}

.form-body label strong {
    display: block;
    line-height: 1.1em;
    font-size: 14px;
}

.form-header {
    padding-left: 40px;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: rgb(72,62,86);
}

.form-body {
    padding: 40px;
}

.profile_header {
    margin-bottom: 40px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.profile_header small {
    display: block;
    font-size: 18px;
}

.table tr.due th {
    color: #dc3545;
}

.profile .form-group.row, .profile .form-row.row {
    margin-bottom: 20px;
}

.profile .form-row {
    margin-left: -20px;
    margin-right: -20px;
}

.profile .started {
    margin-top: 3vw;
    margin-bottom: 2vw;
}

.md-accordion .card .fa-angle-down {
    float: right;
}

.md-accordion .card {
    margin-top: 30px;
}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.md-accordion .card .card-header a, .md-accordion .card .card-header a h5 {
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 30px;
    margin: 0px;
}

.md-accordion .card .card-header a h5 {
    margin-top: 10px;
}

.md-accordion .card .card-header a:hover {
    text-decoration: none;
}
.circle-icon {
    background: #278dcf;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 9px;
    margin-right:20px;
    color:#fff;
}

td{
    vertical-align: middle;
}

a{
    font-weight: 900;
    color:#47668f;
}

hr{
    border-top: 1px solid rgb(255 255 255) !important;
}

.indigo{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.bottom-menu{
    position:fixed;
    width:100%;
    background-color:#fff;
    z-index:999;
    bottom:0px;
    left:0px;
    padding:30px;
    box-shadow: 0px 0px 20px #5C5C5C;
}

.yellownav{
    position: absolute;
    top: 0px;
    background-color: rgb(239, 182, 79);
    left: 0px;
    width: 100%;
    padding: 30px;
    height:v100;
    font-size:60px;
}

.insidepage{
    margin-top:50px;
    margin-bottom:50px;
}

