@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

/* nav bar. */

.nav {
	z-index: 1;
	max-width: 100%;
	padding-top: 0;
	margin: 0;
	list-style-type: none;
}

.header {
	float: left;
	width: 100%;
	height: auto;
	background-color: #BDBDBD;
}

.btn {
	font-size: 150%;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
}

.logo {
	max-width: 378px;
	float: left;
	width: 65%;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#slogan {
	display: none;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

.body {
	text-decoration: none;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 145%;
	letter-spacing: 30%;
	font-size: 80%;
	padding-left: 10px;
	padding-right: 10px;
}

.bodyMain {
	text-decoration: none;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 145%;
	letter-spacing: 30%;
	font-size: 80%;
	padding-left: 10px;
	padding-right: 10px;
}

.center {
	text-align: center;
}

h3 {
	text-decoration: none;
	text-align: center;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
	letter-spacing: 30%;
	font-size: 90%;
	padding-left: 5px;
	padding-right: 5px;
}

.bold {
	text-decoration: none;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 145%;
	letter-spacing: 30%;
	font-size: 80%;
}

.menuLink2 {
	text-decoration: none;
	color: #8d3852;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 135%;
	letter-spacing: 30%;
}

.hoursMapLink {
	text-decoration: none;
	color: #8d3852;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 135%;
	letter-spacing: 30%;
	margin-right: 10px;
}

 /* The hoursMapModal (background) */

.hoursMapModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* hoursMapModal Content/Box */

.hoursMapModalContent {
	background-color: #fefefe;
	margin: 5% auto; /* 5% from the top and centered */
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 125%;
	letter-spacing: 30%;
	font-size: 70%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.map {
	float: left;
	margin-right: 20px;
}

.hoursMapTable {
	display: inline-block;
}

.hoursMapTable td {
	padding: 1px 1px 1px 1px;
}

#modalLink {
	text-align: center;
	text-decoration: none;
	color: #98012e;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 145%;
	letter-spacing: 30%;
	font-size: 80%;
	outline: 0;
}

#modalLink2 {
	text-align: center;
	text-decoration: none;
	color: #98012e;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 145%;
	letter-spacing: 30%;
	font-size: 80%;
	outline: 0;
}

#submit {
	float: right;
}

 /* The Modal (background) */

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal5 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 5% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.BankModal-content {
	background-color: #fefefe;
	margin: 5% auto; /* 5% from the top and centered */
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Buttons */

.close, .close2, .close5, .closeHM, .closeHM2, .closeHM3, .closeHM4, .closeHM5, .closeHM6, .closeHM7, .closeHM8 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close2:hover, .close5:hover, .closeHM:hover, .closeHM2:hover, .closeHM3:hover, .closeHM4:hover, .closeHM5:hover, .closeHM6:hover, .closeHM7:hover, .closeHM8:hover,
.close:focus, .close2:focus, .close5:focus, .closeHM:focus, .closeHM2:focus, .closeHM3:focus, .closeHM4:focus, .closeHM5:focus, .closeHM6:focus, .closeHM7:focus, .closeHM8:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.blockquote {
	padding-left: 20px;
	text-decoration: none;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 145%;
	letter-spacing: 30%;
	font-size: 80%;
}

.bullets {
	list-style: disc;
	padding-left: 30px;
	padding-right: 10px;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 145%;
	letter-spacing: 30%;
	font-size: 80%;
}

.numberBullets {
	list-style: numbers;
	padding-left: 30px;
	padding-right: 10px;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 145%;
	letter-spacing: 30%;
	font-size: 80%;
}

.colHead {
	padding-left: 8px;
	text-decoration: none;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 145%;
	letter-spacing: 30%;
	font-size: 80%;
}

.multicol {
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 4px;
	column-count: 2;
	column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	text-decoration: none;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 135%;
	letter-spacing: 30%;
	font-size: 70%;
}

.multicolLocation {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	text-decoration: none;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 135%;
	letter-spacing: 30%;
	font-size: 65%;
}

ul {
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	list-style: none;
	height: auto;
}

ul li a {
	display: block;
	text-decoration: none;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 145%;
	letter-spacing: 30%;
	font-size: 80%;
}

ul li a:hover {
	color: #FFFFFF;
}

ul .menu li a {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-color: #EEEFEF;
	clear: left;
}

.menu2Container {
	float: left;
	clear: left;
}

.menu2 li a {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-color: #EEEFEF;
}

ul .submenu li a {
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%);
	background-color: #d1d2d4;
	text-indent: 15px;
	border-top: thin solid #EEEFEF;
}

.slider {
	position: relative;
	float: left;
	width: 100%;
}

.slide {
	position: absolute;
	float: left;
	width: 100%;
	opacity: 0;
	transition: opacity 3s linear;
}

.slider-wrapper > .slide:first-child {
	opacity: 1;
}

.carousel {
	clear: left;
	max-width: 100%;
	margin-bottom: 42.6%;
}

.hero {
	clear: left;
	max-width: 100%;
}

main {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: thin solid rgba(141,56,82,0.50);
}

.modalBtnPanel {
	display: none;
}

.modalBtnPanel2 {
	display: none;
}

button.accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
	display: block;
	text-decoration: none;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 145%;
	letter-spacing: 30%;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-color: #EEEFEF;
}

button.accordion:hover{
	color: #FFFFFF;
}

button.accordionMain {
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	display: block;
	text-decoration: none;
	color: #8d3852;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
	letter-spacing: 30%;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-top: thin solid #EEEFEF;
	background-image: -webkit-linear-gradient(270deg,rgba(141,56,82,0.10) 0%,rgba(141,56,82,0.60) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(141,56,82,0.10) 0%,rgba(141,56,82,0.60) 100%);
	background-image: -o-linear-gradient(270deg,rgba(141,56,82,0.10) 0%,rgba(141,56,82,0.60) 100%);
	background-image: linear-gradient(180deg,rgba(141,56,82,0.10) 0%,rgba(141,56,82,0.60) 100%);
}

button.accordionMain:hover {
	color: #FFFFFF;
}

.menu {
	display: none;
}

.submenu {
	display: none;
}

.menuPanelContainer {
	display: none;
}

#contact2 {
	display: none;
}

#contact {
	padding-left: 10px;
	margin-top: 20px;
}

input {
	display: inline-block;
	width: 93%;
}

label {
	margin-top: 10px;
	float: left;
	display: inline-block;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 145%;
	letter-spacing: 30%;
	font-size: 80%;
}

#comments {
	resize: vertical;
}

#submitForm {
	width: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 145%;
	letter-spacing: 30%;
	font-size: 80%;
}

select {
	margin-top: 10px;
	margin-left: 8px;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 145%;
	letter-spacing: 30%;
	font-size: 80%;
}

.feeSchedule {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	border: thin solid #EAEAEA;
	border-spacing: 0;
	border-collapse: collapse;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 135%;
	letter-spacing: 30%;
	font-size: 70%;
}

.feeSchedule tr:nth-of-type(odd) {
	background-color: #EAEAEA;
}

.currentRates {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	border: thin solid #EAEAEA;
	border-spacing: 0;
	border-collapse: collapse;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 135%;
	letter-spacing: 30%;
	font-size: 70%;
}

.currentRatesHead {
	background-color: #B7B7B7;
}

.currentRatesBody tr:nth-of-type(odd) {
	background-color: #EAEAEA;
}

td {
	padding: 4px 4px 4px 4px;
}

aside {
	display: none;
}

#footer {
	display: block;
	padding: 0 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	border: thin solid rgba(175,175,176,1.00);
	clear: both;
}

.footer-text {
	text-decoration: none;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 145%;
	letter-spacing: 30%;
	font-size: 60%;
}

.zeroMargin_mobile {
    margin-left: 0;
}

.hide_mobile {
    display: none;
}

#filler {
	color: #FFFFFF;
}

@media only screen and (min-width: 360px) {
	
.btn {
	font-size: 170%;
}

.multicolLocation {
	padding-left: 10px;
	line-height: 135%;
	font-size: 70%;
}

}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 480px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}

.zeroMargin_tablet {
    margin-left: 0;
}

.hide_tablet {
    display: none;
}

.logo {
	width: 50%;
}

.btn {
	margin-top: 5px;
	font-size: 170%;
}

.menu {
	display: block;
	text-align: center;
}

.submenu {
	text-align: center;
}

.menu2 {
	text-align: center;
}

button.accordion {
    text-align: center;
}

main {
	padding-left: 20px;
	padding-right: 20px;
}

button.accordionMain {
	text-align: center;
}

.bodyMain {
	padding-left: 20px;
	padding-right: 20px;
}

/* Modal Content/Box */

.modal-content {
    margin: 0 auto; /* centered horizontal and verticle */
}

.hoursMapModalContent {
	margin: 2% auto;
}

.colHead {
	font-size: 90%;
	line-height: 145%;
}

.multicol {
	font-size: 80%;
	line-height: 145%;
}

#footer {
	display: block;
	padding: 0 10px;
}

@media only screen and (min-width: 600px) {

.btn {
	display: none;
}

#slogan {
	display: inline;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	font-size: 100%;
	text-align: right;
	float: right;
	margin-right: 5%;
	margin-top: 5.5%;
}

main {
	padding-left: 40px;
	padding-right: 40px;
}

.bodyMain {
	padding-left: 20px;
	padding-right: 20px;
}

.accordionBody {
	padding-left: 40px;
	padding-right: 40px;
}

.multicol {
	width: 75%;
}

.multicolLocation {
	padding-left: 60px;
	width: 75%;
	font-size: 80%;
	line-height: 145%;
}

.nav li {
	float: left;
}

ul {
	display: block;
}

ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 145%;
	letter-spacing: 30%;
	font-size: 80%;
}

ul .menu li a {
	width: 108px;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 0px;
	padding-left: 0px;
}

ul .submenu li a {
	display: block;
	text-indent: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 70%;
	line-height: 125%;
}

#Personal {
	z-index: 1;
}

#Personalsub {
	z-index: 1;
	position: absolute;
	width: 116px;
}

#Business {
	z-index: 1;
}

#Businessub {
	z-index: 1;
	position: absolute;
	width: 116px;
}

#Loans {
	z-index: 1;
}

#Loansub {
	z-index: 1;
	position: absolute;
	width: 116px;
}

#Investment {
	z-index: 1;
}

#Investmentsub {
	z-index: 1;
	position: absolute;
	width: 116px;
}

#AboutUs {
	z-index: 1;
}

#AboutUssub {
	z-index: 1;
	position: absolute;
	width: 116px;
}

/* Modal Content/Box */

.modal-content {
	margin: 3% auto; /* 3% from the top and centered */
}

.hoursMapModalContent {
	margin: 3% auto;
	width: 70%;
}

#contact {
	display: none;
}

#contact2 {
	display: block;
	overflow: hidden;
}

.leftForm {
	float: left;
	width: 50%;
}

.rightForm {
	float: right;
	width: 50%;
}

@media only screen and (min-width: 700px) {
	
ul .menu li a {
	width: 129px;
}

.accordionMain {
	margin-top: 8px;
}

@media only screen and (min-width: 744px) {
	
ul .menu li a {
	width: 134.8px;
}

/* Desktop Layout: 744px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 745px) {

.gridContainer {
	width: 88.5%;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

.zeroMargin_desktop {
    margin-left: 0;
}

.hide_desktop {
    display: none;
}

.menu {
	margin-left: 2px;
}

.carousel {
	clear: left;
	max-width: 100%;
	margin-bottom: 42.7%;
}

.hero {
	float: right;
	width: 554px;
}

main {
	display: block;
	float: right;
	border: 0;
	width: 466px;
}

.menu2 {
	display: none;
}

button.accordion {
	display: none;
}

.accordionBody {
	display: none;
}

.modalBtnPanel {
	display: block;
	width: 134px;
	height: 160px;
	margin-bottom: 10px;
	float: right;
	background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(189,189,189,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(189,189,189,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(189,189,189,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(189,189,189,1.00) 100%);
	background-color: #EEEFEF;
}

.modalBtnPanel2 {
	display: block;
	width: 132px;
	height: 140px;
	float: left;
	background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(189,189,189,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(189,189,189,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(189,189,189,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(189,189,189,1.00) 100%);
	background-color: #EEEFEF;
}

.modalBankPanel {
	height: 58px;
	border: thin solid rgba(175,175,176,1.00);
	border-radius: 8px;
	margin-top: 6px;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 4px;
	padding-left: 4px;
	background-image: -webkit-linear-gradient(270deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-color: #EEEFEF;
}

.modalATMPanel {
	height: 58px;
	border: thin solid rgba(175,175,176,1.00);
	border-radius: 8px;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 4px;
	padding-left: 4px;
	background-image: -webkit-linear-gradient(270deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(238,239,239,1.00) 0%,rgba(175,175,176,1.00) 100%);
	background-color: #EEEFEF;
}

.redBtn {
	text-align: center;
	width: 70px;
	border: thin;
	border-radius: 8px;
	background-image: -webkit-linear-gradient(270deg,rgba(194,158,169,1.00) 0%,rgba(141,56,82,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(194,158,169,1.00) 0%,rgba(141,56,82,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(194,158,169,1.00) 0%,rgba(141,56,82,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(194,158,169,1.00) 0%,rgba(141,56,82,1.00) 100%);
	margin-left: 2px;
	margin-top: 8px;
}

.redBtnText {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 145%;
	letter-spacing: 30%;
	font-size: 60%;
	color: white;
	text-decoration: none;
}

.PDFPanel {
	height: 42px;
	border: thin solid rgba(254,0,0,0.50);
	border-radius: 8px;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 2px;
	padding-left: 4px;
}

.pdfBtn {
	width: 30px;
	float: left;
	margin-top: 2px;
}

.pdfBtnText {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 133%;
	letter-spacing: 30%;
	font-size: 60%;
	color: #615F5F;
	width: 75px;
	float: right;
	margin-top: 0;
	margin-bottom: 0;
}

.weather-text {
	text-decoration: none;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 145%;
	letter-spacing: 30%;
	font-size: 60%;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
}

.menuPanelContainer {
	display: block;
}

.menuPanel {
	position: absolute;
	width: 166px;
	height: 155px;
	padding-top: 7px;
	padding-left: 7px;
	background-image: -webkit-linear-gradient(90deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(0deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
}

.menuPanel2 {
	position: absolute;
	width: 166px;
	height: 155px;
	padding-top: 7px;
	padding-left: 7px;
	margin-left: 185px;
	background-image: -webkit-linear-gradient(90deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(0deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
}

.menuPanel3 {
	position: absolute;
	width: 166px;
	height: 155px;
	padding-top: 7px;
	padding-left: 7px;
	margin-left: 370px;
	background-image: -webkit-linear-gradient(90deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(0deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
}

aside {
	display: block;
	float: left;
	width: 125px;
}

.menuPanel_B {
	float: left;
	width: 125px;
	height: 100px;
	padding-top: 5px;
	padding-left: 7px;
	background-image: -webkit-linear-gradient(90deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(0deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
}

.menuPanel2_B {
	float: left;
	width: 125px;
	height: 100px;
	padding-top: 5px;
	padding-left: 7px;
	background-image: -webkit-linear-gradient(90deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(0deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
}

.menuPanel3_B {
	float: left;
	width: 125px;
	height: 115px;
	padding-top: 5px;
	padding-left: 7px;
	margin-bottom: 10px;
	background-image: -webkit-linear-gradient(90deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(0deg,rgba(232,232,232,1.00) 0%,rgba(255,255,255,0.00) 100%);
}

.menuBold {
	text-decoration: none;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 135%;
	letter-spacing: 30%;
	font-size: 80%;
}

.menuBody {
	text-decoration: none;
	color: #615F5F;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 135%;
	letter-spacing: 30%;
	font-size: 70%;
}

.menuLink {
	text-decoration: none;
	color: #8d3852;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 135%;
	letter-spacing: 30%;
	font-size: 70%;
}

.menuImage {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

/* Modal Content/Box */

.modal-content {
    margin: 15% auto; /* 15% from the top and centered */
}

.hoursMapModalContent {
	margin: 3% auto;
	width: 55%;
}

@media only screen and (min-width: 800px) {
	
.menu {
	margin-left: 0;
}

ul .menu li a {
	width: 140px;
}

.hero {
	width: 568px;
}

main {
	width: 490px;
}

.modalBtnPanel {
	width: 155px;
}
	
.pdfBtnText {
	width: 95px;
}

#footer {
	display: block;
	padding: 0 50px;
}
