/* WELLS */

.well {
    background-image: none;
    background-color: #fff;
    padding: 25px;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 4px 0px 0px #F1F1F1;
    -webkit-box-shadow: 0px 4px 0px 0px #F1F1F1;
}
.well-light {
    background-color: #f9f9f9;
    border: 1px solid #F1F1F1;
}
.well-default {
    background-color: #3f4657;
    border: none;
    box-shadow: 0px 4px 0px 0px #3a404f;
    -webkit-box-shadow: 0px 4px 0px 0px #3a404f;
}
.well-overlap {
    /* Use this class if you want the top of the wells to overlap a previous container */
    position: relative;
    margin-top: -40px;
    z-index: 100;
}
@media (max-width: 768px) {
    .well-overlap {
            margin-top: 20px;
        }
    }



/* HEADING STYLES */

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Raleway', sans-serif; */
    font-weight: 600;
    color: #444c5f;
}
h1 {
    font-size: 42px;
    line-height: 46px
}
h2 {
    font-size: 36px;
    line-height: 40px
}
h3 {
    font-size: 30px;
    line-height: 34px
}
h4 {
    font-size: 24px;
    line-height: 28px
}
h5 {
    font-size: 20px;
    line-height: 24px
}
h6 {
    font-size: 18px;
    line-height: 20px
}


    /* COLORED WELLS */
    .colorwell {
        overflow: hidden;
        padding: 0px;
        border: none;
    }
	
	/*
    .colorwell img {
        width: 100%;
        height: auto;
        display: block;
    }
	*/

    .colorwell p,
    .colorwell h1,
    .colorwell h2,
    .colorwell h3,
    .colorwell h4,
    .colorwell h5,
    .colorwell h6 {
        color: #fff
    }
    .colorwell a {
        color: #fff;
        text-decoration: underline;
    }
    .colorwell-date {
        position: absolute;
        margin-top: 20px;
        margin-left: 20px;
    }
    .colorwell-default {
        background-color: #3f4657;
        box-shadow: 0px 4px 0px 0px #3a404f;
        -webkit-box-shadow: 0px 4px 0px 0px #3a404f;
    }

            .colorwell-nunavut {
                background-color: #013662;
                box-shadow: 0px 4px 0px 0px #012543;
                -webkit-box-shadow: 0px 4px 0px 0px #012543;
            }

/*            .colorwell-nunavut-blue {
                background-color: #7bced6;
                box-shadow: 0px 4px 0px 0px #5ea1a7;
                -webkit-box-shadow: 0px 4px 0px 0px #5ea1a7;
            }*/
/*
            .colorwell-nunavut-grey {
                background-color: #737374;
                box-shadow: 0px 4px 0px 0px #43464f;
                -webkit-box-shadow: 0px 4px 0px 0px #43464f;
            }
*/
            

            

    .colorwell-purple {
        background-color: #593f8c;
        box-shadow: 0px 4px 0px 0px #513a7e;
        -webkit-box-shadow: 0px 4px 0px 0px #513a7e;
    }
    .colorwell-blue {
        background-color: #3b8db8;
        box-shadow: 0px 4px 0px 0px #367fa5;
        -webkit-box-shadow: 0px 4px 0px 0px #367fa5;
    }
    .colorwell-green {
        background-color: #72b638;
        box-shadow: 0px 4px 0px 0px #65a033;
        -webkit-box-shadow: 0px 4px 0px 0px #65a033;
    }
    .colorwell-yellow {
        background-color: #e2b644;
        box-shadow: 0px 4px 0px 0px #c19c3c;
        -webkit-box-shadow: 0px 4px 0px 0px #c19c3c;
    }
    .colorwell-orange {
        background-color: #d76c3f;
        box-shadow: 0px 4px 0px 0px #c26239;
        -webkit-box-shadow: 0px 4px 0px 0px #c26239;
    }
    .colorwell-red {
        background-color: #b84949;
        box-shadow: 0px 4px 0px 0px #a64343;
        -webkit-box-shadow: 0px 4px 0px 0px #a64343;
    }
    .colorwell-titleblock {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
        background-color: #004f91;
        padding: 5px 20px;
        margin-bottom: 20px;
    }