﻿body {
    background: #ffffff;
    font-family: Segoe UI, Helvetica, Tahoma, Arial, sans-serif;
    color: #777777;
    font-size: 14px;
    /*padding-top: 70px;*/
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Segoe UI, Helvetica, Tahoma, Arial, sans-serif;
    font-weight:lighter;
}

ul {
    margin: 0;
    margin-bottom:15px;
}

ul li a {
    display: block;
    width: 100%;
    padding: 0;
}



button,
a {
    color: #045980;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    &:hover, &:focus {}
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}


h4 {
    margin-top:6px;
    margin-bottom:6px;
}


h2 {
    font-size: 1.8em;
}

button {
    border: none;
    background: none
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select,
textarea {
    padding: 0em .5em;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="submit"],
select,
textarea {
    margin: 0px;
    border-radius: 2px;
    border: 1px solid #aeaeae;
}

img {
    max-width: 100%;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.heading-title {
    font-size: 2em;
}

.paragraph-lg {
    font-size: 1em
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #1D698D;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-size: 14px;
}

blockquote p,
blockquote cite {
    padding-left: 1em
}

blockquote cite {
    margin-top: 2em;
}

blockquote p:nth-of-type(1) {
    margin-top: 0;
}

