﻿.icon-175th {
    display: none!important;
}

/**
WIC CSS STYLES
**/
@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');
/* UNIVERSAL */

#sitebody {
    padding: 0 0 0 0 !important;
    margin: 0 auto 0 auto !important;
}

p, a, li, .question_content {
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
}

    p a:hover, li a:hover {
        text-decoration: underline !important;
    }

.content_area a {
    color: #EF3E33 !important;
    text-decoration: none !important;
    font-weight: bold !Important;
}

    .content_area a:hover {
        text-decoration: underline !important;
        color: #EF3E33 !important;
    }

H1, h2, h3 {
    /*font-family: 'Itim', cursive!important;*/
}

H1 {
    font-size: 2.2em !important;
    color: #903f98 !important;
    line-height: 1.2 !important;
}

h2 {
    font-size: 1.8em !important;
    line-height: 1.2 !important;
}

h3 {
    font-size: 1.4em !important;
    line-height: 1.2 !important;
}


.wiccontainer {
    font-size: 1.125rem !important;
    line-height: 1.5;
}

div.homepageicons {
    min-height: 200px;
    background-color: #923f9b;
    text-align: center !important;
}

.homepageicons a {
    color: #ffffff !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.homepageicons h2 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.homepageicons img {
    max-height: 150px;
    margin: 10px 25px;
    text-align: center;
}

.wic_footer {
    background-color: #9acd68;
    bottom: 0 !important;
    width: 100%;
    height: 200px;
    margin-top: 25px;
}

div.wic_referrals {
    min-height: 200px !important;
    background-color: #cccccc;
}


.wicResource {
    min-height: 100px;
    Width: 100%;
    border: solid 3px purple;
    border-radius: 10px;
    margin-bottom: 15px;
}

div.wic_referrals {
    min-height: 50px !important;
    background-color: #903f98;
    vertical-align: middle !important;
    border-radius: 10px;
}

.wic_referrals a {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: normal !important;
    vertical-align: middle;
}

.wic_referrals img {
    margin: 5px 10px 5px 5px;
    vertical-align: middle;
    max-height:
}

#wic-nav a {
    color: #000000 !important;
    text-decoration: none;
    font-size: 1.2em;
    text-transform: capitalize;
    font-weight: bold !important;
}
/**
*** SIMPLE GRID
*** (C) ZACH COLE 2016
**/




/* ROOT FONT STYLES */

* {
}

/* TYPOGRAPHY */

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
    font-family: 'Itim', cursive;
}

p {
    .font-light

{
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}

.font-heavy {
    font-weight: 700;
}

/* POSITIONING */

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.justify {
    text-align: justify;
}

/* ==== GRID SYSTEM ==== */

.wiccontainer {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.row {
    position: relative;
    width: 100%;
}

    .row [class^="col"] {
        float: left;
        margin: 0.5rem 2%;
        min-height: 0.125rem;
    }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    width: 96%;
}

.col-1-sm {
    width: 4.33%;
}

.col-2-sm {
    width: 12.66%;
}

.col-3-sm {
    width: 21%;
}

.col-4-sm {
    width: 29.33%;
}

.col-5-sm {
    width: 37.66%;
}

.col-6-sm {
    width: 46%;
}

.col-7-sm {
    width: 54.33%;
}

.col-8-sm {
    width: 62.66%;
}

.col-9-sm {
    width: 71%;
}

.col-10-sm {
    width: 79.33%;
}

.col-11-sm {
    width: 87.66%;
}

.col-12-sm {
    width: 96%;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.hidden-sm {
    display: none;
}

@media only screen and (min-width: 33.75em) { /* 540px */
    .container {
        width: 80%;
    }
}

@media only screen and (min-width: 45em) { /* 720px */
    .col-1 {
        width: 4.33%;
    }

    .col-2 {
        width: 12.66%;
    }

    .col-3 {
        width: 21%;
    }

    .col-4 {
        width: 29.33%;
    }

    .col-5 {
        width: 37.66%;
    }

    .col-6 {
        width: 46%;
    }

    .col-7 {
        width: 54.33%;
    }

    .col-8 {
        width: 62.66%;
    }

    .col-9 {
        width: 71%;
    }

    .col-10 {
        width: 79.33%;
    }

    .col-11 {
        width: 87.66%;
    }

    .col-12 {
        width: 96%;
    }

    .hidden-sm {
        display: block;
    }
}

@media only screen and (min-width: 60em) { /* 960px */
    .container {
        width: 75%;
        max-width: 60rem;
    }
}
