@import url('/assetlib/css/arcaincutility-common.css');

/* @import must be at top of file, otherwise CSS will not work */
/*
@import url("//hello.myfonts.net/count/3e634f");
@font-face {
    font-family: "HelveticaNeueLTStd-LtCn";
    src: url('/fonts/HelveticaNeueLTStdLtCn/font.woff2') format('woff2'), url('/fonts/HelveticaNeueLTStdLtCn/font.woff') format('woff');
}
*/

/*
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
	background-color: #263746 !important;
	color: white !important;
*/

@font-face {
    font-family: 'Roboto Condensed Light';
    src: url('RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
}

/*bigger screens*/
@media (min-width: 992px) {}

/*smaller screens*/
@media (max-width: 991px) {}


html,
body {
    background-color: #fff;
    font-family: "Roboto Condensed Light", "Helvetica Neue", Arial, Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: black;
    font-family: "Roboto Condensed Light", "Helvetica Neue", Arial, Verdana, sans-serif;
}

h1 {
    font-size: 36px;
}

.text-muted, .form-control {
    color: black !important;
}

::-webkit-input-placeholder { /* Edge */
  color: black !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black !important;
}

::placeholder {
  color: black !important;
}

.pseg-footer {
    background-color: #142C41;
    color: white;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
    padding-top: 30px;
    padding-left: 4px;
    padding-right: 4px;
}

.pseg-footer a {
    color: white;
    text-decoration: none;
}

.pseg-footer a:hover {
    color: white;
    text-decoration: underline;
}

.pseg-copyright {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: black;
    color: white;
    font-size: 12px;
}

.pseg-copyright a {
    color: white;
    text-decoration: none;
}

.pseg-copyright a:hover {
    color: white;
    text-decoration: underline;
}