body {
    background-color: #fff;
    color: #000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.align-center, .center {
    text-align: center !important;
}

header {
    background: #f6f6f6;
    background: -webkit-linear-gradient(#f6f6f6, #fff);
    background: linear-gradient(#f6f6f6, #fff);
    clear: both;
    border-top: 5px solid #ededed;
    min-height: 100px;
    padding: 8px 0;
}

a {
    color: #16558b;
    text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    header.clean-top .header-top {
        border-bottom: 1px solid #ededed;
        background-color: #f4f4f4;
        margin-top: -8px;
    }

    header .header-top {
        min-height: 50px;
    }

.container {
    width: 1170px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
        display: table;
        content: " ";
    }

header.flat-menu.clean-top div.social-icons, header.colored.flat-menu div.social-icons, header.clean-top.center div.social-icons {
    float: left;
    margin: 0;
    clear: none;
}

header.clean-top .social-icons {
    margin: 11px 10px 9px 10px;
}

header div.social-icons {
    display: block;
}

header .social-icons {
    clear: right;
    float: right;
    margin-top: -3px;
    margin-left: 5px;
    position: relative;
}

header.clean-top .social-icons {
    margin: 11px 10px 9px 10px;
}

ul.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

header .social-icons {
    clear: right;
    float: right;
    margin-top: -3px;
    margin-left: 5px;
    position: relative;
}

ul.social-icons li.facebook {
    background-position: 0 -120px;
}

ul.social-icons li.active {
    display: inline-block;
}

header ul.social-icons li {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-image: url(../img/social-sprites.png);
    background-repeat: no-repeat;
    background-position: 0 100px;
    display: none;
    margin: -1px 1px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
}

li {
    line-height: 24px;
}

.list-primary li {
    list-style: none;
}

ul.social-icons li[class] a {
    text-indent: -9999px;
}

ul.social-icons li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
}

a, a:visited {
    text-decoration: none;
    outline: 0;
}

body a {
    outline: none !important;
}

ul.social-icons li.twitter {
    background-position: 0 -1140px;
}

ul.social-icons li[class] a {
    text-indent: -9999px;
}

ul.social-icons li.youtube {
    background-position: 0 -1380px;
}

ul.social-icons li.instagram {
    background-position: 0 -1680px;
}

ul.social-icons li.pinterest {
    background-position: 0 -780px;
}

ul.social-icons li.flickr {
    background-position: 0 -180px;
}

header.colored.flat-menu.darken-top-border div.search, header.clean-top.center div.search {
    margin-bottom: 0;
}

header .search {
    display: block;
}

header .search {
    float: right;
    margin: 10px 0 0 15px;
    position: relative;
}

.searchInputContainer {
    display: inline-block;
    margin: 0 -3px 0 0;
    position: relative;
}

header div.search input.NormalTextBox:first-child {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 170px;
    font-size: .9em;
    padding: 6px 32px 6px 12px;
    height: 34px;
    -moz-transition: all .2s ease-in .2s;
    -o-transition: all .2s ease-in .2s;
    -webkit-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s;
}

header div.search input.NormalTextBox {
    display: block;
    float: left;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.searchInputContainer a.dnnSearchBoxClearText {
    display: block;
    position: absolute;
    right: 10px;
    width: 16px;
    height: 16px;
    background: none;
    cursor: pointer;
    margin: 7px 0 7px 0;
    z-index: 20;
}

header .icon-search {
    border: 0;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    padding: 10px;
    text-decoration: none;
}

header > .container {
    height: 100px;
    margin-bottom: -35px;
    position: relative;
    display: table;
    max-width: 1170px;
}

header.center .logo {
    text-align: center;
    position: static;
    margin-top: 5px;
}

header .logo {
    -webkit-transition: all .2s ease-in .2s;
    -moz-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s;
    margin: 0;
    padding: 5px 0;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    color: transparent;
}

    header .logo a {
        position: relative;
        z-index: 1;
    }

    header .logo img {
        position: relative;
        color: transparent;
    }

img {
    vertical-align: middle;
    border: 0;
}

.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

header .nav-main-collapse {
    overflow-y: visible;
}

.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.collapse {
    display: none;
}

header > .navbar-collapse > .container {
    position: relative;
}

.container {
    width: 1170px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

header.center nav {
    float: left;
    text-align: center;
    width: 100%;
}

header .nav-main {
    display: block;
}

header.center nav ul.nav-main {
    margin: 35px 0 10px;
}

header nav.mega-menu .nav, header nav.mega-menu .dropup, header nav.mega-menu .dropdown, header nav.mega-menu .collapse {
    position: static;
}

header nav ul.nav-main {
    margin: -7px 10px 8px 0;
}

header .nav-main {
    display: block;
}

header.center nav ul.nav-main > li {
    display: inline-block;
    float: none;
    text-align: left;
}

.nav-pills > li {
    float: left;
}

.nav > li {
    position: relative;
    display: block;
}

li {
    line-height: 24px;
}

html header nav ul.nav-main li.dropdown-primary > a {
    color: #4764a8;
}

header nav ul.nav-main li a {
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 13px;
}

header.center nav ul.nav-main {
    margin: 35px 0 10px;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
        clear: both;
    }

    .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
        display: table;
        content: " ";
    }

    .page-top {
    margin: 25px 0 10px 0;
    min-height: 50px;
    position: relative;
    text-align: left;
    }

h1, h2, h3, h4, h5, h6 {
    color: #1d2127;
    font-weight: 200;
    letter-spacing: -1px;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 0;
}

.col-md-12 {
    width: 100%;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

.page-top h2, .page-top h1 {
    color: #000;
    display: inline-block;
    font-weight: 100;
    min-height: 37px;
    font-size: 1.9em;
    line-height: 46px;
    padding: 0 0 17px;
    position: relative;
}

.text-muted {
    color: #999 !important;
}

p {
    line-height: 24px;
    margin: 0 0 20px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

p img {
    margin: 0;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

small, .small {
    font-size: 85%;
}

.DNNEmptyPane {
    width: auto;
}

.col-md-3 {
    width: 25%;
}

.DnnModule {
    z-index: inherit !important;
}

html .heading-quaternary, html .lnk-quaternary, html .text-color-quaternary {
    color: #6fa0bf !important;
}

.Head {
    display: inline-block;
    margin-bottom: 6px;
}

.mb-xlg {
    margin-bottom: 30px !important;
}

ul.nav-list li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

aside ul.nav-list > li > a {
    color: #666;
    font-size: .8em;
}

ul.nav-list li a {
    -webkit-transition: background .1s;
    -moz-transition: background .1s;
    transition: background .1s;
    border-bottom: 1px solid #ededde;
    padding: 8px 0;
    display: block;
    color: #666;
    font-size: .8em;
    text-decoration: none;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

h5 {
    font-size: .9em !important;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
    text-transform: uppercase;
}

ul.nav-list li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    margin-left: 10px;
    margin-right: 5px;
    position: relative;
}

ul.nav-list li:last-child a {
    border-bottom: none;
}

.panel-group .panel-heading a {
    color: #4764a8;
}

.panel-group .panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

.panel-default {
    border-color: #ddd;
}

.panel-group .panel-heading {
    padding: 0;
    border-radius: 3px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-group .panel-heading a {
    display: block;
    padding: 10px 15px;
}

.collapse.in {
    display: block;
}

.panel-body {
    padding: 15px;
    font-size: .9em;
}

p {
    color: #000;
    line-height: 24px;
    margin: 0 0 20px;
}

.col-md-9 {
    width: 75%;
}

.lead {
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.4;
}

.mb-xs {
    margin-bottom: 5px !important;
}

h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

html .heading-tertiary, html .lnk-tertiary, html .text-color-tertiary {
    color: #2c96bc !important;
}

h5 {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
    text-transform: uppercase;
}

.heading.heading-bottom-border h2, .heading.heading-bottom-border h3 {
    border-bottom: 2px solid #dbdbdb;
    padding-bottom: 10px;
}

html .heading.heading-tertiary h1, html .heading.heading-tertiary h2, html .heading.heading-tertiary h3, html .heading.heading-tertiary h4, html .heading.heading-tertiary h5, html .heading.heading-tertiary h6 {
    border-color: #2c96bc;
}

.heading.heading-border h1, .heading.heading-border h2, .heading.heading-border h3, .heading.heading-border h4, .heading.heading-border h5, .heading.heading-border h6 {
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
    text-transform: uppercase;
}

div.body *, html .scroll-to-top, .ui-dialog-titlebar-close, .lightbox-opened .mfp-wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

th {
    text-align: left;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:hover {
    color: #5270b6;
}

.body > #footer {
    border-top: 4px solid #0e0e0e;
    font-size: .9em;
    margin-top: 50px;
    padding: 70px 0 0;
    position: relative;
    clear: both;
}

.body > #footer {
    background: #6fa0bf;
    border-top-color: #4764a8;
}

footer .container .row > div {
    margin-bottom: 0 !important;
}

.DNNEmptyPane {
    width: auto;
}

.body > #footer h1, .body > #footer h2, .body > #footer h3, .body > #footer h4, .body > #footer a {
    color: #fff !important;
    font-weight: 100;
}

.heading.heading-border {
    margin-bottom: 25px;
}

.body > #footer h1, .body > #footer h2, .body > #footer h3, .body > #footer h4, .body > #footer a {
    color: #fff !important;
}

.heading.heading-bottom-double-border h1, .heading.heading-bottom-double-border h2, .heading.heading-bottom-double-border h3 {
    border-bottom: 3px double #dbdbdb;
    padding-bottom: 10px;
}

.heading.heading-border h1, .heading.heading-border h2, .heading.heading-border h3, .heading.heading-border h4, .heading.heading-border h5, .heading.heading-border h6 {
    margin: 0;
    padding: 0;
}

.mt-xs {
    margin-top: 5px !important;
}

footer p, footer p strong {
    color: #fff;
}

hr.short {
    margin: 11px 0;
}

hr {
    background-image: -webkit-linear-gradient(left, transparent, #dbdbdb, transparent);
    background-image: linear-gradient(to right, transparent, #dbdbdb, transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;
}

.col-md-4 {
    width: 33.33333333%;
}

.heading.heading-border {
    margin-bottom: 25px;
}

ul, ol {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.body > #footer h4 {
    font-weight: 200;
}

ul.social-icons li {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-image: url(../img/social-sprites.png);
    background-repeat: no-repeat;
    background-position: 0 100px;
    display: inline-block;
    margin: -1px 1px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
}

.clearfix {
    display: inline-block;
}

ul.social-icons li.facebook {
    background-position: 0 -120px;
}

    ul.social-icons li.facebook:hover {
        background-position: 0 -150px;
    }

ul.social-icons li[class] a {
    text-indent: -9999px;
}

ul.social-icons li a:hover {
    text-decoration: none;
}

ul.social-icons li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
}

ul.social-icons li.twitter {
    background-position: 0 -1140px;
}

    ul.social-icons li.twitter:hover {
        background-position: 0 -1170px;
    }

ul.social-icons li.youtube {
    background-position: 0 -1380px;
}

    ul.social-icons li.youtube:hover {
        background-position: 0 -1410px;
    }

ul.social-icons li.instagram {
    background-position: 0 -1680px;
}

    ul.social-icons li.instagram:hover {
        background-position: 0 -1710px;
    }

ul.social-icons li.pinterest {
    background-position: 0 -780px;
}

    ul.social-icons li.pinterest:hover {
        background-position: 0 -810px;
    }

ul.social-icons li.flickr {
    background-position: 0 -180px;
}

    ul.social-icons li.flickr:hover {
        background-position: 0 -210px;
    }

.mb-xl {
    margin-bottom: 25px !important;
}

.mt-xl {
    margin-top: 25px !important;
}

html .btn-secondary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #c79a20;
    border-color: #c79a20 #c79a20 #9b7819;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.body > #footer .footer-copyright {
    border-top: 4px solid;
    margin-top: 40px;
    padding: 30px 0 10px;
}

.body > #footer .footer-copyright {
    background-color: #ccc;
    border-top-color: #4764a8;
}

footer .copyright, footer .terms:before {
    display: inline-block;
}

footer .terms {
    display: inline-block;
}

footer .privacy {
    display: inline-block;
}

    footer .terms:before, footer .privacy:before {
        display: block;
        content: '';
        height: 12px;
        border-left: 1px solid #000;
        float: left;
        margin: 5px 10px 0 7px;
    }

.col-md-6 {
    width: 50%;
}

.body > #footer h3 {
    font-size: 1.5em;
}

html header nav ul.nav-main li.dropdown-primary.open > a, html header nav ul.nav-main li.dropdown-primary.active > a, html header nav ul.nav-main li.dropdown-primary:hover > a {
    background: #4764a8 !important;
    color: #ffffff !important;
    text-decoration: none;
}

.navbar-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: "AlrightSans";
}

.navbar-logo{
    width: 323px;
}

.navbar-top{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 15px 13% 15px 13%;
}

.navbar{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.social-media-link img{
    width: 32px;
}

@media (max-width: 1350px) {
    .navbar-top{
        padding: 15px 2% 15px 2%;
    }
}
.navbar-bottom{
    background: rgba(0, 97, 104, .9);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10%;
}

.navbar-bottom-link{
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none !important;
    color: #fff;
    padding: 20px 26px;
}

.navbar-bottom-link:hover{
    background-color: #284a8aF2;
    color: white;
}

.footer-container{
    margin-top: 25px;
    display:flex;
    flex-direction: column;
    width: 100%;
    font-family: "AlrightSans";
}

.footer-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #252525;
    padding: 89px 10%;
}

@media (max-width: 1500px) {
    .footer-top{
        padding: 50px 2%;
    }
}

.footer-left{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 35px;
}

.left-imgs{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-first-img{
    margin: 0 auto 21px;
    display: block;
    width: 116px;
    vertical-align: middle; 
}

.footer-second-img{
    margin: 0 auto 21px;
    display: block;
    width: 99px;
    vertical-align: middle; 
}

.right-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer-logo{
    width: 350px;
    margin-bottom: 15px;
}

.footer-link-toprow{
    display: flex;
    flex-direction: row;
    gap: 0px;
}

.footer-link-botrow{
    display: flex;
    flex-direction: row;
    gap: 0px;
}

.footer-link{
    color: #fff;
    padding: 0px 10px;
    letter-spacing: .025em;
    border-right: 2.25px solid #fecf43;
}

.makeblue{
    color: #62c7b7 !important;
}

.footer-noborder{
    border-right: 0px !important;
}

.nopad{
    padding-left: 0px !important;
}

.footer-action-links{
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    gap: 0px;
}

.action-link{
    color: #FECF43;
    text-decoration: underline;
    padding: 0px 10px;
    letter-spacing: .025em;
    border-right: 2.25px solid #fecf43;
}

.action-link:hover{
    color: #FECF43;
    text-decoration: underline;
    padding: 0px 10px;
    letter-spacing: .025em;
    border-right: 2.25px solid #fecf43;
}

.footer-right{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.footer-columns{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
}

.footer-column{
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
}

.footer-column-header{
    margin: 15px 0;
    font-weight: 900;
    letter-spacing: .025em;
    color: #fecf43;
    text-transform: uppercase;
    font-size: 16px;
}

.footer-column-link{
    color: rgba(255, 255, 255, .90);
    letter-spacing: .025em;
    display: block;
    text-decoration: none;
    line-height: 26px;
}

.footer-column-link:hover{
    color: rgba(255, 255, 255, .90);
    letter-spacing: .025em;
    display: block;
    text-decoration: none;
    line-height: 26px;
}

.footer-bottom{
    background: #006168;
    color: #fff;
    letter-spacing: .025em;
    padding: 20px 0;
}

.copyright{
    margin-left: 15%;
}

.data_entry h5{
    display: none;
}

.footer-final-links{
    display: flex;
    flex-direction: row;
    gap: 0px;
}

.final-link{
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .005em;
    padding: 0px 10px;
    border-right: 2.25px solid #5abaac;
}

.pub_export li {
    font-size: 85%;
}