﻿[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    color: white;
    /*font-size: x-small;*/
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    padding-right: 20px;
    padding-left: 20px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

HTML, body {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
    font-family: "Proxima Nova", Arial, sans-serif;
    line-height: 27px;
}

#content {
    max-width: 1200px;
    margin: auto;
    padding: 60px 60px;
    font-family: "Proxima Nova",Arial,sans-serif;
}


/* CUSTOM FONTS */
@font-face {
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/icomoon/icomoon.eot') format('embedded-opentype');
    src: url('../fonts/icomoon/icomoon.eot#iefix') format('embedded-opentype'), 
        url('../fonts/icomoon/icomoon.ttf') format('truetype'), 
        url('../fonts/icomoon/icomoon.woff') format('woff'), 
        url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
}

@font-face {
    font-family: 'Proxima Nova';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/proximanova/proximanova-regular.eot') format('embedded-opentype');
    src: url('../fonts/proximanova/proximanova-regular.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/proximanova/proximanova-regular.woff2') format('woff2'), 
        url('../fonts/proximanova/proximanova-regular.woff') format('woff'), 
        url('../fonts/proximanova/proximanova-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Proxima Nova';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/proximanova/proximanova-bold.eot') format('embedded-opentype');
    src: url('../fonts/proximanova/proximanova-bold.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/proximanova/proximanova-bold.woff2') format('woff2'), 
        url('../fonts/proximanova/proximanova-bold.woff') format('woff'), 
        url('../fonts/proximanova/proximanova-bold.ttf') format('truetype');
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: normal;
    font-style: italic;
    src: url('../fonts/proximanova/proximanova-italic.eot');
    src: url('../fonts/proximanova/proximanova-italic.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/proximanova/proximanova-italic.woff2') format('woff2'), 
        url('../fonts/proximanova/proximanova-italic.woff') format('woff'), 
        url('../fonts/proximanova/proximanova-italic.ttf') format('truetype');
}

@font-face {
    font-family: 'D Sari Bold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/dsari/DSari_Bold-webfont.eot') format('embedded-opentype');
    src: url('../fonts/dsari/DSari_Bold-webfont.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/dsari/DSari_Bold-webfont.woff2') format('woff2'), 
        url('../fonts/dsari/DSari_Bold-webfont.woff') format('woff'), 
        url('../fonts/dsari/DSari_Bold-webfont.ttf') format('truetype');
}

/* ICONS */
.icon-play:before {
    content: "\f04b";
    font-family: "icomoon";
    font-size: x-small;
    vertical-align: text-top;
    line-height: 16px;
}

.social {
    float: right;
}

.social-icons {
    display: inline-block;
    padding-top: 33px;
}

.social-icons a {
    text-decoration: none;
}

.icon-facebook:before {
    content: "\f09a";
    font-family: "icomoon";
    color: #4B6576; /* change this hex value to match the header background color */
    font-size: 22px;
    padding-left: 0px;
    padding-right: 0px;
}

.icon-twitter:before {
    content: "\f099";
    font-family: "icomoon";
    color: #4B6576; /* change this hex value to match the header background color */
    font-size: 22px;
    padding-left: 0px;
    padding-right: 0px;
}

.icon-youtube:before {
    content: "\f167";
    font-family: "icomoon";
    color: #4B6576; /* change this hex value to match the header background color - 660066 (purple for testing) */
    font-size: 22px;
    padding-left: 0px;
    margin-right: 50px;
}
/* BANNER STYLES */
header {
    width: 100%;
    background-color: #4B6576; /* Public Safety - #5B7F95; */
}

.agency-name {
    font-size: 22px;
    letter-spacing: .3px;
    font-weight: 700;
    font-family: "D Sari Bold",Arial,sans-serif;
    line-height: 26px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 60px;
    padding-top: 30px;
}

.agency-name a {
    color: #FFFFFF;
    text-decoration: none;
}

.agency-name a:visited, .agency-name a:hover, .agency-name a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.main-page {
    display: inline-block;
    vertical-align: middle;
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-family: "Proxima Nova Bold",Arial,sans-serif;
    line-height: 26px;
}

.main-page a {
    color: #FFFFFF;
    text-decoration: none;
}

.main-page a:visited, .main-page a:hover, .main-page a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.application-name {
    display: inline-block;
    color: #F5A81C;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-family: "Proxima Nova Bold",Arial,sans-serif;
    font-style: italic;
    vertical-align: middle;
    padding-top: 30px;
    padding-bottom: 30px;
}

.landing-title-area {
    background: none 0px 0px repeat scroll rgb(244, 167, 28);
    padding: 20px 8%;
}

@media (min-width: 48em) {
    .landing-title-area {
        padding: 0px 2%;
    }
}

@media (min-width: 60em) {
    .landing-title-area {
        padding: 0px 60px;
    }
}

.landing-title-area .landing-title h1 {
    font-family: "Proxima Nova", Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: rgb(0, 0, 0);
    padding: 0px;
    margin: 0;
    line-height: 1.25em;
}

@media (min-width: 48em) {
    .landing-title-area .landing-title h1 {
        font-size: 52px;
    }
}

@media (min-width: 60em) {
    .landing-title-area .landing-title h1 {
        font-size: 52px;
    }
}

@media (min-width: 48em) {
    .landing-title-area > div {
        display: inline-block;
    }
}

@media (min-width: 60em) {
    .landing-title-area > div {
        display: inline-block;
    }
}

/* BOTTOMNAV STYLES */
.footer {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 30px;
    background-color: #e5ebee;
}

.agency-name-footer {
    float: left;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 700;
    font-family: "D Sari Bold",Arial,sans-serif;
    display: inline-block;
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 30px;
    margin-top: 20px;
    border-right: 1px black solid;
    line-height: 35px;
}

.agency-name-footer a {
    color: #000000;
    text-decoration: none;
}

.agency-name-footer a:visited, .agency-name-footer a:hover, .agency-name-footer a:active {
    color: #000000;
    text-decoration: none;
}

.footer-links-first {
    padding-left: 30px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    font-family: "Proxima Nova Bold",Arial,sans-serif;
    padding-top: 38px;
    padding-right: 30px;
    vertical-align: middle;
    float: left;
}

.footer-links {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    font-family: "Proxima Nova Bold",Arial,sans-serif;
    padding-top: 38px;
    padding-right: 30px;
    vertical-align: middle;
    float: left;
}

.footer-links a, .footer-links-first a {
    display: inline-block;
    text-decoration: none;
    color: #000000;
}

.footer-links a:visited, .footer-links a:hover, .footer-links a:active {
    text-decoration: underline;
}

.footer-links-first a:visited, .footer-links-first a:hover, .footer-links-first a:active {
    text-decoration: underline;
}

/* DESKTOP */
@media screen and (max-width: 1335px) {
}
/* END DESKTOP */

/* TABLET */
@media screen and (max-width: 1023px) {
    .agency-name-footer {
        border-right: none;
    }

    #content {
        padding-left: 60px;
    }

    .hrule {
        display: inline-block;
        border-bottom: 1px solid black;
        width: 80%;
        margin-left: 60px;
    }

    .footer-links-first {
        padding-left: 60px;
    }

    .footer-links {
        padding-left: 60px;
    }

    .social {
        float: left;
        display: block;
        padding-left: 40px;
    }
}
/* END TABLET */

/* MOBILE */
@media screen and (max-width: 767px) {
    .agency-name {
        font-size: 16px;
        padding-left: 20px;
        padding-top: 20px;
    }

    .main-page {
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-family: "Proxima Nova Bold",Arial,sans-serif;
        font-size: 14px;
    }

    .icon-play:before {
        display: block;
        padding-left: 40px;
        line-height: 16px;
    }

    .application-name {
        display: inline;
        padding-left: 15px;
        padding-bottom: 20px;
        line-height: 16px;
        font-size: 14px;
        position: absolute;
        top: 82px;
        left: 50px;
    }

    #content {
        padding-left: 20px;
    }

    .agency-name-footer {
        font-size: 16px;
        padding-left: 20px;
        margin-top: 30px;
        padding-bottom: 15px;
        border-right: none;
    }

    .hrule {
        display: inline-block;
        border-bottom: 1px solid black;
        width: 92%;
        margin-left: 20px;
    }

    .footer-links-first {
        display: block;
        vertical-align: initial;
        padding-left: 20px;
        width: 33%;
    }

    .footer-links {
        vertical-align: initial;
        padding-left: 20px;
        width: 33%;
    }

    .social {
        float: left;
        display: block;
        padding-left: 0px;
    }
}
/* END MOBILE */
/* CSS Document inlook.css*/
/* these styles are used only for inmate lookup pages */

#il caption {       
	border-width: 1px;                            
	border-style: solid;  
	padding: 5px;      
	font-weight: bold;   
}                               
#il form div.pair {           
	margin-top: 5px;         
	margin-bottom: 2px;      
}           
#il form fieldset {
	border-width: 1px;
	border-style: solid;
	border-color: #003366; /* navy */
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
}
#il form fieldset legend {
    color: #FFFFFF; 
	background-color: #4B6576; 
	font-size: 110%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
}
#il .aligncenter {
	text-align: center;
}
#il form label {              
	padding-top: 0;         
	padding-bottom: 0;       
	padding-left: 3px;       
	padding-right: 3px;      
	display: block;          
	float: left;             
	width: 20%;              
	text-align: right;       
}   
#il table {
	border-style: none;
	text-align:center;
}
#il table td {
	border-style: none;
}
#il table th {
	border-width: 1px;
	border-style: solid;
}
#il .border {
	border-width: 1px;
	border-style: solid;
}
/* buttolink will fail css validation.  It needs to have a transparent background-color which causes an error in the validator. */                 

#il .buttolink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: blue;
	background-color: transparent;
	text-decoration: underline;
	border: none;
	cursor: pointer;
}
#il .err {                                    
	color: #ff0000; /* red */                                   
	background-color: inherit;                    
	width: 90%;                                  
	font-weight: bold;                            
	text-align: center;                    
}
#il .hide {
	display: none;
}
#il .norm {                                        
	font-weight: normal;                          
}
#il .pcap {
	font-size: .8em;
	font-weight: normal;
	text-align: left;
} 
#dinlist {
	font-size: .9em;
}
#ii caption {       
	border-width: 1px;                            
	border-style: solid;  
	padding: 5px;      
	font-weight: bold;   
} 
#ii table {
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #000000; /* black */
	margin-bottom: 20px;
}
#ii table td {
	border-width: 1px;
	border-style: solid;
	border-color: #000000; /* black */
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}
#ii table th {
	
	border-width: 1px;
	border-style: solid;
	border-color: #000000; /* black */
	text-align: left;
}
                      

/*End of  Inmate Lookup Style  */


