@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1rem;
    color: #747474;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #434343;
}

.navbar-nav>li {
    margin-left: 10px;
    margin-right: 10px;
}

.carousel-item {
    height: 50vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.jumbotron-image {
    background-size: cover;
    height: 100vh;
}

.jumbotron-centered {
    position: absolute;
    right: 15%;
    bottom: calc(50% - 70px);
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.navbarChanged {
    background-color: #FFFFFF !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.text-semidark-color {
    color: #434343 !important;
}

.light-gold-color {
    color: #D5AD36;
}

.dark-gold-color {
    color: #CD9703;
}

.bg-light-gold {
    background-color: #D5AD36;
}

.bg-dark-gold {
    background-color: #CD9703;
}

.light-blue-color {
    color: #1B73D3;
}

.dark-blue-color {
    color: #010079;
}

.bg-dark-blue {
    background-color: #010079;
}

.bg-light-blue {
    background-color: #1B73D3;
}

.bg-dark-gray {
    background-color: #7a7979;
}

.navbar-toggler {
    border-color: #FFFFFF !important;
}

.shadow-sm {
    box-shadow: 0 .135rem .35rem rgba(0, 0, 0, .075)!important;
}

.rounded-lg {
    border-radius: .90rem!important;
}

.dropdown-menu a:hover {
    background-color: #010079 !important;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: calc(50% - 100px);
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.badge-light {
    color: #212529;
    background-color: transparent !important;
}

.badge-pill {
    padding: .8rem !important;
    border-radius: 10rem !important;
}

.badge {
    border: 1px solid #C9C9C9;
    color: #1B73D3;
    display: inline-block;
    padding: .25em .4em;
    font-size: 85% !important;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.badge:hover {
    background-color: #1B73D3 !important;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-outline-light:hover {
    background-color: #D5AD36;
    color: #FFFFFF;
    border: 1px solid #D5AD36;
}

.footer {
    background: #7a7979;
}

.button-blue {
    background: #1B73D3;
}

.footer_content {
    padding-bottom: 30px;
}

.footer_logo a {
    display: inline-block;
    position: relative;
}

.footer_bar {
    height: 56px;
}

.copyright {
    font-size: 11px;
    font-weight: 700;
    color: #D5AD36;
}

.footer_row {
    margin-top: 59px;
}

.footer_icon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #000000;
}

.footer_icon>div {
    width: 42px;
    height: 42px;
}

.footer_icon>div img {
    max-width: 100%;
    max-height: 100%;
}

.footer_title {
    margin-top: 33px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.2;
}

.footer_list {
    margin-top: 25px;
}

.footer_list ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

.footer_list ul li {
    list-style-type: none;
    font-size: 15px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.48);
}

.intro_boxes_wrap {
    width: 100%;
}

.intro_boxes_wrap>div {
    width: 100%;
    height: 100%;
}

.intro_box {
    width: calc(100% / 2);
    height: 100%;
    padding-left: 75px;
    padding-right: 75px;
}

.intro_box1 {
    background: #d2a92d;
}

.intro_box2 {
    background: #d7b242;
}

.intro_box3 {
    background: #d7b242;
}

.intro_box4 {
    background: #d2a92d;
}

.intro_box_icon {
    width: 41px;
    height: 41px;
}

.intro_box_icon img {
    max-height: 100%;
}

.intro_box_title {
    margin-top: 25px;
}

.intro_box_title h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.intro_box_text {
    margin-top: 28px;
}

.intro_box_text p {
    color: #ffffff;
}

.carousel-font-size {
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.carousel-item:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.6);
  }

@media screen and (max-width: 768px) {
    .carousel-title-size{
        font-size: 1.6rem !important;
    }

    .carousel-font-size {
        font-size: 1rem !important;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: calc(50% - 100px);
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .carousel-title-size{
        font-size: 0.rem !important;
    }

    .carousel-font-size {
        font-size: 0.7rem !important;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: calc(50% - 100px);
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }
}

.submenu-item{
    font-size: 15px !important;
}

@media screen and (max-width: 1385px) and (min-width: 480px){
    .submenu-item{
        font-size: 10px !important;
    }
}

@media screen and (max-width: 1038px) and (min-width: 992px){
    .submenu-item{
        font-size: 10px !important;
    }
}


.card-size {
    height: 8rem;
}

.text-fix{
    word-wrap: break-word !important;
}