/**
 adding Georgia webfonts

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/georgia.eot');
    src: url('../fonts/georgia.eot') format('embedded-opentype'),
         url('../fonts/georgia.woff') format('woff'),
         url('../fonts/georgia.ttf') format('truetype'),
         url('../fonts/georgia.svg#GeorgiaRegular') format('svg');
}
*/
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: none;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size:18px;
    line-height: 30px;
    color:#003471;
    background: #fff url("../images/bg-pattern.jpg") center top;
    padding:0px;
    margin:0px;
    margin-bottom: 50px;
}

.fL {float: left;}
.mR-30{ margin-right: 30px;}
.mR-50{ margin-right: 50px;}
.color-redish{ color:#007174;}

h1,h2{
    font-family: Georgia, Times, 'Times New Roman', serif;
    color:#007174;
    font-weight: normal;

}
h1{
    font-size:30px;
    margin-top: 40px;
}

h2{
    font-size: 20px;
}

#wrapper{
    width:1000px;
    background: #fcf1dc;
    float:none;
    clear:both;
    margin: 0 auto 10px;
    -webkit-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 4px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 4px rgba(50, 50, 50, 0.75);
}
#logo{
    text-align: center;
}
#content{
    width:900px;
    margin: 0 auto;

}

#cards-container{
    border-top: 1px dashed #007174;
    border-bottom: 1px dashed #007174;
    min-height: 242px;
    float:none;
    clear: both;
    margin-bottom: 42px;
}

.card{
    float: left;
    text-align: center;
    cursor: pointer;
    height: 123px;
    width: 225px;
}
.card label{
    cursor: pointer;
    overflow: hidden;
}
.card img{
    text-align: left;
}
span.small{
    font-size: 14px;
}
#form-inputs-container{
    border-bottom: 1px dashed #007174;
    margin-bottom: 30px;
}
/*form input styles*/
textarea{
    height: 116px;
    width:860px;
    background: #fffcf3;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 18px;
    line-height: 30px;
    color:#000;
    padding:10px;
    border: 1px solid #efe7e6;
}

input[type=text]{
    background: #fffcf3;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 18px;
    border: 1px solid #efe7e6;
    width: 230px;
    padding-left:10px;
    height:26px;

}
.preview,.submit{
   border:0px;
   border-radius: 7px;
   font-family: Georgia, Times, 'Times New Roman', serif;
   font-size: 24px;
   color:#fff;
   font-weight: normal;
   padding:10px 45px;
   text-decoration: none;
   background: #007174;
   margin-top: 20px;
	
}

.submit:hover, .preview:hover{
    color: #fff;
    background: #b8090e;
}
.submit{
    padding:10px 60px;
    margin-left: 40px;
}

#mycard{
    position:relative;
    width: 900px;
    height: 600px;
}
#messagetext{
    padding: 10px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size:16px;
    color:#003471;
    line-height: 20px;
    position:absolute;
    max-height: 100px;
    width:754px;
    top:470px;
    left:2px;
}

ul.messages {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 24px;
}
ul.messages li {
    margin-bottom: 15px;
}
ul.messages li input {
    float: left;
    margin-top: 9px;
    /*margin-right: 440px;*/
    margin-right: 0;
}
ul.messages .message-text {
    padding-left: 30px;
    display: block;
    cursor: pointer;
}

    











/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {

    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}