html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {   
    color: #707070;
    font-family: 'Libre Baskerville', serif;
    margin: 0;
    padding: 0;
}
wrapper {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}





/*------------------------------
            Global        
------------------------------*/
a {
    color: #707070;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover {
    color: #707070;
    text-decoration: none;
}
h4 {
    font-size: 1.875rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
h5 {
    font-size: 1.5625rem;
}
p, ul li {
    font-size: 1.125rem;
}
b, strong {
    font-weight: 700;
}
.btn {
    color: #454545;
    background-color: #E4E4E4;
    font-size: .875rem;
    padding: .5rem 1.5rem;
    border: 1px solid #707070;
    border-radius: 0;
    box-shadow: -3px 2px 0 0 #9DB3C2;
    margin: 1rem 0;
}
.btn:hover {
    color: #fff;
    background-color: #4A5E6C;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.trans {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
@media (max-width: 1199px), (max-height: 1000px) {
    h4 {
        font-size: 1.375rem!important;
    }
    h5 {
        font-size: 1.1875rem!important;
    }
    p, ul li {
        font-size: 1rem!important;
        line-height: 1.3;
    }
    .p-mobile {
        padding: 3.5rem 0!important;
    }
}
@media (max-width: 767px) {
    h4 {
        font-size: 1.25rem!important;
    }
    h5 {
        font-size: 1.125rem!important;
    }
    .btn {
        font-size: .75rem;
        padding: .375rem 1.25rem;
    }
    .p-mobile {
        padding: 2.5rem 0!important;
    }
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
    background-color: #fff;
    padding: 0 0 1rem;
}
.navbar .navbar-brand {
    width: 9rem;
    padding: 0;
    margin: 0;
}
.navbar .navbar-toggler {
    z-index: 9;
    cursor: pointer;
    border: none;
    outline: none;
}
.navbar .fas {
    color: #4A5E6C;
    transform: scale(1.25, 1.25);
    padding: 1rem .5rem;
}
.navbar .nav-item.nav-link {
    color: #4A5E6C;
    font-size: 1rem;
    padding: .125rem 0;
    margin: .5rem .875rem;
    border-bottom: 2px solid transparent;
}
.navbar .nav-item.nav-link:hover {
    border-bottom: 2px solid #9DB3C2;
}
.navbar .nav-item.nav-link.active {
    font-weight: 700;
    border-bottom: 2px solid #9DB3C2;
}
@media (min-width: 992px) {
    .navbar .nav-item.nav-link:last-child {
        position: relative;
        top: .1rem;
        height: 2.4rem;
        background-color: #E4E4E4;
        padding: .5rem .75rem;
        margin: 0 1rem;
        border: none;
    }
    .navbar .nav-item.nav-link:last-child:hover {
        color: #fff;
        background-color: #9DB3C2;
        border: none;
    }
}
@media (max-width: 1199px), (max-height: 1000px) {
    .navbar {
        padding: 0 0 .25rem;
    }
    .navbar .nav-item.nav-link {
        margin: .5rem .75rem;
    }
}
@media (max-width: 991px), (max-height: 800px) {
    .navbar .navbar-brand {
        width: 7rem;
        margin-left: 0.9375rem;
    }
    .navbar .navbar-nav {
        text-align: center;
        padding: 1rem 0;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .navbar .navbar-brand {
        width: 7rem;
    }
}





/*------------------------------
           Header      
------------------------------*/
header .d-flex {
    min-height: 16rem;
    padding: 1rem 0;
}
header h1 {
    color: #fff;
    font-size: 2rem;
}
header h2 {
    color: #fff;
    font-size: 1.5625rem;
    font-weight: 400;
    font-style: italic;
    padding: .75rem 0 0;
    border-top: 2px solid #9DB3C2;
    margin: 0;
}
@media (max-width: 1199px), (max-height: 1000px) {
    header .d-flex {
        min-height: 12rem;
    }
    header h1 {
        font-size: 1.75rem;
    }
    header h2 {
        font-size: 1.375rem;
    }
}
@media (max-width: 767px) {
    header h1 {
        font-size: 1.5rem;
    }
    header h2 {
        font-size: 1.125rem;
    }
}



 

/*------------------------------
             Home      
------------------------------*/
.home,
.home .container,
.home .row,
.home .col-12,
.home .d-flex {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.home {
    position: relative;
    padding: 3.5rem 0 4rem;
    overflow: hidden;
    background-color: cornflowerblue;
}
.home .container {
    z-index: 9;
    position: relative;
}
.home .d-flex {
    min-height: 20vmin;
}
.home h1 {
    top: 2rem;
    color: transparent;
    font-size: 2rem;
    margin: 0;
    transition: all .5s ease-out;
}
.home h1.animated {
    color: #454545;
    transition: all .5s ease-out;
}
.home h2 {
    color: #454545;
    font-size: 1.5625rem;
    font-style: italic;
    margin: 0;
}
.home .d-flex .m-auto {
    width: 100%;
}
.home hr {
    width: 38rem;
    max-width: 100%;
    border-top: 2px solid #9DB3C2;
    margin: 1rem auto;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video video {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
.at-a-glance {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 3rem 0 0;
}
#home .at-a-glance {
    margin: -3.25rem 0 0;
}
.at-a-glance .content {
    color: #fff;
    background-color: #4A5E6C;
    padding: 1.5rem 3rem;
    border: 6px solid #fff;
}
.at-a-glance .num {
    color: #2A3E4D;
    font-size: 2.5rem;
    padding-bottom: .25rem;
    border-bottom: 2px solid #9DB3C2;
    margin: .25rem 0;
}
#home .at-a-glance .num {
    color: #fff;
}
.at-a-glance .num span {
    font-size: 65%;
}
.at-a-glance .desc {
    color: #707070;
    font-size: 1.0625rem;
    padding-top: .25rem;
    margin: 0 auto;
}
#home .at-a-glance .desc {
    color: #E4E4E4;
}
.home-extra {
    padding: 3.5rem 0;
}
.home-extra .d-flex {
    height: 100%;
}
@media (min-width: 768px) {
    .at-a-glance .col-md-4:not(:last-child) {
        border-right: 1px solid #E4E4E4;
    }
}
@media (min-width: 1200px) {
    .home-extra h4 {
        font-size: 1.75rem;
    }
    .home-extra p {
        font-size: 1rem;
    }
}
@media (max-width: 1199px), (max-height: 1000px) {
    .home {
        padding: 1.5rem 0 3rem;
    }
    .home .d-flex {
        min-height: 18vmin
    }
    .home h1 {
        font-size: 1.625rem;
    }
    .home h2 {
        font-size: 1.375rem;
    }
    .home hr {
        margin: .5rem auto;
    }
    #home .at-a-glance {
        margin: -2rem 0 0;
    }
    .at-a-glance .num {
        font-size: 2.25rem;
    }
    .at-a-glance .desc {
        font-size: 1rem;
    }
    .home-extra {
        padding: 2rem 0;
    }
}
@media (max-width: 767px) {
    .home h1 {
        font-size: 1.45rem;
    }
    .home h2 {
        font-size: 1.25rem;
    }
    #home .at-a-glance {
        margin-top: -1.5rem;
    }
    .at-a-glance {
        margin: 2.5rem 0 0;
    }
    .at-a-glance .content {
        padding: 1.5rem 1rem;
    }
    .at-a-glance h4 {
        margin-bottom: 1.75rem;
    }
    .at-a-glance .col-md-4:not(:last-child) .desc {
        margin-bottom: 1.75rem;
    }
    .home-extra .col-md-6:first-child {
        margin-bottom: 2rem;
    }
}





/*------------------------------
           Our Firm        
------------------------------*/
.intro {
    padding: 4rem 0;
}
.intro h5 {
    color: #2A3E4D;
    font-size: 1.3rem;
    text-align: justify;
    line-height: 1.7;
}
.firm h4 {
    color: #454545;
}
.firm .dark,
.firm .dark h4 {
    color: #fff;
}
.firm ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.firm ul li {
    position: relative;
    padding-left: 1.5rem;
}
.firm ul li:not(:last-child) {
    margin-bottom: 2rem;
}
.firm ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.4rem;
    display: block;
    width: .65rem;
    height: .65rem;
    background-color: #454545;
}
.firm .dark ul li::before {
    background-color: #fff;
}
.firm .col-md-6 {
    margin-bottom: 1.5rem;
}
.firm .col-md-6:nth-child(odd) {
    border-right: 1px solid #E4E4E4;
}
.firm .col-md-6:nth-child(odd)::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: -.75rem;
    right: auto;
    bottom: -.75rem;
    border-bottom: 1px solid #E4E4E4;
}
.firm .col-md-6:nth-child(even)::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: auto;
    right: -.75rem;
    bottom: -.75rem;
    border-bottom: 1px solid #E4E4E4;
}
.firm .col-md-6:nth-child(odd) .d-flex {
    padding: 6rem 3rem 6rem 0;
}
.firm .col-md-6:nth-child(even) .d-flex {
    padding: 6rem 0 6rem 3rem;
}
.firm .col-md-6:nth-child(odd) .overlay {
    z-index: -1;
    left: auto;
    right: .75rem;
}
.firm .col-md-6:nth-child(even) .overlay {
    z-index: -1;
    left: .75rem;
    right: auto;
}
.firm .overlay {
    background-color: #E6EFF5;
}
.firm .dark .overlay {
    background-color: #738999;
}
@media (max-width: 1199px), (max-height: 1000px) {
    .intro h5 {
        line-height: 1.5;
    }
    .firm .col-md-6:nth-child(odd) .d-flex {
        padding: 3rem 3rem 3rem 0;
    }
    .firm .col-md-6:nth-child(even) .d-flex {
        padding: 3rem 0 3rem 3rem;
    }
}
@media (max-width: 767px) {
    .intro h5 {
        font-size: 1rem!important;
        line-height: 1.4;
    }
    .firm .col-md-6 .d-flex {
        padding: 2.5rem 0!important;
    }
    .firm .col-md-6:nth-child(odd) .overlay,
    .firm .col-md-6:nth-child(even) .overlay {
        left: -1rem;
        right: auto;
        width: calc(100% + .9375rem);
    }
    .firm .col-md-6:nth-child(odd)::after,
    .firm .col-md-6:nth-child(even)::after {
        left: 0;
        right: auto;
    }
    .firm ul li:not(:last-child) {
        margin-bottom: 1rem;
    }
    .firm .col-md-6:nth-child(odd) {
        border-right: none;
    }
}





/*------------------------------
            Why LSV        
------------------------------*/
#whyLSV .intro {
    background-color: #FAFAFA;
    padding: 4rem 0 3rem;
}
.why-lsv {
    text-align: center;
    padding: 4rem 0;
}
.why-lsv h5 {
    color: #4A5E6C;
    margin-bottom: 1.5rem;
}
.expertise {
    padding-bottom: 4rem;
}
.expertise .table th {
    position: relative;
    color: #4A5E6C;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    max-width: 13rem;
    padding-left: 2rem;
    border-top: 1px solid transparent;
}
.expertise .table .main th {
    padding: 0 2rem;
}
.expertise .table th b {
    font-size: 1.25rem;
}
.expertise .table th i {
    font-size: 1.5625rem;
}
.expertise .table th .fas {
    position: absolute;
    top: 1.4rem;
    right: 5rem;
    color: #9DB3C2;
    font-size: 2.5rem;
}
.expertise .table td {
    text-align: center;
    line-height: 2.3;
    border-top: 1px solid #9DB3C2;
}
.expertise .table .main td {
    border-top: none;
}
.expertise .table td hr {
    width: 3.5rem;
    border-top: 1px solid #9DB3C2;
}
.expertise .table .main td:nth-child(2) {
    font-size: 1.25rem;
    font-weight: 700;
}
.expertise .table .main td:nth-child(3) {
    color: #707070;
    font-size: 1.25rem;
    font-weight: 700;
}
.expertise .table td:nth-child(2) {
    color: #fff;
    background-color: #4A5E6C;
}
.expertise .table td:nth-child(3) {
    color: #4A5E6C;
    background-color: #E4E4E4;
}
@media (min-width: 768px) {
    .why-lsv .col-md-4:nth-child(2) {
        border-left: 1px solid #EBEBEB;
        border-right: 1px solid #EBEBEB;
    }
}
@media (max-width: 1199px), (max-height: 1000px) {
    .expertise .table th i {
        font-size: 1.25rem;
    }
    .expertise .table th b,
    .expertise .table .main td:nth-child(2),
    .expertise .table .main td:nth-child(3) {
        font-size: 1.125rem;
    }
    .expertise .table td {
        font-size: .9375rem;
        line-height: 2;
    }
    .expertise .table th .fas {
        right: 3rem;
    }
}
@media (max-width: 991px) {
    .expertise .table .main th {
        padding: 0;
    }
    .expertise .table th {
        max-width: 15rem;
        padding-left: 0;
    }
    .expertise .table th .fas {
        right: 2rem;
    }
}
@media (max-width: 767px) {
    .why-lsv h5 {
        margin-bottom: .5rem;
    }
    .why-lsv .col-md-4:not(:last-child) p {
        margin-bottom: 2rem;
    }
    .expertise .table th {
        padding: .5rem 2rem .5rem 0;
    }
    .expertise .table th i {
        font-size: 1rem;
    }
    .expertise .table th b {
        font-size: 1rem;
    }
    .expertise .table th,
    .expertise .table .main td:nth-child(2),
    .expertise .table .main td:nth-child(3) {
        font-size: .875rem;
        line-height: 1.4;
    }
    .expertise .table td {
        font-size: .75rem;
        line-height: 1.4;
    }
    .expertise .table th .fas {
        top: 1rem;
        right: 1rem;
        font-size: 1.5rem;
    }
}





/*------------------------------
       Liquidity Solutions        
------------------------------*/
.liquidity .content {
    position: relative;
    height: 100%;
    min-height: 24rem;
}
.liquidity .col-md-6:nth-child(odd) .content {
    padding: 5rem 3rem;
}
.liquidity .col-md-6:nth-child(even) .content {
    padding: 5rem 0 5rem 7rem;
}
.liquidity h4 {
    color: #454545;
    margin-bottom: 2rem;
}
.liquidity ul li {
    position: relative;
    padding-left: 1.25rem;
}
.liquidity ul li::before {
    content: '';
    position: absolute;
    top: .35rem;
    left: 0;
    display: block;
    width: .875rem;
    height: .875rem;
    background: url(../images/arrow.png) center no-repeat;
    background-size: contain;
}
.liquidity .col-md-6 {
    margin-bottom: 1.875rem;
}
.liquidity .overlay {
    z-index: -1;
    background-color: #E6EFF5;
}
.liquidity .outter {
    position: absolute;
    top: -10rem;
    left: 0;
    right: 0;
    width: 18rem;
    padding: 2rem;
    border: 1px solid #fff;
    margin: auto;
    transform: rotate(45deg);
}
.liquidity .square {
    width: 14rem;
    height: 14rem;
    color: #fff;
    background-color: #738999;
    margin: 0 auto;
}
.liquidity .inner {
    position: relative;
    top: -.75rem;
    left: -.75rem;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3;
    white-space: nowrap;
    transform: rotate(-45deg);
}
.solutions {
    text-align: center;
    padding: 4rem 0;
}
.solutions h4 {
    color: #4A5E6C;
    font-size: 2rem;
}
.solutions .btn {
    font-size: 1.375rem;
    padding: .75rem 2rem;
}
@media (max-width: 991px), (max-height: 800px) {
    .liquidity .col-md-6:nth-child(even) .content {
        padding: 5rem 0 5rem 3rem;
    }
    .liquidity .outter {
        top: -7rem;
        width: 12rem;
        padding: 1rem;
    }
    .liquidity .square {
        width: 10rem;
        height: 10rem;
    }
    .liquidity .inner {
        top: -.5rem;
        left: -.5rem;
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    .liquidity .overlay {
        width: calc(100% + 2rem);
        left: -1rem;
    }
    .liquidity .content {
        min-height: 100%;
        padding: 2.5rem 0!important;
    }
    .liquidity h4 {
        margin-bottom: .75rem;
    }
    .liquidity ul li::before {
        width: .75rem;
        height: .75rem;
    }
    .liquidity .outter {
        display: none!important;
    }
    .solutions .btn {
        font-size: 1.125rem;
        padding: .5rem 1.5rem;
    }
}





/*------------------------------
             Team        
------------------------------*/
.team-intro {
    background-color: #FAFAFA;
    padding: 1rem 0;
}
.team-intro h5 {
    color: #597080;
    font-size: 1.65rem;
    line-height: 1.5;
    text-align: justify;
}
.team-intro h5 b {
    color: #2A3E4D;
}
.team-intro hr {
    height: 2px;
    background: linear-gradient(to right, #fafafa, #597080 50%, #fafafa);
    margin: 2rem 0;
    border: none;
}
.team {
    padding: 4rem 0;
}
.team .person {
    cursor: pointer;
    height: 100%;
    max-width: 20rem;
    margin-bottom: 3rem;
}
.team .person:hover > div .info {
    opacity: 1;
}
.team .name {
    color: #454545;
    font-size: 1.5625rem;
    margin: .75rem 0 .5rem;
}
.team .title {
    line-height: 1.5;
}
.team .info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(74,94,108,.7);
    padding: 1rem 1.25rem;
}
.team .info ul {
    margin: auto 0 0;
}
.team .info ul li {
    font-size: .9375rem;
    line-height: 2;
}
.team .info ul li:nth-child(2) {
    border-top: 1px solid #fff;
}
.team .info ul li a {
    color: #fff;
}
#teamModal .modal-body {
    padding: 2.5rem 5rem 1rem;
}
#teamModal .d-flex {
    height: 100%;
    padding: 2rem 2rem;
    border-bottom: 1px solid #9DB3C2;
}
#teamModal .name {
    color: #454545;
}
#teamModal .title {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}
#teamModal ul {
    margin-bottom: 0;
}
#teamModal ul li {
    color: #4A5E6C;
}
#teamModal p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
#teamModal .nav {
    padding: .5rem 4rem;
}
#teamModal .nav .nav-item {
    position: relative;
    font-size: .875rem;
    line-height: 1.3;
}
#teamModal .nav .nav-item:hover {
    color: #4A5E6C;
}
#teamModal .nav .nav-item span {
    display: block;
    font-style: italic;
}
#teamModal .nav .nav-item .fas {
    position: absolute;
    top: .5rem;
    color: #4A5E6C;
    font-size: 1.5rem;
}
#teamModal .nav .nav-item .fas.fa-caret-left {
    left: -1rem;
}
#teamModal .nav .nav-item .fas.fa-caret-right {
    right: -1rem;
}
.modal-backdrop {
    background-color: #4A5E6C;
}
.modal-backdrop.show {
    opacity: .9;
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 1056px;
        margin-top: 12vmin;
    }
}
@media (max-width: 1199px), (max-height: 1000px) {
    .team-intro h5 {
        font-size: 1.25rem;
    }
    .team .name {
        font-size: 1.25rem;
    }
    .team .info ul li {
        font-size: .875rem!important;
    }
    #teamModal .title {
        font-size: 1rem;
    }
}
@media (max-width: 991px), (max-height: 800px) {
    #teamModal .modal-body {
        padding: 1rem;
    }
    #teamModal .d-flex {
        padding: 1.5rem 0;
    }
    #teamModal .nav {
        padding: 0 1rem;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .team-intro h5 {
        font-size: 1rem!important;
    }
    .team .person {
        margin: 0 auto 2rem;
    }
    .team .name {
        font-size: 1.125rem;
    }
    .team .title {
        font-size: .9375rem;
    }
    #teamModal p {
        margin-bottom: 1rem;
    }
}





/*------------------------------
              News
  ------------------------------*/
  .news {
    padding: 4.5rem 0 6rem;
  }
  .news .article {
    margin-bottom: 4.375rem;
  }
  .news .article:hover > .date {
    color: #2a3e4d;
  }
  .news .date {
    color: #707070;
    font-weight: 700;
    margin-bottom: 0.9375rem;
  }
  .news .title {
    color: #2a3e4d;
    font-weight: 700;
    text-align: justify;
    line-height: 1.45;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid rgba(104, 108, 115, 0.5);
    margin-bottom: 0.9375rem;
  }
  #newsArticle .news .title {
    border-bottom: none;
  }
  .news p {
    color: #707070;
    font-size: 1rem;
    line-height: 1.6;
  }
  .news p b {
    color: #2a3e4d;
  }
  .news .nav-title {
    color: #707070;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.9375rem;
  }
  .news .nav-archive {
    margin-bottom: 4.375rem;
  }
  .news .nav-archive .nav-item {
    color: #707070;
    margin-bottom: 0.9375rem;
  }
  .news .nav-archive .nav-item:hover {
    color: #2a3e4d;
    margin-bottom: 0.9375rem;
  }
  .news .nav-main {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(104, 108, 115, 0.5);
    margin-bottom: 1.875rem;
  }
  .news .nav-main .nav-item {
    color: #2a3e4d;
  }
  .news .nav-main .nav-item:hover {
    color: #707070;
  }
  .news h3 {
    line-height: 1;
    padding-left: 1.5rem;
    border-left: 5px solid #ffcc00;
    margin: 5rem 0;
  }





/*------------------------------
            Contact        
------------------------------*/
.contact,
.contact .container-fluid {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.contact .container-fluid .row {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
}
.contact .map {
    height: 100%;
    min-height: 20rem;
}
.contact .content {
    padding: 2.5rem 0;
}
.contact .name {
    color: #454545;
    font-size: 2.1875rem;
    margin-bottom: 2rem;
}
.contact address {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}
.contact address:last-child {
    margin-bottom: 0;
}
.contact a:hover {
    color: #9DB3C2;
}
@media (max-width: 1199px), (max-height: 1000px) {
    .contact .name {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    .contact address {
        font-size: 1.125rem;
        margin-bottom: 1.25rem;
    }
}
@media (max-width: 991px) {
    .contact .name {
        font-size: 1.25rem;
    }
    .contact address {
        font-size: 1rem;
    }
}





/*------------------------------
          Terms of Use        
------------------------------*/
.terms {
    padding: 4rem 0;
}
.terms p {
    margin-bottom: 1.75rem;
}
@media (max-width: 767px) {
    .terms p {
        margin-bottom: 1rem;
    }
}





/*------------------------------
            Login        
------------------------------*/
.login {
    padding: 4rem 0;
}
.login,
.login .container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.login .container .row {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
}
.login .img-container {
    width: 100%;
    height: 16rem;
    filter: grayscale(1);
}
.login .img-container:hover {
    filter: grayscale(0);
}
@media (min-width: 1200px) {
    .login form {
        padding: 0 8rem;
    }
}





/*------------------------------
            Footer        
------------------------------*/
footer {
    color: #2A3E4D;
    text-align: center;
    padding: .2rem 0;
    border-top: 2px solid #CECECE;
    border-bottom: 2px solid #CECECE;
}
footer .container-fluid {
    background-color: #9DB3C2;
    padding: 1rem 0;
}
footer span {
    padding-right: .5rem;
    border-right: 1px solid #EBEBEB;
    margin-right: .25rem;
}
footer a {
    color: #2A3E4D;
}
footer .nav .nav-item {
    color: #EBEBEB;
    margin: 0 3rem;
}
@media (max-width: 1199px), (max-height: 1000px) {
    footer {
        font-size: .875rem;
    }
    footer .container-fluid {
        padding: .75rem 0 .5rem;
    }
    footer h6 {
        font-size: .875rem;
    }
}
@media (max-width: 767px) {
    footer span {
        display: block;
        padding: 0;
        margin: 0;
        border: none;
    }
    footer .nav .nav-item {
        margin: 0 auto;
    }
}





/*============   IE10   ============*/
@media all and (-ms-high-contrast:none) {
    header h1 {
        margin-top: 3.75rem;
    }
    header h2 {
        display: inline;
        position: relative;
        top: 1rem;
    }
    .home,
    .home .container,
    .home .row,
    .home .col-12,
    .home .d-flex {
        display: block;
        flex-direction: none;
        flex: none;
    }
    .home .d-flex .m-auto {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .btn {
       width: 8.5rem;
    }
    .solutions .btn {
        width: 12rem;
    }
}