﻿body {background-image: url('img/6.jpg'); 
  background-repeat: no-repeat;       
  background-position: center;        
  background-attachment: fixed;       
  background-size: cover; 
font-family: sans-serif;
font-size: 20px;
            line-height: 1.4em;
            padding: 0;
            margin: 0;}        


        body.loaded {
            font-family: 'Open Sans', sans-serif;
        }
        .container {
            display: block;
            max-width: 960px;
            margin: 2em auto 2em;
            padding: 2em;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 3px;
        }
        .container > section {
            height: 100%;
            width: 60%;
            display: inline-block;
            float: left;
            margin-bottom: 2em;
        }
        .container > aside {
            height: 100%;
            display: inline-block;
            width: 30%;
            border-left: 2px dashed #eee;
            float: right;
            padding-left: 1.5em;
        }
        .logo {
            background: url('/manager/templates/default/images/modx-logo-color.svg') no-repeat center transparent;
            width: 220px;
            height: 85px;
            background-size: contain;
            display: block;
            position: relative;
            text-indent: -9999px;
            margin: 2em auto;
        }
        h1, h2, h3, h4, h5 {
            color: #494949;
            font-family: 'Open Sans', sans-serif;
            font-weight: 700;
        }
        h1 {
            font-size: 36px;
            color: #137899;
        }
        h2 {
            font-size: 29px;
        }
        h3 {
            font-size: 24px;
        }

        a {
            color: #847E59;
        }

        ul {
            padding-left: 2em;
        }
        
        li {
        padding-top: 15px;
        }
        
        li a:hover{
        padding-top: 15px;
        color:#000;
        }
        
        
        img {
            max-width: 100%;
        }

        .cta-button {
            display: block;
            text-align: center;
            vertical-align: middle;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -moz-osx-font-smoothing: grayscale;
            position: relative;
            overflow: hidden;
            margin: .2em 0;
            padding: 1em;
            cursor: pointer;
            background: #67a749;
            text-decoration: none;
            border-radius: 3px;
            color: #fff;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
        }
        .cta-button:before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 50%;
            right: 50%;
            bottom: 0;
            background: #137899;
            height: 5px;
            -webkit-transition-property: left, right;
            transition-property: left, right;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }
        .cta-button:hover:before, .cta-button:focus:before, .cta-button:active:before {
            left: 0;
            right: 0;
        }

        .companies {
            clear: both;
            display: block;
            width: 100%;
            padding: 1em 0 0;
            border-top: 2px dashed #eee;
        }

        .companies h3 {
            text-align: center;
            margin: 0;
        }

        .companies ul {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: center;
        }

        .companies ul li {
            display: inline-block;
            padding: 0 2em;
        }

        .companies ul li:first-child {
            padding-left: 0;
        }

        .companies ul li:last-child {
            padding-right: 0;
        }

        .companies ul li a {
            display: block;
            position: relative;
            text-indent: -99999px;
            width: 200px;
            height: 75px;
            background-repeat: no-repeat;
            background-size: 200px;
            background-position: center;
        }

        .disclaimer {
            max-width: 960px;
            display: block;
            margin: 0 auto;
            text-align: center;
            color: #333;
            font-size: .6em;
        }

        @media (min-width: 768px) and (max-width: 991px)  {
            .container {
                padding: 1em;
                border: 0;
                border-radius: 0;
            }
        }

        @media (max-width: 767px)  {
            body {
                font-size: 16px;
            }
            .container {
                padding: 1em;
                margin: 0 0 1em;
                border: 0;
                border-radius: 0;
            }
            .container > section, .container > aside {
                float: none;
                width: 100%;
            }
            .container aside {
                border: 0;
                padding: 0;
            }
            .logo {
                width: 100%;
                height: 48px;
            }
            h1 {
                font-size: 24px;
            }
            h2 {
                font-size: 19px;
            }
            h3 {
                font-size: 16px;
            }
            .companys ul li {
                display: block;
            }
        }

h1 {text-align:center;
color:black;}