/* 242110 MAIN */
.vertical-align {
    display: flex;
    align-items: center;
}

li{
    color: #3e2b2e;
    line-height: 22px;
    font-size: 16px !important;
}

.col-text {
    padding-left: 60px;
    padding-right: 60px;
}

.col-image-right {
    background-image: url("../imgs/242110-AVMA-1.jpg");
    background-size: cover;
    background-position: 65% 0%;
    padding: 250px 30px;
}

.col-image-left {
    background-image: url("../imgs/242110-AVMA-2.jpg");
    background-size: cover;
    background-position: 75% 0%;
    padding: 250px 30px;
}

.container-fluid-full {
    padding-left: 15px;
    padding-right: 15px;
}

.orange-text {
    font-size: 42px;
    line-height: 54px;
    color: #fc6b00;
}

.margin-none{
    margin: 0 !important;
}

.green-text {
    font-size: 42px;
    line-height: 54px;
    color: #64A70B;
}

.text-primary {
    color: #fc6b00;
}

.text-orange {
    color: #fc6b00 !important;
}

.text-green {
    color: #64A70B !important;
}

.rounded-3 {
    border-radius: 1rem !important;
}

.copy-inner {
    max-width: 600px;
    padding-top: 15px;
}

#border-bottom-white{
    border-bottom: 2px solid #fff !important;
}

#border-bottom-blue {
    border-bottom: 1px solid #7CCCC8 !important;
}

.object-fit-cover {
    object-fit: cover;
}

.italicize{
    font-style: italic;
    font-size: 14px;
    line-height: 12px;
}

.bg-dark, .bg-white {
    background-color: #fc6b00;
    background-size: cover;
    color: #fff;
}

/* CONTAINERS */
.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
}

/* SECTION STYLES */
header {
    background: #ffffff;
    min-height: 50px;
    border-bottom: 5px solid #fc6b00;
    margin-bottom: 10px;
}

.bg-cream {
    background-color: #fff8d4 !important;
}

.hero-white {
    background: #ffffff;
}

.hero-orange {
    background: #fc6b00;
}

.hero-green {
    background: #64A70B;
    color: #fff !important;
}

.hero-brown{
    background-color: #776E64;
}

.hero-blue {
    background: #7accc8;
}

.hero-yellow {
    background: #fff8d4;
}

.hero-orange h2, .hero-blue h2 {
    color: #fff;
}

.hero-orange p, .hero-blue p {
    color: #fff;
}

.hero-blue a {
    color: #fff;
    text-decoration: underline;
}

.hero-blue a:hover {
    color: #fc6b00;
}

.blue-background {
    background-color: #00305E;
    color: white !important;
}

.text-white{
    color: #fff !important;
    text-decoration: none !important;
}

#testimonials {
    padding-top: 75px;
}

.callout {
    background-color: rgba(110, 48, 71, .3);
    border-color: #6e3047;
}

.in {
    background-color: rgba(255, 255, 255, 0.75);
}

#accordion-button{
    color: #3e2b2e !important;
    font-weight: bold !important;
    font-family: "Lexia Bold" !important;
}


.accordion-button {
    color: #3e2b2e !important;
    font-weight: bold !important;
    font-family: "Lexia Bold" !important;
    font-size: 20px;
}

.footer-bottom{
    text-align: right;
}



/* NAKED HEADER */ 
.container-fluid-header {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    background-image: url('../imgs/AVMALIFE-LP-ADD.jpeg') !important;
    background-size: cover;
    background-position: 50% 50%;
    height: 700px;
}

.container-fluid-header .nav li {
    background: transparent;
    margin-left: 10px;
    border: none;
    font-size: 24px;
    text-shadow: 1px 1px 5px #000;
}

.container-fluid-header .collapse {
    background-color: transparent;
    margin-top: 30px !important;
}

.container-fluid-header .nav li:first-child {
    background-color: transparent;
}

.container-fluid-header .nav li.apply {
    background-color: transparent !important;
}

.container-fluid-header .nav-tabs.nav-justified {
    width: 85%;
}

/* FONT STYLES */
@font-face {
    font-family: "Aaux Next";
    src: url("fonts/aauxnext-semibold.otf") format('opentype');
}

@font-face {
    font-family: "Lexia";
    src: url("fonts/daltonmaag-lexialight.ttf") format('truetype');
}

@font-face {
    font-family: "Lexia Bold";
    src: url("fonts/daltonmaaglexiabold.ttf") format('truetype');
}

h1,
h2,
h3,
h4 {
    font-family: "Aaux Next";
}

h1 {
    font-size: 46px;
    line-height: 58px;
    color: #fc6b00;
    font-weight: 700;
}

h2 {
    font-size: 42px;
    line-height: 54px;
    color: #222;
    font-weight: 200;
    margin-top: 0;
}

h3 {
    font-size: 36px;
    line-height: 48px;
    color: #3e2b2e;
    font-weight: 200;
}

h4 {
    font-size: 28px;
    line-height: 40px;
    color: #3e2b2e;
    font-weight: 200;
}

body {
    font-family: "Lexia";
    font-weight: 300;
    color: #3e2b2e;
    font-size: 18px;
    line-height: 29px;
}

p {
    font-size: 20px;
    line-height: 30px;
    color: #222;
    font-weight: 400;
    margin: 10px 0 20px;
}

strong {
    font-weight: bold !important;
    font-family: "Lexia Bold";
}

a {
    color: #fc6b00;
}

a:hover,
a:focus {
    color: #7accc8;
}

i {
    color: #fc6b00;
}

ul {
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    list-style: disc;
    margin: 0;
}

li {
    padding-bottom: 15px;
}

sup {
    line-height: 0;
}

hr {
    border-top: 5px dotted #7accc8;
}

.lead {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}

.lead-white{
    font-size: 24px;
    line-height: 24px;
    color: #fff !important;
    padding: 0;
}

.blue {
    color: #7accc8;
}

.text-center {
    text-align: center;
}

.url-break{
    display: none !important;
}

/* NAVIGATION */
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: none;
}

.navbar .navbar-collapse {
    text-align: center;
}


.nav-link{
    background-color: #fff8d4 !important;
    color: #64a70b !important;
}

.nav li {
    background: #fff8d4;
    margin-left: 10px;
    border-left: 2px solid #fff8d4;
    border-top: 2px solid #fff8d4;
    border-bottom: 2px solid #fff8d4;
}

.nav-link:hover{
    color: #3e2b2e !important;
}




/* .nav li:first-child {
    background: #7accc8;
    margin-left: 0px;
    border-left: none;
} */

.nav li a {
    color: #fff;
    padding-top: 14px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #479995;
    color: #ffffff;
}

.nav li.apply {
    background: #fc6b00 !important;
}

.nav li.apply a {
    color: #fff;
}

.nav li.apply a:hover,
.nav li.apply a:focus {
    background: #b04b00 !important;
    text-decoration: underline;
}

.nav li.quote {
    background: #FF851A !important;
}

.nav li.quote a {
    color: #fff;
}

.logo {
    padding-top: 30px;
    padding-bottom: 20px;
    width: 250px;
}

.logo-chapter{
    padding-top: 30px;
    padding-bottom: 20px;
    width: 350px;
}

.download {
    max-width: 400px;
}

.nav-tabs {
    margin-bottom: -1px;
    padding: 0px;
    border: none !important;
    overflow: hidden;
}

.nav-tabs ul {
    border: none !important;
}

.nav-tabs.nav-justified > li > a {
    border: 0px solid #ddd;
    border-radius: 0px 0px 0 0;
}

.nav-tabs.nav-justified > li > a:hover {
    border: 0px solid #b04b00;
    border-radius: 0px 0px 0 0;
    text-decoration: underline;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    text-decoration: none;
    background-color: #479995;
    color: #ffffff;
    border: none !important;
}

/* MOBILE NAV */
.navbar-toggle {
    border-color: none;
}

.icon-bar {
    background-color: #333333;
}

.navbar-collapse {
    background-color: #fff;
    margin: 0px !important;
    padding: 0px !important;
}

.collapse {
    background-color: #fff;
}

/* .contact-card{
    margin: 1rem !important;
} */

/* BUTTON STYLES */
.btn-primary {
    border-radius: 40px;
    background: #fc6b00;
    color: #fff !important;
    padding: 25px 50px;
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #fc6b00;
    text-decoration: none !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #7accc8;
    color: #fff !important;
    border: 1px solid #7accc8;
}

.btn-secondary {
    border-radius: 40px;
    background: #fc6b00;
    color: #fff !important;
    padding: 25px 50px;
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #fc6b00;
    text-decoration: none !important;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #fff;
    color: #fc6b00 !important;
    border: 1px solid #fc6b00;
}

.btn-primary:active {
    background: #b04b00 !important;
}

/* FAQ */
.panel-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 900;
}

.panel-body {
    padding: 10px 20px 0px;
}

.panel-default {
    border: none;
}

.panel-default > .panel-heading {
    background-color: #fff;
    color: #222;
    padding: 15px 20px;
    border-bottom: 1px solid #222;
}

.panel-group .panel + .panel {
    margin-top: 0px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.panel-title > a:hover,
.panel-title > a:focus {
    color: #fc6b00;
    text-decoration: none;
}

.triangle {
    color: #fc6b00;
    font-size: 12px;
    padding-left: 5px;
}

/* DISCLAIMERS/FOOTER */
#disclaimers {
    padding: 50px 0px 10px;
    text-align: center;
}

.disclaimer {
    font-size: 14px;
    line-height: 26px;
}

footer {
    padding: 40px 0px 30px;
    font-weight: 400;
    color: #333;
    background: #f8f8f8;
    height: auto;
}

footer p {
    font-size: 18px;
}

/* Responsive */
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    #offcanvasTop {
        height: 70vh;
    }


    .teal-box-text {
        padding-left: 200px;
        max-width: 850px;
    }

    .btn-outline-secondary {
        font-size: 18px;
    }

    .main-h1 {
        font-size: 50px;
        font-weight: 700;
        line-height: 56px;
        color: #00305E;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    .top-bar {
        display: none;

    }

    .hero-img {
        display: none;
    }

    .contact-card{
        width: 100%;
        display: block !important;
    }

    .padding-card{
        padding-bottom: .5rem;
    }

    .accordion-button {
            line-height: 26px;
        }
}

@media (max-width: 575.98px) {
    #v-pills-tab .nav-link {
        font-size: 0.85rem;
        padding: 0.5rem;
    }
    .hero-yellow{
        display: block !important;
        font-size: 12px !important;
    }

    .footer-bottom{
        text-align: left !important;
    }

    .url-break{
        display: block !important;
    }

    .blue-card {
             display: block !important;
    }

   
}

@media (max-width: 430px) {
    .logo-mobile {
        width: 50%;
        padding: 0 !important;
        margin-bottom: .5rem;
        text-align: center;
    }
}