body,
html {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #222;
    font-size: 17px;
    background-color: #fafafa;
    line-height: 160%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

p {
    margin: 16px 0;
    line-height: 165%;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: none;
}

.main {
    background: #fff;
   
    margin-bottom: 30px;
}

.container {
    max-width: 100%;
}

article {
    width: 800px;
    margin: auto;
    max-width: 100%;
    display: block;
    position: relative;
}

article:first-child,
article.intro {
    padding-top: 30px;
}

article:last-child {
    padding-bottom: 30px;
}

footer {
    text-align: center;
    bottom: 0;
    width: 100%;
    height: auto;
    font-size: 18px;
    padding: 30px 0px;
    background: #0b2b43;
    color: #fff;
}

footer a,
footer a:hover,
footer a:focus {
    color: #fff;
}

img,
iframe {
    max-width: 100%;
    margin: auto;
    display: table;
}

ul {
    margin: 16px 0px;
    padding-left: 20px;
}

ul > li {
    width: auto;
    text-align: left;
    font-weight: 500;
    white-space: normal;
    word-wrap: break-word;
	font-size:0.9em;
	color:#444;
}

ul > li span {
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    display: block;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 1px;
    padding: 20px 0px 0px;
    margin: 0;
    text-transform: uppercase;
    line-height: 110%;
}

h2 {
    font-size: 26px;
}

h1.normal,
h2.normal,
h3.normal,
h4.normal,
h5.normal,
h6.normal {
    letter-spacing: 0px;
    text-transform: capitalize;
}

.intro {
    position: relative;
}

.sharing-links {
    overflow: visible;
    display: table;
    height: auto;
    margin: 0px auto 30px;
    text-align: center;
}

.sharing-links span {
    overflow: visible;
    height: auto;
}

.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
    height: auto;
}

.stButton_gradient,
.stButton,
.sharing-links span {
    min-height: 23px;
}

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: auto;
    }
    article {
        width: auto;
        margin: 0px 30px;
    }
    h2 {
        font-size: 23px;
    }
    .sharing-links > span {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        float: none !important;
    }
     article {
        width: auto;
        margin: 0px 25px;
    }
    article:first-child, article.intro {
        padding-top: 15px;
    }
    
}

@media (max-width: 520px) {
    .main {
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0px;
    }
    article {
        width: auto;
        margin: 0px 20px;
    }
    article:first-child, article.intro {
        padding-top: 15px;
    }
    p {
        font-size: 16px;
    }
}
