@import url('https://fonts.googleapis.com/css?family=Roboto:300');
 a,body{
    color:#083050
}
h1,h2,h4,h5,ol,p,ul{
    margin-top:0
}
address,ol,p,ul{
    margin-bottom:1rem
}
img{
    vertical-align:middle
}
body,caption{
    text-align:left
}
h1,h2,h4,h5{
    margin-bottom:.5rem
}
button,input{
    overflow:visible
}
figcaption,footer,header,legend,main,nav,section{
    display:block
}
address,legend{
    line-height:inherit
}
.navbar{
    position:relative
}
a:not([href]):not([tabindex]):focus,button:focus{
    outline:0
}
:root{
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#ffc107;
    --green:#28a745;
    --teal:#20c997;
    --cyan:#17a2b8;
    --white:#fff;
    --gray-dark:#343a40;
    --primary:#abbc22;
    --secondary:#d64d3b;
    --light:#e9f1f2;
    --dark:#5db0b8;
    --gray:#c0d5d9;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    --font-family-sans-serif:"helvetica",sans-serif;
    --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
*,::after,::before{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
html{
    font-family:sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:transparent
}
body{
    margin:0;
    font-family:"Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    background-color:#e9f1f2
}
code{
    font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
[tabindex="-1"]:focus{
    outline:0!important
}
.img-fluid{
    max-width:100%;
    height:auto
}
.btn:hover,.nav-link:focus,.nav-link:hover,a,a:hover,a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{
    text-decoration:none
}
.btn:not(:disabled):not(.disabled){
    cursor:pointer
}
address{
    font-style:normal
}
ol ol,ol ul,ul ol,ul ul{
    margin-bottom:0
}
strong{
    font-weight:bolder
}
a{
    background-color:transparent
}
a:hover{
    color:#01060a
}
a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{
    color:inherit
}
code{
    font-size:1em
}
img{
    border-style:none
}
table{
    border-collapse:collapse
}
caption{
    padding-top:.75rem;
    padding-bottom:.75rem;
    color:#6c757d;
    caption-side:bottom
}
th{
    text-align:inherit
}
button{
    border-radius:0
}
button,input{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
button{
    text-transform:none
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    padding:0;
    border-style:none
}
input[type=radio],input[type=checkbox]{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0
}
input[type=time],input[type=datetime-local],input[type=month],input[type=date]{
    -webkit-appearance:listbox
}
legend{
    width:100%;
    max-width:100%;
    padding:0;
    margin-bottom:.5rem;
    font-size:1.5rem;
    color:inherit;
    white-space:normal
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    outline-offset:-2px;
    -webkit-appearance:none
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button
}
.display-1{
    font-weight:300;
    line-height:normal
}
template{
    display:none
}
[hidden]{
    display:none!important
}
.h1,.h2,.h4,.h5,h1,h2,h4,h5{
    margin-bottom:.5rem;
    font-family:inherit;
    font-weight:300;
    line-height:normal;
    color:inherit
}
.h1,h1{
    font-size:2.5rem
}
.h2,h2{
    font-size:2rem
}
.h4,h4{
    font-size:1.5rem
}
.h5,h5{
    font-size:1.25rem
}
.lead{
    font-size:1.375rem;
    font-weight:300
}
.display-1{
    font-size:2.5rem
}
.table tbody+tbody,.table td,.table th{
    border-top:0 solid #dee2e6
}
.mark,mark{
    padding:.2em;
    background-color:#fcf8e3
}
.list-inline,.list-unstyled{
    padding-left:0;
    list-style:none
}
.list-inline-item{
    display:inline-block
}
.list-inline-item:not(:last-child){
    margin-right:.5rem
}
.container,.container-fluid{
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
    width:100%
}
.btn{
    line-height:1.5
}
@media (min-width:576px){
    .container{
        max-width:540px
    }
}
@media (min-width:768px){
    .container{
        max-width:720px
    }
}
@media (min-width:992px){
    .container{
        max-width:960px
    }
}
@media (min-width:1200px){
    .container{
        max-width:1140px
    }
}
.col{
    max-width:100%
}
.row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px
}
.no-gutters{
    margin-right:0;
    margin-left:0
}
.no-gutters>.col,.no-gutters>[class*=col-]{
    padding-right:0;
    padding-left:0
}
.col,.col-4,.col-lg-10,.col-lg-3,.col-lg-5,.col-lg-7,.col-lg-8,.col-md-10,.col-md-11,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-sm-10,.col-sm-2,.col-sm-9{
    position:relative;
    width:100%;
    padding-right:15px;
    padding-left:15px
}
.col{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1
}
.col-4{
    -webkit-box-flex:0
}
.col-4{
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
}
@media (min-width:576px){
    .col-sm-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-sm-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-sm-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
}
@media (min-width:768px){
    .col-md-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-md-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-md-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-md-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-md-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-md-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
}
@media (min-width:992px){
    .col-lg-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-lg-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-lg-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-lg-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-lg-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .order-lg-last{
        -webkit-box-ordinal-group:14;
        -ms-flex-order:13;
        order:13
    }
}
.table{
    width:100%
}
.table{
    margin-bottom:1rem;
    background-color:rgba(0,0,0,0)
}
.nav,.navbar-nav{
    margin-bottom:0
}
.table td,.table th{
    padding:.75rem;
    vertical-align:top
}
.table thead th{
    vertical-align:bottom;
    border-bottom:0 solid #dee2e6
}
.table .table{
    background-color:#e9f1f2
}
.table-bordered,.table-bordered td,.table-bordered th{
    border:0 solid #dee2e6
}
.table-bordered thead td,.table-bordered thead th{
    border-bottom-width:0
}
.table .thead-light th{
    color:#495057;
    background-color:#e9ecef;
    border-color:#dee2e6
}
.table-responsive>.table-bordered{
    border:0
}
.table-responsive{
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar
}
.btn{
    display:inline-block;
    font-weight:300;
    color:#083050;
    text-align:center;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-color:transparent;
    border:0 solid transparent;
    padding:.6rem 1.6rem;
    border-radius:1.25rem;
    -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media screen and (prefers-reduced-motion:reduce){
    .btn{
        -webkit-transition:none;
        transition:none
    }
}
.btn:hover{
    color:#083050
}
.btn.focus,.btn:focus{
    outline:0;
    -webkit-box-shadow:0 0 0 .2rem rgba(171,188,34,.25);
    box-shadow:0 0 0 .2rem rgba(171,188,34,.25)
}
.btn:disabled{
    opacity:.65
}
.btn-primary{
    color:#212529;
    background-color:#abbc22;
    border-color:#abbc22
}
.btn-primary:hover{
    color:#fff;
    background-color:#8e9c1c;
    border-color:#84911a
}
.btn-primary.focus,.btn-primary:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(150,165,35,.5);
    box-shadow:0 0 0 .2rem rgba(150,165,35,.5)
}
.btn-primary:disabled{
    color:#212529;
    background-color:#abbc22;
    border-color:#abbc22
}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active{
    color:#fff;
    background-color:#84911a;
    border-color:#7a8618
}
.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(150,165,35,.5);
    box-shadow:0 0 0 .2rem rgba(150,165,35,.5)
}
.btn-light{
    color:#212529;
    background-color:#e9f1f2;
    border-color:#e9f1f2
}
.btn-light:hover{
    color:#212529;
    background-color:#d1e2e4;
    border-color:#c9dddf
}
.btn-light.focus,.btn-light:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(203,210,212,.5);
    box-shadow:0 0 0 .2rem rgba(203,210,212,.5)
}
.btn-light:disabled{
    color:#212529;
    background-color:#e9f1f2;
    border-color:#e9f1f2
}
.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active{
    color:#212529;
    background-color:#c9dddf;
    border-color:#c1d8da
}
.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(203,210,212,.5);
    box-shadow:0 0 0 .2rem rgba(203,210,212,.5)
}
.btn-dark{
    color:#212529;
    background-color:#5db0b8;
    border-color:#5db0b8
}
.btn-dark:hover{
    color:#fff;
    background-color:#499ea6;
    border-color:#45959d
}
.btn-dark.focus,.btn-dark:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(84,155,163,.5);
    box-shadow:0 0 0 .2rem rgba(84,155,163,.5)
}
.btn-dark:disabled{
    color:#212529;
    background-color:#5db0b8;
    border-color:#5db0b8
}
.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active{
    color:#fff;
    background-color:#45959d;
    border-color:#418d94
}
.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(84,155,163,.5);
    box-shadow:0 0 0 .2rem rgba(84,155,163,.5)
}
.collapse:not(.show){
    display:none
}
.nav,.navbar{
    display:-webkit-box;
    display:-ms-flexbox;
    -ms-flex-wrap:wrap
}
.nav{
    display:flex;
    flex-wrap:wrap;
    padding-left:0;
    list-style:none
}
.nav-link,.navbar{
    padding:.5rem 1rem
}
.nav-link{
    display:block
}
.nav-toggler:hover{
    cursor:pointer
}
.navbar{
    display:flex;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.navbar>.container,.navbar>.container-fluid{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.navbar-nav{
    display:-ms-flexbox;
    -webkit-box-orient:vertical
}
.navbar-nav{
    display:-webkit-box;
    display:flex;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    padding-left:0;
    list-style:none
}
.navbar-nav .nav-link{
    padding-right:0;
    padding-left:0
}
.navbar-collapse{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
@media (max-width:767.98px){
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid{
        padding-right:0;
        padding-left:0
    }
}
@media (min-width:768px){
    .navbar-expand-md,.navbar-expand-md .navbar-nav{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal
    }
    .navbar-expand-md{
        -ms-flex-flow:row nowrap;
        flex-flow:row nowrap;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .navbar-expand-md .navbar-nav{
        -ms-flex-direction:row;
        flex-direction:row
    }
    .navbar-expand-md .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap
    }
    .navbar-expand-md .navbar-collapse{
        display:-webkit-box!important;
        display:-ms-flexbox!important;
        display:flex!important;
        -ms-flex-preferred-size:auto;
        flex-basis:auto
    }
}
.jumbotron-fluid{
    padding-right:0;
    padding-left:0;
    border-radius:0;
    background-size:cover;
    background-position:center
}
.bg-secondary{
    background-color:#d64d3b!important
}
a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{
    background-color:#b83726!important
}
.bg-light{
    background-color:#e9f1f2!important
}
a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{
    background-color:#c9dddf!important
}
.bg-gray{
    background-color:#c0d5d9!important
}
a.bg-gray:focus,a.bg-gray:hover,button.bg-gray:focus,button.bg-gray:hover{
    background-color:#a0c0c6!important
}
.bg-white{
    background-color:#fff!important
}
.d-block{
    display:block!important
}
.d-flex{
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important
}
@media (min-width:768px){
    .d-md-inline-block{
        display:inline-block!important
    }
}
.flex-column{
    -webkit-box-orient:vertical!important;
    -ms-flex-direction:column!important;
    flex-direction:column!important
}
.justify-content-end{
    -webkit-box-pack:end!important;
    -ms-flex-pack:end!important;
    justify-content:flex-end!important
}
.align-items-end{
    -webkit-box-align:end!important;
    -ms-flex-align:end!important;
    align-items:flex-end!important
}
@media (min-width:768px){
    .flex-md-row{
        -webkit-box-direction:normal!important
    }
    .flex-md-row{
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction:row!important;
        flex-direction:row!important
    }
    .justify-content-md-center{
        -webkit-box-pack:center!important;
        -ms-flex-pack:center!important;
        justify-content:center!important
    }
    .justify-content-md-between{
        -webkit-box-pack:justify!important;
        -ms-flex-pack:justify!important;
        justify-content:space-between!important
    }
}
.mb-0{
    margin-bottom:0!important
}
.ml-0{
    margin-left:0!important
}
.my-1{
    margin-top:.5rem!important
}
.my-1{
    margin-bottom:.5rem!important
}
.mt-2{
    margin-top:1rem!important
}
.mb-2{
    margin-bottom:1rem!important
}
.mt-3{
    margin-top:2rem!important
}
.mb-3{
    margin-bottom:2rem!important
}
.ml-3{
    margin-left:2rem!important
}
.ml-5{
    margin-left:4rem!important
}
.py-0{
    padding-top:0!important
}
.py-0{
    padding-bottom:0!important
}
.p-2{
    padding:1rem!important
}
.pt-2,.py-2{
    padding-top:1rem!important
}
.py-2{
    padding-bottom:1rem!important
}
.p-3{
    padding:2rem!important
}
.py-3{
    padding-top:2rem!important
}
.py-3{
    padding-bottom:2rem!important
}
.pt-4,.py-4{
    padding-top:3rem!important
}
.pb-4,.py-4{
    padding-bottom:3rem!important
}
.p-xs{
    padding:.25rem!important
}
.mx-auto{
    margin-right:auto!important
}
.mx-auto{
    margin-left:auto!important
}
@media (min-width:576px){
    .py-sm-4{
        padding-top:3rem!important
    }
    .px-sm-4{
        padding-right:3rem!important
    }
    .pb-sm-4,.py-sm-4{
        padding-bottom:3rem!important
    }
    .px-sm-4{
        padding-left:3rem!important
    }
}
@media (min-width:768px){
    .my-md-0{
        margin-top:0!important
    }
    .my-md-0{
        margin-bottom:0!important
    }
    .pr-md-1{
        padding-right:.5rem!important
    }
    .py-md-2{
        padding-top:1rem!important
    }
    .py-md-2{
        padding-bottom:1rem!important
    }
    .pt-md-3,.py-md-3{
        padding-top:2rem!important
    }
    .py-md-3{
        padding-bottom:2rem!important
    }
    .py-md-4{
        padding-top:3rem!important
    }
    .py-md-4{
        padding-bottom:3rem!important
    }
    .py-md-5{
        padding-top:4rem!important
    }
    .py-md-5{
        padding-bottom:4rem!important
    }
    .py-md-xs{
        padding-top:.25rem!important
    }
    .py-md-xs{
        padding-bottom:.25rem!important
    }
    .py-md-xl{
        padding-top:6.5rem!important
    }
    .py-md-xl{
        padding-bottom:6.5rem!important
    }
}
@media (min-width:992px){
    .ml-lg-2{
        margin-left:1rem!important
    }
    .pb-lg-0{
        padding-bottom:0!important
    }
    .py-lg-4{
        padding-top:3rem!important
    }
    .py-lg-4{
        padding-bottom:3rem!important
    }
    .py-lg-xl{
        padding-top:6.5rem!important
    }
    .py-lg-xl{
        padding-bottom:6.5rem!important
    }
}
@media (min-width:1200px){
    .mb-xl-0{
        margin-bottom:0!important
    }
}
.text-left{
    text-align:left!important
}
.text-center{
    text-align:center!important
}
@media (min-width:576px){
    #policy p:not(.font-weight-normal){
        margin-left:3rem
    }
}
@media (min-width:768px){
    .text-md-left{
        text-align:left!important
    }
    .text-md-right{
        text-align:right!important
    }
}
@media (min-width:992px){
    .text-lg-left{
        text-align:left!important
    }
}
.text-uppercase{
    text-transform:uppercase!important
}
.font-weight-normal{
    font-weight:400!important
}
.text-white{
    color:#fff!important
}
.text-secondary{
    color:#d64d3b!important
}
a.text-secondary:focus,a.text-secondary:hover{
    color:#a33122!important
}
.text-dark{
    color:#5db0b8!important
}
a.text-dark:focus,a.text-dark:hover{
    color:#3d858b!important
}
@media print{
    img,tr{
        page-break-inside:avoid
    }
    *,::after,::before{
        text-shadow:none!important;
        -webkit-box-shadow:none!important;
        box-shadow:none!important
    }
    a:not(.btn){
        text-decoration:underline
    }
    thead{
        display:table-header-group
    }
    h2,p{
        orphans:3;
        widows:3
    }
    h2{
        page-break-after:avoid
    }
    @page{
        size:a3
    }
    .container,body{
        min-width:992px!important
    }
    .navbar{
        display:none
    }
    .table{
        border-collapse:collapse!important
    }
    .table td,.table th{
        background-color:#fff!important
    }
    .table-bordered td,.table-bordered th{
        border:1px solid #dee2e6!important
    }
}
body{
    font-weight:300;
    line-height:normal
}
.container-fluid{
    max-width:1200px
}
[type=reset],[type=submit],button,html [type=button]{
    -webkit-appearance:none
}
a:not(.nav-link){
    text-decoration:underline
}
.btn{
    font-size:.875rem;
    text-transform:uppercase;
    text-decoration:none!important
}
#policy .table a,#policy li a,.footer a{
    text-decoration:none
}
.flex-center{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
@media (max-width:991.98px){
    .display-1,h1{
        font-size:1.5rem
    }
}
#home h1{
    font-size:2rem
}
@media (min-width:768px){
    #home h1{
        font-size:3rem
    }
}
@media (max-width:991.98px){
    h2{
        font-size:1.4rem
    }
}
#policy li,#policy p:not(.font-weight-normal){
    font-size:15px
}
#policy ol li{
    padding-left:2rem;
    margin-bottom:1.5rem
}
header .tagline{
    color:#9b9e9f;
    font-size:1rem
}
header #logo{
    max-width:220px
}
@media (min-width:768px){
    header #logo{
        max-width:260px
    }
}
.navbar-nav{
    width:100%;
    max-width:1200px
}
.nav-link{
    font-size:1.25rem;
    color:#999997
}
@media (min-width:576px){
    header .tagline{
        font-size:1.25rem
    }
    .nav-link{
        font-size:1.5rem
    }
}
@media (min-width:992px){
    .nav-link{
        width:20%
    }
    .nav-link:not(:last-of-type){
        border-right:1px solid #bbbec3
    }
}
@media (max-width:767.98px){
    #navbarMain{
        position:fixed;
        left:0;
        top:0;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        opacity:0;
        visibility:hidden;
        width:100%;
        height:100%;
        background-color:#e9f1f2;
        z-index:99;
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden;
        overflow:auto;
        -webkit-overflow-scrolling:touch;
        -webkit-transition-property:opacity;
        transition-property:opacity;
        -webkit-transition-duration:.5s;
        transition-duration:.5s
    }
    #navbarMain .navbar-nav .nav-link{
        color:#083050
    }
    #navbarMain.open{
        opacity:1;
        visibility:visible
    }
}
.nav-toggler .line,.nav-toggler.is-active .line{
    background-color:#083050
}
.nav-toggler{
    position:absolute;
    top:1.3rem;
    right:1rem;
    z-index:200
}
@media (min-width:768px){
    .nav-link{
        font-size:1.125rem
    }
    .nav-toggler{
        display:none
    }
}
.nav-toggler .line{
    width:32px;
    height:2px;
    display:block;
    margin:.5rem auto;
    -webkit-transition:all .15s ease-in-out;
    transition:all .15s ease-in-out
}
.footer-icon{
    height:90px
}
.nav-toggler.is-active{
    position:fixed;
    -webkit-animation:smallbig .35s forwards;
    animation:smallbig .35s forwards
}
.nav-toggler.is-active .line:nth-child(1),.nav-toggler.is-active .line:nth-child(2),.nav-toggler.is-active .line:nth-child(3){
    -webkit-transition-delay:0s;
    transition-delay:0s
}
.nav-toggler.is-active .line:nth-child(2){
    opacity:0
}
.nav-toggler.is-active .line:nth-child(1){
    -webkit-transform:translateY(11px) rotate(45deg);
    transform:translateY(11px) rotate(45deg)
}
.nav-toggler.is-active .line:nth-child(3){
    -webkit-transform:translateY(-8px) rotate(-45deg);
    transform:translateY(-8px) rotate(-45deg)
}
@-webkit-keyframes smallbig{
    0%,100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
}
@keyframes smallbig{
    0%,100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
}
@media (min-width:768px) and (max-width:1199.98px){
    .footer .col-lg-3:nth-child(odd){
        border-right:1px solid #232323
    }
}
@media (min-width:992px){
    .footer .col-lg-3:not(:last-child){
        border-right:1px solid #232323
    }
}
.footer .title{
    font-size:1.125rem;
    font-weight:400
}
.footer a,.footer p{
    margin-bottom:.25rem;
    font-size:.875rem;
    line-height:1.1rem
}
.footer-base{
    background-color:#232323;
    font-size:.9375
}
@media (max-width:767.98px){
    .footer-base .list-inline-item{
        display:block
    }
}
@media (min-width:768px){
    .footer-base .list-inline-item:not(:last-of-type){
        border-right:1px solid #fff
    }
}

.card-footer{position:absolute;bottom:12px;width:92%;}
.card-title{font-weight:bold;font-size:18px;margin-bottom:32px;}
.card-body{font-size:14px;padding:32px;}

 .lr-card-2{
    border: 0px solid rgba(149, 0, 50, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    flex-basis: calc(33% - 10px);	

}
.about-card{
    border: 0px solid rgba(149, 0, 50, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    flex-basis: calc(33% - 10px);	
}

.lr-card-deck, .about-card-deck
{
	clear:both;
	display:flex;
	flex-direction:column;
}
.about-card-deck{flex-flow:row wrap;}
.lr-card-deck-2{width:82%;}
.lr-card-deck-3{width:60%;}

.lr-card
{
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	min-width:0;
	padding:10px;
	word-wrap:break-word;
	background-clip:border-box;
    margin-bottom:10px;

}
.about-card-deck .lr-card{align-items:flex-start;}

@media (max-width: 479px)
{
	.lr-card
	{
		padding-top:20px;
	}
}

@media (min-width: 480px)
{
	.lr-card-deck
	{
		flex-flow:row wrap;
		margin-right:auto;
		margin-left:auto;
	}
	
	.lr-card-deck .lr-card
	{
		flex:0 0 calc(50% - 10px);
		flex-direction:column;
		margin-right:5px;
		margin-left:5px;
	}
}

@media (min-width: 480px) and (min-width: 650px)
{
	.lr-card-deck .lr-card
	{
		flex-basis: calc(33% - 10px);	
	}
}

@media (min-width: 480px) and (min-width: 1100px)
{
	.lr-card-deck .lr-card
	{
		flex-basis: calc(25% - 10px);
    }
    .lr-card-deck .lr-card-2
    {
        flex-basis: calc(33% - 10px);	
    }
    .lr-card-deck-3 .lr-card-2
    {
        flex-basis: calc(50% - 10px);	
        flex:0 0 250px;
        margin:32px;
    }
    .about-card-deck .lr-card
    {
        flex-basis: calc(48% - 10px);	
        margin:12px;
    }

}

@media (min-width: 480px) and (min-width: 1280px)
{
	.lr-card-deck .lr-card
	{
		flex-basis: calc(25% - 10px);
	}
    .lr-card-deck .lr-card-2
    {
        flex-basis: calc(33% - 10px);	
        flex:0 0 250px;
        margin:32px;
    }

    .lr-card-deck-3 .lr-card-2
    {
        flex-basis: calc(50% - 10px);	
        flex:0 0 250px;
        margin:32px;
    }
    .about-card-deck .lr-card
    {
        flex-basis: calc(48% - 10px);	
        margin:12px;
    }


}
@media screen and (max-width:479px) 
{
	.lr-card-deck .lr-card 
	{
        display: block;
        flex-basis: calc(100% - 10px);
        flex-direction: row;
    }
}
@media (max-width: 479px) 
{    
    .lr-card {padding-top: 10px;}
}
h5.mb-2{color:#D64D3B;}@import url('https://fonts.googleapis.com/css?family=Roboto:300');
 a,body{
    color:#083050
}
h1,h2,h4,h5,ol,p,ul{
    margin-top:0
}
address,ol,p,ul{
    margin-bottom:1rem
}
img{
    vertical-align:middle
}
body,caption{
    text-align:left
}
h1,h2,h4,h5{
    margin-bottom:.5rem
}
button,input{
    overflow:visible
}
figcaption,footer,header,legend,main,nav,section{
    display:block
}
address,legend{
    line-height:inherit
}
.navbar{
    position:relative
}
a:not([href]):not([tabindex]):focus,button:focus{
    outline:0
}
:root{
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#ffc107;
    --green:#28a745;
    --teal:#20c997;
    --cyan:#17a2b8;
    --white:#fff;
    --gray-dark:#343a40;
    --primary:#abbc22;
    --secondary:#d64d3b;
    --light:#e9f1f2;
    --dark:#5db0b8;
    --gray:#c0d5d9;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    --font-family-sans-serif:"helvetica",sans-serif;
    --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
*,::after,::before{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
html{
    font-family:sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:transparent
}
body{
    margin:0;
    font-family:"Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    background-color:#e9f1f2
}
code{
    font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
[tabindex="-1"]:focus{
    outline:0!important
}
.img-fluid{
    max-width:100%;
    height:auto
}
.btn:hover,.nav-link:focus,.nav-link:hover,a,a:hover,a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{
    text-decoration:none
}
.btn:not(:disabled):not(.disabled){
    cursor:pointer
}
address{
    font-style:normal
}
ol ol,ol ul,ul ol,ul ul{
    margin-bottom:0
}
strong{
    font-weight:bolder
}
a{
    background-color:transparent
}
a:hover{
    color:#01060a
}
a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{
    color:inherit
}
code{
    font-size:1em
}
img{
    border-style:none
}
table{
    border-collapse:collapse
}
caption{
    padding-top:.75rem;
    padding-bottom:.75rem;
    color:#6c757d;
    caption-side:bottom
}
th{
    text-align:inherit
}
button{
    border-radius:0
}
button,input{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
button{
    text-transform:none
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    padding:0;
    border-style:none
}
input[type=radio],input[type=checkbox]{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0
}
input[type=time],input[type=datetime-local],input[type=month],input[type=date]{
    -webkit-appearance:listbox
}
legend{
    width:100%;
    max-width:100%;
    padding:0;
    margin-bottom:.5rem;
    font-size:1.5rem;
    color:inherit;
    white-space:normal
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    outline-offset:-2px;
    -webkit-appearance:none
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button
}
.display-1{
    font-weight:300;
    line-height:normal
}
template{
    display:none
}
[hidden]{
    display:none!important
}
.h1,.h2,.h4,.h5,h1,h2,h4,h5{
    margin-bottom:.5rem;
    font-family:inherit;
    font-weight:300;
    line-height:normal;
    color:inherit
}
.h1,h1{
    font-size:2.5rem
}
.h2,h2{
    font-size:2rem
}
.h4,h4{
    font-size:1.5rem
}
.h5,h5{
    font-size:1.25rem
}
.lead{
    font-size:1.375rem;
    font-weight:300
}
.display-1{
    font-size:2.5rem
}
.table tbody+tbody,.table td,.table th{
    border-top:0 solid #dee2e6
}
.mark,mark{
    padding:.2em;
    background-color:#fcf8e3
}
.list-inline,.list-unstyled{
    padding-left:0;
    list-style:none
}
.list-inline-item{
    display:inline-block
}
.list-inline-item:not(:last-child){
    margin-right:.5rem
}
.container,.container-fluid{
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
    width:100%
}
.btn{
    line-height:1.5
}
@media (min-width:576px){
    .container{
        max-width:540px
    }
}
@media (min-width:768px){
    .container{
        max-width:720px
    }
}
@media (min-width:992px){
    .container{
        max-width:960px
    }
}
@media (min-width:1200px){
    .container{
        max-width:1140px
    }
}
.col{
    max-width:100%
}
.row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px
}
.no-gutters{
    margin-right:0;
    margin-left:0
}
.no-gutters>.col,.no-gutters>[class*=col-]{
    padding-right:0;
    padding-left:0
}
.col,.col-4,.col-lg-10,.col-lg-3,.col-lg-5,.col-lg-7,.col-lg-8,.col-md-10,.col-md-11,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-sm-10,.col-sm-2,.col-sm-9{
    position:relative;
    width:100%;
    padding-right:15px;
    padding-left:15px
}
.col{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1
}
.col-4{
    -webkit-box-flex:0
}
.col-4{
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
}
@media (min-width:576px){
    .col-sm-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-sm-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-sm-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
}
@media (min-width:768px){
    .col-md-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-md-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-md-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-md-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-md-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-md-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
}
@media (min-width:992px){
    .col-lg-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-lg-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-lg-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-lg-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-lg-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .order-lg-last{
        -webkit-box-ordinal-group:14;
        -ms-flex-order:13;
        order:13
    }
}
.table{
    width:100%
}
.table{
    margin-bottom:1rem;
    background-color:rgba(0,0,0,0)
}
.nav,.navbar-nav{
    margin-bottom:0
}
.table td,.table th{
    padding:.75rem;
    vertical-align:top
}
.table thead th{
    vertical-align:bottom;
    border-bottom:0 solid #dee2e6
}
.table .table{
    background-color:#e9f1f2
}
.table-bordered,.table-bordered td,.table-bordered th{
    border:0 solid #dee2e6
}
.table-bordered thead td,.table-bordered thead th{
    border-bottom-width:0
}
.table .thead-light th{
    color:#495057;
    background-color:#e9ecef;
    border-color:#dee2e6
}
.table-responsive>.table-bordered{
    border:0
}
.table-responsive{
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar
}
.btn{
    display:inline-block;
    font-weight:300;
    color:#083050;
    text-align:center;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-color:transparent;
    border:0 solid transparent;
    padding:.6rem 1.6rem;
    border-radius:1.25rem;
    -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media screen and (prefers-reduced-motion:reduce){
    .btn{
        -webkit-transition:none;
        transition:none
    }
}
.btn:hover{
    color:#083050
}
.btn.focus,.btn:focus{
    outline:0;
    -webkit-box-shadow:0 0 0 .2rem rgba(171,188,34,.25);
    box-shadow:0 0 0 .2rem rgba(171,188,34,.25)
}
.btn:disabled{
    opacity:.65
}
.btn-primary{
    color:#212529;
    background-color:#abbc22;
    border-color:#abbc22
}
.btn-primary:hover{
    color:#fff;
    background-color:#8e9c1c;
    border-color:#84911a
}
.btn-primary.focus,.btn-primary:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(150,165,35,.5);
    box-shadow:0 0 0 .2rem rgba(150,165,35,.5)
}
.btn-primary:disabled{
    color:#212529;
    background-color:#abbc22;
    border-color:#abbc22
}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active{
    color:#fff;
    background-color:#84911a;
    border-color:#7a8618
}
.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(150,165,35,.5);
    box-shadow:0 0 0 .2rem rgba(150,165,35,.5)
}
.btn-light{
    color:#212529;
    background-color:#e9f1f2;
    border-color:#e9f1f2
}
.btn-light:hover{
    color:#212529;
    background-color:#d1e2e4;
    border-color:#c9dddf
}
.btn-light.focus,.btn-light:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(203,210,212,.5);
    box-shadow:0 0 0 .2rem rgba(203,210,212,.5)
}
.btn-light:disabled{
    color:#212529;
    background-color:#e9f1f2;
    border-color:#e9f1f2
}
.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active{
    color:#212529;
    background-color:#c9dddf;
    border-color:#c1d8da
}
.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(203,210,212,.5);
    box-shadow:0 0 0 .2rem rgba(203,210,212,.5)
}
.btn-dark{
    color:#212529;
    background-color:#5db0b8;
    border-color:#5db0b8
}
.btn-dark:hover{
    color:#fff;
    background-color:#499ea6;
    border-color:#45959d
}
.btn-dark.focus,.btn-dark:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(84,155,163,.5);
    box-shadow:0 0 0 .2rem rgba(84,155,163,.5)
}
.btn-dark:disabled{
    color:#212529;
    background-color:#5db0b8;
    border-color:#5db0b8
}
.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active{
    color:#fff;
    background-color:#45959d;
    border-color:#418d94
}
.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(84,155,163,.5);
    box-shadow:0 0 0 .2rem rgba(84,155,163,.5)
}
.collapse:not(.show){
    display:none
}
.nav,.navbar{
    display:-webkit-box;
    display:-ms-flexbox;
    -ms-flex-wrap:wrap
}
.nav{
    display:flex;
    flex-wrap:wrap;
    padding-left:0;
    list-style:none
}
.nav-link,.navbar{
    padding:.5rem 1rem
}
.nav-link{
    display:block
}
.nav-toggler:hover{
    cursor:pointer
}
.navbar{
    display:flex;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.navbar>.container,.navbar>.container-fluid{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.navbar-nav{
    display:-ms-flexbox;
    -webkit-box-orient:vertical
}
.navbar-nav{
    display:-webkit-box;
    display:flex;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    padding-left:0;
    list-style:none
}
.navbar-nav .nav-link{
    padding-right:0;
    padding-left:0
}
.navbar-collapse{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
@media (max-width:767.98px){
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid{
        padding-right:0;
        padding-left:0
    }
}
@media (min-width:768px){
    .navbar-expand-md,.navbar-expand-md .navbar-nav{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal
    }
    .navbar-expand-md{
        -ms-flex-flow:row nowrap;
        flex-flow:row nowrap;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .navbar-expand-md .navbar-nav{
        -ms-flex-direction:row;
        flex-direction:row
    }
    .navbar-expand-md .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap
    }
    .navbar-expand-md .navbar-collapse{
        display:-webkit-box!important;
        display:-ms-flexbox!important;
        display:flex!important;
        -ms-flex-preferred-size:auto;
        flex-basis:auto
    }
}
.jumbotron-fluid{
    padding-right:0;
    padding-left:0;
    border-radius:0;
    background-size:cover;
    background-position:center
}
.bg-secondary{
    background-color:#d64d3b!important
}
a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{
    background-color:#b83726!important
}
.bg-light{
    background-color:#e9f1f2!important
}
a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{
    background-color:#c9dddf!important
}
.bg-gray{
    background-color:#c0d5d9!important
}
a.bg-gray:focus,a.bg-gray:hover,button.bg-gray:focus,button.bg-gray:hover{
    background-color:#a0c0c6!important
}
.bg-white{
    background-color:#fff!important
}
.d-block{
    display:block!important
}
.d-flex{
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important
}
@media (min-width:768px){
    .d-md-inline-block{
        display:inline-block!important
    }
}
.flex-column{
    -webkit-box-orient:vertical!important;
    -ms-flex-direction:column!important;
    flex-direction:column!important
}
.justify-content-end{
    -webkit-box-pack:end!important;
    -ms-flex-pack:end!important;
    justify-content:flex-end!important
}
.align-items-end{
    -webkit-box-align:end!important;
    -ms-flex-align:end!important;
    align-items:flex-end!important
}
@media (min-width:768px){
    .flex-md-row{
        -webkit-box-direction:normal!important
    }
    .flex-md-row{
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction:row!important;
        flex-direction:row!important
    }
    .justify-content-md-center{
        -webkit-box-pack:center!important;
        -ms-flex-pack:center!important;
        justify-content:center!important
    }
    .justify-content-md-between{
        -webkit-box-pack:justify!important;
        -ms-flex-pack:justify!important;
        justify-content:space-between!important
    }
}
.mb-0{
    margin-bottom:0!important
}
.ml-0{
    margin-left:0!important
}
.my-1{
    margin-top:.5rem!important
}
.my-1{
    margin-bottom:.5rem!important
}
.mt-2{
    margin-top:1rem!important
}
.mb-2{
    margin-bottom:1rem!important
}
.mt-3{
    margin-top:2rem!important
}
.mb-3{
    margin-bottom:2rem!important
}
.ml-3{
    margin-left:2rem!important
}
.ml-5{
    margin-left:4rem!important
}
.py-0{
    padding-top:0!important
}
.py-0{
    padding-bottom:0!important
}
.p-2{
    padding:1rem!important
}
.pt-2,.py-2{
    padding-top:1rem!important
}
.py-2{
    padding-bottom:1rem!important
}
.p-3{
    padding:2rem!important
}
.py-3{
    padding-top:2rem!important
}
.py-3{
    padding-bottom:2rem!important
}
.pt-4,.py-4{
    padding-top:3rem!important
}
.pb-4,.py-4{
    padding-bottom:3rem!important
}
.p-xs{
    padding:.25rem!important
}
.mx-auto{
    margin-right:auto!important
}
.mx-auto{
    margin-left:auto!important
}
@media (min-width:576px){
    .py-sm-4{
        padding-top:3rem!important
    }
    .px-sm-4{
        padding-right:3rem!important
    }
    .pb-sm-4,.py-sm-4{
        padding-bottom:3rem!important
    }
    .px-sm-4{
        padding-left:3rem!important
    }
}
@media (min-width:768px){
    .my-md-0{
        margin-top:0!important
    }
    .my-md-0{
        margin-bottom:0!important
    }
    .pr-md-1{
        padding-right:.5rem!important
    }
    .py-md-2{
        padding-top:1rem!important
    }
    .py-md-2{
        padding-bottom:1rem!important
    }
    .pt-md-3,.py-md-3{
        padding-top:2rem!important
    }
    .py-md-3{
        padding-bottom:2rem!important
    }
    .py-md-4{
        padding-top:3rem!important
    }
    .py-md-4{
        padding-bottom:3rem!important
    }
    .py-md-5{
        padding-top:4rem!important
    }
    .py-md-5{
        padding-bottom:4rem!important
    }
    .py-md-xs{
        padding-top:.25rem!important
    }
    .py-md-xs{
        padding-bottom:.25rem!important
    }
    .py-md-xl{
        padding-top:6.5rem!important
    }
    .py-md-xl{
        padding-bottom:6.5rem!important
    }
}
@media (min-width:992px){
    .ml-lg-2{
        margin-left:1rem!important
    }
    .pb-lg-0{
        padding-bottom:0!important
    }
    .py-lg-4{
        padding-top:3rem!important
    }
    .py-lg-4{
        padding-bottom:3rem!important
    }
    .py-lg-xl{
        padding-top:6.5rem!important
    }
    .py-lg-xl{
        padding-bottom:6.5rem!important
    }
}
@media (min-width:1200px){
    .mb-xl-0{
        margin-bottom:0!important
    }
}
.text-left{
    text-align:left!important
}
.text-center{
    text-align:center!important
}
@media (min-width:576px){
    #policy p:not(.font-weight-normal){
        margin-left:3rem
    }
}
@media (min-width:768px){
    .text-md-left{
        text-align:left!important
    }
    .text-md-right{
        text-align:right!important
    }
}
@media (min-width:992px){
    .text-lg-left{
        text-align:left!important
    }
}
.text-uppercase{
    text-transform:uppercase!important
}
.font-weight-normal{
    font-weight:400!important
}
.text-white{
    color:#fff!important
}
.text-secondary{
    color:#d64d3b!important
}
a.text-secondary:focus,a.text-secondary:hover{
    color:#a33122!important
}
.text-dark{
    color:#5db0b8!important
}
a.text-dark:focus,a.text-dark:hover{
    color:#3d858b!important
}
@media print{
    img,tr{
        page-break-inside:avoid
    }
    *,::after,::before{
        text-shadow:none!important;
        -webkit-box-shadow:none!important;
        box-shadow:none!important
    }
    a:not(.btn){
        text-decoration:underline
    }
    thead{
        display:table-header-group
    }
    h2,p{
        orphans:3;
        widows:3
    }
    h2{
        page-break-after:avoid
    }
    @page{
        size:a3
    }
    .container,body{
        min-width:992px!important
    }
    .navbar{
        display:none
    }
    .table{
        border-collapse:collapse!important
    }
    .table td,.table th{
        background-color:#fff!important
    }
    .table-bordered td,.table-bordered th{
        border:1px solid #dee2e6!important
    }
}
body{
    font-weight:300;
    line-height:normal
}
.container-fluid{
    max-width:1200px
}
[type=reset],[type=submit],button,html [type=button]{
    -webkit-appearance:none
}
a:not(.nav-link){
    text-decoration:underline
}
.btn{
    font-size:.875rem;
    text-transform:uppercase;
    text-decoration:none!important
}
#policy .table a,#policy li a,.footer a{
    text-decoration:none
}
.flex-center{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
@media (max-width:991.98px){
    .display-1,h1{
        font-size:1.5rem
    }
}
#home h1{
    font-size:2rem
}
@media (min-width:768px){
    #home h1{
        font-size:3rem
    }
}
@media (max-width:991.98px){
    h2{
        font-size:1.4rem
    }
}
#policy li,#policy p:not(.font-weight-normal){
    font-size:15px
}
#policy ol li{
    padding-left:2rem;
    margin-bottom:1.5rem
}
header .tagline{
    color:#9b9e9f;
    font-size:1rem
}
header #logo{
    max-width:220px
}
@media (min-width:768px){
    header #logo{
        max-width:260px
    }
}
.navbar-nav{
    width:100%;
    max-width:1200px
}
.nav-link{
    font-size:1.25rem;
    color:#999997
}
@media (min-width:576px){
    header .tagline{
        font-size:1.25rem
    }
    .nav-link{
        font-size:1.5rem
    }
}
@media (min-width:992px){
    .nav-link{
        width:20%
    }
    .nav-link:not(:last-of-type){
        border-right:1px solid #bbbec3
    }
}
@media (max-width:767.98px){
    #navbarMain{
        position:fixed;
        left:0;
        top:0;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        opacity:0;
        visibility:hidden;
        width:100%;
        height:100%;
        background-color:#e9f1f2;
        z-index:99;
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden;
        overflow:auto;
        -webkit-overflow-scrolling:touch;
        -webkit-transition-property:opacity;
        transition-property:opacity;
        -webkit-transition-duration:.5s;
        transition-duration:.5s
    }
    #navbarMain .navbar-nav .nav-link{
        color:#083050
    }
    #navbarMain.open{
        opacity:1;
        visibility:visible
    }
}
.nav-toggler .line,.nav-toggler.is-active .line{
    background-color:#083050
}
.nav-toggler{
    position:absolute;
    top:1.3rem;
    right:1rem;
    z-index:200
}
@media (min-width:768px){
    .nav-link{
        font-size:1.125rem
    }
    .nav-toggler{
        display:none
    }
}
.nav-toggler .line{
    width:32px;
    height:2px;
    display:block;
    margin:.5rem auto;
    -webkit-transition:all .15s ease-in-out;
    transition:all .15s ease-in-out
}
.footer-icon{
    height:90px
}
.nav-toggler.is-active{
    position:fixed;
    -webkit-animation:smallbig .35s forwards;
    animation:smallbig .35s forwards
}
.nav-toggler.is-active .line:nth-child(1),.nav-toggler.is-active .line:nth-child(2),.nav-toggler.is-active .line:nth-child(3){
    -webkit-transition-delay:0s;
    transition-delay:0s
}
.nav-toggler.is-active .line:nth-child(2){
    opacity:0
}
.nav-toggler.is-active .line:nth-child(1){
    -webkit-transform:translateY(11px) rotate(45deg);
    transform:translateY(11px) rotate(45deg)
}
.nav-toggler.is-active .line:nth-child(3){
    -webkit-transform:translateY(-8px) rotate(-45deg);
    transform:translateY(-8px) rotate(-45deg)
}
@-webkit-keyframes smallbig{
    0%,100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
}
@keyframes smallbig{
    0%,100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
}
@media (min-width:768px) and (max-width:1199.98px){
    .footer .col-lg-3:nth-child(odd){
        border-right:1px solid #232323
    }
}
@media (min-width:992px){
    .footer .col-lg-3:not(:last-child){
        border-right:1px solid #232323
    }
}
.footer .title{
    font-size:1.125rem;
    font-weight:400
}
.footer a,.footer p{
    margin-bottom:.25rem;
    font-size:.875rem;
    line-height:1.1rem
}
.footer-base{
    background-color:#232323;
    font-size:.9375
}
@media (max-width:767.98px){
    .footer-base .list-inline-item{
        display:block
    }
}
@media (min-width:768px){
    .footer-base .list-inline-item:not(:last-of-type){
        border-right:1px solid #fff
    }
}

.card-footer{position:absolute;bottom:12px;width:92%;}
.card-title{font-weight:bold;font-size:18px;margin-bottom:32px;}
.card-body{font-size:14px;padding:32px;}

 .lr-card-2{
    border: 0px solid rgba(149, 0, 50, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    flex-basis: calc(33% - 10px);	

}
.about-card{
    border: 0px solid rgba(149, 0, 50, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    flex-basis: calc(33% - 10px);	
}

.lr-card-deck, .about-card-deck
{
	clear:both;
	display:flex;
	flex-direction:column;
}
.about-card-deck{flex-flow:row wrap;}
.lr-card-deck-2{width:82%;}
.lr-card-deck-3{width:60%;}

.lr-card
{
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	min-width:0;
	padding:10px;
	word-wrap:break-word;
	background-clip:border-box;
    margin-bottom:10px;

}
.about-card-deck .lr-card{align-items:flex-start;}

@media (max-width: 479px)
{
	.lr-card
	{
		padding-top:20px;
	}
}

@media (min-width: 480px)
{
	.lr-card-deck
	{
		flex-flow:row wrap;
		margin-right:auto;
		margin-left:auto;
	}
	
	.lr-card-deck .lr-card
	{
		flex:0 0 calc(50% - 10px);
		flex-direction:column;
		margin-right:5px;
		margin-left:5px;
	}
}

@media (min-width: 480px) and (min-width: 650px)
{
	.lr-card-deck .lr-card
	{
		flex-basis: calc(33% - 10px);	
	}
}

@media (min-width: 480px) and (min-width: 1100px)
{
	.lr-card-deck .lr-card
	{
		flex-basis: calc(25% - 10px);
    }
    .lr-card-deck .lr-card-2
    {
        flex-basis: calc(33% - 10px);	
    }
    .lr-card-deck-3 .lr-card-2
    {
        flex-basis: calc(50% - 10px);	
        flex:0 0 250px;
        margin:32px;
    }
    .about-card-deck .lr-card
    {
        flex-basis: calc(48% - 10px);	
        margin:12px;
    }

}

@media (min-width: 480px) and (min-width: 1280px)
{
	.lr-card-deck .lr-card
	{
		flex-basis: calc(25% - 10px);
	}
    .lr-card-deck .lr-card-2
    {
        flex-basis: calc(33% - 10px);	
        flex:0 0 250px;
        margin:32px;
    }

    .lr-card-deck-3 .lr-card-2
    {
        flex-basis: calc(50% - 10px);	
        flex:0 0 250px;
        margin:32px;
    }
    .about-card-deck .lr-card
    {
        flex-basis: calc(48% - 10px);	
        margin:12px;
    }


}
@media screen and (max-width:479px) 
{
	.lr-card-deck .lr-card 
	{
        display: block;
        flex-basis: calc(100% - 10px);
        flex-direction: row;
    }
}
@media (max-width: 479px) 
{    
    .lr-card {padding-top: 10px;}
}
h5.mb-2{color:#D64D3B;}:root {
	--max-width-index-page: 1170px;
	--max-width-landing-page: 1170px;
	--max-width-thankyou-page: 1170px;
	--three-column-index: calc(33.33% - 10px);
	--four-column-index: calc(25% - 10px);
	--five-column-index: calc(20% - 10px);
	--six-column-index: calc(16.66% - 10px);

	--h1-font-family: "Roboto", sans-serif;
	--h1-font-size: 32px;
	--h2-font-family: "Roboto", sans-serif;
	--h2-font-size: 26px;
	--h3-font-family: "Roboto", sans-serif;
	--h3-font-size: 18px;
	--h4-font-family: "Roboto", sans-serif;
	--h4-font-size: 14px;
	--h5-font-family: "Roboto", sans-serif;
	--h5-font-size: 12px;

	--main-font-family: "Roboto", sans-serif;
	--pill-font-family: "Roboto", sans-serif;
	--menu-font-family: "Roboto", sans-serif;
	--sub-menu-font-family: "Roboto", sans-serif;

	--landing-page-body-font-size: 16px;
	--landing-page-body-font-color: #083050;
	--landing-page-title-font-size: 32px;
	--landing-page-title-font-color: #083050;

	--form-title-font-size: 18px;
	--form-opt-in-font-size: 12px;
	--form-label-font-size: 13px;
	--form-input-font-size: 13px;
	--main-font-color: #083050;
	--main-bg-color: #eee;
	--main-border-color: #fff;
	--main-tile-bg-color: #fff;
	--partner-text-color: #333;
	--smart-search-pill-color: #fff;
	--smart-search-pill-text-color: #083050;
	--smart-search-pill-hover-color: #ccc;
	--smart-search-pill-hover-text-color: #083050;
	--smart-search-pill-active-color: #4cae4c;
	--smart-search-pill-active-text-color: #fff;
	--smart-search-pill-plus-color:#16365e;
	--read-time-bg-color: #16365e ;
	--read-time-text-color: #fff;
	--asset-type-bg-color: #333;
	--asset-type-text-color: #fff;
	--fa-icons-color:#16365e ;
	--button-background-color:#16365e ;
	--button-text-color:white;

	--also-interested-in-background-color: #16365e;
	--also-interested-in-height: 45px;
	--also-interested-in-line-height: 45px;
	--also-interested-in-font-size: 16px;
	--also-interested-in-font-color: #fff; 

}
#thank-you.card-deck .card:nth-child(n+6){display:none;}

.de-smart-search {
	border-color:#ccc !important;
}

.form-control {
	border-color:#ccc !important;
}

.asset-thumbnail {
	border-color:#ccc !important;
}
.de-filter-panel:first-child{display:none;}@font-face {
	font-family: 'FontAwesome';
	src: url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
	url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
	url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
	url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
	url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
  }

body {

	font-family: var(--main-font-family);
	margin: 0;
	font-family: var(--main-font-family);
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	color: var(--main-font-color);
	text-align: left;
	background-color: var(--main-bg-color);
}

#hr-line {
	margin-top:20px;
	margin-bottom:20px;
	border:0px;
	border-top:1px solid #ccc !important; 
	width:100%;
}

.de-widget-addon img {
	min-width: 16px;
	margin-bottom: 0px;
}
.de-widget-addon img {
	margin-bottom: 0px;
}
.de-widget-input-group-addon {
		border: 1px solid #EAEAEA;
}

body:not(.user-is-tabbing) button:focus,body:not(.user-is-tabbing) input:focus,body:not(.user-is-tabbing) select:focus{outline:none;}

.fas{color:var(--fa-icons-color);}
.fa-circle{color:var(--main-border-color);}
.fa-circle.active{color:var(--fa-icons-color);}
.fa-check-square{color:var(--main-border-color);}
.fa-check-square.active{color:var(--fa-icons-color);}

button .fas{color:var(--smart-search-pill-active-text-color);}

.flex-container
{
	max-width:1280px;
	width:100%;
	margin:auto;
	margin-top: 12px;
}

@media (max-width: 1280px)
{
	.flex-container
	{
		padding-right:20px;
		padding-left:20px;
	}
}

@media (min-width: 520px)
{
	.flex-container
	{
		display:flex;
		justify-content:space-around;
		margin-bottom: 30px;
	}
}

.flex-content{width:100%;}

@media (min-width: 520px)
{
	.flex-content{width:90%;}
}

.de-smart-search.btn-success{color:var(--smart-search-pill-active-text-color);background-color: var(--smart-search-pill-active-color); border:1px solid #fff;}

#de-widget-form 
{
	padding: 0 !important;
	margin-left: -15px;
	margin-right: -15px;
}

.de-widget-legend 
{
	font-size: var(--form-title-font-size) !important;
	margin-top:-10px;
	padding-bottom: 10px !important;
	width: calc(100% - 30px) !important;
	margin-left: auto !important;
	margin-right: auto !important; 
}

.de-widget-label{font-size: var(--form-label-font-size);}

.de-widget-form-control{font-size: var(--form-input-font-size)!important;}

.de-widget-checkbox input[type="checkbox"]{margin-top:1px !important;}
.de-widget-checkbox > .de-widget-label > strong {font-size: var(--form-label-font-size);}

#de-widget-optin{font-size: var(--form-opt-in-font-size) !important;display:inline-block;padding-left:20px;}
#de-widget-preferences{font-size: var(--form-opt-in-font-size) !important;display:inline-block;padding-left:20px;}

.back-to-index a:after{
	content:'< Back to resources';
}

.back-to-index
{
	margin-top:-10px;
	margin-bottom: 15px;
	font-size: var(--landing-page-body-font-size);
	color: var(--landing-page-body-font-color);
}

#de-landing-page-partnerlogo{max-width:150px;max-height:50px;float:right;}

#de-report-download-content .content
{
	font-size: var(--landing-page-body-font-size);
	color: var(--landing-page-body-font-color);
}
#de-report-download-content .content .landing-asset-title
{
	font-size: var(--landing-page-title-font-size);
	color: var(--landing-page-title-font-color);
}

#de-report-download-content{display:flex;}

#de-report-download-content .content.full-width 
{
    width: 100%;
    padding: 10px;
}

@media (max-width: 767px)
{
	#de-report-download-content .content.full-width 
	{
		width: 100%;
		padding: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media (max-width: 991px)
{
	#de-report-download-content
	{
		flex-direction:column;

	}
}

@media (min-width: 992px)
{
	#de-report-download-content
	{
		flex-flow:row wrap;
		justify-content:space-between;
		max-width: var(--max-width-landing-page);
		margin-left: auto;
		margin-right: auto;
	}
}
#de-report-download-content .aside, #de-report-download-content .content
{
	padding:20px;
	background-color:#fff;
	border-width:1px;
	border-style:solid;
	border-color:var(--main-border-color);
	border-radius:0;
	height:100%;
}

@media (min-width: 576px)
{
	#de-report-download-content .aside,#de-report-download-content .content
	{
		padding:30px;
	}
}

@media (min-width: 992px)
{
	#de-report-download-content .aside
	{
		width:42%;
		margin-bottom:20px;

	}
}

@media (min-width: 992px)
{
	#de-report-download-content .content
	{
		width:57%;
		margin-bottom:20px;
	}
}

@media (max-width: 991px)
{
	#de-report-download-content .content
	{
		margin-bottom:20px;
	}
}

#de-report-download-content .content.full-width #asset-partner-logo 
{
	align-self: flex-start;
	max-width: 150px;
	max-height: 60px;
}

.fa
{
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.fa-clock-o:before
{
	content:"\f017";
}

.fa-plus:before
{
	content:"\f067";
}

@media screen
{
	*,::after,::before{box-sizing:border-box;}
	button,[type="button"]{-webkit-appearance:inherit;}
}

.report-container
{
	max-width: var(--max-width-index-page);
	width:100%;
	margin:12px auto;
	margin-top:0px;
}

@media (max-width: 1280px)
{
	.report-container
	{
		padding-right:20px;
		padding-left:20px;
		margin-top:0px;
	}
}

@media (max-width: 1240px)
{
	.report-container
	{
		padding-right:10px;
		padding-left:10px;
		margin-top:0px;
	}
}

#reports-landing{display:flex;}

@media (max-width: 991px)
{
	#reports-landing
	{
		flex-direction:column;
	}
}

@media (min-width: 992px)
{
	#reports-landing
	{
		flex-flow:row wrap;
		justify-content:space-between;
	}
}

@media (min-width: 992px)
{
	#reports-landing .aside
	{
		width:200px;
	}
}

@media (min-width: 992px)
{
	#reports-landing .content
	{
		width:calc(100% - 206px);
	}
}

.img-fluid{max-width:100%;height:auto;}

.card-deck
{
	clear:both;
	display:flex;
	flex-direction:column;
}

.card
{
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	min-width:0;
	padding:10px;
	word-wrap:break-word;
	background-color: var(--main-tile-bg-color);
	border-width:1px;
	border-style:solid;
	border-color: var(--main-border-color);
	border-radius:0;
	background-clip:border-box;
	margin-bottom:10px;
}

@media (max-width: 479px)
{
	.card
	{
		padding-top:20px;
	}
}

@media (min-width: 480px)
{
	.card-deck
	{
		flex-flow:row wrap;
		margin-right:auto;
		margin-left:auto;
	}
	
	.card-deck .card
	{
		flex:0 0 calc(50% - 10px);
		flex-direction:column;
		margin-right:5px;
		margin-left:5px;
	}
}

@media (min-width: 480px) and (min-width: 650px)
{
	.card-deck .card
	{
		flex-basis: var(--three-column-index);	
	}
}

@media (min-width: 480px) and (min-width: 1100px)
{
	.card-deck .card
	{
		flex-basis: var(--four-column-index);
	}
}

@media (min-width: 480px) and (min-width: 1280px)
{
	.card-deck .card
	{
		flex-basis: var(--five-column-index);
	}
}

h1{
	font-family:var(--h1-font-family);
	font-size:var(--h1-font-size);
	color:var(--main-font-color);
	line-height:1.1;
	margin-top:20px;
	margin-bottom:20px;
}

h2{
	font-family:var(--h2-font-family);
	font-size:var(--h2-font-size);
	color:var(--main-font-color);
	line-height:1.1;
	margin-top:20px;
	margin-bottom:10px;
}

h3{
	font-family:var(--h3-font-family);
	font-size:var(--h3-font-size);
	color:var(--main-font-color);
	line-height:1.1;
	margin-top:20px;
	margin-bottom:10px;
}

h4{
	font-family:var(--h4-font-family);
	font-size:var(--h4-font-size);
	color:var(--main-font-color);
	line-height:1.1;
	margin-top:20px;
	margin-bottom:10px;
}

h5{
	font-family:var(--h5-font-family);
	font-size:var(--h5-font-size);
	color:var(--main-font-color);
	line-height:1.1;
	margin-top:20px;
	margin-bottom:10px;
}


.timetoread
{
	position:absolute;
	padding:6px 8px 6px 8px;
	background-color: var(--read-time-bg-color);
	font-family:"Roboto", sans-serif;
	font-size:12px;
	color: var(--read-time-text-color);
	font-style:normal;
	font-weight:400;
}
.timetoread .fa{margin-right:2px;}


@media (min-width: 480px) 
{
	.timetoread 
	{
		top:20px;
		right:-1px;
	}
	.de-asset-thumb-container 
	{
		width: 100%;
		height: 255px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}


@media (min-width: 992px) 
{
	.timetoread 
	{
		top:20px;
		right:-1px;
	}

	.de-asset-thumb-container
	{
		width:100%;
		height: 255px;
		display:block;
		margin-left: auto;
		margin-right: auto;
	}
}

.asset-thumb
{
	max-width:100%;
	max-height:250px;
	border-width:1px;
	border-style:solid;
	border-color: var(--main-border-color);
	display:block;
	margin-right: auto;
	margin-left: auto;
}

.thank-you-asset-thumb
{
	max-width:100%;
	max-height:250px;
	border-width:1px;
	border-style:solid;
	border-color: var(--main-border-color);
	display:block;
	margin-right: 50px;
}

.de-report-assettype
{
	display:inline-block;
	margin-top:5px;
	padding:1px 6px;
	background-color: var(--asset-type-bg-color);
	font-family:"Roboto", sans-serif;
	font-size:12px;
	color: var(--asset-type-text-color);
	font-style:normal;
	font-weight:300;
	cursor:pointer;
}

.caption
{
	padding-top:9px;
	padding-bottom:9px;
	color: var(--main-font-color);
}

.caption a
{
	color: var(--main-font-color);
	text-decoration:none;
}

.asset-title
{
	margin:10px 0;
	font-family: var(--main-font-family);
	font-size:17px;
	color: var(--main-font-color);
	font-style:normal;
	font-weight:500;
}

.partner-name
{
	margin:10px 0;
	font-family: var(--main-font-family);
	font-size:14px;
	color: var(--partner-text-color);
	font-style:normal;
	font-weight:600;
}
.partner-logo
{
	width:100%;
	margin-top:auto;
	margin-bottom: -5px;
}

@media (min-width: 480px)
{
	.partner-logo{
		text-align:right;
	}
}
.partner-logo img
{
	max-width:70px;
	max-height:32px;
}

.de-smart-search > .fa{margin-left:4px;}

#de-smart-search-row
{
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

#de-smart-search-banner
{
	position:relative;
	overflow:hidden;
	height:75px;
	width:99.5%;
	background-color: var(--main-tile-bg-color);
	background-image:url("https://demandexchange-cdn.s3.eu-west-2.amazonaws.com/images/powered-by-demand-exchange-ai.png");
	background-repeat:no-repeat;
	background-position:left top;
	display:flex;
	align-items:center;
	margin-bottom:10px;
	padding-top:0px;
	padding-right:1vw;
	padding-left:225px;
	border-width:1px;
	border:1px solid;
	border-color:var(--main-border-color);
	border-radius:0;
	margin-top:12px;
}

@media (max-width: 1199px)
{
	#de-smart-search-banner
	{
		height:75px;
		padding:10px;
		padding-left:225px;
	}
}

#de-smart-search-text
{
	position:absolute;
	top:6px;
	left:58px;
	font-size:20px;
	font-weight:bold;
	font-family: var(--main-font-family);

}

.de-smart-search-inner{float:left;}

.de-filter-text,#de-filter-by-partner, #de-filter-by-topic, #de-filter-by-type, #de-filter-by-time{font-size:12px;}

@media (max-width: 991px)
{
	.de-filter-text
	{
		width:100px;
		display:inline-block;
	}
}

.de-most-popular
{
	color: var(--main-font-color);
	font-size:12px;
	display:block;
	margin-bottom:12px;
	text-decoration:none;
	font-style:normal;
	font-weight:300;
}
	
.de-most-popular:hover
{
	color:var(--main-font-color);
	text-decoration:underline;
}

#de-asset-container{padding-left:0px;}

#de-results-banner 
{
	height: auto;
	margin-left: 5px;
	margin-right:5px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	background-color: var(--main-tile-bg-color);
	border-width: 1px;
	border-style: solid;
	border-color: var(--main-border-color);
	border-radius: 0;
	font-family: var(--sub-menu-font-family);
}

#de-results-banner-filters{display:none;}

#de-clear-filters 
{
	height: 28px;
	line-height: 12px;
	margin-right: -5px;
	margin-top: 5px;
	font-size: 12px;
	position: relative;
	float: right;
	top: -28px;
	border:	1px solid;
	border-color: var(--read-time-bg-color);
	background-color: var(--read-time-bg-color);
	color: var(--read-time-text-color);
	cursor: pointer;
	padding: 5px 10px 5px 10px;
}

.de-smart-search
{
	display:inline-block;
	padding:6px 12px;
	margin:2px;
	font-family: var(--pill-font-family);
	font-size:12px;
	font-weight:400;
	font-style:normal;
	text-align:center;
	color: var(--smart-search-pill-text-color);
	background-color: var(--smart-search-pill-color);
	border:1px solid;
	border-color: var(--main-border-color);
	border-radius:20px;
	white-space:nowrap;
	vertical-align:middle;
	touch-action:manipulation;
	cursor:pointer;
	user-select:none;
	background-image:none;
	height:40px;
}

.de-smart-search > .fa-plus{color: var(--smart-search-pill-plus-color);}

.de-smart-search:hover, .de-smart-search:focus, .de-smart-search:active
{
	background-color: var(--smart-search-pill-hover-color);
	color: var(--smart-search-pill-hover-text-color);
}

.de-filter-panel
{
	margin-bottom:12px;
	background-color: var(--main-tile-bg-color);
	border-width:1px;
	border-style:solid;
	border-color: var(--main-border-color);
	border-radius:0;
	padding:10px;
	font-family: var(--sub-menu-font-family);
}

.de-filter-panel h5
{
	margin:0 0 10px;
	font-family: var(--menu-font-family);
	font-size:15px;
	color: var(--main-font-color);
	font-style:normal;
	font-weight:400;
}

.form-control
{
	display:block;
	margin-bottom:10px;
	width:100%;
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	font-weight:300;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid var(--main-border-color);
	border-radius:0;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media (max-width: 991px)
{
	.form-control
	{
		width:calc(100% - 100px);
		display:inline-block;
	}
}

#asset-thumbnail
{
	max-height:250px;
	max-width:100%;
	border-width:1px;
	border-style:solid;
	border-color:var(--main-border-color);
}

  
#asset-partner-logo {display: block; }
#de-landing-page-logo{float:right;max-width:150px;max-height:60px; padding-bottom:10px}

@media (min-width: 992px) {#asset-partner-logo {float: right;}}
@media (max-width: 991px) {#asset-partner-logo {float: right;}}
  
#de-show-dx-link {margin-left:12px;}
    
#download-link {
	color: inherit;
	font-weight: inherit;
	text-decoration: underline;
}

#download-link:hover, #download-link:focus {color: inherit;}
  
@media (max-width: 991px) {#de-most-popular {display: none;}}
  
@media (max-width: 1199px)
 {
	.de-smart-search-select 
	{
	  	display: flex;
	  	flex-wrap: wrap;
	  	justify-content: center;
	  	align-items: center; 
	} 
}
  
@media (max-width: 1199px) and (min-width: 768px) 
{
	.de-smart-search-select 
	{
	  	width: calc(100% - 200px);
		  justify-content: flex-end;
	}
}
  
@media (max-width: 479px) {.de-smart-search-select {margin-top: 75px;}}
@media (min-width: 1200px) {.de-smart-search-select {margin-right: 10px;}}  
   
/* Mobile */

@media screen and (max-width:991px) {

    body.no-scroll {
        overflow: hidden;
    }
    
	#de-smart-search-row, #reports-landing .aside 
	{
        display:none;
	}

}

@media screen and (max-width:479px) 
{

	#de-results-banner{margin-left:0px;margin-right:0px;}

	.card-deck .card 
	{
        display: block;
        flex-basis: calc(100% - 10px);
        flex-direction: row;
    }

	.de-asset-thumb-container 
	{
        float: left;
        margin-right: 15px;
    }
    
    .caption {
        padding-top: 0;
    }
    
    .timetoread {
        bottom: 15px;
        left: 300px;
        padding: 1px 6px;
    }

	.de-report-assettype, .partner-logo 
	{
        position: absolute;
        bottom: 15px;
    }
    
	.partner-logo 
	{
        width: auto;
        right: 10px;
        margin-bottom: -10px;
    }

}

@media screen and (max-width:479px)
{
    .asset-title {font-size: 14px;}
    .partner-name {font-size: 12px;}
    .asset-thumb {width: 100px;}
    .timetoread {left: 180px;}
}

@media (max-width: 479px) 
{    
    .card {padding-top: 10px;}
    .partner-logo img {max-width: 50px;max-height: 25px;}   
}
        
@media (max-width: 380px) 
{
	.partner-logo{margin-bottom:20px;}
}

#dx-mobile-search-filter 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

@media (min-width: 480px) 
{
	#dx-mobile-search-filter 
	{
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (min-width:992px) 
{
    #dx-mobile-search-filter {
        display: none;
    }
}

#dx-mobile-search-filter input[type=text] 
{
    width: calc(100% - 10px);
    height: 50px;
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom:0px;
	border: 1px solid #ccc;
	border-radius:0px;
}

.dx-mobile-search-toggle 
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 55px;
    border: 1px solid #ccc;
	cursor: pointer;
	background-color:white;
}


#dx-mobile-filter-container 
{
    display: none;
    position: fixed;
    width: 100vw;
    height: 90vh;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #eee;
    z-index: 999;
}

@media screen and (min-width:576px) 
{
    #dx-mobile-filter-container {
        background-color: rgba(0, 0, 0, 0.7);
    }
}

@media screen and (min-width:991px) 
{
    #dx-mobile-filter-container {
        display: none !important;
    }
}

.dx-mobile-filter-outer 
{
    height: 100%;
    padding: 15px;
}

@media screen and (min-width:576px) 
{
	.dx-mobile-filter-outer 
	{
        max-height: calc(100% - 60px);
        margin: 30px;
        padding: 10px;
    }
}

@media screen and (min-width:768px) 
{
	.dx-mobile-filter-outer 
	{
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

.dx-mobile-main-filter, .dx-mobile-sub-filter 
{
    height: 100%;
    overflow-y: auto;
    background-color: #eee;
	border: 1px solid #ccc;
	display:flex;
	flex-direction:column;
}

.dx-mobile-filter-cats-content
{
	flex:1;
	overflow:auto;
}

.dx-mobile-sub-filter 
{
    display: none;
}

.dx-mobile-filter-footer 
{
	height:62px;
	background-color:white;
	border-top:1px solid #ccc;
}

.dx-mobile-filter-footer button
{
	background-color:white;
	border:1px solid #ccc;
	border-radius:3px;
	margin-left:12px;
	margin-top:12px;
	height:40px;
	font-weight:bold;
}

#dx-mobile-filter-clear-all-button
{
	color:var(--button-background-color);
	width:140px;
}

#dx-mobile-filter-apply-button
{
	background-color:var(--button-background-color);
	border-color:var(--button-background-color);
	color:var(--button-text-color);
	width:200px;
	float:right;
	margin-right:12px;
}

.dx-mobile-filter-selected{position:fixed;right:46px;}

@media (max-width:410px) 
{
	#dx-mobile-filter-clear-all-button, #dx-mobile-filter-apply-button{width:100px;}
}
@media (min-width:578px) 
{
	.dx-mobile-filter-selected{position:fixed;right:72px;}
}
@media (min-width:768px) 
{
	.dx-mobile-filter-selected{position:fixed;right:120px;}
}


.dx-mobile-filter-header .fa 
{
    cursor: pointer;
}

.dx-mobile-filter-cats, .dx-mobile-filter-search 
{
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
}

.dx-mobile-filter-cats li 
{
    cursor: pointer;
}

.dx-mobile-search-header 
{
    padding: 15px;
}
.dx-mobile-search-phrase 
{
	display:none;
}

.dx-mobile-filter-style 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-bottom: 1px solid #ccc;
    padding: 15px;
}

.dx-mobile-filter-search .dx-mobile-filter-style:last-of-type{border-bottom-width: 0;
}

.dx-mobile-filter-style .fa {color: #ccc;}

.dx-mobile-filter-title {font-weight: 600;}
.dx-mobile-filter-icon i{margin-right:4px;}

.dx-mobile-filter-search li span 
{
    margin-left: 5px;
    color: #ccc;
}

.dx-mobile-filter-style > div > span {display:none;}

.dx-mobile-search-phrase{height:50px;}

.easy-autocomplete{width:100%!important;}
.easy-autocomplete input{width:100%;}

.de-widget-checkbox>.de-widget-col-xs-3 {width:50%;}

/* Thank You Page */
#dx-thanks-container
{
	display:flex;
	flex-direction:column;
	background-color:white;
	padding:15px;
	margin-top:12px;
	border: 1px solid;
	border-color:var(--main-border-color);
}

#dx-thanks-lower-container
{
	display:flex;
	flex-direction:column;
	margin-top:12px;
}

.dx-thanks-row
{
	display:flex;
	justify-content:center;
}
.dx-thanks-column
{
	display:flex;
	flex-direction:column;
}

.dx-thanks-img-wrapper{margin-right:20px;}

.dx-thanks-thumb
{
	max-width: 100%;
	max-height: 250px;
	border-width: 1px;
	border-style: solid;
	border-color: var(--main-border-color);
}

.dx-thanks-text
{
	margin-top:6%;
	font-size:18px;
}

.dx-link-container
{	
    padding: 10px;
    text-align: center;
    font-size: 16px;
	border-radius: 14px;
	background-color:var(--button-background-color);
	color:white;
	margin-top:36px;
	margin-left:auto;margin-right:auto;
}

.dx-thanks-show-dx-link{display:flex;justify-content:flex-end;}
.dx-thanks-partner-logo img {max-width: 150px;max-height: 60px;}

#dx-thanks-banner{
	height:var(--also-interested-in-height);
	line-height:var(--also-interested-in-line-height);
	background-color:var(--also-interested-in-background-color);
	color:var(--also-interested-in-font-color);
	margin-left:-8px;
	margin-right:-8px;
	text-align:center;

}
@media (min-width: 576px) {#dx-thanks-banner {font-size:var(--also-interested-in-font-size);}}

#dx-thanks-mobile-container{
	display:none;
	margin-top: 12px;
}

@media(max-width:576px)
{
	#dx-thanks-container{display:none !important;}
	#dx-thanks-mobile-container{
		display:flex;
		flex-direction:column;
		background-color:white;
		padding:15px;
	}
	.dx-thanks-mobile-row{width:100%;text-align:center;margin-bottom:12px;}
	.dx-thanks-partner-logo{float:left;}
	.dx-thanks-show-dx-link{margin-top:32px;}
}@import url('https://fonts.googleapis.com/css?family=Roboto:300');
 a,body{
    color:#083050
}
h1,h2,h4,h5,ol,p,ul{
    margin-top:0
}
address,ol,p,ul{
    margin-bottom:1rem
}
img{
    vertical-align:middle
}
body,caption{
    text-align:left
}
h1,h2,h4,h5{
    margin-bottom:.5rem
}
button,input{
    overflow:visible
}
figcaption,footer,header,legend,main,nav,section{
    display:block
}
address,legend{
    line-height:inherit
}
.navbar{
    position:relative
}
a:not([href]):not([tabindex]):focus,button:focus{
    outline:0
}
:root{
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#ffc107;
    --green:#28a745;
    --teal:#20c997;
    --cyan:#17a2b8;
    --white:#fff;
    --gray-dark:#343a40;
    --primary:#abbc22;
    --secondary:#d64d3b;
    --light:#e9f1f2;
    --dark:#5db0b8;
    --gray:#c0d5d9;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    --font-family-sans-serif:"helvetica",sans-serif;
    --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
*,::after,::before{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
html{
    font-family:sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:transparent
}
body{
    margin:0;
    font-family:"Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    background-color:#e9f1f2
}
code{
    font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
[tabindex="-1"]:focus{
    outline:0!important
}
.img-fluid{
    max-width:100%;
    height:auto
}
.btn:hover,.nav-link:focus,.nav-link:hover,a,a:hover,a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{
    text-decoration:none
}
.btn:not(:disabled):not(.disabled){
    cursor:pointer
}
address{
    font-style:normal
}
ol ol,ol ul,ul ol,ul ul{
    margin-bottom:0
}
strong{
    font-weight:bolder
}
a{
    background-color:transparent
}
a:hover{
    color:#01060a
}
a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{
    color:inherit
}
code{
    font-size:1em
}
img{
    border-style:none
}
table{
    border-collapse:collapse
}
caption{
    padding-top:.75rem;
    padding-bottom:.75rem;
    color:#6c757d;
    caption-side:bottom
}
th{
    text-align:inherit
}
button{
    border-radius:0
}
button,input{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
button{
    text-transform:none
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    padding:0;
    border-style:none
}
input[type=radio],input[type=checkbox]{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0
}
input[type=time],input[type=datetime-local],input[type=month],input[type=date]{
    -webkit-appearance:listbox
}
legend{
    width:100%;
    max-width:100%;
    padding:0;
    margin-bottom:.5rem;
    font-size:1.5rem;
    color:inherit;
    white-space:normal
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    outline-offset:-2px;
    -webkit-appearance:none
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button
}
.display-1{
    font-weight:300;
    line-height:normal
}
template{
    display:none
}
[hidden]{
    display:none!important
}
.h1,.h2,.h4,.h5,h1,h2,h4,h5{
    margin-bottom:.5rem;
    font-family:inherit;
    font-weight:300;
    line-height:normal;
    color:inherit
}
.h1,h1{
    font-size:2.5rem
}
.h2,h2{
    font-size:2rem
}
.h4,h4{
    font-size:1.5rem
}
.h5,h5{
    font-size:1.25rem
}
.lead{
    font-size:1.375rem;
    font-weight:300
}
.display-1{
    font-size:2.5rem
}
.table tbody+tbody,.table td,.table th{
    border-top:0 solid #dee2e6
}
.mark,mark{
    padding:.2em;
    background-color:#fcf8e3
}
.list-inline,.list-unstyled{
    padding-left:0;
    list-style:none
}
.list-inline-item{
    display:inline-block
}
.list-inline-item:not(:last-child){
    margin-right:.5rem
}
.container,.container-fluid{
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
    width:100%
}
.btn{
    line-height:1.5
}
@media (min-width:576px){
    .container{
        max-width:540px
    }
}
@media (min-width:768px){
    .container{
        max-width:720px
    }
}
@media (min-width:992px){
    .container{
        max-width:960px
    }
}
@media (min-width:1200px){
    .container{
        max-width:1140px
    }
}
.col{
    max-width:100%
}
.row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px
}
.no-gutters{
    margin-right:0;
    margin-left:0
}
.no-gutters>.col,.no-gutters>[class*=col-]{
    padding-right:0;
    padding-left:0
}
.col,.col-4,.col-lg-10,.col-lg-3,.col-lg-5,.col-lg-7,.col-lg-8,.col-md-10,.col-md-11,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-sm-10,.col-sm-2,.col-sm-9{
    position:relative;
    width:100%;
    padding-right:15px;
    padding-left:15px
}
.col{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1
}
.col-4{
    -webkit-box-flex:0
}
.col-4{
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
}
@media (min-width:576px){
    .col-sm-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-sm-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-sm-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
}
@media (min-width:768px){
    .col-md-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-md-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-md-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-md-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-md-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-md-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
}
@media (min-width:992px){
    .col-lg-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-lg-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-lg-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-lg-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-lg-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .order-lg-last{
        -webkit-box-ordinal-group:14;
        -ms-flex-order:13;
        order:13
    }
}
.table{
    width:100%
}
.table{
    margin-bottom:1rem;
    background-color:rgba(0,0,0,0)
}
.nav,.navbar-nav{
    margin-bottom:0
}
.table td,.table th{
    padding:.75rem;
    vertical-align:top
}
.table thead th{
    vertical-align:bottom;
    border-bottom:0 solid #dee2e6
}
.table .table{
    background-color:#e9f1f2
}
.table-bordered,.table-bordered td,.table-bordered th{
    border:0 solid #dee2e6
}
.table-bordered thead td,.table-bordered thead th{
    border-bottom-width:0
}
.table .thead-light th{
    color:#495057;
    background-color:#e9ecef;
    border-color:#dee2e6
}
.table-responsive>.table-bordered{
    border:0
}
.table-responsive{
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar
}
.btn{
    display:inline-block;
    font-weight:300;
    color:#083050;
    text-align:center;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-color:transparent;
    border:0 solid transparent;
    padding:.6rem 1.6rem;
    border-radius:1.25rem;
    -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media screen and (prefers-reduced-motion:reduce){
    .btn{
        -webkit-transition:none;
        transition:none
    }
}
.btn:hover{
    color:#083050
}
.btn.focus,.btn:focus{
    outline:0;
    -webkit-box-shadow:0 0 0 .2rem rgba(171,188,34,.25);
    box-shadow:0 0 0 .2rem rgba(171,188,34,.25)
}
.btn:disabled{
    opacity:.65
}
.btn-primary{
    color:#212529;
    background-color:#abbc22;
    border-color:#abbc22
}
.btn-primary:hover{
    color:#fff;
    background-color:#8e9c1c;
    border-color:#84911a
}
.btn-primary.focus,.btn-primary:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(150,165,35,.5);
    box-shadow:0 0 0 .2rem rgba(150,165,35,.5)
}
.btn-primary:disabled{
    color:#212529;
    background-color:#abbc22;
    border-color:#abbc22
}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active{
    color:#fff;
    background-color:#84911a;
    border-color:#7a8618
}
.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(150,165,35,.5);
    box-shadow:0 0 0 .2rem rgba(150,165,35,.5)
}
.btn-light{
    color:#212529;
    background-color:#e9f1f2;
    border-color:#e9f1f2
}
.btn-light:hover{
    color:#212529;
    background-color:#d1e2e4;
    border-color:#c9dddf
}
.btn-light.focus,.btn-light:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(203,210,212,.5);
    box-shadow:0 0 0 .2rem rgba(203,210,212,.5)
}
.btn-light:disabled{
    color:#212529;
    background-color:#e9f1f2;
    border-color:#e9f1f2
}
.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active{
    color:#212529;
    background-color:#c9dddf;
    border-color:#c1d8da
}
.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(203,210,212,.5);
    box-shadow:0 0 0 .2rem rgba(203,210,212,.5)
}
.btn-dark{
    color:#212529;
    background-color:#5db0b8;
    border-color:#5db0b8
}
.btn-dark:hover{
    color:#fff;
    background-color:#499ea6;
    border-color:#45959d
}
.btn-dark.focus,.btn-dark:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(84,155,163,.5);
    box-shadow:0 0 0 .2rem rgba(84,155,163,.5)
}
.btn-dark:disabled{
    color:#212529;
    background-color:#5db0b8;
    border-color:#5db0b8
}
.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active{
    color:#fff;
    background-color:#45959d;
    border-color:#418d94
}
.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(84,155,163,.5);
    box-shadow:0 0 0 .2rem rgba(84,155,163,.5)
}
.collapse:not(.show){
    display:none
}
.nav,.navbar{
    display:-webkit-box;
    display:-ms-flexbox;
    -ms-flex-wrap:wrap
}
.nav{
    display:flex;
    flex-wrap:wrap;
    padding-left:0;
    list-style:none
}
.nav-link,.navbar{
    padding:.5rem 1rem
}
.nav-link{
    display:block
}
.nav-toggler:hover{
    cursor:pointer
}
.navbar{
    display:flex;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.navbar>.container,.navbar>.container-fluid{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.navbar-nav{
    display:-ms-flexbox;
    -webkit-box-orient:vertical
}
.navbar-nav{
    display:-webkit-box;
    display:flex;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    padding-left:0;
    list-style:none
}
.navbar-nav .nav-link{
    padding-right:0;
    padding-left:0
}
.navbar-collapse{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
@media (max-width:767.98px){
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid{
        padding-right:0;
        padding-left:0
    }
}
@media (min-width:768px){
    .navbar-expand-md,.navbar-expand-md .navbar-nav{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal
    }
    .navbar-expand-md{
        -ms-flex-flow:row nowrap;
        flex-flow:row nowrap;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .navbar-expand-md .navbar-nav{
        -ms-flex-direction:row;
        flex-direction:row
    }
    .navbar-expand-md .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap
    }
    .navbar-expand-md .navbar-collapse{
        display:-webkit-box!important;
        display:-ms-flexbox!important;
        display:flex!important;
        -ms-flex-preferred-size:auto;
        flex-basis:auto
    }
}
.jumbotron-fluid{
    padding-right:0;
    padding-left:0;
    border-radius:0;
    background-size:cover;
    background-position:center
}
.bg-secondary{
    background-color:#d64d3b!important
}
a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{
    background-color:#b83726!important
}
.bg-light{
    background-color:#e9f1f2!important
}
a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{
    background-color:#c9dddf!important
}
.bg-gray{
    background-color:#c0d5d9!important
}
a.bg-gray:focus,a.bg-gray:hover,button.bg-gray:focus,button.bg-gray:hover{
    background-color:#a0c0c6!important
}
.bg-white{
    background-color:#fff!important
}
.d-block{
    display:block!important
}
.d-flex{
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important
}
@media (min-width:768px){
    .d-md-inline-block{
        display:inline-block!important
    }
}
.flex-column{
    -webkit-box-orient:vertical!important;
    -ms-flex-direction:column!important;
    flex-direction:column!important
}
.justify-content-end{
    -webkit-box-pack:end!important;
    -ms-flex-pack:end!important;
    justify-content:flex-end!important
}
.align-items-end{
    -webkit-box-align:end!important;
    -ms-flex-align:end!important;
    align-items:flex-end!important
}
@media (min-width:768px){
    .flex-md-row{
        -webkit-box-direction:normal!important
    }
    .flex-md-row{
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction:row!important;
        flex-direction:row!important
    }
    .justify-content-md-center{
        -webkit-box-pack:center!important;
        -ms-flex-pack:center!important;
        justify-content:center!important
    }
    .justify-content-md-between{
        -webkit-box-pack:justify!important;
        -ms-flex-pack:justify!important;
        justify-content:space-between!important
    }
}
.mb-0{
    margin-bottom:0!important
}
.ml-0{
    margin-left:0!important
}
.my-1{
    margin-top:.5rem!important
}
.my-1{
    margin-bottom:.5rem!important
}
.mt-2{
    margin-top:1rem!important
}
.mb-2{
    margin-bottom:1rem!important
}
.mt-3{
    margin-top:2rem!important
}
.mb-3{
    margin-bottom:2rem!important
}
.ml-3{
    margin-left:2rem!important
}
.ml-5{
    margin-left:4rem!important
}
.py-0{
    padding-top:0!important
}
.py-0{
    padding-bottom:0!important
}
.p-2{
    padding:1rem!important
}
.pt-2,.py-2{
    padding-top:1rem!important
}
.py-2{
    padding-bottom:1rem!important
}
.p-3{
    padding:2rem!important
}
.py-3{
    padding-top:2rem!important
}
.py-3{
    padding-bottom:2rem!important
}
.pt-4,.py-4{
    padding-top:3rem!important
}
.pb-4,.py-4{
    padding-bottom:3rem!important
}
.p-xs{
    padding:.25rem!important
}
.mx-auto{
    margin-right:auto!important
}
.mx-auto{
    margin-left:auto!important
}
@media (min-width:576px){
    .py-sm-4{
        padding-top:3rem!important
    }
    .px-sm-4{
        padding-right:3rem!important
    }
    .pb-sm-4,.py-sm-4{
        padding-bottom:3rem!important
    }
    .px-sm-4{
        padding-left:3rem!important
    }
}
@media (min-width:768px){
    .my-md-0{
        margin-top:0!important
    }
    .my-md-0{
        margin-bottom:0!important
    }
    .pr-md-1{
        padding-right:.5rem!important
    }
    .py-md-2{
        padding-top:1rem!important
    }
    .py-md-2{
        padding-bottom:1rem!important
    }
    .pt-md-3,.py-md-3{
        padding-top:2rem!important
    }
    .py-md-3{
        padding-bottom:2rem!important
    }
    .py-md-4{
        padding-top:3rem!important
    }
    .py-md-4{
        padding-bottom:3rem!important
    }
    .py-md-5{
        padding-top:4rem!important
    }
    .py-md-5{
        padding-bottom:4rem!important
    }
    .py-md-xs{
        padding-top:.25rem!important
    }
    .py-md-xs{
        padding-bottom:.25rem!important
    }
    .py-md-xl{
        padding-top:6.5rem!important
    }
    .py-md-xl{
        padding-bottom:6.5rem!important
    }
}
@media (min-width:992px){
    .ml-lg-2{
        margin-left:1rem!important
    }
    .pb-lg-0{
        padding-bottom:0!important
    }
    .py-lg-4{
        padding-top:3rem!important
    }
    .py-lg-4{
        padding-bottom:3rem!important
    }
    .py-lg-xl{
        padding-top:6.5rem!important
    }
    .py-lg-xl{
        padding-bottom:6.5rem!important
    }
}
@media (min-width:1200px){
    .mb-xl-0{
        margin-bottom:0!important
    }
}
.text-left{
    text-align:left!important
}
.text-center{
    text-align:center!important
}
@media (min-width:576px){
    #policy p:not(.font-weight-normal){
        margin-left:3rem
    }
}
@media (min-width:768px){
    .text-md-left{
        text-align:left!important
    }
    .text-md-right{
        text-align:right!important
    }
}
@media (min-width:992px){
    .text-lg-left{
        text-align:left!important
    }
}
.text-uppercase{
    text-transform:uppercase!important
}
.font-weight-normal{
    font-weight:400!important
}
.text-white{
    color:#fff!important
}
.text-secondary{
    color:#d64d3b!important
}
a.text-secondary:focus,a.text-secondary:hover{
    color:#a33122!important
}
.text-dark{
    color:#5db0b8!important
}
a.text-dark:focus,a.text-dark:hover{
    color:#3d858b!important
}
@media print{
    img,tr{
        page-break-inside:avoid
    }
    *,::after,::before{
        text-shadow:none!important;
        -webkit-box-shadow:none!important;
        box-shadow:none!important
    }
    a:not(.btn){
        text-decoration:underline
    }
    thead{
        display:table-header-group
    }
    h2,p{
        orphans:3;
        widows:3
    }
    h2{
        page-break-after:avoid
    }
    @page{
        size:a3
    }
    .container,body{
        min-width:992px!important
    }
    .navbar{
        display:none
    }
    .table{
        border-collapse:collapse!important
    }
    .table td,.table th{
        background-color:#fff!important
    }
    .table-bordered td,.table-bordered th{
        border:1px solid #dee2e6!important
    }
}
body{
    font-weight:300;
    line-height:normal
}
.container-fluid{
    max-width:1200px
}
[type=reset],[type=submit],button,html [type=button]{
    -webkit-appearance:none
}
a:not(.nav-link){
    text-decoration:underline
}
.btn{
    font-size:.875rem;
    text-transform:uppercase;
    text-decoration:none!important
}
#policy .table a,#policy li a,.footer a{
    text-decoration:none
}
.flex-center{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
@media (max-width:991.98px){
    .display-1,h1{
        font-size:1.5rem
    }
}
#home h1{
    font-size:2rem
}
@media (min-width:768px){
    #home h1{
        font-size:3rem
    }
}
@media (max-width:991.98px){
    h2{
        font-size:1.4rem
    }
}
#policy li,#policy p:not(.font-weight-normal){
    font-size:15px
}
#policy ol li{
    padding-left:2rem;
    margin-bottom:1.5rem
}
header .tagline{
    color:#9b9e9f;
    font-size:1rem
}
header #logo{
    max-width:220px
}
@media (min-width:768px){
    header #logo{
        max-width:260px
    }
}
.navbar-nav{
    width:100%;
    max-width:1200px
}
.nav-link{
    font-size:1.25rem;
    color:#999997
}
@media (min-width:576px){
    header .tagline{
        font-size:1.25rem
    }
    .nav-link{
        font-size:1.5rem
    }
}
@media (min-width:992px){
    .nav-link{
        width:20%
    }
    .nav-link:not(:last-of-type){
        border-right:1px solid #bbbec3
    }
}
@media (max-width:767.98px){
    #navbarMain{
        position:fixed;
        left:0;
        top:0;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        opacity:0;
        visibility:hidden;
        width:100%;
        height:100%;
        background-color:#e9f1f2;
        z-index:99;
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden;
        overflow:auto;
        -webkit-overflow-scrolling:touch;
        -webkit-transition-property:opacity;
        transition-property:opacity;
        -webkit-transition-duration:.5s;
        transition-duration:.5s
    }
    #navbarMain .navbar-nav .nav-link{
        color:#083050
    }
    #navbarMain.open{
        opacity:1;
        visibility:visible
    }
}
.nav-toggler .line,.nav-toggler.is-active .line{
    background-color:#083050
}
.nav-toggler{
    position:absolute;
    top:1.3rem;
    right:1rem;
    z-index:200
}
@media (min-width:768px){
    .nav-link{
        font-size:1.125rem
    }
    .nav-toggler{
        display:none
    }
}
.nav-toggler .line{
    width:32px;
    height:2px;
    display:block;
    margin:.5rem auto;
    -webkit-transition:all .15s ease-in-out;
    transition:all .15s ease-in-out
}
.footer-icon{
    height:90px
}
.nav-toggler.is-active{
    position:fixed;
    -webkit-animation:smallbig .35s forwards;
    animation:smallbig .35s forwards
}
.nav-toggler.is-active .line:nth-child(1),.nav-toggler.is-active .line:nth-child(2),.nav-toggler.is-active .line:nth-child(3){
    -webkit-transition-delay:0s;
    transition-delay:0s
}
.nav-toggler.is-active .line:nth-child(2){
    opacity:0
}
.nav-toggler.is-active .line:nth-child(1){
    -webkit-transform:translateY(11px) rotate(45deg);
    transform:translateY(11px) rotate(45deg)
}
.nav-toggler.is-active .line:nth-child(3){
    -webkit-transform:translateY(-8px) rotate(-45deg);
    transform:translateY(-8px) rotate(-45deg)
}
@-webkit-keyframes smallbig{
    0%,100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
}
@keyframes smallbig{
    0%,100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
}
@media (min-width:768px) and (max-width:1199.98px){
    .footer .col-lg-3:nth-child(odd){
        border-right:1px solid #232323
    }
}
@media (min-width:992px){
    .footer .col-lg-3:not(:last-child){
        border-right:1px solid #232323
    }
}
.footer .title{
    font-size:1.125rem;
    font-weight:400
}
.footer a,.footer p{
    margin-bottom:.25rem;
    font-size:.875rem;
    line-height:1.1rem
}
.footer-base{
    background-color:#232323;
    font-size:.9375
}
@media (max-width:767.98px){
    .footer-base .list-inline-item{
        display:block
    }
}
@media (min-width:768px){
    .footer-base .list-inline-item:not(:last-of-type){
        border-right:1px solid #fff
    }
}

.card-footer{position:absolute;bottom:12px;width:92%;}
.card-title{font-weight:bold;font-size:18px;margin-bottom:32px;}
.card-body{font-size:14px;padding:32px;}

 .lr-card-2{
    border: 0px solid rgba(149, 0, 50, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    flex-basis: calc(33% - 10px);	

}
.about-card{
    border: 0px solid rgba(149, 0, 50, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    flex-basis: calc(33% - 10px);	
}

.lr-card-deck, .about-card-deck
{
	clear:both;
	display:flex;
	flex-direction:column;
}
.about-card-deck{flex-flow:row wrap;}
.lr-card-deck-2{width:82%;}
.lr-card-deck-3{width:60%;}

.lr-card
{
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	min-width:0;
	padding:10px;
	word-wrap:break-word;
	background-clip:border-box;
    margin-bottom:10px;

}
.about-card-deck .lr-card{align-items:flex-start;}

@media (max-width: 479px)
{
	.lr-card
	{
		padding-top:20px;
	}
}

@media (min-width: 480px)
{
	.lr-card-deck
	{
		flex-flow:row wrap;
		margin-right:auto;
		margin-left:auto;
	}
	
	.lr-card-deck .lr-card
	{
		flex:0 0 calc(50% - 10px);
		flex-direction:column;
		margin-right:5px;
		margin-left:5px;
	}
}

@media (min-width: 480px) and (min-width: 650px)
{
	.lr-card-deck .lr-card
	{
		flex-basis: calc(33% - 10px);	
	}
}

@media (min-width: 480px) and (min-width: 1100px)
{
	.lr-card-deck .lr-card
	{
		flex-basis: calc(25% - 10px);
    }
    .lr-card-deck .lr-card-2
    {
        flex-basis: calc(33% - 10px);	
    }
    .lr-card-deck-3 .lr-card-2
    {
        flex-basis: calc(50% - 10px);	
        flex:0 0 250px;
        margin:32px;
    }
    .about-card-deck .lr-card
    {
        flex-basis: calc(48% - 10px);	
        margin:12px;
    }

}

@media (min-width: 480px) and (min-width: 1280px)
{
	.lr-card-deck .lr-card
	{
		flex-basis: calc(25% - 10px);
	}
    .lr-card-deck .lr-card-2
    {
        flex-basis: calc(33% - 10px);	
        flex:0 0 250px;
        margin:32px;
    }

    .lr-card-deck-3 .lr-card-2
    {
        flex-basis: calc(50% - 10px);	
        flex:0 0 250px;
        margin:32px;
    }
    .about-card-deck .lr-card
    {
        flex-basis: calc(48% - 10px);	
        margin:12px;
    }


}
@media screen and (max-width:479px) 
{
	.lr-card-deck .lr-card 
	{
        display: block;
        flex-basis: calc(100% - 10px);
        flex-direction: row;
    }
}
@media (max-width: 479px) 
{    
    .lr-card {padding-top: 10px;}
}
h5.mb-2{color:#D64D3B;}