* {
    outline: none;
}

html {
}

body {
}

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;
}

p {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
	  margin-bottom:15px;
}

strong {
    font-family: 'Lato Bold';
    font-weight: 600;
    color: #001120;
    font-size: 14px;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
main ul,
main ol {
    margin: 15px 0 15px 30px;
    list-style: disc;
	float: left;
	width: 100%;
}
main .package-content ul,
main .package-content ol{
	float: none;
	width: auto;
}
a {
    color: #1FA2E1;
	text-decoration:none;
}

    a:active,
    a:hover,
    a:visited,
    a:focus {
        outline: 0;
        text-decoration: underline;
    }


H2,
H3,
H4,
H5 {
    margin: 0;
}

H2 {
    color: #00a0df;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Lato Regular';
	  margin-bottom:25px;
}

H3 {
    font-size: 26px;
    font-family: 'Lato Bold';
    font-weight: 600;
	margin-bottom:15px;
    color: #777777;
    text-transform: uppercase;
}
h4 {
    font-family: 'Lato Regular';
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin-bottom:15px;
}
h5 {
    font-family: 'Lato Bold';
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-transform: uppercase;
}
.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}
.dark {
    color: #333333;
}
.red {
    color: #ff0000;
}
.blue {
    color: #00a0df;
}
.embed-responsive {
     float: left;
     width: 100%;		
}