/* ----------------------------------------------------------
    WEBSITE NAME Print CSS
    Version 1.0

    TABLE OF CONTENTS

    01 - BASE STYLES
    02 - DO NOT DISPLAY
    
    COLOR GUIDE (Main Site Colors and their Hex Codes)
    Examples:
        Main Orange: #d23d29
        Text Gray: #2d2d2d
        Heading Gray: #3f3f3f
    

    FONTS USED (Imported Above)
    Examples:
        Main Copy: Arial, Helvetica, sans-serif
        Main Headers: League Gothic
        Secondary Headers: Source Sans Pro
    
---------------------------------------------------------- */


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

body {
    color: #2d2d2d;
    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 {
}

a {
    text-decoration: none;
}

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

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

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

.print {display: block;}

.clear {clear: both;}

a { border: none; }

.light-steel-bg {
    background: #91b0bd;
}

.light-green-bg {
    background: #5fb36f;
}

.green-bg {
    background: #9DD046;
}

.teal-bg {
    background: #4b8b9c;
}

.light-steel-a > div, .light-green-a > div, .green-a > div, .teal-a > div {
    transition:0.2s ease-in-out;
}

.light-steel-a:hover > div, .light-green-a:hover > div, .green-a:hover > div, .teal-a:hover > div {
    opacity:0.8;
}

.col2 {
    float:left;
    line-height:32px;
    margin:15px 5%;
    width:40%;
}
.developed {
    display:none;
    text-align: right;
    margin-right: 9px;
    line-height: 20px;
}

/* 02 = DO NOT DISPLAY
---------------------------------------------------------- */
.no-print,
.nav, nav.mobile,
.header-bottom,
.subpage-menu,
.rotator-wrap, .testimonials,
.sub-nav, .header-sm
{ display: none; }

/* 03 = Content Styles
---------------------------------------------------------- */

.logo {
    float:none !important;
}
.phone {
    color:#01A0C6;
    font-size:17px;
    font-weight: bold;
    margin:13px 10px -26px;
    width:210px;
}

.phone a {
    color: #01A0C6;
}

.phone a:hover {
    color:#6CC8DE;
}

.phone img {
    margin-right: 10px;
    position: relative;
    top: 6px;
}

.sp-list {
    clear: both;
}

.sidebar h4 {
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 0px !important;
}

.magnets {
    margin: 0 auto;
    padding-top: 26px;
    width:100%;    
}

    .magnet {
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        border-left: 1px solid #dedede;
        height: 156px;
        padding: 25px 0;
        width: 33.1%;
    }

        .magnet:first-child {
            border-left: 0;
        }

        .magnet p {
            color: #575757;
            line-height: 22px;
            margin: 0 auto;
            text-align: center;
            width: 220px;
        }

        .magnet img {
            display: block;
            margin: 0 auto 13px auto;
        }

.accolades img {
    max-width: 75px;
}

.services-info-block {
    color: #fff;
    float: left;
    min-height: 170px;
   padding:1%;
   margin:1%;
    text-align: center;
    width: 46%;
}

    .services-info-block p {
        line-height: 16px;
    }

    .services-info-block a {
        border-bottom: none;
        color: #fff;
    }

.sub-content img {
    max-width:200px;
}
.fullimg {
    max-width:100% !important;
}
.avatar-img {
    max-width: 100px !important;
}

.testimonial {
    border-top:1px solid #d7d7d7;
    padding-top:25px;
    margin-bottom: 15px;
}
.testimonial:first-child {
    border:none;
    padding-top:0;
}

.footer-wrap {
    margin-top:25px;
}
