@import url('normalize.css');

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

    TABLE OF CONTENTS

    01 - BASE STYLES
    02 - DO NOT DISPLAY
    
    COLOR GUIDE (Main Site Colors and their Hex Codes)
    Main Blue: #338bc7
    Text Gray: #373737
    
---------------------------------------------------------- */

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

body {
    color: #666;
    font-family: 'Arial', 'Helvetica', sans-serfi;
    font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

.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 {
    text-decoration: none;
}

ul,
ol {
    padding-left: 15px;
}

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

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

.print {display: none;}

.clear {clear: both;}


/* 02 = DO NOT DISPLAY
---------------------------------------------------------- */

.backstretch {
    display: none;
}

.regular-logo {
    display: none;
}

.print-logo {
    display: block !important;
}

.hide-during-print {
    display: none;
}

.print-left {
    float: none !important;
}

li {
    margin-bottom: 20px;
}

li .right {
    display: none;
}

.right.col {
    display: none;
}

.col-1 {
    float: none !important;
}

.col-1 > h4 {
    display: none;
}

.col-1 > p {
    display: none;
}

.col-1 > .addthis_toolbox {
    display: none;
}

.col-2 {
    float: none !important;
}

iframe {
    display: none;
}
