/* -----------------------------------------------------------
    Load fonts
----------------------------------------------------------- */

    @import url(/fonts/untitledsans/stylesheet.css);


/* -----------------------------------------------------------
    Global Styles
----------------------------------------------------------- */

    body {
        font-family: 'Untitled Sans', Sans-Serif;
        font-weight: normal;
        /*color: #505050;*/
        /*new*/
        color: #000;
        font-size: 15px;
        line-height: 1.55em;
    }


    ::-webkit-input-placeholder {
       font-family: 'Untitled Sans', Sans-Serif;
    }

    :-moz-placeholder { /* Firefox 18- */
       font-family: 'Untitled Sans', Sans-Serif;
    }

    ::-moz-placeholder {  /* Firefox 19+ */
       font-family: 'Untitled Sans', Sans-Serif;
    }

    :-ms-input-placeholder {
       font-family: 'Untitled Sans', Sans-Serif;
    }




    ul {
        line-height: 1.7em;
    }
    a,
    a:visited,
    a:hover,
    .link_color,
    .link_color:hover {
        color: #000;
        text-decoration: none;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Untitled Sans', Sans-Serif;
        font-weight: normal;
        /*color: #505050;*/
        /*new*/
        color: #000;
        margin: 0 0 15px;
    }
    h1 a,h1 a:visited,
    h2 a, h2 a:visited,
    h3 a, h3 a:visited,
    h4 a, h4 a:visited,
    h5 a, h5 a:visited,
    h6 a, h6 a:visited {
        /*color: #454141;*/
        /*new*/
        color: #000;
        text-decoration: none;
    }
    h1 {
        font-size: 17px;
        line-height: 21px;
        margin: 0 0 50px;
        text-transform: lowercase;
    }
    h2 {
        font-size: 16px;
        letter-spacing: 0;
    }
    h3 {
        font-size: 15px;
        line-height: 20px;
    }
    h4 {
        font-size: 14px;
    }
    h5 {
        font-size: 13px;
    }
    h6 {
        font-size: 12px;
    }
    body:not(.browser-js-enabled) * :focus,
    body.tabbing-detected * :focus,
    body.accessibility_outlines_enabled * :focus,
    form input:focus {
        outline: auto;
        outline-style: solid; /*need to specify outline style to make it work for IE and edge*/
    }
    button {
      font-family: inherit;
      font-size: 100%;
      line-height: inherit;
      margin: 0;
      color: inherit;
      overflow: visible;
      text-transform: none;
      background-color: transparent;
      -webkit-appearance: button;
    }

