@import url('normalize.css');

/* ----------------------------------------------------------
    Client Name CSS
    Version 1.0

    TABLE OF CONTENTS

    01 - BASE STYLES
    02 - DO NOT DISPLAY
    03 - RESIZE
    
    COLOR GUIDE (Main Site Colors and their Hex Codes)
    Main Blue: #3B7B97
    Main Dark Grey: #313131
    
    FONTS USED
    Main Copy:Source Sans Pro   
    Main Headers: Merriweather
    Secondary Headers:
    
---------------------------------------------------------- */

/* 01 = BASE STYLES
---------------------------------------------------------- */

body {
    color: #4e4e4e;
    font-family: Arial, sans-serif;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather', serif;
}

.gigantic{font-size: 30px;}

h1,
.huge {
    font-size: 24px;
}

h2,
.large {
    font-size: 20px;
}

h3,
.big {
    font-size: 16px;
}

h4,
.normal {
    font-size: 12px;
}

h5,
.small {
    font-size: 10px;
}

h6,
.tiny {
    font-size: 8px;
}

p {
    font-size: 12px;
    line-height: 20px;
}

a {
    color: #3B7B97;
    text-decoration: none;
}

a:hover, 
a:visited {color: #50A5CA;}

ul,
ol {
    font-size: 13px;
    line-height: 20px;
    padding-left: 15px;
    margin: auto 25px auto 0;
}

.right,
.align-right {float: right;}

.left,
.align-left {float: left;}

.print {display: none;}

.clear {clear: both;}


/* 02 = DO NOT DISPLAY
---------------------------------------------------------- */
.nav-container, 
.btn, 
.titlebar-btn, 
.magnets-container, 
.sidebar, 
.sidebar-home,
.header .accolades,
form {display: none;}

/* 02 = RESIZE
---------------------------------------------------------- */

.header {margin-bottom: 25px;}

.header:after {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

.titlebar {
    color: #3B7B97;
    margin-top: 20px;
}

.main-content {width: 100%;}

.main-content img.left {margin: 5px 15px 0 0;}

.main-content img.right {margin: 5px 0 0 15px;}

.footer{
    border-top: 1px solid #cdcdcd;
    margin-top: 15px;
}
.footer-wrap {margin: 15px auto;}

.footer p {
    font-size: 12px;
    line-height: 17px;
}
p.disclaimer {
    font-size: 10px;
    width: 220px;
}
.footer .right p {text-align: right;}

