@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#div-hero {
    width: 100%;
    height: 8vh;
    background-color: rgba(52, 59, 64, 0.9);
}

.pt-10 {
    padding-top: 10px;
}

.seprator_class {
    position: relative;
    padding: 15px;
}

.sep {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ccc;
    display: table;
    height: 100%;
}

.sep-text {
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    padding: 5px;
}

@media screen and (max-width: 768px) {
    .sep {
        position: absolute;
        left: 0;
        top: 50%;
        bottom: auto;
        right: 0;
        width: 100%;
        background: #ccc;
        display: block;
        height: 1px;
        text-align: center;
    }

    .sep-text {
        display: inline-block;
    }
}

.vertical {
    border-left: 1px solid black;
    height: auto;
    position: absolute;
    left: 50%;
}

.div-contact {
    text-align: center;
    padding-top: 15px;
}

/* Services Section
--------------------------------*/
#div-services {
    background: #fff;
    background-size: cover;
    padding: 20px 0 100px 0;
}

#div-services .box {
    padding: 50px 20px;
    margin-bottom: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
    height: 200px;
    position: relative;
    background: #fafafa;
}

#div-services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #2dc997;
}

#div-services .icon a {
    display: inline-block;
}

#div-services .icon i {
    color: #fff;
    font-size: 24px;
}

#div-services .box:hover .icon {
    background: #fff;
    border: 2px solid #2dc997;
}

#div-services .box:hover .icon i {
    color: #2dc997;
}

#div-services .box:hover .icon a {
    color: #2dc997;
}

#div-services .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#div-services .title a {
    color: #111;
}

#div-services .description {
    font-size: 14px;
    line-height: 24px;
}


/*-------------------------
Accordian
--------------------------*/
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}



.div-forms {
    padding-top: 15px;
}

.form-label {
    padding-top: 15px;
    padding-left: 15px;
    text-decoration: underline
}


/*------------------------------
Positioner for Forms 
------------------------------*/

/*#sof::before{
  display: block; 
  content: " "; 
  margin-top: -80px; 
  height: 80px; 
  visibility: hidden; 
  pointer-events: none;
}*/
/*#sof*/
#revtax::before {
    display: block;
    content: " ";
    margin-top: -80px;
    height: 80px;
    visibility: hidden;
    pointer-events: none;
}

/*#revtax*/
#financialservices::before {
    display: block;
    content: " ";
    margin-top: -80px;
    height: 80px;
    visibility: hidden;
    pointer-events: none;
}

/*#financialservices*/
#treasury::before {
    display: block;
    content: " ";
    margin-top: -80px;
    height: 80px;
    visibility: hidden;
    pointer-events: none;
}

/*#treasury*/
#oit::before {
    display: block;
    content: " ";
    margin-top: -80px;
    height: 80px;
    visibility: hidden;
    pointer-events: none;
}

/*#oit*/
#procurementservices::before {
    display: block;
    content: " ";
    margin-top: -80px;
    height: 80px;
    visibility: hidden;
    pointer-events: none;
}

/*#procurementservices*/
#customs::before {
    display: block;
    content: " ";
    margin-top: -80px;
    height: 80px;
    visibility: hidden;
    pointer-events: none;
}

/*#customs*/
#passport::before {
    display: block;
    content: " ";
    margin-top: -80px;
    height: 80px;
    visibility: hidden;
    pointer-events: none;
}

/*#passport*/

.section-jump {
    text-decoration: underline;
    padding-left: 10px;
}

.contact-us-style {
    color: steelblue;
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: bold;

}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.faq-question {
    font-weight: bold;
    color: #0076A4;
}

.div-logo {
    padding: 0;
    margin: 0;
}

.img-container {
    overflow: hidden;
}

.contact-padding {
    padding-top: 20px;
}



#page-title {
    /*  background: #044967;*/
    padding: 150px 20px 40px 20px;
    text-align: center;
    color: white;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/page-title-background.jpg") fixed center center;
    background-size: cover;
    /*  padding: 80px 0;*/
}

#page-title h1 {
    padding: 0px;
}

#page-title-2 {
    /*  background: #044967;*/
    padding: 150px 20px 40px 20px;
    text-align: center;
    color: white;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/page-title-background-2.jpg") fixed center center;
    background-size: cover;
    /*  padding: 80px 0;*/
}

#page-title-2 h1 {
    padding: 0px;
}


#page-title-3 {
    /*  background: #044967;*/
    padding: 150px 20px 40px 20px;
    text-align: center;
    color: white;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/page-title-background-3.jpg") fixed center center;
    background-size: cover;
    /*  padding: 80px 0;*/
}

#page-title-3 h1 {
    padding: 0px;
}


#page-title-4 {
    /*  background: #044967;*/
    padding: 150px 20px 40px 20px;
    text-align: center;
    color: white;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/page-title-background-4.jpg") fixed center center;
    background-size: cover;
    /*  padding: 80px 0;*/
}

#page-title-4 h1 {
    padding: 0px;
}

.underline {
    text-decoration: underline;
    font-weight: 450;
}

.nav-announcement {
    background-color: #6221B6;
}


#revtax .prior-year {
    padding-left: 30px;
    padding-bottom: 0px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-style: solid;
}

.text-aetna {
    color: #6221B6 !important;
}

a.text-aetna:hover,
a.text-aetna:focus {
    color: #6221B6 !important;
}

/*
#announcement-filter > .btn {
    display: inline-block;
    padding: 0.35em 0.65em;
    margin: 1px 0.5px;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.50rem;
}

#announcement-filter > .btn-all {
    border: 2px solid #6e7b8b;
    color: #6e7b8b;
}

#announcement-filter > .btn-all.selected {
    background-color: #6e7b8b;
    color: #fff;
}

#announcement-filter > .btn-pr {
    border: 2px solid #b8860b;
    color: #b8860b;
}

#announcement-filter > .btn-pr.selected {
    background-color: #b8860b;
    color: #fff;
}

#announcement-filter > .btn-dof {
    border: 2px solid #17a2b8;
    color: #17a2b8;
}

#announcement-filter > .btn-dof.selected {
    background-color: #17a2b8;
    color: #fff;
}

#announcement-filter > .btn-sof {
    border: 2px solid #1751b8;
    color: #1751b8;
}

#announcement-filter > .btn-sof.selected {
    background-color: #1751b8;
    color: #fff;
}

#announcement-filter > .btn-ta {
    border: 2px solid #006400;
    color: #006400;
}

#announcement-filter > .btn-ta.selected {
    background-color: #006400;
    color: #fff;
}

#announcement-filter > .btn-ghli {
    border: 2px solid #212bb6;
    color: #212bb6;
}

#announcement-filter > .btn-ghli.selected {
    background-color: #212bb6;
    color: #fff;
}

#announcement-filter > .btn-aetna {
    border: 2px solid #6221B6;
    color: #6221B6;
}

#announcement-filter > .btn-aetna.selected {
    background-color: #6221B6;
    color: #fff;
}


.announcement > .col {
    padding: 10px;
}

.announcement > .col {
    display: none;
}

.announcement > .col.shw {
    display: block;
}

.announcement-date {
    margin: 2px 0;
    color: #6c757d;
    opacity: 1;
    font-size: .9rem;
    text-transform: capitalize;

}

.announcement-type {
    margin: 2px 0;
}


.announcement-badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.50rem;
}


.badge-pr {
    background-color: #B8860B;
}

.badge-pr::after {
    content: 'Press Release'
}

.badge-ta {
    background-color: #006400;
}

.badge-ta::after {
    content: 'Tax Announcement'
}

.badge-aetna {
    background-color: #6221B6;

}

.badge-aetna::after {

    content: 'AETNA';
}

.badge-ghli {
    background-color: #212bb6;
}

.badge-ghli::after {
    content: 'GHLI'
}

.badge-dof {
    background-color: #17a2b8;
}

.badge-dof::after {
    content: 'Department of Finance'
}

.badge-sof {
    background-color: #1751b8;

}

.badge-sof::after {
    content: 'From the Secretary of Finance'
}

.announcement-text {
    padding: 2px 0;
}

.announcement-text img {
    float: left;
    width: 150px;
}

.continue-reading {
    text-align: end;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: auto;
}

.continue-reading a {
    text-decoration: none;
    color: #0076A4;
}*/


.nav-emp {
    background-color: #214D89;
}

.nav-vss {
    background-color: #28a745
}

.nav-tm {
    background-color: #00d9ef;
}

.nav-tm a i,
.nav-tm a {
    color: #002442;
    font-weight: 500;
}

.nav-tm a:hover{
    color: #6f42c1;
}

.header-blue {
    color: #0076A4;
}


#vss-instructions h2 {
    color: #0076A4;
    font-weight: 300;
}

#vss-instructions a {
    color: #0076A4;
}

#vss-instructions .underline {
    text-decoration: underline;
}

.word-break {
    word-break: break-all;
}

.w-90 {
    width: 90% !important;
}

#rfp h4 {
    color: #0076a4;
}

#rfp a {
    color: #0076A4;
    text-decoration: underline;
    font-weight: 500;
}

.closed,
.open {
    font-weight: 500;
}

.open {
    background-color: #c3e6cb
}

.closed {
    background-color: #f5c6cb
}

.not-available {
    text-decoration: none !important;
    color: #000 !important;
    font-weight: normal !important
}

.maskedEmail:after {
    content: attr(data-a) "@" attr(data-b) "." attr(data-c)
}