*::selection {
    background: #a0d8ff !important;
}

*::-moz-selection {
    background: #a0d8ff !important;
}

body {
    min-height: 100vh;
    margin:0;
    padding:0;
    font-family: "acumin-pro",sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f7f7f7;
    overflow:auto;

  display: flex;
  flex-direction: column;
}
nav.menu {
  display:flex;
  justify-content:center;
height: 14vh;
width:98vw;
}


footer {
  font-family: "acumin-pro",sans-serif !important;
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
        line-height: 177%;
    width:100%;
color: #222;

    height:10%;
    flex-shrink: 0;
}


div.wrap {
  min-height: 72%;
    margin:0;
    padding:0;
    display:flex;
  align-items: center;
flex-direction: column;
  flex: 1 0 auto;
}

.typed_wrap {
  height: 10em;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  margin: 25vh auto;
}

div img {

    left:0;
    right:0;
    bottom:0;
    margin:2px auto;
}
.typed_wrap h1 {
  display: flex;
  font-family: "tablet-gothic-condensed",sans-serif!important;
    font-weight: 700!important;
}

/*Add custom cursor so it auto inherits font styles*/
.typed::after {
  content: '|';
  display: inline;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor{
   opacity: 0;

}
/*Custom cursor animation*/
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

///////////////////
nav {
  display:flex;
  justify-content:center;
  height:8%;
}

.container {
  //border: 5px solid #ffcc5c;
  display: flex;
}

ul.container, div.container {
    
    justify-content: space-around;
}

div.left, div.right {
	flex: 1;
}
div.left {
justify-content:flex-end;
}
div.right {
justify-content:flex-start;
}
div.center{
}





.container > span {
display:inline;
align-self: center;
  text-align: center;
  box-sizing: border-box;
  list-style-type: none;
  justify-content: center;
  font-size: 22px;

  letter-spacing: normal;
font-family: "proxima-nova-condensed",sans-serif !important;
  //line-height: 100px;
font-weight:bold;
  color: #2E3B4C;
}
div.left.container > span {
	margin-left:5%;
}
div.right.container > span {
margin-right:5%;	
}

.container > span > a:after {
    content: '';
    position: relative;
    width: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #fbb239; /*#1DB163*/;
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
    display:block;

}


.container > span >a {
  display:inline;
  position:relative;
  text-decoration:none;
  color: #2E3B4C;
}
.container > span > a:hover:after { 
  position:relative;
  width: 80%; 
  bottom: 0;
    left: 10%;
}

#header:before {
    content: "";
    position: relative;
    height: 9px;
    top: 0px;
    left: 0;
    width: 100%;
    display: flex;
    background: url(/img/svg/top-pattern-2.svg) repeat-x;
    background-size: auto 100%;
}

#header {
display:flex;
flex-direction:column;
width:100%;
align-items:center;
text-align:center;
/*background-color:#151515;*/
background-color: rgb(242, 242, 242);
border-bottom: 1px solid #e2e6ea;
}

.search-input {
  background: #ff6e68;
  border: 0;
  width: 100%;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #ffeead;
  color: #ffeead;
}
::placeholder{
  color: #ffeead;
}

.container > li:not(:last-child) {
  /*margin-right:40px;*/
}

/* let's make the logout item grow twice as much as the others*/
/* .container > li:nth-child(4) {
//   flex: 2; 
// }*/

.button,
button#wdn-popup-btn,
.frb-button {
  font-family: "proxima-nova-condensed",sans-serif;
  font-weight:700!important;
}

.fc-double .article-post-title ,
.flr-feat .article-post-title,
.fc-s-s .article-post-title {
   text-transform:uppercase!important;
}

.ghost-logo polygon {
    animation: ghostLogoAnim 1.95s linear forwards;
}
.w-logo .ghost-logo polygon {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    stroke: #FBB239;
    stroke-width: 5px;
    fill: rgba(255,255,255,0);
}
.w-logo svg {
    // position: absolute;
    // left: 0;
    // top: 0;
    // width: 100%;
    // height: 100%;
}


.w-logo.animated .vi-logo polygon{
  animation: viLogoAnim 1.95s linear forwards;
}

@keyframes sIconAppearAnim {
  0% {
     transform:scale(0) rotate(-180deg);
  }
  
  100% {
     transform:scale(1) rotate(0deg);
  }
  
}

@keyframes sIconDisppearAnim {
  0% {
     transform:scale(1) rotate(0deg);
  }
  
  100% {
     transform:scale(0) rotate(180deg);
  }
  
}


 
#search-btn:hover { opacity:1; text-decoration:none;}

div.logo-wrap { 
  max-width:none; 
  width:100px; 
  padding:0;
  
  text-align:center;
}

.logo { background: url(/images/logos/wdd.svg) no-repeat center center;
  display:inline-block;
  width:150px;
  height:94px;
  background-size:contain;
  position:absolute;
  left:0;
  top:0;
}
.w-logo {

 display:inline-block;
  width:150px;
  height:94px;
  background-size:contain;
  position:absolute;
  left:0;
  top:0;
}

.logo.active { 
  display:inline-block;
}



.logo-anim-mask {
  display:inline-block;
  width:150px;
  height:94px;
  margin:0 10px;
  position:relative;

}



.logomasked2 {
  -webkit-animation: logomasked2 1s steps(29) alternate ;
}

@keyframes logomasked{
  
  from{
    -webkit-mask-position: 100% 0;
  }
  
  to{
    -webkit-mask-position: 0% 0;
  }
  
}


@keyframes logomasked2{
  
  from{
    -webkit-mask-position: 0% 0;
  }
  
  to{
    -webkit-mask-position: 100% 0;
  }
  
}