/* =============================================================================
   global
============================================================================== */
.pointer_on_hover { cursor: pointer; }
:focus { outline: 0; }

.left { float: left; }
.right { float: right; }
.hidden { display: none; }


/* =============================================================================
   anchors
============================================================================== */
a {	text-decoration: none; cursor: pointer; outline: 0; color: #00549f; }
a:hover { text-decoration: underline; outline: 0; }
a:focus { outline: 0; }


/* =============================================================================
   layout
============================================================================== */
body { background-color: #ffffff; padding: 0px; margin: 0px; font: 14px 'titillium', sans-serif; color: #5b5b5b; line-height: 1.5em; }

.box_homepage_text { margin-top: 250px; }
.box_homepage_text .logo { text-align: center; padding-top: 100px; }
.box_homepage_text h1 { color: #000000; font-weight: 700; }
.box_homepage_text ul { list-style: none; padding-left: 0px; }
.box_homepage_text ul li:before { content: '-'; padding-right: 10px; }
.box_homepage_text h1 small { font-weight: 800; color: #5b5b5b; }

.footer { margin-top: 50px; padding-top: 10px; border-top: 1px #ccddec solid; font-size: 12px; }

@media (max-width: 767px) {
    .box_homepage_text { margin-top: 10px; }
    .box_homepage_text .logo { padding-top: 20px; }
    .box_homepage_text .text { text-align: center; }
}
