html,
body {
    font-family: 'Rosario', sans-serif;
    font-size: 16px
}

a {
    color: #094C80
}

a:hover {
    text-decoration: none
}

a.hover-underline:hover {
    text-decoration: underline
}

a.hover-color-3:hover {
    color: #6AC9C9 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif
}

.color-1 {
    color: #13284B
}

.color-2 {
    color: #0B4B7F
}

.color-3 {
    color: #6AC9C9
}

.color-8 {
    color: silver
}

.color-15 {
    color: #E83B3B
}

.color-16 {
    color: #2786D8
}

.color-18 {
    color: #6D6D6D
}

.color-22 {
    color: #9D9D9D
}

.cursor-pointer {
    cursor: pointer
}

.modal-backdrop.show {
    opacity: .85;
    background-color: #333
}

#app {
    padding-top: 102px
}

#app .btn,
#app button,
#app select,
#app input {
    border-radius: 0;
    -webkit-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s
}

#app .btn:focus,
#app button:focus,
#app select:focus,
#app input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

#app img {
    max-width: 100%
}

#app .d-grid {
    display: -ms-grid;
    display: grid
}

#app .md-border-right {
    border: 0
}

#app .text-underline {
    text-decoration: underline
}

#app .btn-primary {
    background-color: #0B4B7F;
    border: 0
}

#app .btn-primary:hover {
    background: transparent -webkit-gradient(linear, left top, right top, from(#13284B), color-stop(36%, #0B4B7F), color-stop(66%, #6AC9C9), to(#66C8C7)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #13284B 0%, #0B4B7F 36%, #6AC9C9 66%, #66C8C7 100%) 0% 0% no-repeat padding-box;
    border: 0;
    -webkit-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s
}

#app .btn-primary:focus {
    background: #13284B
}

#app .btn-primary.clicked {
    background-color: #13284B
}

#app .btn-primary.btn-hover-c1:hover {
    background: #13284B
}

#app .btn-light:hover {
    background-color: #13284B;
    border-color: #13284B;
    color: #fff
}

#app .btn-search:hover {
    background: #0B4B7F
}

#app .text-white [aria-expanded="true"] {
    color: #6AC9C9
}

#app .show>.btn-outline-primary.dropdown-toggle {
    background-color: #fff
}

#app .btn-outline-primary {
    border-color: #0B4B7F;
    color: #0B4B7F
}

#app .btn-outline-primary:hover,
#app .btn-outline-primary:focus,
#app .btn-outline-primary:active,
#app .btn-outline-primary:visited,
#app .btn-outline-primary:focus-within {
    background-color: #fff
}

#app .site-wrapper {
    margin: auto;
    max-width: 1200px;
    padding-left: 12px;
    padding-right: 12px
}

#app header {
    background-color: #F8F8F8;
    -webkit-box-shadow: #13284B 0 -6px 12px;
    box-shadow: #13284B 0 -6px 12px
}

#app header.mini .logo-mini {
    display: inline
}

#app header.mini .navbar:first-child {
    display: none
}

#app header .logo-mini {
    display: none
}

#app .navbar-brand img {
    max-width: 190px
}

#app .navbar-brand.logo-mini img {
    max-width: 64px
}

#app .alert.alert-danger {
    background-color: #F25665;
    border-color: #F25665;
    color: #fff
}

#app .alert.alert-info {
    background-color: #E7F4F8;
    border-color: #E7F4F8;
    color: #111
}

#app .text-search {
    width: 0;
    -webkit-transition: auto;
    transition: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

#app .logo {
    max-width: 255px
}

#app .breadcrumbs {
    background-image: url("../images/b1.png");
    padding: 70px 0;
    position: relative
}

#app .breadcrumbs h1 {
    color: #fff;
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold
}

#app .breadcrumbs .content {
    position: relative;
    z-index: 1
}

#app .sidebar h3 {
    color: #13284B
}

#app .sidebar .menu {
    padding: 0;
    list-style: none
}

#app .sidebar .menu li a {
    border-bottom: 1px solid #EAF6FA;
    padding: 6px 0;
    display: block
}

#app .sidebar .menu li a:hover {
    color: #6AC9C9
}

#app .sidebar .menu li.active {
    font-weight: bold
}

#app .sidebar hr {
    border-top: 2px solid #212529
}

#app .navbar .navbar-nav li>a {
    border-bottom: 3px solid transparent;
    color: #111;
    padding: 4px 1rem;
    -webkit-transition: all ease-in .25s;
    transition: all ease-in .25s
}

#app .navbar .navbar-nav li:hover::after {
    content: "";
    width: 100%;
    border-top: 2px solid #6AC9C9;
    position: absolute;
    bottom: 4px;
    left: 0
}

#app .navbar .dropdown:hover .dropdown-menu {
    display: block
}

#app .navbar .dropdown .dropdown-menu {
    position: relative;
    background-color: #13284B;
    border-radius: 0;
    border: 0;
    border-radius: 6px;
    margin: 0
}

#app .navbar .dropdown .dropdown-menu a {
    color: #fff
}

#app .navbar .dropdown .dropdown-menu a:hover {
    background-color: transparent;
    color: #6AC9C9
}

#app .navbar .dropdown .dropdown-menu a:active {
    background-color: transparent
}

#app .bg-gradient-1 {
    background: transparent -webkit-gradient(linear, left top, right top, from(#13284B), color-stop(36%, #0B4B7F), color-stop(66%, #6AC9C9), to(#66C8C7)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #13284B 0%, #0B4B7F 36%, #6AC9C9 66%, #66C8C7 100%) 0% 0% no-repeat padding-box
}

#app .bg-gradient-2 {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#13284B), color-stop(38%, #0B4B7F), to(#6AC9C9)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #13284B 0%, #0B4B7F 38%, #6AC9C9 100%) 0% 0% no-repeat padding-box
}

#app .bg-transparent {
    background-color: transparent
}

#app .bg-1 {
    background-color: #13284B
}

#app .bg-2 {
    background-color: #0B4B7F
}

#app .bg-5 {
    background-color: #F8F8F8
}

#app .bg-9 {
    background-color: #EAF6FA
}

#app .bg-12 {
    background-color: #F6F6F6
}

#app .bg-13 {
    background-color: #E7F4F8
}

#app .bg-17 {
    background-color: #B3FFD3
}

#app .bg-21 {
    background-color: #f9f9f9
}

#app .opacity-1 {
    opacity: 1
}

#app .border-primary {
    border-color: #13284B !important
}

#app .border-success {
    border-color: #6AC9C9 !important
}

#app .card {
    border: 0;
    border-radius: 0
}

#app .microsites {
    min-height: 100px
}

#app .microsites:hover svg,
#app .microsites:hover h3 {
    margin-bottom: 20px
}

#app .microsites svg,
#app .microsites h3 {
    min-width: 56px;
    -webkit-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s
}

#app .video img {
    max-height: 312px;
    -o-object-fit: cover;
    object-fit: cover;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

#app .play {
    position: absolute;
    top: calc(50% - 42px);
    left: calc(50% - 42px);
    z-index: 1;
    cursor: pointer;
    color: #6AC9C9
}

#app .sharer {
    font-size: 24px;
    width: 48px;
    height: 48px
}

#app .sharer:before {
    margin: auto
}

#app .msites {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-size: cover;
    min-height: 100px;
    padding: 12px 24px
}

#app .msites h6 {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    bottom: 0;
    line-height: 1.5
}

#app .msites:hover h6 {
    bottom: 8px;
    position: relative;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

#app .msites:nth-child(1) {
    background-image: url("../images/img-01.jpg")
}

#app .msites:nth-child(2) {
    background-image: url("../images/img-02.jpg")
}

#app .msites:nth-child(3) {
    background-image: url("../images/img-03.jpg")
}

#app .list-style-none {
    list-style: none
}

#app .list-1 {
    padding: 0;
    list-style: none
}

#app .list-1 li {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 12px;
    padding-left: 12px;
    position: relative;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#app .list-1 li::before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    position: absolute;
    top: 12%;
    font-weight: bold;
    font-family: "Font Awesome 5 Free"
}

#app .list-2 {
    padding: 0;
    list-style: none
}

#app .list-2 li {
    padding-left: 12px;
    position: relative
}

#app .list-2 li::before {
    content: "\f0da";
    color: #0B4B7F;
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    position: absolute;
    top: 20%;
    font-weight: bold;
    font-family: "Font Awesome 5 Free"
}

#app .committee-members {
    border-left: #13284B solid 5px;
    height: 100%
}

#app .form-subscribe .input-group {
    min-width: 300px
}

#app .form-subscribe .input-group input {
    background-color: transparent;
    border: 2px solid #E6E6E6;
    color: #fff
}

#app .form-subscribe .input-group ::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5
}

#app .form-subscribe .input-group :-ms-input-placeholder {
    color: #fff;
    opacity: 0.5
}

#app .form-subscribe .input-group ::-ms-input-placeholder {
    color: #fff;
    opacity: 0.5
}

#app .form-subscribe .input-group ::placeholder {
    color: #fff;
    opacity: 0.5
}

#app .popover {
    border: 0;
    border-radius: 0;
    font-size: 1rem;
    padding: 6px 8px
}

#app .popover a {
    color: #6AC9C9
}

#app .pop-login {
    background-color: #13284B;
    min-width: 350px
}

#app .pop-login .arrow {
    margin-top: 1px
}

#app .pop-login .arrow::before {
    border-bottom-color: #13284B
}

#app .pop-login .arrow::after {
    border-bottom-color: #13284B
}

#app .pop-login label {
    color: #fff
}

#app .password-toggler {
    position: absolute;
    right: 0;
    bottom: 8px;
    color: #13284B;
    right: 8px
}

#app .password-toggler svg {
    cursor: pointer
}

#app .dropdown-menu {
    background-color: #13284B;
    min-width: auto
}

#app .dropdown-menu.lang-switcher-menu::before {
    content: "\f0de";
    color: #13284B;
    position: absolute;
    top: -12px;
    left: calc(50% - 8px);
    display: inline-block;
    font: normal normal normal 30px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

#app .dropdown-menu a {
    color: #fff;
    padding: .25rem 1rem
}

#app .dropdown-menu a:hover {
    background-color: transparent
}

#app .accordion .fa-caret-down {
    display: none
}

#app .accordion .collapsed .fa-caret-up {
    display: none
}

#app .accordion .collapsed .fa-caret-down {
    display: inline-block
}

#app .timeline .item h4 {
    font-family: 'Rosario', sans-serif;
    margin-bottom: 0
}

#app .timeline .item .left {
    position: relative;
    min-width: 200px;
    text-align: right
}

#app .timeline .item .left::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #13284B;
    position: absolute;
    border-radius: 50%;
    right: -4px;
    top: 8px
}

#app .timeline .item .left::after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #13284B;
    position: absolute;
    right: -1px;
    top: 16px
}

#app .timeline .item:last-child .left::after {
    content: none
}

.pagination-flex {
    /* background-color: #cecece; */
    padding: 0.2rem;
    border-radius: 0.2rem;
    border: 2px solid #11284a3b;
}

#app .pagination {
    margin-bottom: 0px !important;
}
#app .pagination .page-item {
    padding: 5px;
}

#app .pagination .page-item .page-link {
    color: #11284a;
    padding: 0.8rem 0.9rem;
    margin-left: -1px;
    line-height: 1.25;
}


#app .pagination .page-item.active .page-link {
    background-color: #13284B;
    border-color: #13284B;
    color: #fff;
    border: 1px solid #13284B;
}

#app .page-item .page-link {
    color: #6c757d;
    cursor: pointer;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

#app .page-item.disabled .page-link {
    color: #6c757d;
    cursor: auto;
    background-color: #f7f7f7eb;
    border-color: #f7f7f7eb;
}

#app #board-members .card-img {
    max-width: 110px
}

#app #board-members .fa-network-wired {
    cursor: pointer
}

#app #board-members .toggler {
    cursor: pointer
}

#app #board-members h5 {
    color: #13284B;
    font-family: 'Rosario', sans-serif
}

#app #board-members #additional-appointments .modal-header {
    background-color: #13284B;
    color: #fff
}

#app #board-members #additional-appointments a:hover {
    text-decoration: underline
}

#app .modal-header-1 {
    background-color: #13284B;
    color: #fff
}

#app .staff-image {
    width: 160px;
    height: 216px;
    -o-object-fit: cover;
    object-fit: cover
}

#app footer {
    color: #858585
}

#app footer .top-footer {
    background-color: #13284B
}

#app footer a {
    color: #858585
}

#app footer a:hover {
    color: #0B4B7F
}

#app footer .h5 {
    color: silver
}

#app footer ul {
    padding: 0;
    list-style: none;
    margin-top: 16px
}

#app footer ul li {
    margin-bottom: 8px
}

#app footer .bottom-footer {
    background-color: #0B4B7F
}

#app footer .bottom-footer ul li {
    display: inline-block;
    margin-right: 16px
}

#app footer .bottom-footer a:hover {
    color: #13284B
}

@media (min-width: 768px) {
    #app .navbar-brand img {
        max-width: 255px
    }

    #app .breadcrumbs h1 {
        font-size: 2rem
    }

    #app .md-border-right {
        border-right: 2px solid #E6E6E6
    }
}

@media (min-width: 992px) {
    #app {
        padding-top: 186px
    }

    #app .navbar-brand img {
        max-width: 355px
    }

    #app .navbar .dropdown .dropdown-menu {
        position: absolute
    }

    #app .breadcrumbs h1 {
        font-size: 2.5rem
    }
}

/*# sourceMappingURL=aplma.css.map */