/* Insert your born_ready_bs4 base overrides over Vartheme BS4 and Bootstrap */
body
{
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 24px;

    margin: 0;
    padding: 0;

    color: #111;
    background: #fff;

    -webkit-font-smoothing: antialiased;
}

/* Default header styles */
.display-type
{
    font-size: 2rem;
    font-weight: bold;
    line-height: 40px;

    letter-spacing: 0;
}

@media (min-width: 768px)
{
    .display-type
    {
        font-size: 4.5rem;
        line-height: 80px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
    font-style: normal;

    margin-top: .2rem;
    margin-bottom: .6em;

    text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small
{
    font-size: 60%;
    line-height: 0;
}

h1,
h1.title,
.h1
{
    font-size: 2rem;
    line-height: 40px;

    letter-spacing: 0;
}

@media (min-width: 768px)
{
    h1,
    h1.title,
    .h1
    {
        font-size: 3.000rem;
        line-height: 56px;
    }
}

h2,
.h2
{
    font-size: 32px;
    line-height: 40px;

    letter-spacing: 0;
}

h3,
.h3
{
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 32px;

    letter-spacing: 0;
}

h4,
.h4
{
    font-size: 18px;
}

h5,
.h5
{
    font-size: 1.125rem;
}

h6,
.h6
{
    font-size: 1rem;
    line-height: 1.5rem;
}

p
{
    font-size: 1rem;
    line-height: 24px;

    margin: 0 0 2em 0;

    letter-spacing: 0;
}

h4,
.h4,
h5,
.h5,
h6,
.h6
{
    margin-top: 10px;
}

.subhead1,
.overline1
{
    font-size: 1rem;
    font-weight: bold;
    line-height: 24px;

    letter-spacing: 4px;
    text-transform: uppercase;
}

.subhead2,
.overline2
{
    font-size: .875rem;
    line-height: 20px;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.hs-wrap
{
    position: relative;

    box-sizing: border-box;
    max-width: 570px;
    margin: 0 auto;
    padding: 47px 30px 53px;

    text-align: center;

    border: 1px solid rgba(255, 255, 255, .5);
}

.white
{
    color: #fff !important;
}

.black
{
    color: #000 !important;
}

.font-alt
{
    font-family: Dosis, arial, sans-serif;
}

.mb-5
{
    margin-bottom: 5px;
}

.mb-10
{
    margin-bottom: 10px;
}

.mb-20
{
    margin-bottom: 20px;
}

.mb-30
{
    margin-bottom: 30px;
}

.mb-40
{
    margin-bottom: 40px;
}

.hide
{
    display: none !important;
}

.show
{
    display: block !important;
}

.uppercase
{
    text-transform: uppercase !important;
}

.lowercase
{
    text-transform: lowercase !important;
}

.letter-spacing-1
{
    letter-spacing: 1px !important;
}

.letter-spacing-2
{
    letter-spacing: 2px !important;
}

.align-left
{
    text-align: left !important;
}

.align-right
{
    text-align: right !important;
}

.align-center
{
    text-align: center !important;
}

@media only screen and (max-width: 767px)
{
    .mb-xs-0
    {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 480px)
{
    .hs-line-11
    {
        font-size: 20px;

        letter-spacing: .2em;
    }
}

@media only screen and (max-width: 767px)
{
    .hs-line-11
    {
        font-size: 24px;
    }
}

hr
{
    clear: both;

    height: 0;
    margin: 1.25rem 0 1.1875rem;

    border: solid #ddd;
    border-width: 1px 0 0;
}

hr.sm
{
    width: 88px;
    height: 5px;

    border: none;
}

hr.md
{
    width: 40%;
    height: 5px;

    border: none;
}

hr.lg
{
    width: 75%;
    height: 5px;

    border: none;
}

hr.full
{
    width: auto;
    height: 5px;

    border: none;
}

/* Helpful Typography Defaults */
em,
i
{
    font-style: italic;
    line-height: inherit;
}

strong,
b
{
    font-weight: bold;
    line-height: inherit;
}

small
{
    font-size: 60%;
    line-height: inherit;
}

code
{
    font-family: Consolas, 'Liberation Mono', Courier, monospace;
    font-weight: normal;

    padding: .125rem .3125rem .0625rem;

    color: #333;
    border-width: 1px;
    border-style: solid;
    border-color: #dfdfdf;
    background-color: #f8f8f8;
}

/* Lists */
ul,
ol,
dl
{
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;

    margin-bottom: 1.25rem;
    padding: 0;

    list-style-position: outside;
}

ul
{
    margin-left: 1.2rem;
}

ul.no-bullet
{
    margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol
{
    margin-bottom: 0;
    margin-left: 1.25rem;

    list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol
{
    margin-bottom: 0;
    margin-left: 1.25rem;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul
{
    list-style: inherit;
}

ul.square
{
    margin-left: 1.1rem;

    list-style-type: square;
}

ul.circle
{
    margin-left: 1.1rem;

    list-style-type: circle;
}

ul.disc
{
    margin-left: 1.1rem;

    list-style-type: disc;
}

ul.no-bullet
{
    list-style: none;
}

/* Ordered Lists */
ol
{
    margin-left: 1.4rem;
}

ol li ul,
ol li ol
{
    margin-bottom: 0;
    margin-left: 1.25rem;
}

/* Definition Lists */
dl dt
{
    font-weight: bold;

    margin-bottom: .3rem;
}

dl li
{
    margin-bottom: .75rem;
}

/* Abbreviations */
abbr,
acronym
{
    font-size: 90%;

    cursor: help;
    text-transform: uppercase;

    color: #222;
    border-bottom: 1px dotted #ddd;
}

abbr
{
    text-transform: none;
}

/* Blockquotes */
blockquote
{
    margin: 0 0 1.25rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
}

blockquote cite
{
    font-size: 2rem;
    font-weight: 300;
    line-height: 40px;

    display: block;

    letter-spacing: 0;

    color: #000;
}

blockquote cite:before
{
    content: '\2014 \0020';
}

blockquote cite a,
blockquote cite a:visited
{
    color: #555;
}

blockquote,
blockquote p
{
    font-size: 1.5rem;
    line-height: 1.6;
    line-height: 32px;

    color: #6f6f6f;
}

button
{
    font-size: 15px;
}

/*
  * Print styles.
  *
  * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
  * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only
{
    display: none !important;
}

@media print
{
    @page
    {
        margin: .5cm;
    }
    *
    {
        color: black !important;
        background: transparent !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited
    {
        text-decoration: underline;
    }
    a[href]:after
    {
        content: ' (' attr(href) ')';
    }
    abbr[title]:after
    {
        content: ' (' attr(title) ')';
    }
    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after
    {
        content: '';
    }
    pre,
    blockquote
    {
        border: 1px solid #999;

        page-break-inside: avoid;
    }
    thead
    {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img
    {
        page-break-inside: avoid;
    }
    img
    {
        max-width: 100% !important;
    }
    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3
    {
        page-break-after: avoid;
    }
    .hide-on-print
    {
        display: none !important;
    }
    .print-only
    {
        display: block !important;
    }
    .hide-for-print
    {
        display: none !important;
    }
    .show-for-print
    {
        display: inherit !important;
    }
}

.breadcrumb
{
    transition: all .27s cubic-bezier(0, 0, .58, 1);
    letter-spacing: .4em;
    text-transform: uppercase;

    background: none;
}

a
{
    color: #061f5c;
}

a:hover
{
    text-decoration: none;

    color: #0c1a3b;
    outline: 0;
}

p a
{
    font-size: 1rem;
    line-height: 24px;

    text-decoration: underline;
    letter-spacing: 0;
}

a.icon-link
{
    font-weight: bold;
    line-height: 24px;

    text-decoration: none;
    letter-spacing: 0;
}

a.icon-link-right
{
    padding-right: 15px;
}

a.icon-link-left
{
    padding-left: 15px;
}

a.more-info
{
    position: relative;
}

a.more-info::after
{
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    position: absolute;
    top: 4px;

    display: inline-block;

    padding-left: 10px;

    content: '\f061';

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

footer
{
    line-height: 24px;

    text-align: left;
    letter-spacing: 0;
}

footer a
{
    transition: all .27s cubic-bezier(.3, .1, .58, 1);
    text-decoration: none;

    color: #2f2f33;
    outline: 0;
}

footer a:hover
{
    text-decoration: underline;

    color: #2f2f33;
}

footer .nav-link:hover,
footer .nav-link:focus
{
    text-decoration: underline;

    color: #2f2f33;
}

.toolbar-menu-administration li.menu-item a
{
    font-size: 13px;
}

.btn-mod.btn-round
{
    border-radius: 2px;
}

.btn-mod.btn-gray
{
    color: #777;
    background: #e5e5e5;
}

.btn-mod,
a.btn-mod
{
    font-size: 11px;
    font-weight: 400;

    box-sizing: border-box;
    padding: 4px 13px;

    transition: all .2s cubic-bezier(0, 0, .58, 1);
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #fff;
    border: 2px solid transparent;
    border-radius: 0;
    background: rgba(34, 34, 34, .9);
    box-shadow: none;
}

.btn-mod.btn-w
{
    color: #111;
    background: rgba(255, 255, 255, .8);
}

.btn-mod.btn-w:hover,
.btn-mod.btn-w:focus
{
    color: #111;
    background: #fff;
}

ul.pagination
{
    font-size: 13px;
}

ul.pagination li.page-item a.page-link,
ul.pagination li.page-item span.page-link,
ul.pagination li.pager__item--next a.page-link,
ul.pagination li.pager__item--next span.page-link,
ul.pagination li.pager__item--prev a.page-link,
ul.pagination li.pager__item--prev span.page-link
{
    font-size: 13px;
    font-weight: 400;

    display: inline-block;

    box-sizing: border-box;
    min-width: 30px;
    padding: 7px 14px;

    transition: all .27s cubic-bezier(0, 0, .58, 1);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #999;
    border: 1px solid #eaeaea;
}

ul.pagination li.page-item a.page-link:hover,
ul.pagination li.page-item span.page-link:hover,
ul.pagination li.pager__item--next a.page-link:hover,
ul.pagination li.pager__item--next span.page-link:hover,
ul.pagination li.pager__item--prev a.page-link:hover,
ul.pagination li.pager__item--prev span.page-link:hover
{
    text-decoration: none;

    color: #444;
    border: 1px solid #eaeaea;
}

ul.pagination li.page-item.active
{
    border-color: #eaeaea;
}

ul.pagination li.page-item.active .page-link
{
    cursor: default;

    color: #444;
    border-color: 1px solid #eaeaea;
    background-color: #fff;
}

.btn:focus,
.btn.focus
{
    outline: 0;
    box-shadow: none;
}

p
{
    font-size: 1rem;
    line-height: 24px;
}

body.btn-sm .btn,
.btn.btn-sm
{
    font-size: .875rem;
    line-height: 1.25rem;

    min-width: 140px;
    min-height: 40px;
    padding-top: 9px !important;
    padding-right: 0;
    padding-bottom: 9px !important;
    padding-left: 0;
}

body.btn-sm .btn a,
.btn.btn-sm a
{
    font-size: .875rem;
    font-weight: bold;
    line-height: 1.25rem;

    letter-spacing: 2px;
}

body.btn-lg .btn,
.btn.btn-lg
{
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;

    min-width: 227px;
    min-height: 48px;
    padding-top: 11px !important;
    padding-right: 0;
    padding-bottom: 11px !important;
    padding-left: 0;

    letter-spacing: 2px;
}

body.btn-lg .btn a,
.btn.btn-lg a
{
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5rem;

    letter-spacing: 2px;
}

.btn
{
    font-weight: bold;
    line-height: 1.375rem;

    min-width: 197px;
    min-height: 44px;
    padding: 10px 35px !important;

    text-align: center;
    text-align: center;
    text-decoration: none !important;
    letter-spacing: .5px;
    letter-spacing: 2px;
    text-transform: uppercase;

    border-radius: 0;
}

.btn a
{
    font-weight: bold;
    line-height: 1.375rem;

    letter-spacing: 2px;
}

.btn-primary
{
    color: #fff;
    border-color: #061f5c;
    background-color: #061f5c;
}

.btn-primary:hover
{
    color: #fff;
    background-color: #0c1a3b;
}

.btn-primary.btn-double-layer
{
    box-shadow: 4px 4px 0 #0c1a3b;
}

.btn-secondary
{
    color: #fff;
    border-color: #5b7a95;
    background-color: #5b7a95;
}

.btn-secondary:hover
{
    color: #fff;
    background-color: #3b4f61;
}

.btn-secondary.btn-double-layer
{
    box-shadow: 4px 4px 0 #3b4f61;
}

.btn-white-darkbg
{
    color: #183159;
    background-color: #fff;
}

.btn-white-darkbg:hover
{
    color: #183159;
    background-color: #e4e4ed;
}

.btn-white-darkbg.btn-double-layer
{
    box-shadow: 4px 4px 0 rgba(255, 255, 255, .4);
}

.btn-white-outline-darkbg
{
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
}

.btn-white-outline-darkbg:hover
{
    color: #183159;
    background-color: #e4e4ed;
}

.btn-disabled
{
    color: #a8a8b3;
    background-color: #ceced8;
}

.btn.btn-square
{
    border-radius: 0;
}

.btn.btn-diagonal
{
    border-radius: 0;

    -webkit-clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
            clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
}

.btn.btn-rounded
{
    border-radius: 3px;
}

.btn.btn-pill
{
    border-radius: 40px;
}

.skew-btn
{
    position: relative;
}

.skew-btn::before
{
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;

    width: 7px;

    content: '';
    transform: skew(-19deg, 10deg);
}

.skew-btn::after
{
    position: absolute;
    top: -1px;
    right: 0;
    bottom: -1px;
    left: inherit;

    width: 7px;

    content: '';
    transform: skew(-19deg, 10deg);
}

.btn-diagonal .btn
{
    border-radius: 0;

    -webkit-clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
            clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
}

.btn-rounded .btn
{
    border-radius: 3px;
}

.btn-pill .btn
{
    border-radius: 20px;
}

.btn-pill span.btn a
{
    border-radius: 20px;
}

.btn-square .btn
{
    border-radius: 0;
}

span.btn a
{
    text-decoration: none !important;
    letter-spacing: 2px;
}

span.btn a:hover
{
    text-decoration: none !important;
}

span.btn > a
{
    padding: 0 !important;
}

.grid-demo [class*='col-'],
.grid-demo .col
{
    padding-top: .75rem;
    padding-bottom: .75rem;

    text-align: center;

    border: 1px solid;
    border: 1px solid rgba(86, 61, 124, .2);
    background-color: rgba(86, 61, 124, .15);
}

.bg-with-opacity img
{
    opacity: 80%;
}

.testimonialQuote
{
    font-size: 1.5rem;
    line-height: 2rem;
}

.testimonialQuote p,
.testimonialQuote a
{
    font-size: 1.5rem;
    line-height: 2rem;
}

.counterText
{
    font-size: 4.5rem;
    line-height: 5rem;
}

@media (max-width: 991.98px)
{
    .counterText
    {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

.bp-margin-top-default
{
    margin-top: 0;
}

.bp-margin-top-tn
{
    margin-top: 4px !important;
}

.bp-margin-top-sm
{
    margin-top: 15px !important;
}

.bp-margin-top-md
{
    margin-top: 25px !important;
}

.bp-margin-top-lg
{
    margin-top: 40px !important;
}

.bp-margin-top-xlg
{
    margin-top: 80px !important;
}

.bp-margin-bottom-default
{
    margin-bottom: 0;
}

.bp-margin-bottom-sm
{
    margin-bottom: 15px !important;
}

.bp-margin-bottom-md
{
    margin-bottom: 25px !important;
}

.bp-margin-bottom-lg
{
    margin-bottom: 40px !important;
}

.bp-margin-bottom-xlg
{
    margin-bottom: 80px !important;
}

.bp-padding-top-default
{
    padding-top: 0;
}

.bp-padding-top-sm
{
    padding-top: 15px !important;
}

.bp-padding-top-md
{
    padding-top: 25px !important;
}

.bp-padding-top-lg
{
    padding-top: 40px !important;
}

.bp-padding-top-xlg
{
    padding-top: 80px !important;
}

.bp-padding-bottom-default
{
    padding-bottom: 0;
}

.bp-padding-bottom-sm
{
    padding-bottom: 15px !important;
}

.bp-padding-bottom-md
{
    padding-bottom: 25px !important;
}

.bp-padding-bottom-lg
{
    padding-bottom: 40px !important;
}

.bp-padding-bottom-xlg
{
    padding-bottom: 80px !important;
}

.bp-padding-left-default
{
    padding-left: 0;
}

.bp-padding-left-sm
{
    padding-left: 15px !important;
}

.bp-padding-left-md
{
    padding-left: 25px !important;
}

.bp-padding-left-lg
{
    padding-left: 40px !important;
}

.bp-padding-left-xlg
{
    padding-left: 80px !important;
}

@media (max-width: 991.98px)
{
    .bp-padding-left-default,
    .bp-padding-left-sm,
    .bp-padding-left-md,
    .bp-padding-left-lg,
    .bp-padding-left-xlg
    {
        padding-left: 16px !important;
    }
}

.bp-padding-right-default
{
    padding-right: 0;
}

.bp-padding-right-sm
{
    padding-right: 15px !important;
}

.bp-padding-right-md
{
    padding-right: 25px !important;
}

.bp-padding-right-lg
{
    padding-right: 40px !important;
}

.bp-padding-right-xlg
{
    padding-right: 80px !important;
}

@media (max-width: 991.98px)
{
    .bp-padding-right-default,
    .bp-padding-right-sm,
    .bp-padding-right-md,
    .bp-padding-right-lg,
    .bp-padding-right-xlg
    {
        padding-right: 16px !important;
    }
}

body :not(.page-node-type-landing-page) footer
{
    margin-top: 30px !important;
}

.paragraph--type--bp-simple .text-formatted a
{
    text-decoration: underline;
}

@media (max-width: 991.98px)
{
    .paragraph--type--bp-simple .text-formatted a
    {
        word-wrap: break-word;
        word-break: break-word;
    }
}

@media (max-width: 991.98px)
{
    .paragraph--type--bp-simple .text-formatted .table-responsive a
    {
        word-wrap: normal;
        word-break: normal;
    }
}

ul.two-column
{
            columns: 2;
    -webkit-columns: 2;
       -moz-columns: 2;
}

@media (max-width: 991.98px)
{
    ul.two-column
    {
                columns: 1;
        -webkit-columns: 1;
           -moz-columns: 1;
    }
}

.path-protected-page h1.title
{
    display: none;
}

[class^='overline-']
{
    font-size: 1rem;
    font-weight: bold;
    line-height: 24px;

    letter-spacing: 4px;
    text-transform: uppercase;
}

pl-0
{
    padding-left: 0 !important;
}

pr-0
{
    padding-right: 0 !important;
}

pt-0
{
    padding-top: 0 !important;
}

pb-0
{
    padding-bottom: 0 !important;
}

ml-0
{
    margin-left: 0 !important;
}

mr-0
{
    margin-right: 0 !important;
}

mt-0
{
    margin-top: 0 !important;
}

mb-0
{
    margin-bottom: 0 !important;
}

.small-text,
.small-font
{
    font-size: 12px;
    line-height: 22px;
}

.medium-text,
.medium-font
{
    font-size: 20px;
    line-height: 32px;
}

.big-text,
.big-font
{
    font-size: 28px;
    line-height: 42px;
}

.large-font,
.large-text
{
    font-size: 42px;
    line-height: 56px;
}
