﻿/* Fonts */
@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/PTS55F-webfont.eot');
    src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS55F-webfont.woff') format('woff'), url('../fonts/PTS55F-webfont.ttf') format('truetype'), url('../fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/PTS75F-webfont.eot');
    src: url('../fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS75F-webfont.woff') format('woff'), url('../fonts/PTS75F-webfont.ttf') format('truetype'), url('../fonts/PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Global Styles */
html {
    box-sizing: inherit !important;
}

.nodisplay {
    display: none;
}

.accessible-hidden a {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

    .accessible-hidden a:focus {
        background-color: #0197d7;
        height: auto;
        left: .5em;
        padding: .5em 1em;
        text-align: center;
        top: 0;
        width: auto;
    }

body {
    color: #505050;
    font-family: pt_sansregular, arial, sans-serif;
    font-size: 62.5%;
}

strong {
    font-weight: 900;
}

/* Virginia.gov Header */
#va_aagency_bar .sui-search-box__text-input {
    width: auto !important;
}

#vita-bar {
    background-color: #000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    height: 3.4em;
    line-height: 3.4em;
}

    #vita-bar ul {
        overflow: hidden;
    }

    #vita-bar li {
        float: left;
        margin: 0 0 0 1em;
    }

        #vita-bar li a {
            color: #fff;
            font-weight: 700;
        }

            #vita-bar li a:hover {
                color: #ccc;
                text-decoration: none;
            }

    #vita-bar #virginia-gov-logo a {
        display: inline-block;
    }

    #vita-bar li#search-virginia-gov {
        float: right;
        margin-right: 1em;
    }

/* Website Header */
header {
    clear: both;
    margin: 0 auto;
    padding: 2em 0 0;
    text-align: center;
    width: 100%;
}

#vpb-logo {
    height: auto;
    margin: 0 auto;
    width: 23.5em;
}

nav#main-menu ul {
    margin: 1em auto 0;
}

nav#main-menu li {
    display: inline;
    margin: 0 .4em;
}

    nav#main-menu li:first-child {
        margin-left: 0;
    }

    nav#main-menu li:last-child {
        margin-right: 0;
    }

#main-menu li a {
    color: #505050;
    display: inline-block;
    font-size: 1.5em;
    padding: .5em .8em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.fontface #main-menu li a {
    font-size: 1.6em;
}

nav#main-menu li a:hover, nav#main-menu li a:focus {
    color: #0197d7;
    text-decoration: underline;
}

nav#main-menu li.active a {
    background-color: #dfdfdf;
}

/* nav#main-menu Collapse */
@media all and (min-width: 960px) {
    .js .nav-collapse {
        position: relative;
    }

        .js .nav-collapse.closed {
            max-height: none;
        }

    .nav-toggle {
        display: none;
    }
}

@media print {
    .nav-toggle {
        display: none;
    }
}


/* Photo Banner */
#photo-banner {
    background-position: center center;
    background-repeat: no-repeat;
    margin: 1.5em 0 0;
    min-height: 500px;
    overflow: hidden;
    width: 100%;
}

html.js #photo-banner {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

#homepage #photo-banner {
    background-image: url(../images/hero/homepage.jpg);
}

#homepage #photo-banner.night {
    background-image: url(../images/hero/homepage-night.jpg);
}

#decisions #photo-banner {
    background-image: url(../images/hero/decisions.jpg);
}

#victim-services #photo-banner {
    background-image: url(../images/hero/victim-services.jpg);
}

#news-and-announcements #photo-banner {
    background-image: url(../images/hero/news-and-announcements.jpg);
}

#about #photo-banner {
    background-image: url(../images/hero/about.jpg);
}

#resources #photo-banner {
    background-image: url(../images/hero/resources.jpg);
}

#contact #photo-banner {
    background-image: url(../images/hero/contact.jpg);
}

#web-policy #photo-banner {
    background-image: url(../images/hero/web-policy.jpg);
}

#foia-page #photo-banner {
    background-image: url(../images/hero/FOIA.jpg);
}

#public-hearings #photo-banner {
    background-image: url(../images/hero/public-hearings.jpg);
}

#tagline-wrapper {
    margin: 8em auto 0;
    width: 96em;
}

#tagline {
    max-width: 48.5em;
}

html.js #tagline {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

#tagline h1 {
    background-image: url(../images/background-black-transparent.png);
    color: #fff;
    display: inline-block;
    font-family: pt_sansbold, arial;
    font-size: 3.5em;
    line-height: 1.2em;
    padding: .5em .5em;
}

#tagline p {
    background-color: #fff;
    font-size: 1.6em;
    line-height: 1.2em;
    margin: 2em 0 0;
    padding: 1.25em;
}

#tagline a {
    color: #0197d7;
    text-decoration: none;
}

    #tagline a:hover {
        color: #e91744;
        text-decoration: underline;
    }


/*****************************/
/* Begin Center Content Block */
/*****************************/
/* Initial Sytles */
#content {
    clear: both;
    margin: 4em auto 12em;
    overflow: hidden;
    padding: 0 2em;
    width: 92em;
}

    #content a {
        color: #0197d7;
        text-decoration: none;
    }

        #content a:hover {
            color: #e91744;
            text-decoration: underline;
        }

    #content h2 {
        font-family: pt_sansregular, arial, sans-serif;
        font-size: 1.9em;
        margin-bottom: .9em;
        text-transform: uppercase;
    }

        #content h2.disclaimer-follows {
            margin-bottom: .21em;
        }

    #content h3 {
        font-family: pt_sansbold, arial, sans-serif;
        font-size: 1.6em;
        font-weight: 800;
    }

.fontface #content h3 {
    font-weight: 400
}

#content p + h3, #content ul + h3 {
    margin: 1.3em 0 0;
}

#content p {
    margin: .25em 0 .625em;
}

    #content p.disclaimer {
        font-size: 1.2em;
        margin-bottom: 1.42em;
        color: #777
    }

    #content h2 + p, #content p:first-child {
        margin-top: 0;
    }

#content h3 a {
    font-family: pt_sansregular, arial, sans-serif;
    font-weight: 400;
}

#content h4 {
    font-size: 1.6em;
    font-style: italic;
    font-weight: 400;
}

#content .list {
    margin: 0 0 1.5em 1em;
    padding: 0 0 0 2em;
}

    #content .list li {
        font-size: 1.6em;
        line-height: 1.2em;
        list-style-type: square;
        margin: .5em 0;
    }

#content .number-list {
    margin: 0 0 1.5em 1em;
    padding: 0 0 0 2em;
}

    #content .number-list li {
        font-size: 1.6em;
        line-height: 1.2em;
        list-style-type: decimal;
        margin: .5em 0;
    }

.odd {
    float: left;
    margin: 0;
    padding: 0 2.1em 0 0;
    width: 43.8em;
}

.even {
    float: right;
    margin: 0;
    padding: 0 0 0 2.1em;
    width: 43.8em;
}

.column-rborder {
    border-right: 1px solid #ccc;
}

.column-lborder {
    border-left: 1px solid #ccc;
}

/*****************************/
/* Begin Home Page */
/*****************************/
/* Begin Recent News */
#recent-news-announcements {
    border-left: 1px solid #ccc;
    float: right;
    margin-left: 2em;
    padding: 0 0 0 2em;
    width: 59.75em;
}

    #recent-news-announcements dt {
        color: #777;
        font-size: 1.2em;
        margin: 3.3em 0 .65em;
    }

        #recent-news-announcements dt:first-of-type {
            margin: 0 0 .65em;
        }

    #recent-news-announcements dd {
        margin-bottom: 2.5em;
    }

        #recent-news-announcements dd:last-of-type {
            margin-bottom: 0;
        }

        #recent-news-announcements dd p {
            font-size: 1.6em;
            line-height: 1.2em;
            margin: .25em 0 .625em;
        }

        #recent-news-announcements dd ul {
            font-size: 1.6em;
            line-height: 1.2em;
            list-style-type: disc;
            margin: .25em 0 .625em;
            padding: 0 0 0 1.875em;
        }

        #recent-news-announcements dd a {
            display: inline-block;
            font-size: 1.6em;
        }

/* Begin Parole Decisions */
#recent-parole-decisions {
    border-bottom: 1px solid #ccc;
    float: left;
    margin: 0;
    padding: 0 0 3em;
    width: 28em;
}

    #recent-parole-decisions dl {
        margin: 0 0 0 2em;
        overflow: hidden;
    }

        #recent-parole-decisions dl dt {
            float: left;
            font-size: 1.6em;
            width: 25%;
        }

        #recent-parole-decisions dl dd {
            float: right;
            margin: 0 0 .4em 10%;
            width: 60%;
        }

    #recent-parole-decisions dd + dt {
        clear: both;
        margin-top: 1em;
    }

    #recent-parole-decisions dt + dd {
        margin-top: 1.4em;
    }

    #recent-parole-decisions dd:first-of-type {
        margin: 0 0 .4em 10%;
    }

    #recent-parole-decisions dl dd a {
        font-size: 1.6em;
        text-decoration: none;
    }

/* Begin Most Requested Forms */
#most-requested-forms {
    border-bottom: 1px solid #ccc;
    clear: left;
    float: left;
    margin: 3em 0 3em;
    padding: 0 0 3em;
    width: 28em;
}

    #most-requested-forms h3 {
        margin-top: 1em;
    }

        #most-requested-forms h3 a {
            display: inline-block;
        }

        #most-requested-forms h3 span {
            height: 1px;
            left: -10000px;
            overflow: hidden;
            position: absolute;
            top: auto;
            width: 1px;
        }

        #most-requested-forms h3:hover span {
            color: #777;
            font-size: .75em;
            font-weight: 400;
            height: auto;
            left: 0;
            margin-left: 10px;
            overflow: hidden;
            position: initial;
            text-decoration: none;
            top: auto;
            width: auto;
        }

    #most-requested-forms li p {
        color: #777;
        font-size: 1.4em;
        line-height: 1.2em;
    }

/* Begin Vaccine Alert */
#vaccine-alert {
    clear: left;
    float: left;
    margin-bottom: 6em;
    padding: 0;
    width: 28em;
}

    #vaccine-alert p {
        color: #777;
        font-size: 1.4em;
        line-height: 1.2em;
    }

    #vaccine-alert img {
        clear: left;
        float: left;
        margin: 0;
        padding-bottom: 2rem;
        width: 28em;
    }


/*****************************/
/* Begin Decisions Page */
/*****************************/
#decisions h2 + p {
    font-size: 1.6em;
    line-height: 1.2em;
    column-count: 2;
    column-gap: 2.5em;
}

.decisions-list {
    display: flex;
    flex-wrap: wrap;
}

.dl-column {
    flex: 1;
    margin-left: 2em;
}

    .dl-column dt {
        font-size: 1.6em;
        margin-bottom: .25em;
    }

    .dl-column dd a {
        font-size: 1.6em;
        line-height: 1.2em;
    }

.annual-decisions {
    border-top: 1px solid #ccc;
    margin: 4em 0 0;
    padding: 4em 0 0;
}

dl.annual-decisions-list {
    float: left;
    padding: 0 .80em;
    column-count: 2;
    column-gap: 2.5em;
    width: -webkit-fill-available;
}

    dl.annual-decisions-list dt {
        font-size: 1.6em;
        margin-bottom: .25em;
    }

    dl.annual-decisions-list dd a {
        font-size: 1.6em;
        line-height: 1.2em;
    }


/*****************************/
/* Begin Victim Services Page */
/*****************************/
#victim-input .vcard {
    font-size: 1.6em;
    line-height: 1.2em;
    padding: 0 2em;
    margin: 0 0 1.125em
}

    #victim-input .vcard div.fn, #victim-input .vcard div.org {
    }

    #victim-input .vcard .adr {
        margin: 0 0 .75em;
    }

    #victim-input .vcard .tel {
        margin: .75em 0 0;
    }

#victim-input {
    overflow: hidden;
}

#resources #content a {
    font-size: 1.6em;
    line-height: 1.2em;
}

#victim-services #content p {
    font-size: 1.6em;
    line-height: 1.2em;
}

#victim-notification {
    border-top: 1px solid #ccc;
    margin: 4em 0 0;
    padding: 4em 0 0;
}

#victim-coordinator {
    border-top: 1px solid #ccc;
    clear: both;
    float: left;
    margin: 4em 0 0;
    overflow: hidden;
    padding: 4em 0 0;
}

#victim-role {
    border-top: 1px solid #ccc;
    margin: 4em 0 0;
    padding: 4em 0 0;
}

/*****************************/
/* Begin News & Announcements Page */
/*****************************/
#news-announcements dl.odd {
    padding-bottom: 2em;
}

#news-announcements dt {
    color: #777;
    font-size: 1.2em;
    margin: 1.65em 0 .8em;
    padding: 1.65em 0 0;
}


    #news-announcements dt:first-of-type {
        border-top: 0 none;
        margin: 0 0 .8em;
        padding: 0;
    }

#news-announcements dd {
    margin-bottom: 2.5em;
}

    #news-announcements dd:last-of-type {
        margin-bottom: 0;
    }

    #news-announcements dd p {
        font-size: 1.6em;
        line-height: 1.2em;
        margin: .25em 0 .625em;
    }

    #news-announcements dd ul {
        font-size: 1.6em;
        line-height: 1.2em;
        list-style-type: disc;
        margin: .25em 0 .625em;
        padding: 0 0 0 1.875em;
    }

    #news-announcements dd a {
        display: inline-block;
        font-size: 1.6em;
    }

/*****************************/
/* Begin About Page */
/*****************************/
#about #content p {
    font-size: 1.6em;
    line-height: 1.2em;
}

#about-board {
    border-bottom: 1px solid #ccc;
    margin: 0 0 4em;
    overflow: hidden;
    padding: 0 0 2.5em;
}

#process-slideshow img {
    width: 100%;
}

#custom-pager .cycle-pager-active {
    font-size: 4em;
}

#slideshow-menu {
    margin-bottom: -2em;
    overflow: hidden;
    position: relative;
    top: -20em;
    z-index: 9999;
}

    #slideshow-menu li {
        background-color: #505050;
        color: #fff;
        cursor: pointer;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 2.75em;
        font-weight: 700;
        opacity: .2;
        padding: .25em .3em .5em .25em;
        text-align: center;
        width: .75em;
    }

        #slideshow-menu li.prev {
            float: left;
        }

        #slideshow-menu li.next {
            float: right;
        }

        #slideshow-menu li:hover {
            opacity: 1;
        }

#parole-board-members li + li {
    margin-top: 2em;
}

#about dl#decision-codes {
    margin: 1em 0 0;
}

    #about dl#decision-codes dt {
        font-size: 1.6em;
        font-style: italic;
        margin: .125em 0;
    }

    #about dl#decision-codes dd {
        font-size: 1.6em;
        margin: .1em 0 1.125em;
    }

/*****************************/
/* Begin Resources Page */
/*****************************/
#external-resources-victim, #external-resources-parole {
    margin: 4em 0 0;
}

    #external-resources-victim li, #external-resources-parole li, #court-cases li {
        margin: 0 0 2em;
    }

#court-cases {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 0 0 2em;
}

ul.two-column li.odd {
    clear: left;
}

ul.two-column li.even {
    clear: right;
}

#resources #content p {
    font-size: 1.4em;
    line-height: 1.2em;
}

/*****************************/
/* Begin Contact Page */
/*****************************/
#contact-form {
    min-height: 56.5em;
    padding-bottom: 1em;
}

    #contact-form p {
        font-size: 1.6em;
        line-height: 1.2em;
    }

    #contact-form #form {
        margin: 0;
    }

    #contact-form #error-message {
        color: #e91744;
    }

        #contact-form #error-message h3 {
            margin: 1.25em 0 0;
        }

    #contact-form input.error, #contact-form textarea.error {
        border: 1px solid #e91744;
    }

    #contact-form label {
        clear: left;
        float: left;
        font-size: 1.6em;
        height: 1.8em;
        line-height: 1.8em;
        margin: .25em 0;
        width: 7em;
    }

    #contact-form input {
        height: 1.4em;
    }

    #contact-form textarea {
        height: 10em;
    }

    #contact-form input, #contact-form textarea {
        border: 1px solid #ccc;
        clear: right;
        float: right;
        font-family: pt_sansregular,'segoe ui', tahoma, verdana, sans-serif;
        font-size: 1.6em;
        line-height: 1.2em;
        margin: .25em 0;
        padding: .2em;
        width: 18em;
    }

        #contact-form input:hover, #contact-form textarea:hover {
            border: 1px solid #3ab4e3;
        }

        #contact-form input:focus, #contact-form textarea:focus {
            background-color: #f2fafd;
            border: 1px solid #0197d7;
        }

    #contact-form div {
        clear: both;
        overflow: hidden;
    }

    #contact-form .form-check {
        border-bottom: 1px dotted #ccc;
        border-top: 1px dotted #ccc;
        margin: 1em 0 0;
        overflow: hidden;
        padding: 1em 0;
    }

        #contact-form .form-check label {
            float: right;
            width: auto;
        }

        #contact-form .form-check em {
            color: #909;
            font-weight: 700;
        }

    #contact-form input[type=submit] {
        background-color: #0197d7;
        border: 1px solid #0197d7;
        clear: both;
        color: #fff;
        cursor: pointer;
        filter: chroma(color=#000000);
        float: right;
        height: auto;
        margin: 1em 0 0;
        padding: .4em 3em;
        width: auto;
    }

        #contact-form input[type=submit]:hover {
            background-color: #3ab4e3;
        }

#contact-information {
    border-bottom: 1px solid #ccc;
    margin: 0 0 4em;
    overflow: hidden;
    padding: 0 0 4em;
}

    #contact-information .vcard {
        font-size: 1.6em;
        line-height: 1.2em;
    }

    #contact-information .address, #contact-information .numbers {
        float: left;
        width: 49.5%;
    }

    #contact-information .vcard h3 {
        font-size: 1em;
    }

    #contact-information .vcard .tel {
        margin: 0 0 0 1em;
        overflow: hidden;
    }

        #contact-information .vcard .tel:first-child {
            margin-bottom: .6em;
        }

#fillable-forms li {
    margin: 0 0 2em;
}

#fillable-forms p {
    font-size: 1.4em;
    line-height: 1.2em;
}

/*****************************/
/* Begin Public Hearings Page */
/*****************************/
#public-hearings #content p {
    font-size: 1.6em;
    line-height: 1.2em;
}

#public-hearings div.odd {
    float: left;
    margin-top: 2em;
    padding: 0;
    width: 30%;
    background-color: #F7F7F7;
    border-left: solid 3px #0197D7;
}

#public-hearings div.odd div:first-child {
    padding: 3em 2em 5em 2em; 
}

#public-hearings div.even {
    float: right;
    margin-top: 2em;
    padding: 0;
    width: 68%;
    border-top: solid 1px #ccc;
}

#meeting-tab .disclaimer {
    padding-top: 2em;
}

dl.inmate-names dd {
    font-size: 1.6em;
    line-height: 1.2em;
}

.view-agenda {
    font-size: 1.6em;
    line-height: 1.2em;
    padding: 1em 0 0 0;
}

.btn-watch-live {
    padding: 2em 0 0 0;
    width: 25em;
    display: none;
}

#public-hearings .btn-watch-live a {
    background-color: #0197d7;
    color: #fff;
    display: block;
    font-size: 1.4em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

    #public-hearings .btn-watch-live a:hover {
        background-color: #3ab4e3;
    }

.victim-blurb {
    border-top: 1px solid #ccc;
    margin: 4em 0 0;
    padding: 4em 0 0;
}
#public-hearings #no-meeting-tab {
    justify-items: center;
    text-align: center;
}
#public-hearings #no-meeting-tab img {
    height: 13em
}
/*Past Agenda section*/
.past-meeting-agenda {
    margin: 0;
    padding: 3em 0 0 0;
}
#meeting-tabs {
  clear: both;
  margin: 3em 0 0 0;
  overflow: hidden;
}
#meeting-tabs li {
  display: inline-block;
  margin: 0 1% 5px;
  padding: 0 0 20px 0;
  text-align: center;
  width: 30%;
}
#meeting-tabs li:first-of-type {
  margin-left: 0;
}
#meeting-tabs li:last-of-type {
  margin-right: 0;
}
#meeting-tabs a {
  background-color: #f7f7f7;
  color: #000;
  display: block;
  font-size: 1.6em;
  height: 2.5em;
  line-height: 2.5em;
  margin: 0 auto;
  text-decoration:none;
}
#meeting-tabs a:not(.current-tab):hover {
  background-color: #3ab4e3;
  color: #000;
  cursor: pointer;
}
#meeting-tabs .current-tab {
  background-color: #363636;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.current-tab:after {
  border: solid transparent;
  border-color: rgba(54, 54, 54, 0);
  border-top-color: #363636;
  border-width: 30px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -30px;
  pointer-events: none;
  position: absolute;
  top: 70%;
  width: 0;
}
.monthly-meetings {
  background-color: #f8f8f8;
  column-count: 3;
  text-align: left;
  -moz-column-count: 3; /* Firefox css columns prefix */
  column-rule-color: #d3d3d3;
  -moz-column-rule-color: #d3d3d3; /* Firefox column-rule-color prefix */
  column-rule-style: dotted;
  -moz-column-rule-style: dotted; /* Firefox css column-rule-style prefix */
  column-rule-width: 2px;
  -moz-column-rule-width: 2px; /* Firefox css column-rule-width prefix */
  font-size: 1.6em;
  padding: 40px 0;
}
.monthly-meetings dl {
}
.monthly-meetings dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  width: 80%;
}
.monthly-meetings li {
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.monthly-meetings a {
  color: #08ada7;
  text-decoration: none;
}
.monthly-meetings a:hover {
  color: #2e7a78;
  text-decoration: underline;
}
.meeting-date {
  background-color: #d1edec;
  font-family: 'ralewaymedium';
  font-size: 14px !important;
  padding: 1em 1em;
}
dd.meeting-document {
  color: #08ada7;
  font-size: 16px;
  line-height: 1em;
  margin-top: 0.6em;
  text-transform: capitalize;
}
dd.meeting-document:first-child {
  padding-left: 0;
}
dd.meeting-document:last-child {
  border-right: none;
}
dd.meeting-document h4 {
    font-family: 'ralewaymedium';
    font-size: 14px !important;
    color: #505050;
    text-transform: none;
}
li.meeting-set {
    padding-bottom: 1rem;
    justify-items: center;
    text-align: center;
}
.hidden {
  display: none;
}
.fade-in {
  animation: fade-in .5s;
  -webkit-animation: fade-in .5s;
  display: block !important;
}
.show{
  display: block;
}
@media (min-width: 961px) {
  button.accordion.active, button.accordion {
    display: none;
  }
  .monthly-meetings {
    display: block;
}
}

/*****************************/
/* Begin Policy Page */
/*****************************/
#web-policy #content p {
    font-size: 1.6em;
    line-height: 1.2em;
}

#web-policy #content h2 {
    border-top: 1px solid #ccc;
    margin-top: 2.1em;
    padding-top: 2.1em;
}

    #web-policy #content h2:first-child {
        border-top: 0 none;
        margin-top: 0;
        padding-top: 0;
    }

blockquote {
    background-color: #fafafa;
    border: 1px solid #eee;
    margin: 0 0 1em;
    padding: 20px;
}

/*****************************/
/* Begin 404 Page */
/*****************************/
#page-not-found {
    margin: -450px auto 0;
    position: absolute;
}

    #page-not-found h1 {
        font-size: 4.8em;
        line-height: 1.8em;
    }

    #page-not-found p {
        font-size: 1.8em;
        line-height: 1em;
    }

/*****************************/
/* Begin Footer Block */
/*****************************/
footer {
    background-color: #333;
}

#footer-content {
    color: #ccc;
    margin: 0 auto;
    overflow: hidden;
    padding: 5em 0 4em;
    width: 96em;
}

    #footer-content h4 {
        color: #fff;
        font-family: pt_sansregular, arial, sans-serif;
        font-size: 1.4em;
        text-transform: uppercase;
    }

    #footer-content a {
        color: #ccc;
        font-size: 1.4em;
        line-height: 1.2em;
    }

        #footer-content a:hover {
            text-decoration: none;
        }

    #footer-content .navigation {
        border-right: 1px solid #777;
        float: left;
        min-height: 18em;
        padding: .25em 2em .25em 1em;
        width: 13em;
    }

        #footer-content .navigation .main-menu li {
            margin: .5em 0;
        }

#expenditures-policy {
    float: left;
    padding: 2em;
    width: 28em;
}

#expenditures {
    border-bottom: 1px solid #777;
    margin: -3em 0 2em;
    padding: 0 0 2em;
}

    #expenditures a {
        background-image: url(../images/icon-expenditures.png);
        background-position: 1.25em center;
        background-repeat: no-repeat;
        display: inline-block;
        padding: .75em .25em .75em 5em;
    }

#policy a {
    background-image: url(../images/icon-web-policy.png);
    background-position: 1.5em center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: .75em .25em .75em 5em;
}

#foia {
    border-top: 1px solid #777;
    margin: 2em 0 0;
    padding: 2em 0 0;
}

    #foia a {
        background-image: url(../images/icon-foia.svg);
        background-size: 2.3em;
        background-position: 1.25em center;
        background-repeat: no-repeat;
        display: inline-block;
        padding: .75em .25em .75em 5em;
    }

#footer-content #software-links {
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    float: left;
    min-height: 18em;
    padding: .25em 2em;
    width: 27.5em;
}

    #footer-content #software-links p {
        font-size: 1.2em;
        margin-bottom: 1.7em;
    }

    #footer-content #software-links .mobile {
        display: none;
    }

    #footer-content #software-links ul li {
        margin: .5em 0;
    }

.return-to-top {
    float: right;
    padding: 2em 1em 1em 2em;
    width: 13em;
}

#footer-content .return-to-top a {
    background-color: #0197d7;
    color: #fff;
    display: block;
    font-size: 1.4em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

    #footer-content .return-to-top a:hover {
        background-color: #3ab4e3;
    }

#copyright-compliance {
    border-top: 1px solid #777;
    float: right;
    font-size: 1em;
    margin: 3em 0 0 2em;
    padding: 2em 0 1em 2em;
    width: 12em;
}

    #copyright-compliance p {
        font-size: 1.1em;
        line-height: 1.2em;
        margin-bottom: 1em;
    }

/***************************/
/*     Begin FOIA PAge     */
/***************************/

#foia-page #content p {
    font-size: 1.6em;
    line-height: 1.2em
}
