/* ------------------ *
 * NORMALIZE ELEMENTS *
 * ------------------ */
html, body, img, div, h1, h2, p, ul, li, form, input, textarea, table, th, td, a {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    color: inherit;
    border-collapse: collapse;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font: 400 16px/1.6 "Segoe UI", Roboto, "Helvetica Neue", Tahoma, Arial, sans-serif;
    color: #111;
    background: #416e4f;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

p {
    margin: 18px 0;
}

ul {
    margin-left: 25px;
}

a {
    color: #2222dd;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
}

h2 {
    font-size: 20px;
}



/* -------------- *
 * TEXT MODIFIERS *
 * -------------- */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}



/* ---------------------- *
 * BOX LAYOUT AND SPACING *
 * ---------------------- */
.head, .nav, .full-banner, .body, .foot, .box-100, .box-80, .box-75, .box-70, .box-66, .box-50, .box-40, .box-33, .box-30, .box-25, .box-25-50, .box-20, .box-15, .spacer {
    width: 100%;
    overflow: hidden;
}

.head, .nav, .full-banner, .body, .foot {
    min-width: 280px;
    max-width: 1000px;
    margin: 0 auto;
}

.float-left, .box-100, .box-80, .box-75, .box-70, .box-66, .box-50, .box-40, .box-33, .box-30, .box-25, .box-25-50, .box-20, .box-15, .spacer {
    float: left;
}

.float-right { float: right }

.box-100 { width: 100% }
.box-80 { width: 80% }
.box-75 { width: 75% }
.box-70 { width: 70% }
.box-66 { width: 66.7% }
.box-50 { width: 50% }
.box-40 { width: 40% }
.box-33 { width: 33.3% }
.box-30 { width: 30% }
.box-25 { width: 25% }
.box-25-50 { width: 25% }
.box-20 { width: 20% }
.box-15 { width: 15% }
.new-row { clear: left }
.margin1-top { margin-top: 15px }
.margin1-bottom { margin-bottom: 15px }
.pad1 { padding: 15px }
.pad2 { padding: 45px 15px 15px }

/* Newsletter */
.hmns, .hmns1, .hmns2, .hmns3, .hmns4 {
    display: block;
    width: 100%;
    overflow: hidden;
}

.hmns > div {
    float: left;
}

.hmns1 {
    width: 32%;
}

.hmns2 {
    width: 50%;
}

.hmns3 {
    display: none;
}

.hmns4 {
    width: 18%;
}

.hmns input, .hmns input:focus {
    appearance: none;
    outline: none;
}

.hmns input {
    width: 100%;
    padding: 6px 8px;
    background: #fff;
    font-size: 15px;
    color: #000;
    border: 1px solid #ccc;
}

.hmns1 input, .hmns2 input {
    border-right: none;
    transition: border-color 0.2s;
}

.hmns1 input:focus, .hmns2 input:focus {
    border-color: #aaa;
}

.hmns1 input {
    border-radius: 4px 0 0 4px;
}

.hmns4 input {
    padding: 6px 0;
    font-weight: 600;
    font-size: 15px;
    border-color: #df9433;
    background: #ecaa55;
    border-radius: 0 4px 4px 0;
    transition: background-color 0.2s;
}

.hmns4 input:focus, .hmns4 input:hover {
    background: #ec9422;
}



/* ----- *
 * INPUT *
 * ----- */
.input1, .text1, .select1 {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
    border-color: #ddd #aaa #999 #ccc;
}

.input1 {
    height: 37px;
    padding: 0 9px;
}

.text1 {
    height: 120px;
    padding: 7px 9px;
}

.select1 {
    padding: 8px;
}

.btn {
    display: inline-block;
    padding: 6px 16px;
    color: #000;
    font-weight: 700;
    background: #ddd;
    background: linear-gradient(0deg, #ccc, #eee);
    border: 1px solid #000;
    border-color: #aaa #888 #777 #aaa;
    border-radius: 3px;
}

.btn:hover {
    text-decoration: none;
    background: #eee;
    background: linear-gradient(0deg, #ddd, #fff);
}

.btn2 {
    display: inline-block;
    width: 100%;
    padding: 6px 0;
    color: #000;
    font-weight: 600;
    background: #ecaa55;
    border-radius: 5px;
    transition: background-color 0.15s;
}

.btn2:hover {
    background: #ec9422;
}



/* ------------- *
 * NOTIFICATIONS *
 * ------------- */
.info, .error {
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
    background: #418f53;
}

.error {
    border-radius: 4px;
    background: #bb2222;
}

.info, .info a, .error, .error a {
    color: #fff;
}



/* ------ *
 * HEADER *
 * ------ */
.head-bg {
    background: #242e8b;
    background-image: linear-gradient(to bottom, #1c2479, #2b379d);
}

.head {
    padding: 10px 15px;
}

.logo, .logo-small {
    position: absolute;
}

.logo-small {
    display: none;
}

.head form {
    overflow: hidden;
    height: 35px;
    margin: 6px 0;
    padding-left: 416px;
}

.head input[type=text] {
    float: right;
    width: 100%;
    max-width: 250px;
    height: 35px;
    padding: 0 8px;
    line-height: 35px;
    border-radius: 4px;
}

.head input[type=submit] {
    width: 1px;
    height: 1px;
    visibility: hidden;
}



/* --- *
 * NAV *
 * --- */
.nav-bg {
    background: #242e8b;
    background-image: linear-gradient(to bottom, #19217c, #232f89);
}

.nav {
    padding: 7px 1px;
}

.nav a {
    display: inline-block;
    margin: 2px 14px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}



/* ----------- *
 * FULL BANNER *
 * ----------- */
.full-banner-bg, .full-banner {
    height: 363px;
}

.full-banner-bg {
    background: #e0dad4 url(/pm/full-banner02.jpg) no-repeat center top;
}



/* ---- *
 * BODY *
 * ---- */
.body-bg {
    background: #fff;
}

.body {
    padding: 30px 0;
}

.caption-holder {
    position: relative;
    font-size: 15px;
}

.caption-top, .caption-bottom {
    position: absolute;
    left: 6px;
    margin-right: 6px;
    padding: 3px 6px;
    background: #000;
    opacity: 0.75;
    border-radius: 4px;
}

.caption-top {
    top: 6px;
}

.caption-bottom {
    bottom: 10px;
}

.caption-top a, .caption-bottom a {
    color: #fff;
}

.round {
    border-radius: 6px;
}

table {
    width: 100%;
}

th {
    color: #fff;
    text-align: left;
    background: #999;
    background: linear-gradient(0deg, #888, #999);
    border-radius: 4px;
    font-weight: 700;
}

td, th {
    padding: 3px 8px 3px 8px;
}

td {
    border-bottom: 1px solid #ccc;
}

.pdf {
    padding-left: 22px;
    background: url(/pm/pdf.png) no-repeat 0 2px;
}

.faq-q {
    display: block;
    margin: 5px 0;
    padding: 6px 9px;
    background: #eee;
    border: 1px solid #ddd;
    border-color: #ddd #ccc #bbb #ddd;
    color: #222;
    border-radius: 4px;
}

.faq-q:hover {
    text-decoration: none;
}

.faq-a {
    display: none;
    padding: 0 0 20px 8px;
}



/* ------ *
 * FOOTER *
 * ------ */
.foot-bg {
    background: #416e4f;
}

.foot {
    padding: 15px 0;
    font-size: 14px;
    line-height: 1.9;
}

.foot, .foot a {
    color: #fff;
}



/* ------------------------ *
 * RESPONSIVE MEDIA QUERIES *
 * ------------------------ */
@media (max-width: 610px) {
    .box-100, .box-80, .box-75, .box-70, .box-66, .box-50, .box-40, .box-33, .box-30, .box-25, .box-20, .box-15 {
        width: 100%;
    }
    
    .box-25-50 {
        width: 50%;
    }
    
    .new-row-50 {
        clear: left;
    }
    
    .head {
        padding: 10px;
    }
    
    .logo {
        display: none;
    }

    .logo-small {
        display: inline-block;
    }
    
    .head form {
        margin: 0;
        padding-left: 164px;
    }
    
    .head input[type=text] {
        max-width: none;
    }
    
    .nav-bg, .nav {
        background: #2b379c;
    }
    
    .nav {
        padding: 0 2px;
        text-align: center;
    }
    
    .nav a {
        width: 32%;
        margin: 0 0.5% 4px;
        padding: 7px 0;
        background: #1c2479;
        border-radius: 4px;
    }
    
    .caption-holder {
        font-size: 13px;
    }
}

@media (max-width: 440px) {
    .full-banner-bg {
        display: none;
    }
    
    h1 {
        font-size: 22px;
    }
    
    h2 {
        font-size: 18px;
    }
    
    .nav a {
        font-size: 12px;
    }
}

@media (max-width: 300px) {
    .box-25-50 {
        width: 100%;
    }
}