/* L:TOOLS */

@keyframes breathe {
    0%   { opacity: 1   ; }
    100% { opacity:  .65; }
}

@keyframes shrink {
      0% { height: 100%; }
    100% { height:  50%; }
}

@keyframes fade-in {
      0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes blur {
      0% { filter: blur( 0px); }
    100% { filter: blur(16px); } 
}

@keyframes blur-breathe {
    0%    { filter: blur(16px); }

    1.4%  { filter: blur(16px) hue-rotate(0deg); }
    1.5%  { filter: blur( 1px) hue-rotate(-90deg); }
    1.6%  { filter: blur(16px) hue-rotate(-90deg) saturate(99%); }
    2.6%  { filter: blur(16px) hue-rotate(0deg); }

    10%   { filter: blur(16px); }

    16.4% { filter: blur(10px); }
    16.5% { filter: blur( 1px); }
    17%   { filter: blur(99px); }
    17.5% { filter: blur(10px); }

    25%   { filter: blur( 4px); }

    36.4% { filter: blur(14px); }
    36.5% { filter: blur( 1px); }
    36.9% { filter: blur(14px); }

    40%   { filter: blur(16px); }
    50%   { filter: blur(16px); }

    /* second round glitch */

    57.4% { filter: blur(16px); }
    57.5% { filter: blur( 1px); }
    57.6% { filter: blur(16px); }

    60%   { filter: blur(16px); }

    75%   { filter: blur( 4px); }

    77.4% { filter: blur(10px); }
    77.8% { filter: blur( 1px); }
    78%   { filter: blur(99px); }
    78.5% { filter: blur(10px); }

    86.4% { filter: blur(14px); }
    86.5% { filter: blur( 1px); }
    86.9% { filter: blur(14px); }

    90%   { filter: blur(16px); }

    99%   { filter: blur(16px) hue-rotate(0deg); }
    99.1% { filter: blur(16px) hue-rotate(90deg); }
    99.2% { filter: blur(16px) hue-rotate(0deg); }

    100%  { filter: blur(16px); }
}

@keyframes heavy-breathe {
    0%   { opacity: 1   ; }
    100% { opacity:  .2; }
}

@keyframes rev-heavy-breathe {
    0%   { opacity:  .2; }
    100% { opacity: 1  ; }
}


/* L:GLOBAL */

a {
    color: inherit;
    text-decoration: underline;
    font-family: sans-serif;
    position: relative;
    height: 100%;
}

fieldset, form {
    border: none;
}

html, body {
    font-size: 20px;
}

html {
    font-family: sans-serif;
    text-decoration: none;
    position: relative;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
}

.t-light body {
    color: hsl(0,0%,10%);
    background-color: hsl(0,0%,99.9%);;
}

h1 {
    font-size: 3rem;
    line-height: 3rem;
}

h2 {
    font-size: 2rem;
    line-height: 2rem;
}

h3 {
    font-size: 1.3rem;
    line-height: 1.3rem;
}

header {
    position: relative;
}

footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
}

table {
    border-spacing: 0;
}

td:first-child {
    padding-right: 15px;
}

.t-light footer {
    background-color: hsl(0,0%,10%);
    color: hsl(0,0%,95%);
}


/* L:UTILITY */

.u-big-push {
    margin-bottom: 100px;
}

.u-big-txt {
    font-size: 150%;
}

.u-demote-text {
    font-size: 90%;
    font-weight: initial;
    text-decoration: none;
}

.u-hidden {
    display: none !important;
}

.t-light .u-ftr-color {
    background-color: hsl(222,39.3%,51.6%);
    color: hsl(0,0%,99%);
}

.t-light .u-ftr-color a {
    background-color: hsl(222,39.3%,51.6%);
    color: hsl(0,0%,99%);
}

.u-footer__vspace {
    height: 250px;
}

.u-no-border {
    border: none !important;
}

.u-promote-text {
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
}

.u-push {
    margin-bottom: 25px;
}

.clearfix {
    clear: both;
}


/* L:OBJECT */

.t-light .o-button:hover.u-ftr-color {
    background-color: hsl(222,39.3%,70%);
}

.o-button {
    transition-property: background-color;
    transition-duration: 150ms;
    text-decoration: none;
}

.o-button--big {
    min-width: 200px;
    font-weight: bold;
    border: none;
    font-size: 120%;
    cursor: pointer;
}

.o-center-content {
    margin: auto;
    max-width: 1300px;
}

.o-contact__container {
    width: auto;
    max-width: 50%;
    min-width: 443px;
    margin: auto;
}

.o-contact__logo {
    width: 100%;
}

.o-facts__container {
    width: 100%;
}

.o-facts__icon {
    color: hsl(222,39.3%,51.6%);
    font-size: 500% !important;
    float: left;
}

.o-facts__fact {
    color: hsl(222,39.3%,51.6%);
}

.o-facts__container:nth-child(2n) .o-facts__icon {
    float: right;
}

.o-facts__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
    align-content: stretch;
}

.o-facts__grid-item {
    text-align: center;
    min-width: 200px;
    max-width: 450px;
    margin: 25px;
}

.o-facts__text {
    width: auto;
    max-width: 50%;
    margin: auto;
}

.o-footer__link {
    text-decoration: none;
    display: block;
}

.t-light .o-footer__link {
    color: hsl(0,0%,95%);
}

.o-footer__section {
    margin: 25px;
    min-width: 217px;
}

.o-footer__section--right {
    text-align: right;
}

.o-input {
    padding: 5px;
    margin: 3px;
    width: calc(100% - 16px);
}

.o-input-container {
    display: inline-block;
    margin: 5px;
    width: calc(100% - 10px);
}

.o-input-container__required-asterix {
    font-weight: bold;
    color: red;
}

.o-item-list {
    list-style-type: none;
    line-height: 150%;
}

.o-item-list > li:before {
    content: "–  ";
}

.o-marketing {
    font-size: 1.5em;
    text-align: center;
}

.o-media__flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.o-media__item {
    width: 20%;
    min-width: 200px;
    margin: 10px;
    cursor: pointer;
}

.o-media__img {
    width: 100%;
}

.o-menu__button {
    height: 100%;
    width: 130px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 70px;

    transition-property: background-color;
    transition-duration: 150ms;
}

.t-light .o-menu__button:hover {
    background-color: hsl(222,39.3%,70%);
}

.o-selection {
    padding: 5px;
    margin: 3px;
}

.o-test-now__button {
    display: block;
    padding: 25px;
}

.o-test-now__container {
    text-align: center;
    width: 500px;
    margin: auto;
    margin-bottom: 50px;
}

.o-uservoices__img {
    float: left;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 20px;
}

.o-uservoices__quote {
    quotes: "“" "”";
    padding-top: 5px;
    font-style: italic;
}

.o-uservoices__quote:before {
    content: open-quote;
    font-weight: bold;
    font-size: 100px;
    vertical-align: -33px;
    line-height: 0;
    margin-left: -25px;
    margin-right: 5px;
}

.o-uservoices__selection {
    text-align: center;
}

.o-uservoices__select-user {
    width: calc(10% - 4px);
    min-width: 55px;
    height: auto;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
}


/* L:COMPONENT */

.c-announcement {
    text-size: 2em;
    margin-top: 50px;
    text-align: center;

    animation-duration: 1s;
    animation-name: heavy-breathe;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.c-announcement > .u-demote-text {
    font-size: 1.2em;
}

.c-announcement > .u-promote-text {
    font-size: 2em;
}

.c-contact__gl {
    height: 200px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.c-content {
    min-height: calc(100% - 147px);
    margin-bottom: -200px;
}

.c-content a {
    color: hsl(222,39.3%,51.6%);
}

.c-description {
    display: none;
}

.c-go-down {
    position: absolute;
    height: 40px;
    bottom: 10px;
    left: calc(50% - 0.642857145em);
    text-decoration: none;

    animation-duration: 3s;
    animation-name: breathe;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;

    transition-property: left, opacity;
    transition-duration: 300ms;
    z-index: 1;
}

.c-go-down:hover {
    animation: none;
    opacity: 1;
}

.t-light a.c-go-down {
    color: hsl(0,0%,5%);
}

.c-header {
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.c-header__content-pusher {
    height: 70px;
}

.c-landing-content {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 100px;
    text-align: center;
    font-weight: bold;
    opacity: 0;

    animation-delay: 1s, 6s;
    animation-name: fade-in, heavy-breathe;
    animation-duration: 2s, 4s;
    animation-iteration-count: 1, infinite;
    animation-timing-function: ease-in-out, ease-in-out;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}

.t-light .c-landing-content {
    color: hsl(0,0%,5%);
    font-weight: bold;
}

.c-landing-content__text {
    font-size: 1.2em;
}

.c-landing-img {
    position: relative;
    z-index: -1;
    /* background-image: url(../img/landing_original.jpg); */
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 400px;

    /*
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='16');
    animation-delay: 2s, 5s;
    animation-name: blur, blur-breathe;
    animation-duration: 2s, 15s;
    animation-iteration-count: 1, infinite;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    */
    
    animation-delay: 3s;
    animation-name: heavy-breathe;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}

.c-landing-img > svg {
    width: 100%;
    height: 100%;
}

.c-landing-spacer {
    position: relative;
    height: 100%;/*calc(100vh - 70px);*/
    min-height: 400px;

    animation-delay: 1s;
    animation-name: shrink;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.c-logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
}

.c-media-viewer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    
    z-index: -1;
    opacity: 0;
}

.c-media-viewer--visible {
    z-index: 100;
    opacity: 1;
}

.c-media-viewer__close-msg {
    position: absolute;
    right: 0;
    top: 0;
    
    padding: 10px;
    background-color: hsla(0, 0%, 40%, 0.7);
    color: white;
    font-size: 2rem;
}

.c-media-viewer__desc {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: hsla(0, 0%, 40%, 0.7);
    color: white;
    font-size: 1.2rem;
}

.c-media-viewer__media {
    max-width: 100%;
    max-height: 100%;
}

.c-menu {
    height: 100%;
    margin-left: 297px;
}

.c-menu__burger {
    display: none;
    color: inherit;
    position: absolute;
    right: 0;
    top: 0;
}

.c-rug__logo {
    max-width: 100%;
}

.c-title {
    display: none;
}


/* NEW CSS ARCH */

.social-media > a {
    text-decoration: none;
    font-size: 150%;
}

