body {
    background-color: #5c87b2;
    font-size: 11pt;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

td {
    vertical-align: top;
}

.page {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#siteTitle {
    color: white;
}

#siteContent {
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    min-height: 400px;
}

a {
    color: Navy;
}

textarea {
    border: 1px solid #ccc;
    width: 400px;
    min-height: 75px;
}

input[type="text"], input[type="password"] {
    background-color: #fff;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #444;
    width: 400px;
}

/* vs: don't know why input[type="number"] is not included from css above */
.input-type-number {
    background-color: #fff;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #444;
    width: 400px;
}

select {
    border: 1px solid #ccc;
    color: #444;
    background-color: #fff;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
}

input[type="file"] {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #444;
}

input[type="submit"] {
    /*padding: 2px 8px;*/
    position: relative;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 18px;
    color: #fefefe;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5);
    box-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #5c87b2;
    background-repeat: repeat-x;
    background-image: linear-gradient(top,#fee94f 0,#fd9a0f 100%);
}

    input[type="submit"]:hover, input[type="submit"]:focus {
        background-color: #4fafc9;
        background-repeat: repeat-x;
    }

    input[type="submit"]:active {
        background-image: none;
    }

.field-label {
    color: #4682B4;
}

.fee-label {
    color: #4682B4;
}

.required {
    color: Red;
}

.error {
    color: Red;
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.date {
}

.OwnerView {
    background-color: #d9e8fc;
    padding: 0px 0px 10px 0px;
    /*min-height: 375px;*/
    max-height: 400px;
    width: 380px;
    border-radius: 8px;
}

.OwnerEdit {
    background-color: #d9e8fc;
    padding: 0px 0px 10px 0px;
    display: none;
    /*min-height: 375px;*/
    max-height: 420px;
    width: 380px;
    border-radius: 8px;
}

.OwnerNew {
    background-color: #d9e8fc;
    padding: 0px 0px 10px 0px;
    /*height: 398px;
    min-height: 375px;*/
    max-height: 420px;
    width: 380px;
    border-radius: 8px;
}

.OwnerHeader {
    background-color: #5c87b2;
    padding: 5px 5px 5px 5px;
    border-radius: 8px;
    width: auto;
    font-weight: bold;
    color: #ffffff;
    text-shadow: #000000 1px 1px 1px;
    display: block;
}

.spanRequired {
    font-size: 12px;
    vertical-align: top;
    float: right;
    padding: 0px 10px 0px 0px;
}

.EmergView {
    background-color: #ffb87f;
    padding: 0px 0px 10px 0px;
    border-radius: 8px;
    /*min-height: 375px;*/
    max-height: 400px;
    width: 374px;
}

.EmergEdit {
    background-color: #ffb87f;
    padding: 0px 0px 10px 0px;
    border-radius: 8px;
    /*min-height: 375px;*/
    max-height: 420px;
    width: 374px;
    display: none;
}

.EmergNew {
    background-color: #ffb87f;
    padding: 0px 0px 10px 0px;
    border-radius: 8px;
    /*min-height: 375px;*/
    max-height: 420px;
    width: 374px;
}

.EmergHeader {
    background-color: #e47924;
    padding: 5px 5px 5px 5px;
    border-radius: 8px;
    width: auto;
    font-weight: bold;
    color: #ffffff;
    text-shadow: #000000 1px 1px 1px;
    display: block;
}

.EmergSpanRequired {
    font-size: 12px;
    vertical-align: top;
    float: right;
    padding: 0px 10px 0px 0px;
}

.AlarmView {
    background-color: #f6caca;
    padding: 0px 0px 10px 0px;
    border-radius: 8px;
    height: 220px;
    width: 744px;
}

.AlarmEdit {
    background-color: #f6caca;
    padding: 0px 0px 10px 0px;
    border-radius: 8px;
    height: 220px;
    width: 774px;
    display: none;
}

.AlarmNew {
    background-color: #f6caca;
    padding: 0px 0px 10px 0px;
    border-radius: 8px;
    height: 220px;
    /*width: 774px;*/
}

.AlarmNew.EditMode{
    height: 220px;
}

.AlarmHeader {
    background-color: #b84747;
    padding: 5px 5px 5px 5px;
    border-radius: 8px;
    width: auto;
    font-weight: bold;
    color: #ffffff;
    text-shadow: #000000 1px 1px 1px;
    display: block;
    text-align: left;
}

.AlarmNote {
    color:#C9C9C9;
}

.AlarmSpanRequired {
    font-size: 12px;
    vertical-align: top;
    float: right;
    padding: 0px 10px 0px 0px;
}

#EditAlarm{
    display:block;
    margin-top:20px;
}

#EditOwner{
    display:inline-block;
}


.save-btn, .cancel-btn, .form-table{
    display:none;
}

.phone {
}

.FileSizeError {
    background-color: #ffeeee;
    border: 2px solid #f1ca7f;
    padding: 5px 10px 10px 5px;
}

input[type="file"] {
    background-color: #d9e8fc;
    background-repeat: repeat-x;
    border: hidden;
    border-width: 0px;
}

.Contact-label {
    white-space: normal;
    color: #656F67;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #9e9e9e;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #9e9e9e;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #9e9e9e;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #9e9e9e;
}

div.wrapper {
    position: relative;
}

label.placeholder {
    position: absolute;
    color: #9e9e9e;
    left: 7px;
    top: 5px;
    font-size: 11pt;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}

.roitextbox {
    background-color: #fff;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
}

.roitxt {
    padding: 6px 16px;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    text-shadow: 1px 1px 2px rgba(0,0,0,.2);
    font-weight: normal;
}

.roi-txt {
    font-weight: bold;
    color: #000000;
    text-shadow: #000000 1px 1px 1px;
}

.roi-btn {
    position: relative;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 18px;
    color: #fefefe;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5);
    box-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #5c87b2;
    background-repeat: repeat-x;
    background-image: linear-gradient(top,#fee94f 0,#fd9a0f 100%);
}

    .roi-btn:hover, .roi-btn:focus {
        background-color: #4fafc9;
        background-repeat: repeat-x;
    }

    .roi-btn:active {
        background-image: none;
    }

    .roi-btn.disabled {
        background-color:#38536D;
        color:gray;
    }

.red-btn {
    background-color: #d04949;
}

    .red-btn:hover, .red-btn:focus {
        background-color: #f96c6c;
        background-repeat: repeat-x;
    }

    .red-btn:active {
        background-image: none;
    }

    .red-btn.disabled{
        background-color: #973434;
    }

.grn-btn {
    background-color: #2f7a3f;
}

    .grn-btn:hover, .grn-btn:focus {
        background-color: #51c12a;
        background-repeat: repeat-x;
    }

    .grn-btn:active {
        background-image: none;
    }

.gry-btn {
    background-color: #888888;
}

    .gry-btn:hover, .grn-btn:focus {
        background-color: #cccccc;
        background-repeat: repeat-x;
    }

    .gry-btn:active {
        background-image: none;
    }

.webgrid {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
    font-family: Calibri;
}

    .webgrid a {
        color: #1F99E4;
        text-align: left;
        font-size: 12px;
        font-weight: bold;
    }

.webgrid-header {
    border: 1px solid #ecf6f6;
    padding: 6px 5px;
    text-align: left;
    background-color: #ecf6f6;
    font-size: 12px;
    height: 30px;
    color: #444;
    font-family: Calibri;
}

    .webgrid-header th {
        text-align: left;
        font-size: 12px;
        padding: 6px 13px;
        color: #444;
        font-family: Calibri;
        vertical-align: top;
    }

        .webgrid-header th a {
            text-align: left;
            font-size: 12px;
            color: #444;
            font-weight: bold;
            vertical-align: top;
        }

.webgrid-footer td {
    text-align: center;
    padding-right: 12px;
    font-size: 12px;
    color: #444;
}

.webgrid-footer {
    border: 1px solid #ECF6F7;
    background-color: #ECF6F7;
    height: 30px;
    font-size: 12pt;
    color: #444;
    text-align: center;
    font-weight: bolder;
    vertical-align: text-bottom;
}

    .webgrid-footer a {
        background-color: #ECF6F7;
        height: 30px;
        font-size: 12px;
        color: #444;
        text-align: center;
        font-weight: normal;
        vertical-align: text-bottom;
    }

.webgrid-alternating-row {
    height: 30px;
    text-align: left;
    padding: 6px 5px 6px 12px;
    font-size: 12px;
    color: #000000;
    background-color: #EEEEEE;
}

.webgrid-row-style {
    height: 30px;
    text-align: left;
    padding: 6px 5px 6px 12px;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
}

.webgrid-selected-row {
    border: 1px solid #A6A6A6;
    font-weight: bold;
    text-align: left;
    padding: 6px 5px;
    font-size: 12px;
    font-family: calibri;
    color: #000000;
    background-color: #F8F8F8;
}

input.error {
    border: 2px solid #FF0000 !important;
}

label.error, div.error {
    font-weight: normal;
    color: #FF0000 !important;
    padding-left:5px;
    padding-top:2px;
    padding-bottom:2px;
}

.text-normal {
    font-weight: normal !important;
}

#errorContainer {
    display: none;
    overflow: auto;
    margin-top: 10px;
}

#errorContainer label {
    float: none;
    width: auto;
    font-weight:bold ;
    padding-left:10px;
    margin-top:0px;
    color: #FF0000 !important;        
}

.AddressToolWrapper {
    font-size: 12px;
    width: 400px;    
}

.AddressToolWrapper img {
    height: 14px;
    vertical-align: top;
}

.AddressVerifMsgLoading {
    font-style: italic;
}

.AddressVerifMsgVerified {
    color: green;
}

.AddressVerifMsgNotValid {
    color: red;
}

.UspsSuggestion {
    font-size: 14px;
}

.UspsSuggestion .ui-dialog-titlebar {
    display: none !important;
}

.UspsSuggestion .ui-dialog-buttonpane {
    border: none !important;
}

.UspsSuggestion .ui-dialog-buttonset button {
    background-color: #5c87b2;
    width: 64px;
    padding: 5px 0 5px 0;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: #000000 0.5px 0.5px 0.5px;
}

.UspsSuggestion .UspsLogo {
    height: 48px;
    vertical-align: middle;
}

.UspsSuggestion .AddressSuggestionTitle {
    font-size: 24px;
    font-weight: bold;
}

.UspsSuggestion .AddressSuggestionHint {
    font-size: 12px;
    font-weight: bold;
    clear: both;
    padding: 10px 0 10px 0;
}

.UspsSuggestion .AddressSuggestionVerified {
    color: green;
}

.UspsSuggestion .AddressSuggestionWarning {
    color: red;
}

.UspsSuggestion .AddressSuggestionWarning1 {
    color: red;
}

.UspsSuggestion .AddressSuggestionError {
    color: red;
}

.UspsSuggestion .AddressSuggestionMsg {
    padding-top: 5px;
}

.UspsSuggestion .AddressSuggestionMsg img {
    height: 16px;
    vertical-align: middle;
}

.UspsSuggestion .AddressSuggestionSelectionUnitNo {
    width: 50px;
    height: 10px;
    font-size: 12px;
}

.UspsSuggestion .AddressSuggestionList {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid black;
}

.UspsSuggestion .AddressSuggestionList ul {
    list-style: none;
}

.UspsSuggestion .AddressSuggestionList ul li {
    margin: 5px 0 5px 0;
    height: 80px;
}

.UspsSuggestion .AddressSuggestionRowRadio {
    float: left;
    margin-right: 32px;
    height: 80px;
}

.UspsSuggestion .AddressSuggestionRowRadio input[type="radio"] {
    margin-top: 5px;
}

.UspsSuggestion .AddressSuggestionErrorMsg {
    font-weight: bold;
    color: red;
    padding: 10px 0 10px 0;
}

.UspsSuggestion .UnitNoSuggestion {
    font-size: 12px;
}

.TextAreaDisabled {
    background: #e9e9e2;
}

.ConfirmDataTable {
    width:100%;
}

.ConfirmDataTable td:nth-child(2n+1) {
    width: 40%;
}

.ConfirmDataTable td:nth-child(2n) {
    padding-left: 50px;
}

.header {
    height: 36px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#wrapper {
	min-height: 100%;
}

#toolbar {
    background-image: url(globaltoolbarbkg.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #263c70;
    box-shadow: 0 2px 3px rgba(0,0,0,.3);
    height: 29px;
}

#header {
    background-image: url(logo.png);
	background-repeat: no-repeat;
    height: 150px;
    width: 980px;
    margin-top: 65px;
    margin-left: auto;
    margin-right: auto;
}

#footer {
    background-image: url(footer_logo.png);
    width: 201px;
    height: 155px;
    margin-left: auto;
    margin-right: auto;

}

foot {
    image: url("footer.png");
    repeat: no-repeat;
    size:100% 100%;
}

#bordertop {
	width: 980px;
	margin: 0px auto;
	border-top: 4px solid #093d81;
}

#heading {
	background-image: url(heading_bg.jpg);
	background-repeat: no-repeat;
	height: 70px;
}

#pagebg {
	background-image: url(section_bg.png);
	background-repeat: repeat-x;
	min-height: 482px;
	z-index: 20;
}

#banner {
	background-image: url(banner.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 172px;
}

#headerbg {
	background-image: url(city-menu-bar.png);
	background-repeat: repeat-x;
	height: 180px;
	position: top left;
	border-bottom: 2px solid #565656;
}

#headertext {
	height: 114px;
	width: 780px;
	font-size: 100%;
    vertical-align: baseline;
	margin-left: 200px;
    color: #ffffff;
    font-weight: 100;
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 1em;
    text-shadow: 1px 1px 3px #3b3b3b;
}

#page {
	min-height: 100%;
	position: relative;
}

#hdback {
	
}

#header2 {
	background-image: url(menu-bg.png);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	height: 39px;
}

#content {
}

#footer_bg	{
	background-image: url(footer_bg.png);
	background-repeat: repeat-x;
	bottom: 0;
	left: 0;
	height: 103px;
}

#headerbar {
	background-color: #791b37;
    border-bottom: 6px solid #5e1228;
	height: 46px;
	width: 100%;
}

#logo {
    height: 155px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#hbar {
	width: 100%;
    height: 37px;
    background: #113849;
}

#headoverlay {
    background: rgba(6, 74, 121, 0.86);
    width: 100%;
    height: 98px;
}html {
    height: 100%;
}

.logo {
    height: 123px;
    width: 33.33333333%;
    position: left;
    padding-top: 20px;
    display: inline-block;
}

.logo2 {
    background-image: url(cali-text.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    height: 163px;
    width: 66.66666667%;
    display: inline-block;
}

#watermark {
    background-image: url(watermark.png);
    background-repeat: no-repeat;
    background-position-y: 65px;
    background-size: contain;
    padding-top: 40px;
    width: 55%;
    height: 98px;
    margin-left: auto;
    margin-right: auto;   
}

#logobar {
    background-image: url(nav-bar.gif);
    background-repeat: repeat-x;
    background-position-y: 36px;
    width: 1007px;
    height: 78px;
    margin-right: auto;
    margin-left: auto;
}

#pagewrap {
    background-color: #a5957d;
    width: 1007px;
    min-height: 460px;
    margin-right: auto;
    margin-left: auto;
}

#pagebot {
    background-image: url(page-bottom.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 1007px;
    height: 107px;
    margin-right: auto;
    margin-left: auto;
    zoom: 1.06;
}

.topbar {
    background: #1c345c none repeat center center;
    height: 38px;
    width: 100%;
}

.logotext1 {
    font-family: "Dancing Script",cursive;
    color: #000;
    display: inline-block;
    width: auto;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.2;
}

.logotext2 {
    text-transform: uppercase;
    font-family: "Open Sans",Roboto,"Helvetica Neue",Arial,sans-serif;
    color: #348096;
    display: inline-block;
    font-weight: 700;
    margin: 0 0 0 1.25rem;
    width: auto;
    font-size: 1.875rem;
    letter-spacing: 2.9px;
    line-height: 1.5;
}
		.logo-footer {
   margin-top:7px;
      margin-left:5%;
	height: 95%;
  

}
#footer::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 70px solid #512c51;
    border-right: 180vw solid transparent;
    position: absolute;
    top: -70px;
}

		.footer {
    position: fixed;
   height: 7%;
   width: 100%;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color:#8D261D;
}

#bar {
    width: 980px;
    height: 30px;
    background: #2a0000;
    margin-left: auto;
    margin-right: auto;
}
		
#headerb{ 
    height:80px; 
    width:100%;
    background-image:url("header.jpg");
}
		
#footere{ 
}

#headsp {
    height: 30px;
}

#nav {
    background-color: #172954;
    width: 980px;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 39px;
}

#footerbar {
    background: rgba(11,52,70,0.8);
    height: 43px;
    border-bottom: 3px solid #082431;
}

#footer2 {
    background: #0C0C0C;
    border-top: 4px solid #111;
    padding: 30px 0 50px;
}

#headerlogo {
    background-image: url(header_01.gif), url(header_02.gif), url(searcht.gif);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position-x: left, 159px, right;
    height: 114px;
}

#headerlogo2 {
    background-image: url(header_bl.gif), url(header_br.gif), url(header_bs.gif);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left, bottom right, bottom center;
    width: 100%;
    height: 16px;
}

.hbar {
    background-color: rgba(35, 64, 143, 0.9);
    width: 100%;
    height: 28px;
}

#headshade {
    margin-top: 61px;
    height: 101px;
    background: rgba(43, 47, 58, 0.9);
}

.wrapper {
    background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 20%);
    width: 100%;
}

.headerbar {
    background: #2e69a6;
    height: 37px;
}
			
.footerimage{
			position: fixed;
			left:70%;
			bottom:90px;
            }
			
.footertext{
		color: white;
		line-height: 2.6;
}
 .footertext a:link {
  color: white;
}

.footertext a:visited{
	color: white;
}

 
 #content-wrap {
	min-height:100%;
	position:relative;
	}

#logobg {
    background-color: white;
}

.contact { 
		margin-left: 820px;
		margin-top:-100px;
		position: relative;
		}
			

.footer:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 322px;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.header2 {
		width: 100%;
		height:280px;
		}

/* blee - FB 127964 */

.SicCodeDialog .ui-dialog-titlebar-close {
    display: none;
}

/* blee - FB 127964 - The following is copied from bootstrap.css generated by the Bootstrap Customizer */

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}*/

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}

.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #ffffff;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #ffffff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

*/

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu }
        right: 0;
        left: auto;
    {

    .navbar-right .dropdown-menu-left }
        right: auto;
        left: 0;
    {
}

/*.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}*/

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

/*.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-device-width: 108px) and (max-device-width: 1024px) {
   .logo } 
      margin-top:2%;
   margin-left:3%;
   {
} 
      position: absolute;
   height: 0px;
   width: 100%;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color:#0d3052;
   {
}

.hbar2 {
    background-color: #294359;
    position: bottom;
    height: 20px;
    width: 100%;
}
.banner{
		background-color: #F2EBD8;
		height: 25px;
		position: static;
		top: 150px;
}

.headertext{
	font-size: 9pt;
    font-family: Lato, Helvetica, sans-serif;
	color: #ffffff;
	margin-left: 550px;
}

.headertext2{
	font-size: 9pt;
    font-family: Lato, Helvetica, sans-serif;
	color: #ffffff;
	margin-left: 970px;
}

.heading {
	background-color: #212529;
	font-size: 19px;
	width:100%;
	height: 80px;

}

.heading-text {
	position: relative;
	right: 200px;

}

.vines {
	

}

ull {
	margin-right: 100px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

lli {
    float: right;
}

.item {
    margin-right: 500px;
	margin-top: 40px;
}

lli a {
	
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;

}






//Bootstrep/custom CSS for Oakland 

.modal-footer > :not(:first-child) {

}








.site-footer {
background:#212529;
padding-top:100px;
margin-top: 200px;
font-size:1rem;
width:100%;
}

.site-footer h4 {
font-weight:400;
color:#e9eae7;
width: 100%;
}



.site-footer .footer-links a {
font-size:1rem;
line-height:1.2;
width:100%;
color:#fff;

}

.site-footer .footer-links a:focus,.site-footer .footer-links a:hover {
color:#e9eae7;
}

.site-footer .footer-links a:active {
color:#e9eae7;
}


.site-footer .site-logo {
max-width:14rem;
height:auto;
}


.footer-omega .right a {
font-size:1rem;
color:#404040;
}
 
 .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

 .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .container {
  width: 100%;
  position:relative;
  min-height:100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.list-border-bottom,.list-no-style {
list-style:none;
padding-left:0;
}

ul.social-buttons,.post-excerpt:last-of-type,.footer-omega,.masthead .hero-caption p,.official .official-header .grid-row,.filterbox .grid-row,.filterbox .list-no-style li:last-child,.subheader .grid-row,.subheader .hero-caption p,.beta-banner .grid-row,.beta-banner .one-half,article .cta-section .cta-block p:last-child {
margin-bottom:0;
}

.grid-row .column-last {
margin-right:0;
}




/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after }
    text-shadow: none !important;
    box-shadow: none !important;
  {
  a,
  a:visited }
    text-decoration: underline;
  {
  abbr[title]::after }
    content: " (" attr(title) ")";
  {
  pre }
    white-space: pre-wrap !important;
  {
  pre,
  blockquote }
    border: 1px solid #999;
    page-break-inside: avoid;
  {
  thead }
    display: table-header-group;
  {
  tr,
  img }
    page-break-inside: avoid;
  {
  p,
  h2,
  h3 }
    orphans: 3;
    widows: 3;
  {
  h2,
  h3 }
    page-break-after: avoid;
  {
  .navbar }
    display: none;
  {
  .badge }
    border: 1px solid #000;
  {
  .table }
    border-collapse: collapse !important;
  {
  .table td,
  .table th }
    background-color: #fff !important;
  {
  .table-bordered th,
  .table-bordered td }
    border: 1px solid #ddd !important;
  {
}

*,
*::before,
*::after {
  box-sizing: border-box;
}





@media (min-width: 992px) {
  .container }
    max-width: 960px;
  {
}

@media (min-width: 1200px) {
  .container }
    max-width: 1140px;
  {
}/*
    dg: jira_4823 colors must be wcag 2.1 compliant (wcag 1.4.3)
*/

