html,
body {
	margin:0;
	padding:0;
	color: #000000;
    line-height: 1.2;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px;
    text-rendering: optimizeSpeed;
	}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
button,
.btn{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #034694; /* Old browsers */
    background: -moz-linear-gradient(top, #034694 0%, #034694 92%, #013675 95%, #013675 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #034694 0%,#034694 92%,#013675 95%,#013675 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #034694 0%,#034694 92%,#013675 95%,#013675 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034694', endColorstr='#013675',GradientType=0 ); /* IE6-9 */
    box-sizing: border-box;
    border:none;
    border-radius: 3px;
    color: #fff;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 280px;
    height: 40px;
}
a.btn {
    display: inline-block;
    line-height: 40px;

}
button.white {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+92,f7f7f7+95,f7f7f7+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 92%, #f7f7f7 95%, #f7f7f7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 92%,#f7f7f7 95%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 92%,#f7f7f7 95%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    color:#535355;
    border: 1px solid #A6A6A6;
    box-sizing: border-box;
}
h1,
.like-h1 {
    color: #000;
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 15px;
}
h2 {
    color: #000;
    font-size: 22px;
    line-height: 120%;
    margin: 10px 0 15px;
}
p {
    font-size: 18px;
    color: #535355;
    margin: 0 0 25px;
}
ul {
    padding: 0 0 0 25px;
    margin: 5px 0 20px;
}
ul li {
    color: #535355;
    font-size: 18px;
    line-height: 160%;
    list-style: none;
    position: relative;
}
ul li:before {
    background: #A6A6A6;
    content: '';
    width: 12px;
    height: 1px;
    position: absolute;
    left: -25px;
    top: 15px;
}
ol {
    counter-reset: defaultOl;
    margin: 5px 0 20px;
    padding: 0 0 0 25px;
}
ol li {
    color: #535355;
    font-size: 18px;
    line-height: 160%;
    position: relative;
    list-style: none;
}
ol li::before {
    counter-increment: defaultOl;
	content: counter(defaultOl) "";
    color: #A6A6A6;
    font-size: 18px;
    position: absolute;
    left: -23px;
    top: 0;
}
strong {
    font-weight: 600;
}
/* ==========================================================================
	Font styles
   ========================================================================== */
   
img {
    max-width: 100%;
}
@media only screen and (min-width: 1160px) {
    h1,
    .like-h1 {
        font-size: 28px;
        line-height: 35px;
    }
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
}