﻿/*********************************************************************************/
/* Forms                                                                         */
/*********************************************************************************/


.form-style-9 {
    min-width: 150px;
    max-width: 250px;
    background: #FAFAFA;
    padding: 30px;
    margin: 0 auto;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    border: 3px solid #15495D;
}

    .form-style-9 ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .form-style-9 ul li {
            display: block;
            margin-bottom: 10px;
            min-height: 35px;
        }

            .form-style-9 ul li .field-style {
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                border-radius: 5px;
                height: 30px;
                padding: 8px;
                outline: none;
                border: 1px solid #B0CFE0;
                -webkit-transition: all 0.30s ease-in-out;
                -moz-transition: all 0.30s ease-in-out;
                -ms-transition: all 0.30s ease-in-out;
                -o-transition: all 0.30s ease-in-out;
            }

                .form-style-9 ul li .field-style:focus {
                    box-shadow: 0 0 5px #B0CFE0;
                    border: 1px solid #B0CFE0;
                }

            .form-style-9 ul li .field-split {
                width: 49%;
            }

            .form-style-9 ul li .field-full {
                width: 100%;
            }

            .form-style-9 ul li input.align-left {
                float: left;
            }

            .form-style-9 ul li input.align-right {
                float: right;
            }

            .form-style-9 ul li textarea {
                width: 100%;
                height: 100px;
                max-width: 378px;
            }

            .form-style-9 ul li .smallForm textarea {
                width: 100%;
                height: 100px;
                max-width: 190px;
            }

            .form-style-9 ul li input[type="button"],
            .form-style-9 ul li input[type="submit"] {
                width: 100%;
            }

                .form-style-9 ul li input[type="button"]:hover,
                .form-style-9 ul li input[type="submit"]:hover {
                    cursor: pointer;
                    width: 100%;
                }

.formHeader b {
    font-size: 1.3em;
    color: #000;
    text-decoration: underline;
}

.form-style textarea {
    width: 100%;
    height: 100px;
    max-width: 457px;
}

.form-style input {
    width: 49%;
    height: 40px;
    max-width: 226px;
}

/* Sections/Articles */

section,
article {
    /*margin-bottom: 3em;*/
}

    section > :last-child,
    article > :last-child {
        margin-bottom: 0;
    }

    section:last-child,
    article:last-child {
        margin-bottom: 0;
    }

.row > section,
.row > article {
    margin-bottom: 0;
}


/* Lists */

ul.default {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

    ul.default li {
        padding: 0.80em 0em;
        border-top: 1px solid;
        border-color: rgba(255,255,255,.2);
    }

        ul.default li:first-child {
            padding-top: 0em;
            border-top: none;
        }

    ul.default a {
        color: rgba(255,255,255,.6);
    }

ul.default1 {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

    ul.default1 li {
        padding: 0.50em 0em;
    }

        ul.default1 li:first-child {
            padding-top: 0em;
            border-top: none;
        }

    ul.default1 a {
        color: rgba(255,255,255,.6);
    }

.list-style1 {
}

    .list-style1 li {
        padding: 20px 0px 20px 0px;
        background: url(images/link-style1-divider.png) repeat-x left top;
    }

    .list-style1 h2 {
        margin: 0px;
        padding: 0px !important;
        letter-spacing: -1px !important;
        font-size: 1.2em !important;
        font-weight: 700;
    }

    .list-style1 p {
        margin: 0px;
        padding: 0px;
        line-height: 180%;
        font-size: 10pt;
    }

    .list-style1 img {
        float: left;
        margin-right: 20px;
    }

    .list-style1 .posted {
        padding: 10px 0px 0px 0px;
        font-size: 8pt;
        font-style: italic;
        color: #A2A2A2;
    }

    .list-style1 .first {
        padding-top: 0px;
        background: none;
    }

    .list-style1 blockquote {
        padding: 10px 0px 0px 0px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 9pt;
        font-style: italic;
    }

/* List style */

.list-style2 {
}

    .list-style2 li {
        float: left;
        padding: 5px 5px 0px 5px;
    }

    .list-style2 img {
        padding: 5px;
        background: #FFFFFF;
    }

/* Buttons */

.button {
    position: relative;
    display: inline-block;
    margin-top: 0.5em;
    padding: 1em 1.5em;
    background: #e8e8e8;
    border-radius: 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #FFF;
    -moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    cursor: pointer;
}

    .button:hover {
        background: #C4122E;
        color: #FFF !important;
        text-decoration: none;
    }

.medium {
    padding: 1em 2em;
    font-size: 1.4em;
}

.formSpan {
    font-size: 13px;
}


#black{
    text-decoration-color: #333;
}

/*********************************************************************************/
/* Modal                                                                         */
/*********************************************************************************/

.modalDialog {
	position: fixed;
	font-size: 19px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(21, 73, 93, 0.50)  ;
	z-index: 99999;
	display:none;

}
	.modalDialog:target {
		opacity: 1;
	}
	.modalDialog > div {
        margin-top: 150px;
		width: 340px;
		height: auto;
		position: relative;
		padding: 10px 10px 10px 10px;
		background:#fff;
        border-radius: 15px;
		color:#A0A0A0;
	}

	.modalDialog > div p{
		width: 280px;
		padding-bottom: -10px;
		font-size: 15px;
	}
	.modalDialog section .tryMeForm{
		display: block;
	}
	.modalDialog .InputGroup {
		font-size: 13px;
		height: 70px;
	}
	.modalDialog input {
		display:block ;
        width: 200px;
        color: black;
	}
.close {
    background-color: #777;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

    .close:before {
        color: #ffffff;
        content: "X";
        font-size: 24px;
        text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    }

    .close:hover {
        background-color: #ee3123;
    }

    .messageBox{
        max-width: 292px !important;
    }

