body {
    font-size:15px;
    text-wrap:pretty;
}

h1 {
    color:#2D2424;
    font-size: 60px;
}

h2, .tx-powermail .powermail_legend, .powermail_fieldwrap_type_text.layout2 {
    color:#2D2424;
    font-size: 40px;
}

h3, .powermail_fieldwrap_type_text.layout3 {
    color:#2D2424;
    font-size: 30px;
}

h4 { 
    font-size: 25px;
    color:#2D2424;
}

p {
    color:rgb(110, 110, 110);
}

a {
  /* PLEASE DEFINE */
}

a:hover {
    /* PLEASE DEFINE */
}

ul {
    /* PLEASE DEFINE */
}

ol {
    /* PLEASE DEFINE */
}

li {
    /* PLEASE DEFINE */
}


/* 

Uncomment this section for "Layout" option to have menu over-top of main-content if you would like to use main-content for the banner and have the menu over top 

.header-section-wrapper {
    position:absolute;
    width:100%
    height:100px
    background: transparent;
}

*/




blockquote {
    /* PLEASE DEFINE */
}

/* CUSTOM BUTTON STYLES FOR RTE */
.btn.btn-custom-1 {
    color: #ffffff ;
    border-width: 8px;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #091F47;
    min-width:130px;
}

.btn-custom-1:hover {
    background-color:#1d458f;
}

.btn.btn-custom-2 {
    color: #000000 ;
    border-width: 8px;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #838383;
    min-width:130px;
}

.btn-custom-2:hover {
    background-color:#e2e2e2;
}

.btn.btn-custom-3 {
    color: #091F47;
    border-width: 8px;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: white;
    min-width:130px;
}

.btn-custom-3:hover {
    background-color:#bdbdbd;
}


.logo {
    width:350px;
    max-width:100%;
}

.menu-section-inner-wrapper {
    width:1440px; /* default site width */
    max-width:90%; /* default site margin, for responsive / smaller screens */
    margin:auto;
    padding-top:10px;
    padding-bottom:10px;
}

.main-content {
    min-height:600px;
}

.main-content > div {
    width: 1440px;
    max-width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.flexslider {
    background-color:inherit;
    border:none;
    overflow:hidden;
}

.footer p, .footer h1, .footer h2, .footer h3, .footer h4 {
    color:white;
}

.footer {
    padding-top:25px;
    min-height:50px;
    background-color: #091F47;
    color:white;
}
