@charset "UTF-8";

@import url("/includes/fonts.css");

/*
Site grays
  #000000
  #313131
  #5c5c5c
  #777777
  #989898
  #cccccc
  #e7e7e7
  #fafafa
*/

/*
FIRE             #f73b09
WEATHER          #0071c5
TRAFFIC          #61a607
SECURITY         #2d2c2a
CYBER            #f0bd08
OUTAGE           #fe7f0a
IT               #073374
NOTICE           #5807c6
*/

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

footer,header,main,menu,nav,section,summary {
  display: block;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
}

html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

html input[disabled] {
  cursor: default;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,  *:before,  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after,  a[href^="javascript:"]:after {
    content: "";
  }

  tr,  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,  h3 {
    page-break-after: avoid;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td {
    background-color: #fff !important;
  }
}

* {
  box-sizing: border-box;
}

*:before,*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #313131;
  background-color: #fff;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #007cba;
  text-decoration: none;
}

a:hover,a:focus {
  color: #00496e;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #acacac;
}

[role="button"] {
  cursor: pointer;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #757575;
}

h1,.h1,h2,.h2,h3,.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small {
  font-size: 65%;
}

h4,.h4,h5,.h5,h6,.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small {
  font-size: 75%;
}

h1,.h1 {
  font-size: 36px;
}

h2,.h2 {
  font-size: 30px;
}

h3,.h3 {
  font-size: 24px;
}

h4,.h4 {
  font-size: 18px;
}

h5,.h5 {
  font-size: 14px;
}

h6,.h6 {
  font-size: 12px;
}

small,.small {
  font-size: 85%;
}

.text-center {
  text-align: center;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,a.text-warning:focus {
  color: #66512c;
}

.page-container {
  position: relative;
  min-height: calc(100vh - 297px);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e7e7e7;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.page-menu {
  padding-left: 15px;
}

.page-content {
  padding-left: 0px;
  padding-right: 0px;
}

/* xs
@media (max-width: 575px) {
}
*/

@media (min-width: 576px) {
  /* sm */
  .container {
    width: 540px;
  }

  /* the page-content is too close to page-menu at this size */
  .container-hack {
    padding-left: 6em;
  }
}

@media (min-width: 768px) {
  /* md */
  .container {
    width: 720px;
  }

  /* restore default container padding */
  .container-hack {
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  /* lg */
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  /* xl */
  .container {
    width: 1140px;
  }
}

/*
.row {
  margin-left: -15px;
  margin-right: -15px;
}
*/

.row:before,.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-12 {
  width: 100%;
}

table {
  background-color: transparent;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table .table {
  background-color: #fff;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="radio"][disabled],input[type="checkbox"][disabled] {
  cursor: not-allowed;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,.nav > li > a:focus {
  text-decoration: none;
  background-color: #e7e7e7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

a.label:hover,a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-warning {
  background-color: #f2c627;
}

.label-warning[href]:hover,.label-warning[href]:focus {
  background-color: #d9ad0d;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-body {
  display: table-cell;
  vertical-align: top;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

.page-title {
  margin-bottom: 20px;
  color: #757575;
}

.page-title a {
  color: inherit;
}

.page-title a:hover,.page-title a:focus {
  color: inherit;
}

.page-title-link {
  font-size: 18px;
  font-weight: bold;
}

h1,h2,h3 {
  font-weight: 100;
}

h3.page-title,h4.page-title,h5.page-title,h6.page-title {
  font-weight: inherit;
}

hr {
  margin: 40px 0;
  border: 0;
  border-top: 1px dotted #acacac;
}

.img-media {
  position: relative;
}

.img-media .img-media-body {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
}

.main-footer {
  margin-top: 40px;
  #padding-bottom: 20px;
  background-color: #06253f;
  color: #ffffff;
  width: 100%;
  bottom: 0;
  height:125px;
  #height: 20rem;
}

.main-footer a {
  color: #ffffff;
}

.main-footer a:hover,.main-footer a:focus {
  color: #ffffff;
}

.main-footer hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #3a3a3a;
}

.main-footer .footer-body {
  padding: 50px 0;
}

.main-footer .footer-divider {
  border-top: 5px solid #f69172;
  border-bottom: 20px solid #f1592a;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.75);
}

body > div > div > header {
  margin-bottom: 20px;
  border-bottom: 3px solid #dadada;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

body > main.container {
  padding-top: 0;
  padding-bottom: 30px;
}

a.more-link::after {
  display: inline-block;
  padding-left: 5px;
  content: '»';
}

.top-header {
  padding: 13px;
  background-color: #06253f;
  color: #fff;
  font-size: 12px;
  box-shadow: inset 0 -10px 5px -5px rgba(0, 0, 0, 0.2);
}

.top-header hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.top-header a {
  color: #fff;
  text-decoration: none;
}

.top-header a:hover {
  color: #fff;
}

.main-header {
  padding-top: 30px;
  padding-bottom: 20px;
}

.main-header.main-header-app {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-header .brand-logo {
  height: 30px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .main-header .brand-logo {
    height: 20px;
    margin-top: 5px;
  }

}

.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
h1.heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.5em;
  color: #505050;
}
@media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
}
@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}
@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
}
.card {
  display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
  width: 100%;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.monster-card {
  display: block;
    /* margin-bottom: 20px; */
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
  width: 100%;
}
.monster-card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

@media (max-width: 576px) {
  .img-card {
    display: none !important;
  }

  .img-card img{
    display: none !important;
  }

  .svg-card {
    display: none !important;
  }

  .svg-card img{
    display: none !important;
  }

  .mobile-hide {
    display: none !important;
  }

  .mobile-show {
    display: block;
    margin-top: 1px;
  }
}

@media (min-width: 576px) {
  .img-card {
    width: 100%;
    height: 200px;
    border-top-left-radius: 2px;
    border-top-right-radius:.2px;
    display: block;
    overflow: hidden;
  }

  .img-card img{
    width: 100%;
    height: 200px;
    object-fit: scale-down;
    display:block;
    transition: all .25s ease;
  }

  .svg-card {
    width: 100%;
    height: 200px;
    border-top-left-radius: 2px;
    border-top-right-radius:.2px;
    display: block;
    overflow: hidden;
    padding: 7px;
  }

  .svg-card img{
    width: 100%;
    height: 200px;
    object-fit: contain;
    display:block;
    transition: all .25s ease;
  }

  .mobile-hide {
    display: block;
  }

  .mobile-show {
    display: none !important;
  }
}

.use-cryptocard {
  padding-top: 10px;
}

.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}

/*
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
*/
.card-read-more a {
  text-decoration: none !important;
}

.sc-form {
 padding: 7px;
}
.oneid-form {
 padding: 7px;
}
.cc-form{
 margin-top: 6px !important;
}

.login-button{
 width:100%;
}


img.oneid{
 padding-left: 10px;
 padding-right: 10px;
}


/** Spinner **/
.overlay-plain {
 position: fixed;
 width: 100%;
 height: 100%;
 z-index: 1;
 top: 40%;
 left: 0px;
}

.overlay-modal {
 position: fixed;
 width: 100%;
 height: 100%;
 z-index:9999 ;
 left: 0px;
}

.modal-backdrop.show {
 opacity: .2;
}

.modal-backdrop {
    height: 100%;
    width: 100%;
}

.cv-spinner {
 display: flex;
 justify-content: center;
 align-items: center;
}

.cv-spinner-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    top:40%;
    left: 0px;
    right: 0px;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;

    -webkit-animation: sp-anime 0.7s infinite linear;
    -moz-animation: sp-anime 0.7s infinite linear;
    animation: sp-anime 0.7s infinite linear;
}

@keyframes sp-anime {
    0% {
        -webkit-transform: rotate(0deg);
	-moz-transform:rotate(0deg);
	transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
	-moz-transform: rotate(359deg);
	transform: rotate(359deg);
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cv-spinner-modal {
	    top: 0px !important;
	}
}

.jumbotron {
  padding: 1em !important;
}

.jumbotron-border{
  border-color: #bfc8d1 !important;
}

.popover-header {
  font-size: 15px;
}
  
.popover-body {
  font-size: 13px;
}

#monster {
  margin-bottom: 0em;
}

#monster p {
  font-size: 12px;
}

#monster p {
  font-size: 12px;
}

#monster h4 {
  font-size: 12px;
}

#redirect_notice {
  margin-top: 20px;
}

