

body {
    font-family: Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
}

/*.header-container {background-color: #38a1d2;}*/
.header-container, .footer-container { background-color: #60b4db; }
.footer { background-color: #2e3339; }

.smaller {font-size: 17px !important; }

.wrapper {
    width: 1400px;
    margin: 0 auto;
    padding: 0 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;}

.main-navigation {
    margin-left: -15px;
}

.main-navigation ul {
    margin:0;
    padding: 0 0 0 4px;
}

.main-navigation ul li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin-right: 15px;
    font-weight: 700;
    }

.main-navigation ul > li a {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #ffffff;

    border-bottom: 1px solid #ffffff;

    padding: 8px 10px;
    border-radius: 6px;

    text-decoration: none;
}

.main-navigation ul > li a:hover {
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.white { color: #ffffff; }

h1, .h1 {
    font-family: Verdana, sans-serif;
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -1px;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;

    margin: 20px 0 10px 0;
}

h2, .h2 {
    font-family: Verdana, sans-serif;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;

    margin-top: 20px;
    margin-bottom: 10px;
}

h3 {
    font-family: Verdana, sans-serif;
    font-size: 21px;
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 700;
    font-style: normal;
}

h4 {
    font-family: Verdana, sans-serif;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    margin-top: 30px;
}

h5 {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    padding: 0.5em 1em;
    margin-top: 0;
}


.readmore {
    display: inline-block;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear;
    border-radius: 6px;
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    padding: 16px 20px;
    margin-top: 16px;
 }

.btn {

    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    padding: 16px 20px;
    margin-bottom: 24px;

    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear;

    border-radius: 6px;
    background-color: transparent;
    color: white;
    border: 2px solid white;
}


.btn:hover {
    color: #333333;
    border-color: #fff;
    background: #fff;
}


.page-content {
    background-color: #f2f6f7;
    padding-top: 2em;
    padding-bottom: 2em;
}

p {
    font-size: 17px;
    color: #333333;
}

.pt-3 {padding-top: 1em;}

td {padding: 0.5em;}

.breadcrumb { padding-left: 0; }

.page-content .container .row { font-size: 80%; letter-spacing: -1px; }

.manual h1 { font-size: 32px; text-transform: none; }
.manual h2 { text-transform: none; letter-spacing: -1px; }