@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');

body {
    margin: 0px;
    font-family: 'PT Sans', sans-serif;
    color: #000000;
    font-size: 16px;
    background: url(/sitedesign/images-2018/bg.aspx) fixed center top / 100% 100%;
    line-height: 1.5;
    /* background-color: white; */
}

a, a:hover, a:active, a:focus {
    cursor: pointer;
    outline: 1px solid transparent;
}

a:active, a:focus {
    outline: 1px solid #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

.e3pagetemplate {
    color: #000000;
    font-size: 16px;
}

.e3pagetemplate a {
    color: #A7832F;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;

}
.sp-btn h4 {
    display: none;
}

.banner h4 {
    display: block;
    font-size: 23px;
    font-weight: normal;
}

a.e3-button {
    background: #B11929;
    border: 1px solid #B11929;
    border-radius: 0;
    color: #fff;
    text-transform:  uppercase;
    transition: .5s all;
}
.banner a.e3-button {
    margin:20px 0 0;
}
a.e3-button:hover {
    background: #E43345;
    color: #fff;
    transition: .5s all;
    border: 1px solid #E43345;
    color: white;
}

img {
    border: none;
}

.MainInformationTable {
    width: 100%;
}

.EditableImageEdit .ImageSelectorHeader, .EditableImageEdit .EditableTextTitle {
    position: relative;
    z-index: 9999;
}

.EditMode header, .DesignMode header {
    position: relative;
}

.fa > span {
    display: none;
}

header {
    background: #fff;
    float: left;
    position: fixed;
    transition: top 0.3s ease 0s;
    width: 100%;
    height: 70px;
    z-index: 200;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

header .container {
    height: 70px;
}

.header-social span {
    display: none;
}

.header-text {
    display: none;
}
header .container::before, header .container::after {
    display: none;
}

header .header-space {
    float: left;
    width: 100%;
    height: 70px;
}

header .mobile-nav-btn {
    margin: 15px 0 0;
    width: 10%;
}

header #menu-button {
    display: block;
    height: 40px;
    padding-left: 0 !important;
}

header #menu-button::before {
    display: none;
}

header #menu-button i {
    color: #000;
    font-size: 32px;
}

header .logo {
    padding: 10px 0;
    text-align: center;
    width: 80%;
    float: left;
    height: 100%;
}

header .logo .static-img {
    width: 100%;
    height: 100%;
}

header .logo a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header .logo img {
    max-height: 100%;
    max-width: 80%;
    height: auto;
    width: auto;
}

header .MyProfile_Member {
    background: transparent;
    border: medium none;
    height: 54px;
    margin: 15px 0 0;
    padding: 0;
    width: 10%;
    float: right;
    clear: none;
}

header .MyProfile_Member .click_transparent {
    width: 100%;
}

header .MyProfile_Member .MyProfile_SignedIn, header .MyProfile_Member .MyProfile_SignedOut {
    height: 50px;
}

header .MyProfile_Member .MyProfile_Svg {
    width: 34px;
    height: 40px;
    float: right;
    margin-right: 0;
}

header .MyProfile_Member .MyProfile_Svg svg {
    fill: #000;
    height: 34px;
}

header .MyProfile_Member .MyProfile_Name {
    display: none;
}

header .MyProfile_Member .arrow-down {
    display: none;
}

header .MyProfile_Member .fullView {
    background-color: rgba(0, 0, 0, 0.8);
    left: auto;
    right: -15px;
    top: 75px;
    width: 200px;
    padding: 10px 0;
}

header .MyProfile_Member .MyProfile_FullMain {
    border: none;
    padding: 0;
    width: 100%;
}

header .MyProfile_Member .fullView a {
    border: medium none;
    color: #fafafa;
    font-size: 16px;
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

header .MyProfile_Member .fullView a:hover {
    color: #CCC;
}

header .MyProfile_Member .fullView a div {
    display: none;
}

header .MyProfile_Member .arrow-down {
    border-top: 5px solid #fafafa;
}

header .header-social {
    display: none;
}

header .mobileloginfo.container {
    float: right;
    margin: 0;
    padding: 0;
    width: 10%;
}

header .mobile-nav-btn {
    float: left;
}

header nav {
    background-color: #fff;
}

header #main-menu {
    box-shadow: none;
}

header #main-menu li, header #main-menu a {
    border-radius: 0;
    border-top: medium none;
    font-size: 1em;
    letter-spacing: normal;
}

header #main-menu a {
    background: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    background: transparent;
    color: #000;
    text-shadow: none;
}

header #main-menu ul {
    background-color: #E9E9E9;
    box-shadow: none;
    border-top: 1px solid rgba(250, 250, 250, 0.3);
}

header #main-menu ul ul {
    /* background-color: #E9E9E9; */
}

header #main-menu ul ul ul {
    background-color: #E9E9E9;
}

header #main-menu .sub-arrow {
    background-color: #B11929;
    border-radius: 0;
    color: #fff;
    width: 42px;
    border: 1px solid rgba(42, 42, 42, 0.5);
}

.banner {
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 70px 0 0;
}
.banner-text .container {
    padding: 20px 25px 35px;
    text-align: center;
}

.banner-text h1 {
    font-size: 33px;
}
.camera_prev, .camera_next, .camera_commands {
    display: none;
}
.scroll-down {
    display: none;
}
.page-content {
    float: left;
    width: 100%;
    position: relative;
    /* background: #F3F3EB; */
    padding: 0;
}

.page-content > .container {
    padding: 0;
    /* background: #fff; */
}
.row1 a {
    color:  #000;
    text-decoration:  none;
    border-bottom: 2px solid #B11929;
    padding: 0 0 5px;
}
.row1 h2 {
    color: #B11929;
    font-size: 23px;
    line-height: 1.2;
}
.row1 {
    text-align: center;
    padding: 20px 15px;
    font-size: 16px;
    width:  100%;
    margin: 0 auto;
    background: #fff;
    max-width:  770px;
}
.row2 {
    /* background: #B11929; */
    padding: 20px 15px 0;
    display:  flex;
    align-content: center;
    flex-flow: column wrap;
    width:  100%;
    max-width:  1030px;
    align-items: center;
    margin: 0 auto;
}

.row2 h2 {
    color: #B11929;
    font-size: 32px;
    margin: 20px auto;
    text-align:  center;
    line-height: 1.2;
}
.row2{
    /* background:hsla(44, 35%, 44%, .22); */
}
.row2 img {
    width: 100%;
    max-width: 100%;
}
.row2 a {
    width: 100%;
    display: block;
    margin: 20px auto 0;
    max-width: 185px;
    text-transform: uppercase;
    text-decoration:  none;
    bottom:  0;
}
.row2 a span{
    padding:0 20px;
    display:block;
    font-size:18px
}
.row2 a span:nth-of-type(1){
    padding:20px 20px 0;
    font-size:24px;
    font-weight:bold;
    font-family: 'Playfair Display', serif;
    display:block;
}
.row2 a span:nth-of-type(1):after{
    display:block;
    height:1px;
    margin:12px 0 0;
    width:100%;
    background:#00487E;
    content:"";
}
.row2 a span:nth-of-type(2){
    padding:20px;
    display:block;
}
.sp-btn-wrap {
    background:  #fff;
    box-shadow: 0 0 28px 0 rgba(0, 0, 0, .5);
    padding: 0 0 30px;
    /* height: 100%; */
    /* display: inline-block; */
    /* align-items: stretch; */
    /* flex-flow: wrap; */
}

.sp-btn-wrap p {
    padding: 30px 15px 5px;
}

.sp-btn {
    text-align: center;
    margin: 20px 0;
    max-width: 375px;
}
.row3 {
    text-align: center;
    padding: 30px 0;
}

footer {
    float: left;
    width: 100%;
    /* background: #404040; */
    position: relative;
    text-align: left;
    padding: 0 0 20px;
}

.footer-top {
    clear: both;
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 2;
    padding: 0 0;
    font-size: 13px;
}

.fwrap2 .fa, .fwrap3 .fa {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin: 0 0 0 6px;
    letter-spacing: 1px;
}

.footer-info {
    float: left;
    width: 100%;
    color: #fff;
}

.ft-logo, .ft-addy, .ft-contact, .ft-social {
    padding: 18px 15px;
}

.ft-logo img {
    max-width: 100%;
}

.ft-phone, .ft-fax, .ft-email {
    padding: 0;
}

.ft-social .fa {
    padding: 0 9px;
    font-size: 21px;
}

.footer-bot {
    float: left;
    width: 100%;
    padding: 0;
    line-height: 2;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.footer-bot a {
    text-decoration: none;
    color: #fff;
}

.ft-copyright {
    float: left;
    width: 100%;
}

.ft-logo, .ft-social {
    text-align: center;
}

.fwrap4 .f-address-wrap {
    display: inline-flex;
    margin: 0 15px;
    justify-content: flex-end;
}
.fwrap2 {
    margin: 25px 0 10px 0;
    float: left;
    width: 100%;
}
.fwrap4 {
    /* display: flex; */
    width: 100%;
    justify-content: center;
}

.footer-top .container {
    /* width: 220px; */
}

.fwrap1 {
    margin: 0;
    float: left;
    text-align: center;
}

.fwrap4 span {
    display: none;
}

.poweredby {
    float: left;
    clear: both;
    width: 100%;
}

footer u {
    color: #fff;
    text-decoration: none;
}

.f-address-wrap {
    /* display: flex; */
}

.fwrap3 {
    text-align: center;
}

footer .fa {
    margin: 9px 6px 0 0;
}

footer a {
    color: #fff;
    text-decoration:  underline;
}

@media (min-width: 768px) {
   

    .banner {
        margin: 70px 0 0;
    }

    .banner h4 {
        display: block;
        font-size: 28px;
    }

    .page-content {}

    .page-content > .container {}
.row2 {
    /* display: block; */
    padding: 0;
    /* flex-flow: wrap; */
    /* align-items: stretch; */
    padding: 0 0 40px;
}

.row2 .inner {
    background: rgba(255,255,255,.8);
    padding: 40px 35px;
    display:  flex;
    flex-wrap:  wrap;
    align-content:  flex-start;
}
.sp-btn {

/* padding: 0; */

/* display:  flex; */

/* justify-content: center; */

/* flex-flow: column wrap; */

/* align-items: center; */

margin: 20px 16px;
}
.row2 a {
    /* width: 32%; */
    /* margin: 0 5px 0; */
    align-self: flex-end;
}

    .footer-top {
        padding: 30px 0 0;
    }

    .footer-info {
        width: 100%;
        transition: 0.5s ease all;
    }

    .ft-logo {
        text-align: left;
    }

    .ft-addy .fa, .ft-contact .fa {
        float: left;
        padding: 0 20px 0 0;
        font-size: 21px;
    }

    .ft-addy span, .ft-contact span {
        float: left;
    }

    .ft-social {
        text-align: right;
    }

    .ft-social .fa {
        padding: 0 14px;
    }

    .ft-copyright {
        width: 50%;
        text-align: left;
    }
.fwrap2 {
    float: right;
    margin:  0;
    width: auto;
    text-align: right;
}
    .poweredby {
        float: right;
        clear: none;
        /* width: auto; */
    }
}

@media (min-width: 1025px) {
    
    body{
        font-size:18px;
    }
   header {
        height: 100px;
        transition: all .2s;
    }

    header .container{
        padding-left: 25px;
        padding-right: 25px;
        height: 100px;
        width: 100%;
        position: relative;
    }

    header .header-space {
        height: 120px;
        transition: all .2s;
    }

    header .logo {
        width: auto;
        max-width: 400px;
        position: absolute;
        padding: 5px 0;
        height: 100px;
        text-align: center;
        transition: all .2s;
    }

    header .logo a {
        align-items: flex-start;
    }

    header .logo img {
        max-width: 100%;
        transition: all .2s;
    }

    header div#divMainMenu {
        height: 48px;
        float: right;
        /* width: 30px; */
        position:  absolute;
        margin: 52px 0 0;
        clear: right;
        right: 25px;
    }

    header nav {
        background-color: transparent;
        float: none;
        margin: 0 auto;
        padding: 0;
        width: auto;
        float: right;
    }

    header .mobile-nav-btn {
        display: none;
    }

    header #main-menu {
        background: none;
        box-shadow: none;
        clear: none;
        display: table !important;
        margin: 0 auto;
        width: auto;
    }

    header #main-menu li, header #main-menu a {
        border: medium none;
        border-radius: 0;
        font-size: 1em;
        font-weight: normal;
        text-shadow: none;
        text-align: left;
    }

    header #main-menu > li {
        display: inline-block;
        float: none;
    }

    header #main-menu > li > a {
        color: #000;
        padding: 0 10px;
        line-height: 48px;
        transition: all .2s;
    }

    header #main-menu > li:last-child a {
    }

    header #main-menu > li > a:hover, header #main-menu > li > a.highlighted {
        color: #e53345;
    }

    header #main-menu ul {
        border: medium none;
        border-radius: 0;
        left: auto !important;
        padding: 0 0px;
        text-transform: none;
        background:#E9E9E9;
    }
    header #main-menu ul ul{
        background:#E9E9E9;
    }
    header #main-menu ul ul ul {
        background:#E9E9E9;
    }

    header #main-menu ul a, header #main-menu ul ul a, header #main-menu ul ul ul a {
        color: #000;
        padding: 10px 20px;
        text-transform: none;
    }

    header #main-menu ul a:hover, header #main-menu a.highlighted {
        background: none;
        color: #e53345;
    }

    header #main-menu li .sub-arrow {
        background-color: transparent;
        border-color: rgba(211, 129, 231, 0.5);
        border-image: none;
        border-style: none solid solid none;
        border-width: medium 2px 2px medium;
        height: 10px;
        width: 10px;
        left: 50%;
        top: auto;
        bottom: 6px;
        margin: 0;
        position: absolute;
        transform: translateX(-50%) rotate(45deg);
        display: none;
    }

    header #main-menu li ul .sub-arrow {
        transform: rotate(-45deg);
        height: 8px;
        width: 8px;
        right: 10px;
        top: 40%;
        left: auto;
        display: none;
    }

    header .MyProfile_Member {
        width: auto;
        height: 45px;
        margin: 4px 0 0;
        padding: 0 20px 0 5px;
        transition: all .2s;
    }

    header .MyProfile_Member .MyProfile_SignedIn, header .MyProfile_Member .MyProfile_SignedOut {
        margin: 0;
        background: none;
        box-sizing: border-box;
        padding: 10px 0px 10px 15px;
        width: auto;
        top: 50%;
        transform: translateY(-50%);
        position: relative;
        transition: all .2s;
    }

    header .MyProfile_Member .MyProfile_Name {
        color: #000;
        display: block;
        font-size: 1em;
        width: auto;
        font-weight: normal;
        height: 28px;
        text-transform: none;
        margin: 0;
        float: left;
        line-height: 26px;
    }

    header .MyProfile_Member .fullView {
        background-color: rgba(0, 0, 0, 0.8);
        left: auto;
        right: 0;
        top: 60px;
    }

    header .MyProfile_Member .fullView a {
        color: #fafafa;
    }

    header .MyProfile_Member .fullView a:hover {
        color: #dddddd;
    }

    header .MyProfile_Member .MyProfile_Svg {
        display: none;
    }

    header .MyProfile_Member .MyProfile_Svg svg {
        height: 20px;
        float: right;
        display: none;
    }

    header .header-social {
        display: block;
        float: right;
        transition: all .2s;
        letter-spacing: 5px;
        margin: 3px 6px 0 0;
        line-height: 40px;
    }

    header .header-social a {
        text-decoration: none;
        color: #E43345;
        font-size: 20px;
    }


    header .logo img {
        transform: scale(1);
        transition: 0.3s ease;
    }

    header.fixed .logo {
        height: 80px;
        margin: 0px auto 0;
        width: 88px;
        min-height: auto;
    }
.header-text {
    display: block;
    float: left;
    transition: all .2s;
    line-height: 72px;
}
.banner {
    margin: 100px 0 0;
}
.page-content > .container {
    background: #fff;
}

.row2 {
    flex-flow: row;
    align-items: stretch;
}
.row2 img {
    max-height: 188px;
}

.sp-btn h4 {
    display:  block;
    width:  100%;
    text-align:  center;
    margin: 0 0 20px;
    color: #B11929;
}
.row1 h2 {
    font-size: 32px;
}

.row1 {
    font-size: 18px;
    padding: 30px 0 15px;
}

.row1 .container {max-width: 1060px;}

.row2 h3 {
    font-size: 24px;
}
    .row2 > div {
    display:  flex;
    flex-flow: row wrap;
    height: 100%;
    align-items: stretch;
    align-content: stretch;
}
.row2 h2 {
    font-size: 41px;
    margin: 20px auto 8px;
}
.row3 h2 {
    font-size: 32px;
}
    header.fixed .logo img {
    }
    .ft-logo, .ft-social {
        padding: 0;
    }

    .ft-addy, .ft-contact {
        padding: 0 15px;
        text-align: left;
    }


    .fwrap1 {
        justify-content: flex-start;
        flex-grow: 1;
        align-items: center;
        width: 100%;
    }


    .fwrap4 {
        margin: 0 0 0 40px;
        text-align: right;
        width: auto;
    }

    .fwrap3 {
        margin: 0 0 0 40px;
        flex-grow: 1;
    }

    .f-address-wrap {
        display: flex;
    }

    .addr {
        width: 190px;
        text-align: left;
        margin: 0 20px;
    }

    .fwrap4 .f-address-wrap div {
        /* display: block; */
        width: 33px;
        padding: 0;
    }
}

@media (min-width: 1200px) {

}

.EditMode .banner {
    margin: 97px 0 0 0;
    overflow: visible;
}

.banner > img {
    width: 200%;
    transform: translateX(-25%);
}

@media (min-width: 768px) {
    .banner > img {
        width: 150%;
        transform: translateX(-15%);
    }
}

@media (min-width: 1025px) {
    .banner > img {
        width: 100%;
        transform: translateX(0%);
    }
}