@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');

/* demo stuff */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
  background-color: #ffffff;
  margin-bottom: 50px;
}
html, button, input, select, textarea {
    font-family: 'Montserrat', Helvetica, sans-serif;
    color: #bbb;
}

.error-container {
  text-align: center;
  font-size: 106px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  margin: 150px 15px 90px 15px;
}
.error-container > span {
  display: inline-block;
  position: relative;
}
.error-container > span.four {
  width: 136px;
  height: 43px;
  border-radius: 999px;
  background:
    linear-gradient(140deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 43%, transparent 44%, transparent 100%),
    linear-gradient(105deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.06) 41%, rgba(0, 0, 0, 0.07) 76%, transparent 77%, transparent 100%),
    linear-gradient(to right, #042ca7, #00c268);
}
.error-container > span.four:before,
.error-container > span.four:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 999px;
}
.error-container > span.four:before {
  width: 43px;
  height: 156px;
  left: 60px;
  bottom: -43px;
  background:
    linear-gradient(128deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 40%, transparent 41%, transparent 100%),
    linear-gradient(116deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 50%, transparent 51%, transparent 100%),
    linear-gradient(to top, #042ca7, #042ca7, #042ca7, #00c268, #00c268);
}
.error-container > span.four:after {
  width: 137px;
  height: 43px;
  transform: rotate(-49.5deg);
  left: -18px;
  bottom: 36px;
  background: linear-gradient(to right, #00c268, #00c268, #00c268, #042ca7, #042ca7);
}

.error-container > span.zero {
  vertical-align: text-top;
  width: 156px;
  height: 156px;
  border-radius: 999px;
  background: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.06) 50%,  transparent 51%, transparent 100%),
    linear-gradient(to top right, #00c268, #00c268, #00c268, #00c268, #042ca7, #042ca7, #042ca7);
  overflow: hidden;
  animation: bgshadow 5s infinite;
}
.error-container > span.zero:before {
  content: '';
  display: block;
  position: absolute;
  transform: rotate(45deg);
  width: 90px;
  height: 90px;
  background-color: transparent;
  left: 0px;
  bottom: 0px;
  background:
    linear-gradient(95deg, transparent 0%, transparent 8%, rgba(0, 0, 0, 0.07) 9%, transparent 50%, transparent 100%),
    linear-gradient(85deg, transparent 0%, transparent 19%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.07) 91%, transparent 92%, transparent 100%);
}
.error-container > span.zero:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 999px;
  width: 70px;
  height: 70px;
  left: 43px;
  bottom: 43px;
  background: #FDFAF5;
  box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
    
@keyframes bgshadow {
  0% {
    box-shadow: inset -160px 160px 0px 5px rgba(0, 0, 0, 0.4);
  }
  45% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  55% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: inset 160px -160px 0px 5px rgba(0, 0, 0, 0.4);
  }
}

.error-container h1 {
  text-align: center;
  margin: 30px 15px 0px 15px;
	font-size: 24px;
}
.zoom-area { 
  margin: 15px auto 30px;
  font-size: 16px;
  text-align: center;
	font-weight: 300;
}
.link-container {
  text-align: center;
}
.link-container a{ 
	text-decoration: none; 
	font-family: 'Montserrat', Helvetica, sans-serif; 
}
.link-container a:hover{ 
	text-decoration: none; 
	background: #05af6e;
	color:#f1f1f1;
}
.btn-theme-sm {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 34px;
    border-radius: 5px;
}
.btn-base-bg {
    border-width: 0;
}
.btn-base-bg, .btn-default-bg.focus, .btn-default-bg:focus, .btn-default-bg:hover {
    color: #fff;
    background: #05af6e;
    border-color: transparent;
}
.btn-theme {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    text-align: center;
    background-image: none;
    border-style: solid;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.text-uppercase {
    text-transform: uppercase;
}
/*sitemap */
.sitemap-target-page {
    margin-left: 7%;
    margin-bottom: 5em;
    margin-top: 4em;
    margin-right: 2%;
	font-family: 'Montserrat', Helvetica, sans-serif;
}

.sitemap-column {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    list-style-type: none;
    margin-bottom: 3em;
}

.sitemap-column li {
    white-space: nowrap;
}

.sitemap-column-head {
    color: #00c268;
    font-weight: bold;
    font-size: 1.3em;
    text-decoration: none;
}

.sitemap-column-head a{
    text-decoration: none;
}
.sitemap-page-wrapper a:visited{
    text-decoration:none;
    color:inherit;
}

.sitemap-column-data a{
    font-size: 1.1em;
    line-height: 2em;
    text-decoration: none;
    color: #042ca7;
}

@media (max-width: 906px){
    .sitemap-column {
        width: 40%;
    }

}

@media (max-width: 481px){
    .sitemap-page-wrapper {
        margin-left: 0;
    }
    .sitemap-column {
        width: 100%;
        margin-bottom: 2em;
    }

    .sitemap-column-head{
        font-size:1em;
    }
    .sitemap-column-data a {
        color: #2781bc;
        font-weight: lighter;
        font-size: .9em;
    }
}