﻿
html,
body {
    font-family: "Montserrat", sans-serif;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100%;

    background-color: #fff !important;
}

.Skin h1,
.Skin h2,
.Skin h3,
.Skin h4,
.Skin h5,
.Skin h6 {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

.Skin h1,
.Skin h2,
.Skin h3 {
    font-weight: 300;
}

.Skin h1 {

}

.Skin h2 {
    color: #5e6a71;
}

.Skin h3 {
    color: #e07e3c;
}

.Skin h4 {
    color: #ffb500;
}

.Skin h5 {
    color: #1476A0;
}

.Skin h6 {
    color: #5e6a71;
}


.Skin blockquote {
    font-size: 1em;
    border: 3px solid #e07e3c;
    border-radius: 10px;
    padding: 1em;
}

    .Skin blockquote p {
        line-height: 1.45em;
        font-style: normal !important;
        font-family: "Montserrat", sans-serif;
        font-size: 1em;
        color: #5e6a71;
    }

    .Skin blockquote:before {
        content: "\f10d";
        float: left;
        margin-right: .5em;
        color: #e07e3c;
    }

    .Skin blockquote:after {
        content: "\f10e";
        float: right;
        margin-left: .5em;
        color: #e07e3c;
        position: relative;
        right: 0;
        bottom: 0;
    }

.Skin a,
.Skin a:visited {
    color: #1476A0;
    text-decoration: none;
}

    .Skin a:hover,
    .Skin a:active,
    .Skin a:focus {
        color: #e07e3c;
        text-decoration: underline;
    }

.Skin label {
    font-weight: 400;
}

.Skin input[disabled],
.Skin input.disabled,
.Skin textarea[disabled],
.Skin textarea.disabled,
.Skin button[disabled],
.Skin button.disabled,
.Skin select[disabled],
.Skin select.disabled {
    cursor: not-allowed !important;
}

.Skin input[type="checkbox"],
.Skin input[type="radio"] {
    margin-right: 5px;
}

.Skin ul {
    list-style: disc;
}

.Skin a.btn-default {
    color: #333;
}

.Skin a.btn-primary,
.Skin a.btn-success,
.Skin a.btn-info,
.Skin a.btn-warning,
.Skin a.btn-danger {
    color: #fff;
}

.Skin p
{
    text-align: left;
}

.Skin img 
{
    max-width: 100%;
}

.Skin .image-placeholder {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.Skin .image-placeholder-text {
    color: transparent;
    padding-top: 40%;
    text-transform: uppercase;

    width: 100%;
    text-align: center;
    letter-spacing: .25em;
    font-size: 1.75em;
}

.Skin .image-placeholder-text::after
{
    content: 'Photo';
}

/* NORMALIZE IMAGES */
.activeForums img,
.LiveForm img,
.DnnModule-ActiveForumsWhatsNew img,
[id*="pnlEventReg"] img,
.StartOverImage,
#dnnModuleDigitalAssetsListContainer img,
.addrEntryInfo img,
.rgCommandRow .rgCommandCell img,
.rgEditForm img,
.commEntry img,
[id*=divOpenInvoices] img,
.console-large img,
.normalize-image img,
[id*="ShoppingCart_UP"] img,
.dnnForm img,
.ExportImage,
[id*="tblPayment"] img {
    width: initial !important;
}

.Skin [type="application/pdf"] {
    width: 100% !important;
}

/* CUSTOM RADIO AND CHECKBOXES */
.Skin input[type=radio],
.Skin input[type=checkbox] {
            border: 0;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute !important;
            width: 1px;
        }

.amtabcontent  input[type=radio],
.amtabcontent  input[type=checkbox]
{
    clip: auto !important;
    height: 1em;
    width: 1em;
}

.radio > label:before,
.checkbox > label:before,
.radio-inline:before,
.checkbox-inline:before,
.Skin input[type=radio] ~ label:before,
.Skin input[type=checkbox] ~ label:before {
            font-family: FontAwesome;
            display: inline-block;
            letter-spacing: .5em;
            color: #535353;
            font-size: 1.15em;
        }


.radio > label.checked:before,
.checkbox > label.checked:before,
.radio-inline.checked:before,
.checkbox-inline.checked:before,
.Skin input[type=radio]:checked ~ label:before,
.Skin input[type=checkbox]:checked ~ label:before  {
            /*content: "\f00c";*/
            letter-spacing: .5em;
        }

.checkbox > label:before,
.checkbox-inline:before,
.Skin input[type=checkbox] ~ label:before {        
            content: "\f096";
            color: #AAA;
        }

.radio > label:before,
.radio-inline:before,
.Skin input[type=radio] ~ label:before {
            content: "\f1db";     
            color: #AAA;
        }

.checkbox > label.checked:before,   
.checkbox-inline.checked:before,   
.Skin input[type=checkbox]:checked ~ label:before {
            content: "\f14a";    
            color: darkgreen;    
        }

.radio > label.checked:before,   
.radio-inline.checked:before,   
.Skin input[type=radio]:checked ~ label:before {
            content: "\f058";     
            color: darkgreen;
        }

.custom-checkbox::before
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.radio-inline > input[type=radio]:focus,
.checkbox-inline > input[type=checkbox]:focus,
.radio-inline > input[type=radio]:focus,
.checkbox-inline > input[type=checkbox]:focus,
.Skin input[type=radio]:focus ~ label:before,
.Skin input[type=checkbox]:focus ~ label:before,
.Skin input[type=radio]:focus ~ label,
.Skin input[type=checkbox]:focus ~ label
        {                
            /*color: green;*/
        }

/* RESTRICTIONS TO UNIVERSAL INPUT / LABEL */
.donation-button:before
{
    content: '' !important;
}

.DarkBlue-Background
{
    background: #1476A0;
}

.DarkBlue-Text
{
    color: #1476A0;
}

.DarkBlue-Alt-Background
{
    background: #065A7F;
}

.DarkBlue-Alt-Text
{
    color: #065A7F;
}

.LightBlue-Background
{
    background: #58A4C5;
}

.LightBlue-Text
{
    color: #58A4C5;
}

.LightBlue-Alt-Background
{
    background: #368AAF;
}

.LightBlue-Alt-Text
{
    color: #368AAF;
}

.Orange-Background
{
    background: #e07e3c;
}

.Orange-Text
{
    color: #e07e3c;
}

.Red-Background {
    background: #d52b1e;
}

.Red-Text {
    color: #d52b1e;
}

.Yellow-Background
{
    background: #ffb500;
}

.Yellow-Text
{
    color: #ffb500;
}

.SeaCrystal-Background
{
    background: #4FBC83;
}

.SeaCrystal-Text
{
    color: #4FBC83;
}

.Gray-Background
{
    background: #5e6a71;
}

.Gray-Text
{
    color: #5e6a71;
}




.actionsArea a:before
{
    font-family: FontAwesome;
    display: inline-block;
    letter-spacing: .5em;
    font-size: 1.15em;
    content: "\f138"; 
    opacity: .66;
}

.actionsArea a:hover:before
{
    color: #555;
    opacity: 1;
}