body {
    margin: 0px;
    background-color: #fff;
    font-family: Arial;
    font-size: 12px;
    color: #808080;
    line-height: 1;
    padding: 0px;
}
.logo {
    width: 207px;
    height: auto;
    padding: 10px 0px 0px;
}
* {
    font-family: "Futura Std", "Trebuchet MS", Arial, sans-serif;
    color: #484852;
    box-sizing: border-box;
}
header {
    background-color: #091d5a;
    width: 100%;
}
h1 {
    font-size: 28px;
    color: #202020;
    line-height: 1;
    font-weight: bold;
    font-style: normal;
}
h2 {
    font-size: 22px;
    color: #202020;
    line-height: 1;
    font-weight: bold;
    font-style: normal;
}
h3 {
    font-size: 20px;
    color: #202020;
    line-height: 1;
    font-weight: bold;
    font-style: normal;
}
h4 {
    margin-bottom: 30px;
}
a[href]:not(.buttonstyles) {
    color: #0000ee;
    text-decoration: none;
}
button.buttonblock {
    color: #ffffff;
    border-radius: 3px;
    background-color: #5d5d5d;
}
td.buttonblock {
    color: #ffffff;
    border-radius: 3px;
}
a.buttonstyles {
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    background-color: #5d5d5d;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #5d5d5d;
}
.content {
    width: 100%;
    margin: 0px auto;
    max-width: 860px;
    padding: 10px 10px;
}
button.submit {
    display: inline-block;
    cursor: pointer;
    padding: 10px 40px;
    border: none;
    text-align: center;
    text-decoration: none;
    line-height: 2;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    background: #003876;
    transition: all 0.3s ease;
    font-family: "Futura Std", "Trebuchet MS", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    clear: both;
}
.input-container {
    margin-bottom: 25px;
    padding: 0 5px;
}
.input-container.half {
    width: 50%;
    float: left;
}
.input-container.full {
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
}
.input-container label {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #666;
    margin-bottom: 7px;
}
input[type="text"],
input[type="email"],
input[type="Phone"],
select {
    border: 1px solid #999;
    padding: 10px 15px;
    display: block;
    width: 100%;
}
select {
    padding: 3px 14px;
}
.sc-formfield-label {
 margin-bottom: 5px;
}

fieldset,
label {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 1.5em;
    margin: 10px;
}
p {
    margin: 0 0 10px;
}
textarea {
    width: 100%;
    max-width: 410px;
}
/* Star Rating*/
.rate {
    float: left;
    height: 46px;
    padding: 0px;
}
.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 40px;
    color: #ccc;
}
.rate:not(:checked) > label:before {
    content: "★ ";
}
.rate > input:checked ~ label {
    color: #091c54;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #091c54;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #091c54;
}

.layout-canvas-g {
    background-color: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
}
.layout-canvas-g > .header,
.layout-canvas-g > .section,
.layout-canvas-g > .footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    word-wrap: break-word;
}
.layout-canvas-g > .section {
    margin: 10px 0;
}
.layout-canvas-g > .section > .columns {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 20px;
    width: 100%;
}

@media only screen and (max-width: 520px) {
    .input-container.half {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .mobile-hidden {
        display: none !important;
    }
    .responsive-td {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
    }
}
