@charset "UTF-8";

.nav-foot:after,
.list-buttons:after,
.side:after,
.item:after,
.content:after,
.row:after,
.content .row:after,
.container:after,
.nav-secondary:after {
    content: "";
    display: table;
    clear: both;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-size-adjust: auto;
    color: #fff;
    background: #995932;
}

a {
    text-decoration: none;
}

.hidden {
    display: none;
}

.photo img {
    width: 100%;
    height: auto;
}

.bg-home {
    background: url("../img/bg-home.jpg") no-repeat center top;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    .bg-home {
        background: url("../img/bg-home@2x.jpg") no-repeat center top;
        background-size: cover;
    }
}

.bg-inner-01 {
    background: url("../img/bg-inner-01.jpg") no-repeat center top fixed;
    background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    .bg-inner-01 {
        background: url("../img/bg-inner-01@2x.jpg") no-repeat center top fixed;
        background-size: cover;
    }
}

.bg-inner-02 {
    background: url("../img/bg-inner-02.jpg") no-repeat center top fixed;
    background-size: cover;
}

header {
    position: relative;
    margin-bottom: 10px;
}

header .container {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
}

header.with-bg {
    background-color: #fff;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bae0fd), to(#fff));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #bae0fd, #fff);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #bae0fd, #fff);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #bae0fd, #fff);
    /* IE10 */
    background-image: -o-linear-gradient(top, #bae0fd, #fff);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #bae0fd, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#bae0fd', EndColorStr='#fff');
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.logo {
    padding-right: 100px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.phone {
    text-align: right;
    color: #093254;
    font-size: 20px;
    margin: 5px 10px 8px 0;
}

.phone a {
    color: #093254;
}

.phone:before {
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/icon-phone.svg") no-repeat;
    background-size: 21px 21px;
    margin-right: 5px;
    content: "";
}

.link-nav-main {
    top: 20px;
    right: 10px;
    position: absolute;
    border-left: 1px solid #8e744b;
    padding-left: 10px;
    line-height: 1;
}

.link-nav-main a {
    font-size: 24px;
    text-transform: uppercase;
    color: #093254;
}

.nav-main {
    border-top: 3px solid #0e84de;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 15px;
    width: 100%;
    background: #fff;
    display: none;
    position: absolute;
    left: 0;
    z-index: 2000;
}

.nav-main.open {
    display: block;
}

.nav-main li {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 15px;
    white-space: nowrap;
}

.nav-main li:last-child {
    margin: 0;
}

.nav-main a {
    color: #093254;
}

.nav-main li.active a {
    color: #0e84de;
}

.nav-secondary {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-secondary li {
    display: block;
    margin: 0 0 4px 0;
}

.nav-secondary li:last-child {
    margin: 0;
}

@media (min-width: 375px) {
    .nav-secondary li {
        width: 33.3333%;
        float: left;
        margin: 0;
    }
}

.nav-secondary a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    background: #093254;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 375px) {
    .nav-secondary a {
        margin: 0 2px;
    }
}

.nav-secondary li:first-child a {
    background: #0e84de;
    margin-left: 0;
}

.nav-secondary li:last-child a {
    background: #8e744b;
    margin-right: 0;
}

.container {
    max-width: 767px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    position: relative;
}

.intro,
.intro-inner {
    position: relative;
    padding: 0 10px;
    max-width: 767px;
}

.intro img,
.intro-inner img {
    max-width: 100%;
    height: auto;
}

.intro-image-out {
    display: table;
    width: 100%;
    height: 100%;
}

.intro-image-in {
    display: table-cell;
    vertical-align: middle;
}

.intro-frame {
    position: relative;
    z-index: 1000;
}

.intro-inner {
    margin: 10px auto;
}

.intro-inner-01 .intro-image-in {
    padding: 15px 15px 20px 15px;
}

.intro-inner-01 .intro-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}

.intro-home {
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: -10px;
    padding-left: 5px;
    padding-right: 5px;
}

.intro-home .intro-image-in {
    padding: 0 20px;
}

.intro-home .intro-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}

.intro-headline {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #093254;
    font-size: 60px;
    z-index: 1500;
    text-align: right;
    line-height: 0.7;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    bottom: 5%;
    width: 100%;
    z-index: 900;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
}

.intro-headline>div {
    background: rgba(255, 255, 255, 0.6);
    padding: 20px 10% 4% 10%;
}

@media (min-width: 375px) {
    .intro-headline {
        font-size: 36px;
    }
}

.intro-headline span {
    font-size: 16px;
    line-height: 0.6;
}

@media (min-width: 375px) {
    .intro-headline span {
        font-size: 20px;
    }
}

@media (min-width: 375px) {

    .row,
    .content .row {
        margin: 0 -10px;
        overflow: hidden;
    }
}

@media (min-width: 375px) {
    .col {
        width: 50%;
        padding: 0 10px;
        float: left;
    }

    .col>*:first-child {
        margin-top: 0;
    }

    .col>*:last-child {
        margin-bottom: 0;
    }
}

.content {
    padding: 15px;
    background: rgba(153, 89, 50, 0.9);
    line-height: 1.6;
    margin-bottom: 10px;
}

.content a {
    text-decoration: underline;
    color: #fff;
}

.content .addresshead {
    color: rgba(20, 59, 91, 0.8);
}

.content>* {
    margin: 0 0 15px 0;
}

.content>*:first-child {
    margin-top: 0;
}

.content>*:last-child {
    margin-bottom: 0;
}

.bg-inner-02 .content {
    background: rgb(153, 89, 50);
}

/* Cognito Forms */
#cognito-form-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 16px;
    border-radius: 4px;
    color: #3b2b1f;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

#cognito-form-container .cog-form {
    font-family: Georgia, "Times New Roman", serif !important;
}

#cognito-form-container .cog-form__field-label {
    color: #3b2b1f !important;
    font-weight: bold !important;
}

#cognito-form-container .cog-form__input,
#cognito-form-container .cog-form__textarea,
#cognito-form-container .el-input__inner,
#cognito-form-container .el-textarea__inner {
    border: 1px solid #cdb7a1 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 14px !important;
    color: #3b2b1f !important;
    padding: 10px 12px !important;
    border-radius: 2px !important;
    background: #fff !important;
    box-shadow: none !important;
}

#cognito-form-container .cog-form__input:focus,
#cognito-form-container .cog-form__textarea:focus {
    border-color: #055faa !important;
    outline: none !important;
    box-shadow: 0 0 4px rgba(5, 95, 170, 0.2) !important;
}

#cognito-form-container .cog-button {
    background: #db0303 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 11px 22px !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 15px !important;
    border-radius: 2px !important;
    cursor: pointer !important;
    width: 100%;
}

#cognito-form-container .cog-button:hover {
    background: #b00000 !important;
}

#cognito-form-container .cog-form__description {
    color: #5a4636 !important;
    font-size: 13px !important;
}

#cognito-form-container .cog-form__error {
    color: #b00000 !important;
    font-size: 12px !important;
}

h1 {
    font-weight: normal;
    font-size: 30px;
    line-height: 0.8;
}

h1 span {
    font-size: 18px;
    line-height: 0.8;
}

blockquote {
    float: left;
    margin: 20px 0;
    font-size: 20px;
    font-style: italic;
}

blockquote p {
    margin: 0;
}

blockquote .author {
    text-align: right;
    font-style: normal;
    font-size: 14px;
}

.list {
    font-weight: bold;
    padding-left: 1em;
}

.list li {
    margin-bottom: 10px;
}

.list li:last-child {
    margin-bottom: 0;
}

.item .image {
    float: left;
    width: 165px;
    margin-right: 14px;
    padding-top: 5px;
}

.item p {
    margin-top: 0;
}

.side {
    line-height: 1.6;
}

.side>*:first-child {
    margin-top: 0;
}

.side>*:last-child {
    margin-bottom: 0;
}

.box {
    background: rgba(20, 59, 91, 0.8);
    padding: 15px;
}

.box>*:first-child {
    margin-top: 0;
}

.box>*:last-child {
    margin-bottom: 0;
}

.list-buttons {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    line-height: 1.4;
}

.list-buttons li {
    width: 50%;
    float: left;
    margin: 0;
}

.list-buttons li:first-child {
    padding-right: 5px;
}

.list-buttons li:last-child {
    padding-left: 5px;
}

@media (max-width: 374px) {
    .list-buttons a {
        font-size: 18px;
    }
}

@media (max-width: 720px) {
    .residential-title-insurance .item .image {
        width: auto;
    }

    .residential-title-insurance .item .image img {
        width: 120px;
        height: 120px;
    }

    .addresshead~.item>h3 {
        margin-left: 40px;
        position: relative;
    }

    .addresshead~.item>h3::before {
        content: "";
        width: 47px;
        height: 32px;
        display: block;
        float: left;
        position: absolute;
        top: 50%;
        left: -50px;
        transform: translateY(-50%);
        background: url("../img/address.png") no-repeat;
        background-size: contain;
    }

    .addresshead~.item .image {
        display: none;
    }
}

.button {
    background: rgb(219, 3, 3);
    font-size: 22px;
    display: block;
    text-align: center;
    padding: 7px 15px;
    color: #fff;
    line-height: 1.4;
}

.button.button-alt {
    background: rgba(5, 95, 170, 0.8);
}

footer {
    font-size: 13px;
    color: #ccc;
    max-width: 767px;
    margin: 10px auto 0 auto;
}

footer .container {
    background: rgba(88, 88, 88, 0.5);
    padding: 10px;
}

.nav-foot ul {
    margin: 0 0 15px 0;
    padding: 0 10px 0 0;
    list-style: none;
    float: left;
    text-transform: lowercase;
    width: 33.3333%;
}

.nav-foot ul:last-child {
    margin-right: 0;
}

.nav-foot ul li {
    margin-bottom: 5px;
}

.nav-foot ul li:last-child {
    margin-bottom: 0;
}

.nav-foot ul a {
    color: #fff;
}

.nav-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 400px) {
    .nav-social {
        float: right;
        margin: 0;
    }
}

.nav-social li {
    display: inline-block;
}

.nav-social a {
    display: block;
    border-radius: 50%;
    background: #8e744b;
    color: #fff;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 90%;
}

.copyright {
    margin: 10px 0 0 0;
    font-size: 10px;
}

@media (min-width: 400px) {
    .copyright {
        float: left;
        margin: 6px 0 0 0;
    }
}

@font-face {
    font-family: "fontello";
    src: url("../fonts/fontello.eot?67914180");
    src: url("../fonts/fontello.eot?67914180#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?67914180") format("woff"), url("../fonts/fontello.ttf?67914180") format("truetype"), url("../fonts/fontello.svg?67914180#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?67914180#fontello') format('svg');
  }
}
*/
[class^=icon-]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-blogger:before {
    content: "\e800";
}

/* '' */
.icon-youtube:before {
    content: "\e801";
}

/* '' */
.icon-twitter:before {
    content: "\e802";
}

/* '' */
.icon-linkedin:before {
    content: "\e803";
}

/* '' */
.icon-facebook:before {
    content: "\e804";
}

/* '' */
.icon-gplus:before {
    content: "\e805";
}

/* '' */