/*COLORS
White: #FFFFFF;
Green: #900603;
Dark Green: #900603;
Lighter Gray: #7a7a7a;
Light Gray: #646464;
Gray: #4c4b4c;
*/


/*RESETS*/

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

body {
   
    font-size: 16px;
    font-family: "Open Sans";
    position: relative;
    color: black;
}

img {
    border: none;
    display: block;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans";
    margin: 10px 0;
}

a:link,
a:visited {
    color: #900603;
}

a:hover,
a:active {
    color: #900603;
}

/*CONTAINER*/

.contain {
    margin: auto;
    max-width: 1280px;
}

/*BASICS*/

.button:link,
.button:visited {
    text-decoration: none;
    background: #4c4b4c;
    padding: 10px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button:hover,
.button:active {
    background: #900603;
	color: #fff;
/*	outline: 3px solid #4c4b4c;*/
}

/*HEADER*/

#mainHeader {
    background: #fafafa;
}

#mainHeader .contain {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

header {
    width: 300px;
    padding: 10px;
}

/*NAV*/

#menuBtn,
#loginBtn {
    width: 50%;
    text-align: center;
    display: none;
    color: #FFFFFF;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.75em;
    font-family: "Open Sans";
    border: none;
    margin: 0 0 10px;
}

#menuBtn {
    background: #900603;
}

#loginBtn {
    background: #4c4b4c;
    float: right;
}

#menuBtn:hover,
#menuBtn:active {
    background: #FFFFFF;
    color: #900603;
}

#menuBtn:hover img{
   filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(3974%) hue-rotate(355deg) brightness(74%) contrast(106%);
}

#loginBtn:hover,
#loginBtn:active {
    background: #FFFFFF;
    color: #4c4b4c;
}

#loginBtn:hover img{
   filter: brightness(0) saturate(100%) invert(14%) sepia(0%) saturate(1792%) hue-rotate(100deg) brightness(105%) contrast(57%);
}

/*MAIN*/

#loginCancel {
    display: none;
    padding: 0.5em;
    text-align: center;
    cursor: pointer;
}

#loginCancel:hover {
    background: #005F9E;
}

/*MAIN CONTENT*/

.inside {
    background: #FFFFFF;
    /*! padding: 20px; */
    margin: auto;
    /*     max-width: 1280px; */
    box-sizing: border-box;
    height: 100%;
    display: block;
}

.inside section {
    padding: 10px 20px 10px;
    max-width: 1280px;
    margin: auto;
}

.inside section hr {
    margin: 15px 0 0;
    padding: 0;
    border: 1px solid #4c4b4c;
}

.inside section:nth-child(2) {
    padding-top: 20px;
}

.inside section:last-child {
    padding-bottom: 20px;
}

#secondaryHeader {
    padding: 10px;
    background: #900603;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#secondaryHeader div {
    width: 100%;
    max-width: 1280px;
    text-align: left;
}

#secondaryHeader h1 {
    margin: 0;
    color: #ffffff;
    padding: 10px 20px 5px;
}

#secondaryHeader h2 {
    margin: 0;
    color: #ffffff;
    padding: 0 20px 10px;
}

.inside h3 {
    margin: 0 0 20px 0;
    font-size: 1.5em;
    color: #4c4b4c;
}

.inside h3 + p {
    margin-top: 0;
}

.inside h4 {
    margin: 0 0 20px 0;
    font-size: 1.25em;
    color: #4c4b4c;
}

.inside h4 + p {
    margin-top: 0;
}

.inside h5 {
    margin: 0 0 20px 0;
    font-size: 1em;
    color: #4c4b4c;
}

.inside h5 + p {
    margin-top: 0;
}

.inside ul,
footer ul {
    padding-left: 15px;
    line-height: 1.275em;
}

.inside ul li {
    padding: 0 0 10px 0;
}

.inside ul li ul li {
    list-style: disc;
    padding: 20px 0 5px;
}

.inside p {
    line-height: 1.275em;
}

#banner {
    max-width: 1280px;
    margin: auto;
}

.flexslider {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none;
}

.flexslider .flex-direction-nav {
    padding: 0 !important;
    display: none;
}

.divider {
    background: #000000;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.divider h2 {
    color: #ffffff;
    margin: 0;
    padding: 10px 10px 0;
    font-size: 1.75em;
}

.divider p {
    max-width: 1280px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 1.25em;
    line-height: 1.275em;
    margin: 0;
    padding: 10px;
}


.divider a:link,
.divider a:visited {
    color: #ffffff !important;
    text-decoration: underline;
}

.divider a:hover,
.divider a:active {
    text-decoration: none;
}

.divider span {
    color: #ffffff;
    padding: 0;
    margin: 0 0 10px;
	text-align: center;
}

/*FOOTER*/

footer {
    color: #FFFFFF;
    background: #4c4b4c;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.topFooter {
    background: #ffffff;
    color: #4c4b4c;
    padding: 10px;
	min-height: 160px;
}

.topFooter .container {
    background: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.topFooter .container div {
    background: #ffffff;
    padding: 10px 20px;
    width: 30%;
}

.topFooter .button-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.topFooter .button-container .button {
    width: 47.5%;
}

.middleFooter {
    padding: 20px;
    display: flex;
    flex-direction: row;
}

.middleFooter div:nth-child(1) {
    width: 17.25%;
    padding-right: 10px;
	min-width: 250px;
    min-height: 200px;
}

.middleFooter div:nth-child(2) {
    width: 32.75%;
    padding: 0 10px;
	min-width: 250px;
    min-height: 200px;
}


.middleFooter div:nth-child(3) {
    width: 50%;
    padding-left: 10px;
	min-width: 250px;
    min-height: 200px;
}

.bottomFooter {
    background: #000000;
	    color: #fff;
}

.bottomFooter .container {
    padding: 20px 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.bottomFooter ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
}

.bottomFooter figure {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bottomFooter figure img {
    height: 75px;
}

.bottomFooter figure:nth-child(1) img {
    margin: 0 20px 0 0;
}

.bottomFooter figure:nth-child(2) img {
    margin: 0 20px;
}

/*CONTRAST*/

#contrastBtn {
    color: #FFFFFF;
    background: #4c4b4c;
    font-size: 0.85em;
    padding: 10px;
    position: absolute;
    top: 20px;
    right: 30px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

#contrastBtn:hover {
    background: #FFFFFF;
    color: #4c4b4c;
}

/*BACK TO TOP*/

#backToTop {
    background: #900603;
    bottom: 20px;
    color: #FFFFFF;
    display: none;
    font-size: 0.75em;
    padding: 7.5px;
    position: fixed;
    right: 20px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

#backToTop:hover {
    background: #4c4b4c;
}
#backToTop:hover img{
    background: #4c4b4c;
}

/*OTHER CONTENT*/

/*RATES*/

#rates_container {
    width: 90%;
    margin: auto;
}

.rates_effective {
    clear: both;
}

.rates_nav {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 !important;
    width: 100%;
    margin: 0 0 5px 0;
}

a.rates_button {
    background-color: #4C4B4C;
    padding: 0.5em;
    text-decoration: none;
    transition: 0.5s color, 0.5s background-color;
    display: block;
    float: left;
    margin: 0.25em;
    color: rgba(255, 255, 255, 1);
}

.rates_button:hover {
    background-color: #900603;
    color: #fff;
}

.rates_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}



.rates_header {
    font-size: 1.75em;
    padding-top: 1em;
    color: #4C4B4C;
}

.rates_title {
    font-weight: bold;
    border-bottom: 2px solid #900603;
    padding: 0.25em;
    background: #900603;
    color: #FFF;
}

.rates_bold {}

.rates_notes {
    font-size: 0.75em;
    font-style: italic;
}

.rates_subheader {
    font-size: 1.25em;
    padding: 1em 0 0.5em;
    color: #4C4B4C;
}

.rates_linespace {}

.rates_aRow {
    background-color: #EEE;
}

.rates_standard {
    padding: 0.50em;
}
