﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}

div a.button1 {
    font: bold 11px Arial;
    text-decoration: none;
    /*  background-color: #EEEEEE;
    color: #333333;*/
    background-color: rgba(36, 108, 160);
    color: rgba(249,249,249,1);
    border-color: #61bce8;
    display: inline-block;
    padding: 15px 65px 15px 65px;
    border-top: 2px solid #61bce8;
    border-right: 2px solid #61bce8;
    border-bottom: 2px solid #61bce8;
    border-left: 2px solid #61bce8 ;
    /*border-color: rgba(115,67,50,1);*/
    box-sizing: border-box;
    height: 35pt;
    font-size: 12pt;
    border-radius: 20px;
    margin-right: 30px;
}

div a.button2 {
    padding: 15px 50px 15px 50px !important;
}

div a.buttonDisable {
    background-color: rgb(180, 215, 240) !important;
}
.divcss {
    padding: 15px 1px 1px 15px;
}
.QmpIrf {
    background-color: rgba(115,67,50,1);
    color: rgba(249,249,249,1);
    border-color: rgba(115,67,50,1);
    display: block;
    outline: none;
    height: 27.0pt;
    font-size: 12.0pt;
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    max-width: 100%;
    box-sizing: border-box;
}

.wvnY3c {
    transform: translate(-50%,-50%) scale(0);
    transition: opacity .2s ease,visibility 0s ease .2s,transform 0s ease .2s;
    background-size: cover;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    background-image: radial-gradient(circle farthest-side,rgba(0,0,0,.12),rgba(0,0,0,.12) 80%,transparent 100%)
}

.centerAlignment {
    text-align: center;
    font-weight: bold;
    padding-top:10px;
}

.centerAlignmentHeader {
    text-align: center;
    font-weight: bold;
    font-size: xx-large;
    text-decoration: underline;
    /*padding-bottom: 20px;*/
}


.textcenterAlignment {
    text-align: center;
}

.paragraphStyle {
    padding: 45px 45px 45px 45px;
    text-align: justify;
    font-size: larger;
}

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

ul li {
    float: left;
    display: block;
    padding:10px;
}
/*
.icon {
    width: 25px;
    height: 25px;
    display: block;
    text-indent: -9999px;
    background-image: url(http://tridentdesign.com/wp-content/uploads/2012/12/gemicon.jpg);
    background-repeat: no-repeat;
}

.facebook {
    background-position: -140px -115px;
}

.twitter {
    background-position: -185px -115px;
}

.googleplus {
    background-position: -140px -265px;
}*/