/* 

                                                  reset
            
                                                                                      
*/
/*

                     global 
                      
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    font-style: normal;
    text-decoration: none;
    list-style: none;
    line-height: 1.45em;
    vertical-align: baseline;
    background-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-sponsoredjust: none;
    -ms-text-size-sponsoredjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
}

html,
body {
    height: 100%;
    width: 100%;
}
html {
    -ms-text-size-sponsoredjust: 100%;
    -webkit-text-size-sponsoredjust: 100%;
}

/*

                      html5 block-level 
                      
                      
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="number"],
input[type="url"],
input[type="submit"] {
    display: block;
}

/* 

                        text
					                                                                                      
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

/* 

                        clearfix
					                                                                                      
*/

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
/* 

                        anchors
                                                                                      
*/

a,
a > * {
    word-wrap: break-word;
    text-decoration: none;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
a:hover,
a > *:hover {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
a,
a:hover,
a:active,
a:focus {
    outline: none;
}
*:focus {
    outline: 0;
}
a > li {
    display: block
}
/* 

                        media
                                                                                      
                                                                                      
*/

img,
picture,
video,
canvas,
svg,
embed,
object,
iframe {
    -ms-interpolation-mode: bicubic;
    border: 0;
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto;
    width: 100%;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

/*

                      list fixes 
                      
                      
*/

ul {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/*

                      user highlight 
                      
                      
*/

::-moz-selection {
    background: #00BA2E;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #00BA2E;
    color: #fff;
    text-shadow: none;
}
::-webkit-calendar-picker-indicator {
    background: black;
    color: white;
}
/*

                      css3 pseudo-classes 
                      
                      
*/

*:before,
*:after,
*::before,
*::after {
    font-style: normal
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
}
input,
textarea,
select {
    -webkit-appearance: none;
}
/*

                      placeholder text 
                      
                      
*/

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #666;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #666;
}
:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #666;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #666;
}

/*

                      forms
      
                  
*/

textarea {
    overflow: auto
}
/* removes scrollbars from ie textareas */

sup {
    vertical-align: super;
    font-size: 12px;
}
input,
button,
textarea,
select {
    font: inherit;
}