/* CSS Document */
::selection{background:#62b344;}
::-moz-selection{background:#62b344;}
body{background:#fff;}
p a, p a:hover, p a:link, p a:visited, p a:active{color:#488432; font-weight:bold; text-decoration:underline;}
#auHeader{
 background-color:#03244d;
 border-bottom: #cc4e0b solid 5px;
}
#auHeader img{padding:15px; width:85%;}
header {
  position: relative;
  min-height: 300px;
  overflow: hidden;

}
header, footer {background: #03244d url('concrete.png') center center;
    background-size: cover;}
.header__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  transform: skewY(-6deg);
  transform-origin: top left;
}
.warp-wrap{display:block; overflow:hidden; width:100%;}
.warp {
    border-color: transparent #fff transparent transparent;
    border-width: 45px 100vw 0 0;
    border-style: solid;
    overflow:hidden;
    width:100%;
}
.warp2{transform:rotate(180deg);}
.impact{font-family:Oswald; font-weight:600; text-transform: uppercase;}
@media (min-width:768px){
    .warp{border-width: 99px 100vw 0 0;}
}
h1 {
  margin: 0;
  padding: 60px 0;
  font: 44px "Arial";
  text-align: center;
}

header h1 {
  position: relative;
  color: white;
}
header p{color:#fff; font-size:1.7em;}

time.icon
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  border-radius: 0.6em;
  /*box-shadow: 0 1px 0 #62b344, 0 2px 0 #fff, 0 3px 0 #62b344, 0 4px 0 #fff, 0 5px 0 #62b344, 0 0 0 1px #62b344;*/
  overflow: hidden;
    margin:auto;
}
time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  /*background-color: #62b344;*/
    background-color: #488432;
  border-bottom: 1px dashed #fff;
  box-shadow: 0 2px 0 #62b344;
    text-transform: uppercase;
}
time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #282828;
}
time.icon span
{
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.7em;
  color: #282828;
}



















/* FOOTER SECTION */
footer {
    
    clear: both;
    color:#fff;
    display: block;
    font-size:14px;
    margin:0;
    padding: 0 0 30px 0;
}

    footer a {
        color: #fff;
        text-decoration: underline dashed #fff;
    }

        footer a:hover, footer a:active {
            color: #62b344;
            text-decoration: underline solid #62b344;
        }
footer .col-6 a svg{margin-right:10px;}
footer .h4 {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}
footer img {
    opacity: .6;
    max-width: 60%;
}