﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: "headline-gothic-atf", sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
        font-size: 30px;
        font-weight: 700;
}
	h2 {
        font-size: 28px;
        font-weight: 700;
}
	h3 {
        font-size: 24px;
        font-weight: 700;
}
	h4 {
        font-size: 20px;
        font-weight: 700;
}
	h5 {
        font-size: 18px;
        font-weight: 700;
}
	h6 {}

p {
    font-size: 18px;
	margin: 0;
	}

.bold {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #000; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	background: #fff;
	margin: 0;
	position: fixed;
    top: 0;
    left: 0;
	z-index: 1003;
	box-shadow: 0px 30px 8px 0px rgba(0, 0, 0, 0), 0px 19px 8px 0px rgba(0, 0, 0, 0), 0px 11px 7px 0px rgba(0, 0, 0, 0.01), 0px 5px 5px 0px rgba(0, 0, 0, 0.02), 0px 1px 3px 0px rgba(0, 0, 0, 0.02);
	}
.header-wrap:after {
	content:" ";
	position: absolute;
	z-index: 1;
	top:0;
	right:0;
	display: block;
	background:#e40b13;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 95px 100%);
	width: calc(50% - 350px);
  	height: calc(100% + 20px);
	min-width: 360px;
}
header {
	margin: 0 auto;
	width:100%;
	max-width: 1440px;
	padding:0 20px;
	box-sizing: border-box;
	display: flex;
	gap: 40px;
	align-items: center;
	position: relative;
	z-index: 2;
	}
.head-logo-1 img {
	max-width: 147px;
    width: 100%;
	height: auto;
	display: block;
	padding:14px 0;
}

.head-info {
	display: flex;
	padding:23px 0 0 0;
	margin:0;
	gap:0 20px;
}
.head-info li {
	padding:0;
	margin:0;
	list-style: none;
}
.head-info li a {
	font-family: "headline-gothic-atf", sans-serif;
	font-size:20px;
	color:#fff;
	transition: .2s ease-in;
	white-space: nowrap;
}
.head-info li a:hover {
	color:#000;
}
.head-info li a i {
	color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #fff;
	margin-right: 5px;
	transition: .2s ease-in;
}
.head-info li a:hover i {
	-webkit-text-stroke-color: #000;
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;}



nav.primary {
	padding:0;
	display:block;
	margin:0;
	position:relative;
	flex-grow: 1;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
        display: flex;
		gap:5px;
		}
		nav.primary > ul > li {
			padding-top: 30px!important;
			padding-bottom: 14px!important;
			}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			padding:0;
			}
			nav.primary ul li a {
				font-family: "headline-gothic-atf", sans-serif;
				color: #01375D;
				font-size: 18px;
				line-height: 1;
				text-decoration: none;
				padding: 11px 16px;
				display: block;
				margin: 0;
				text-align: center;
				text-transform: uppercase;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 500;
				white-space: nowrap;
				cursor: pointer;
				letter-spacing: .5px;
				}	
			nav.primary ul li a i {
				font-size: 18px;
			}
			nav.primary ul li a .head-ico {
				font-size: 12px;
				transition: .2s ease-in;
				margin-left:2px;
			}

			nav.primary ul li a:hover {
				background: #01375D;
				color:#fff;
				}
			nav.primary ul li a.head-ico-only:hover {
				background:#EAEBEC;
				color: #01375D;
			}
			nav.primary ul li a:hover .head-ico {
				transform: rotate(180deg);
			}
			nav.primary ul li:hover a {
				background: #01375D;
				color:#fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				background: #01375D;
				color:#fff;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				background:#00538D;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
	padding-top:20px;
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: auto;
	min-width: 170px;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/

.finance-bubble {
    position: fixed;
    left: 20px;
    bottom: 50px;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    text-align: center;
    font-family: "headline-gothic-atf", sans-serif;
    padding: 10px 5px;
    box-sizing: border-box;
    border: 5px solid #e40b13;
    background: #e40b13;
    transition-duration: 0.3s;
    cursor: pointer;
    box-shadow: 0 0 8px 3px rgba(0,0,0,0.4);
	color:#fff!important;
	font-size: 20px;
	font-weight: 400;
}
.finance-bubble:hover {
    background: #fff;
    border: 5px solid #000;
	color:#e40b13!important;
}

/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	max-width: 1332px;
	margin: 0 auto;
	padding:0;
	box-sizing: border-box;
	}
.container-inv {
	margin: 0 auto;
	padding:150px 0 50px 0;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	padding:24px;
	box-sizing: border-box;
	background: #072035;
}
footer .foot-top {
	display: flex;
	gap: 11.5%;
    margin-bottom:1.5rem;
}
.foot-col-1 {
	min-width: 204px;
}
.foot-col-1 p {
	font-family: "graphie", sans-serif;
	color:#fff;
	margin-top: 0px;
    margin-bottom: 1rem;
    margin-left: 0.75rem;
    padding-bottom: 8px;
    font-size:24px;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 3px solid #E40B13;
}
.foot-col-1 ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.foot-col-1 ul li {
	padding:0;
	font-size: 1.25rem;
    line-height: 100%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.foot-col-1 ul li a {
	font-family: "headline-gothic-atf", sans-serif;
	position: relative;
    display: flex;
	justify-content: space-between;
    padding: 12px;
    font-weight: 400;
    border-radius: 4px;
    text-decoration: none;
	color:#fff;
}
.foot-col-1 ul li a:hover {
	background:#00538d;
}
.foot-col-2 {
	min-width: 208px;
	margin-left: auto;
}
.foot-logo-1 img {
	width:100%;
	max-width: 177px;
	height: auto;
	display: block;
	margin-bottom:2rem;
}
.foot-col-2 ul {
	margin: 0 0 2rem 0;
	padding: 0;
}
.foot-col-2 ul li {
	padding:0;
	margin:0;
	font-size:20px;
	font-family: "headline-gothic-atf", sans-serif;
	color:#fff;
	list-style: none;
	line-height: 1.2;
	display: flex;
    align-items: center;
}
.foot-col-2 ul li a {
	color:#fff;
}
.bar {
	display: block;
    width: 26px;
    height: 2px;
    margin-left: 1.0625rem;
    margin-right: 1.25rem;
	background:#E40B13;
}
.hours-day {
	min-width: 62px;
}
.foot-bottom {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
	padding-bottom: 100px;
}
.foot-bottom p {
	font-family: "graphie", sans-serif;
	color:#fff;
	font-weight: 700;
}
.foot-bottom ul {
	padding:0;
	margin:0;
	display: flex;
    gap: 15px;
}
.foot-bottom ul li {
	padding:0;
	margin:0;
	list-style: none;
	display: flex;
	align-items: center;
}
.foot-bottom ul li a {
	font-family: "headline-gothic-atf", sans-serif;
	height: 34px;
    width: 34px;
    border-radius: 10.5px;
}
.foot-bottom ul li a img {
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
}
.foot-bottom ul li a:hover {
	background: #E40B13;
}

.foot-btn {
	font-family: "headline-gothic-atf", sans-serif;
	background-color: #FAF8F5;
	color:#E40B13!important;
	display: block;
    padding: 15px 30px;
	font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease-in;
}
.foot-btn:hover {
	backgorund-color:#6D1114;
	color:#fff;
}

/*========================== 
	  Responsive styles 
============================*/



@media screen and (max-width: 1400px)  {
	nav.primary ul {
		gap:6px;
	}
	nav.primary ul li a {
		padding: 11px 7px;
	}
}

@media screen and (max-width: 1200px)  {

	.head-info {
		display: none;
	}
	.header-wrap {
		background:#FAF8F5;
	}
	.header-wrap::after {
		display: none;
	}
	header {
		justify-content: space-between;
		padding: 0 44px 0 20px;
		align-items: flex-end;
	}
	
	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;background:#fff;} /* New class to help control screen width visability */
	.head-info-mobile {
		display: flex;
		padding-top: 26px;
		padding-bottom: 34px;
		padding-left: 96px;
		padding-right: 37px;
		margin:0;
		gap:0 20px;
		justify-content: flex-end;
		background:#e40b13;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 96px 100%);
		margin-bottom:50px;
	}
	.head-info-mobile a {
		font-family: "headline-gothic-atf", sans-serif;
		font-size:20px;
		color:#fff!important;
		transition: .2s ease-in;
		white-space: nowrap;
	}
	.head-info-mobile a:hover {
		color:#000!important;
	}
	.head-info-mobile a i {
		color: transparent;
	   -webkit-text-stroke-width: 1px;
	   -webkit-text-stroke-color: #fff;
		margin-right: 5px;
		transition: .2s ease-in;
	}
	.head-info-mobile a:hover i {
		-webkit-text-stroke-color: #000;
	}
	
	#menu-button{ 
		display: block;
	}
	
    .menu-toggle {
        display: flex;
        gap:13px;
        align-items: center;
		margin-bottom: 15px;
    }
     .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        width: 28px;
        height: 19px;
        position: relative;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#01375D;
        height: 3px;
        width:100%;
        transition: .2s ease-in;
		border-radius: 5px;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#01375D;
        height: 3px;
        width:100%;
        transition: .2s ease-in;
		border-radius: 5px;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#01375D;
        height: 3px;
        width:70%;
        transition: .2s ease-in;
		border-radius: 5px;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:10px;
        transform: rotate(45deg);
        width:25px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:10px;
        transform: rotate(-45deg);
        width:25px;
    }
    
	nav.mobile { /* this section is new updated position width and positioning*/
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: 100vh;
		background: #fff;
		z-index: 500; 
		overflow:auto;
	}
	

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0 20px;
		width:100%;
		box-sizing: border-box;
	}
	nav.mobile ul li {
		border-bottom: 1px solid #99BAD1;
		position:relative;
	}
    nav.mobile ul li:last-child {
		border-bottom: 0px solid #99BAD1;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: flex;
		justify-content: space-between;
		font-size:20px;
		padding: 16px 35px 16px 16px;
		color: #01375D;
		text-decoration: none;
		font-family: "headline-gothic-atf", sans-serif;
	}
	nav.mobile ul li .mob-head-ico {
		position: absolute;
		top:0;
		padding:16px;
		right:20px;
		z-index: 1;
		cursor: pointer;
		
	}
	nav.mobile ul li a:hover {
		background:#eaebec; 
	}

	/* SECOND LEVEL */
	nav.mobile ul ul {
		padding:0;
	}
	nav.mobile ul li li {border:0px;}
	nav.mobile ul li li a {
		background: #00538d;
		padding: 16px 32px 16px 32px;
		color: #fff;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:#01375D;}
    

}

@media screen and (max-width: 830px)  {
	footer .foot-top {
		flex-wrap: wrap;
		gap:40px 0;
	}
	.foot-col-1 {
		width:48%;
	}
	.foot-col-2 {
		margin-left: 0;
	}
	.foot-bottom ul {
		order:1;
		width: 100%;
	}
	.foot-col-1 p {
		font-size: 1.125rem;
	}
	.foot-bottom p {
		order:2;
		
	}
	.foot-btn {
		order:3;
	}
	.foot-col-2-flex {
		display: flex;
		flex-wrap: wrap;
		gap:20px 50px;
		white-space: nowrap;
		border-radius: 40px;
	}
	
}
@media screen and (max-width: 770px)  {
	.finance-bubble {
		bottom: 100px;
		gap: 0 2px;
		width: auto;
		padding:15px 20px;
		box-sizing: border-box;
		height: auto;
		flex-direction: row;
		border-radius: 40px;
	}

}
@media screen and (max-width: 300px)  {
	.foot-col-1 {
		width:100%;
	}
}
