﻿/*===================== 
	Color information
	
	- Blue #0079c1
	  lt Blue #73c3eb
    - Red #ec1c24
    - Lt Grey #f5f6f7
	-
	-
	-
		 
=======================*/
/*===================== 
	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: "Montserrat", 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;
	}
	h4,h5,h6 {
  margin: 0;
  padding-bottom: 15px;
}

h2 {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 40px;
  font-weight: 400;
}

h3 {
  font-size: 23px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 45px;
}

h4 {
  font-size: 21px;
  font-weight: 500;
  margin-top: 50px;
}

h5 {
  font-size: 15px;
  font-weight: 500;
}

p {
  line-height: 26px;
  font-weight: 300;
}

.bmo-small {
  font-size: 0.8em;
  color: #808080;
}

strong {
  color: #363636;
  font-weight: 700;
}

.bold-font {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 25px;
}
.body-copy {
	color: #808080;
	margin-bottom: 25px;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
}
.red-font {
	color:#ec1c24!important;
}

.bold {
    font-weight: bold;
	}
.header-font {
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 40px;
	font-weight: 400;
	padding-bottom:40px;
	margin-bottom:20px;
	position: relative;
}

.header-font:after {
	display: block;
	content:"";
	position: absolute;
	left:0;
	background: #ec1c24;
	height: 3px;
	width: 100px;
	margin: 25px 0;
}

.text-center {
	text-align: center;
}


/*===================== 
	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;
		}  
.red-link {
	color:#ec1c24!important;
	transition: .2s ease-in;
}
.red-link:hover {
	opacity: 0.7;
}
.black-link {
	color:#000!important;
	transition: .2s ease-in;
}
.black-link:hover {
	opacity: 0.7;
}
.blue-link {
	color:#0079c1!important;
	transition: .2s ease-in;
}
.blue-link:hover {
	opacity: 0.7;
}
.grey-link {
	color:#808080!important;
	transition: .2s ease-in;
}
.grey-link:hover {
	opacity: 0.7;
}

.btn-blue-1 {
	background: #0079c1;
	color:#fff!important;
	opacity: 1;
	padding: 12px 40px 12px 40px;
	box-shadow: none;
	border-radius: 99px;
	display: inline-block;
	box-sizing: border-box;
	font-size:13px;
	font-weight:600;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	transition: .2s ease-in;
	border:0px;
	outline:none;
	cursor: pointer;
}
.btn-blue-1:hover {
	background: #73c3eb;
}


/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	background: #fefefe;
  	border-bottom: 1px solid #c5c5c5;
	}
.top-header-1 {
	width:100%;
	padding:13px 0;
	background: #0079c1;
}
.top-header-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width:80%;
	margin:0 auto;
}
.top-header-cont-1 a {
	font-size: 15px;
	color:#fff;
	font-family: "Montserrat", sans-serif;
}
.top-header-cont-1 a:hover {
	color: #73c3eb;
}
.top-header-cont-1 ul {
	display: flex;
	gap:12px;
	padding:0;
	margin: 0;
}
.top-header-cont-1 ul li {
	padding:0;
	margin: 0;
	list-style: none;
}
.top-header-cont-1 ul li a {
	font-size: 20px;
	color:#fff;
	transition: .2s ease-in;
}
.top-header-cont-1 ul li a :hover {
	color: #73c3eb;
}

header {
	margin: 0 auto;
	width:80%;
	display: flex;
	align-items: stretch;
	}
.head-logo-1 {
	display: flex;
	align-items: center;
	margin-right: 20px;
	width: auto;
	box-sizing: border-box;
}
.head-logo-1 img {
	width:100%;
	max-width: 140px;
	height: auto;
	display: block;
	margin:0 auto;
}
.mob-tran {
	display: none;
	font-size: 12px;
	color: #0079c1!important;
	font-family: "Montserrat", sans-serif;
}
.mob-tran:hover {
	color: #73c3eb!important;
}
.head-search-1 {
	font-size: 30px;
  	color: #0079c1!important;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	transition: .2s ease-in;
}
.head-search-1:hover {
	color: #73c3eb;
}

.header-search {
	width:100%;
	padding:50px 0;
	display: none;
	background: #e5e5e5;
	box-shadow: inset 0px 11px 8px -10px #ccc;
}
.header-search form {
	width:90%;
	display: flex;
	margin:0 auto;
}
.header-search form input {
	width: 70% !important;
	padding: 0 0 0 25px !important;
	margin: 0 !important;
	height: 50px!important;
	line-height: 50px !important;
	border-top-left-radius: 50px!important;
	border-bottom-left-radius: 50px!important;
	outline: none!important;
	border:0px!important;
	font-family: "Montserrat", sans-serif;
	font-weight: 300!important;
	font-size: 15px !important;
	color: #2e2e2e !important;
	text-transform: uppercase!important;
	background: #fcfcfc!important;
}
.header-search form button {
	height: 50px !important;
	background: #0079c1;
	border: 0 !important;
	padding: 10px 0;
	margin-left: -7px !important;
	width: 30% !important;
	color: #fff !important;
	font-size: 15px !important;
	text-transform: uppercase !important;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	transition: .2s ease-in;
	outline: none;
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
}
.header-search form button:hover {
	background: #066493 !important;
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0;
	position:relative;
	width: 100%;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
        display: flex;
		}
		nav.primary ul li {
			display:inline-block;
			position: relative;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
				color: #0a2737 !important;
				font-family: "Montserrat", sans-serif;
				font-weight: 500;
				font-size: 15px;
				height: 100px;
				text-decoration: none;
				padding: 0 20px;
				display: inline-flex;
				align-items: center;
				margin: 0;
				text-align: center;
				border-left: 1px solid #f5f6f7;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				gap:2px;
				box-sizing: border-box;
				}	
			nav.primary ul li a i {
				color: #0079c1;
  				font-size: 20px;
			}
			nav.primary ul li a:last-of-type {
			  border-right: 1px solid #f5f6f7;
			}
			nav.primary ul li a:hover {
				background-color: #f5f6f7;
			}
			nav.primary ul li:hover a {
				background-color: #f5f6f7;
			}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				  line-height: 18px;
				  padding: 15px;
				  text-align: left;
				  border-left: none!important;
				  background-color: #fff!important;
				  border-bottom: 2px solid #f5f6f7;
				  color: #0a2737 !important;
				  font-weight: 500;
				  font-size: 15px;
				  height: auto !important;
				  width: 100%;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				background-color: #f5f6f7!important;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute;
	width:100%;
	  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 100%;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/

.wrap-hero {
	width:100%;
	background: #000 url("../siteart/hero-bg-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}
.wrap-hero .container-1 {
	height: 38vw;
	max-height: calc(100vh - 325px);
	min-height: 525px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
}
.wrap-hero .container-1 h1 {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 50px;
	text-shadow: 0 0 10px #000;
}
.wrap-cat-btns {
	width:100%;
	background:#f5f6f7;
	padding:0px 30px;
	box-sizing: border-box;
}
.wrap-cat-btns .container-1 {
	background: #fff;
	padding: 50px;
	border: 1px solid #c5c5c5;
	border-radius: 10px;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.29);
	position: relative;
	z-index: 10;
	top: -100px;
	display: flex;
	flex-wrap: wrap;
	gap:10px 0px;
	justify-content: space-between;
	box-sizing: border-box;
}
.wrap-cat-btns .container-1 h2 {
	width:100%;
	text-align: center;
	color: #2b2a2a !important;
	margin: 15px 0 10px 0;
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 40px;
	font-weight: 400;
}
.wrap-cat-btns .container-1 a {
	width:calc(16.666666% - 5px);
}
.wrap-cat-btns .container-1 a img {
	width:100%;
	height: 92px;
	display: block;
	object-fit: contain;
	object-position: center;
	transition: .2s ease-in;
}
.wrap-cat-btns .container-1 a h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	text-align: center;
	color: #2b2a2a !important;
	margin-top: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
.wrap-cat-btns .container-1 a:hover img {
	transform: translateY(-5px);
	opacity: 0.6;
}
.wrap-about-home {
	width:100%;
	display: block;
	background:#f5f6f7;
	text-align: center;
}
.wrap-about h2 {
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 40px;
	font-weight: 400;
}
.wrap-contact-home {
	width:100%;
	background:#f5f6f7;
	padding-bottom:100px;
}
.wrap-fin-banner {
	width:100%;
	background: #000 url("../siteart/finance-banner-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.wrap-fin-banner .container-1 {
	height: 25vw;
	max-height: 500px;
	min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 40px;
}
.wrap-fin-banner .container-1 h2 {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 50px;
	text-shadow: 0 0 10px #000;
}
.wrap-fin-banner .container-1 .btn-blue-1 {
	display: block;
	max-width: 250px;
	width:100%;
}


.wrap-cat-btns-head {
	width:100%;
	background:#fff;
}
.cat-btns-head-cont {
	width:80%;
	box-sizing: border-box;
	margin:0 auto;
	display: flex;
	align-items: center;
}
.cat-btns-head-cont h3 {
	width:325px;
	margin:0;
	font-size: 18px;
	padding:0 10px;
}
.cat-btns-head-cont a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
	transition: .3s ease-in;
	border-left:1px solid #e6e7e8;
	height: 100px;
}
.cat-btns-head-cont a:last-of-type {
	border-right:1px solid #e6e7e8;
}
.cat-btns-head-cont a img {
	max-width: 100px;
	width:100%;
	height: auto;
	transition: .3s ease-in;
}
.cat-btns-head-cont a p {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color:#000!important;
	margin:0;
	text-align: center;
	line-height: normal;
}
.cat-btns-head-cont a:hover {
	background: #f5f6f7;
	box-shadow: inset 0px 11px 3px -10px #a5a5a5;
}
.cat-btns-head-cont a:hover img {
	filter: grayscale(20%);
}
.finance-pg-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:80px 0;
}
.finance-pg-info {
	width:58%;
}
.info-section-cont {
	padding-bottom: 50px;
  	border-bottom: thin solid #cacaca;
	width:100%;
}
.info-section-cont h2 {
	font-size: 21px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 50px;
	color: #808080;
}
.info-section-cont > p {
	color: #808080;
	margin-bottom: 25px;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
}
.info-accord-1 {
	width:100%;	
}
.clickacc {
	display: flex;
	justify-content: space-between;
	background: #dddddd;
	padding: 15px;
	width: 100%;
	cursor: pointer;
	border: none;
	box-sizing: border-box;
	color: #808080!important;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 11px;
}
.clickacc i {
	color: #808080;
	font-weight: 600;
	font-size: 18px;
	transition: .3s ease-in;
}
.clickacc.open i {
		transform: rotate(180deg);
	}
.info-accord-content-1 {
	display: none;
	width:100%;
	background: #fff;
  	padding: 40px;
	box-sizing: border-box;
}
.info-accord-content-1 p {
	font-size: 15px;
	font-weight: 500;
	color: #808080;
	margin: 0;
	padding-bottom: 15px;
}
.info-accord-content-1 ul {
	margin-bottom: 35px;
}
.info-accord-content-1 ul li {
	padding:0px;
	margin:0;
	list-style-type: disc;
	color: #808080;
	line-height: 24px;
}
.info-accord-content-1 .info-accord-sml-txt {
	font-size: 11px;
	color: #000;
	line-height: 26px;
	font-weight: 300;
}
.finance-pg-contact {
	width:36%;
}
.finance-pg-contact h2 {
	display: block;
	background: #0079c1;
	padding: 15px;
	color: #fff;
	font-size: 23px;
	font-weight: 500;
	line-height: 28px;
}
.finance-pg-contact-link {
	width:100%;
	box-sizing: border-box;
	background: #fff;
	padding:50px 25px;
	display: flex;
	flex-direction: column;
	gap:50px 0;
}
.finance-pg-contact-link a {
	width:100%;
	display: flex;
	gap:15px;
	align-items: center;
	transition: .3s ease-in;
}
.finance-pg-contact-link a img {
	width:100%;
	max-width: 65px;
	height: auto;
	display: block;
}
.finance-pg-contact-link a p {
	font-size: 15px;
	font-weight: 500;
	color: #808080;
	margin: 0;
}
.finance-pg-contact-link a p span {
	font-weight: 800;
}
.finance-pg-contact-link a:hover {
	opacity: 0.7;
}

/*===================== 
	Form styles 
=======================*/

/* Containers */



.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}
.form-disc {
	margin-bottom: 25px;
	font-size: 13px;
}

/* Inputs */

.fr-cap .CaptchaWhatsThisPanel a {
	color:transparent;
	
}

.fr-cap .CaptchaWhatsThisPanel a:before{
	content: "Qu’est-ce que c’est?";
	color:black;
	text-align: center;
	display: block;
}

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date {
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    outline:none;
    border:1px solid #C8C8C8;
	border-radius: 10px;
    color:#000; 
}
.form-info-cont label {
	width: 100%;
	display: block;
    color:#000;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
  	font-size: 13px;
	margin-bottom:3px;
}
.form-info-cont label span {
	font-size: 18px;
}
.select-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px!important;
    width:100%;
    background:#fff;
    box-sizing: border-box;
    position: relative;
}
.select-cont  select {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    width:100%;
    background-color:transparent;
    border:0px!important;
    outline:none!important;
    font-size: 17px!important;
    font-weight: 400!important;
    padding:15px!important;
    box-sizing: border-box;
    color:#000; 
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.select-cont i {
    position: absolute;
    z-index: 1;
    right:0px;
}

.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 5px;
	font-size: 13px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: "Montserrat", sans-serif;
    outline:none;
    border:0px;
	border:1px solid #C8C8C8;
	border-radius: 10px;
}

.form-info-cont button {
	margin: 0 auto;
	display: block;
}
.CaptchaImage {
  max-width: 100%;
}
.CaptchaWhatsThisPanel input {
    margin:0 auto;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;}

.fr-cap .CaptchaMessagePanel {
    color:transparent;
}
.fr-cap .CaptchaMessagePanel:before {
    content: "À des fins de sécurité, veuillez entrer les caractères de la case ci-dessus:";
    color:black;
    text-align: center;
    display: block;
}



/*===================== 
	banner styles 
=======================*/


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
.wrap-content {
	width: 100%;
	display: block;
	background: #f5f6f7;
	padding:75px 0 150px 0;
}	
.content-container-1 {
	width:80%;
	margin:0 auto;
}

.container-1 {
	max-width: 1340px;
	margin: 0 auto;
	padding:10px 30px;
	box-sizing: border-box;
	}
.container-2 {
	max-width: 950px;
	margin: 0 auto;
	padding:10px 30px;
	box-sizing: border-box;
	}
.container-inv {
	width: 100%;
	background:#f5f6f7;
	margin: 0 auto;
	padding:40px 30px;
	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: 75px 0 150px 0;
	background: #0079c1;
}
.foot-cont-1 {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:30px;
}
.foot-head-1 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.foot-head-1 h4 {
	margin: 0;
}
.foot-head-1 h4 a {
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-weight: 600;
	color:#fff;
}
.foot-head-1 ul {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
	margin:0;
	padding: 0;
}
.foot-head-1 ul li {
	margin:0;
	padding:0;
	list-style: none;
}
.foot-head-1 ul li a {
	font-size: 25px;
  	color: #fff;
	transition: .2s ease-in;
}
.foot-head-1 ul li a:hover {
	color: #73c3eb;
}
.foot-nav-1 {
	width:100%;
}
.foot-nav-1 ul {
	width:100%;
	padding:0;
	margin:0;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
.foot-nav-1 ul li {
	padding:0;
	margin:0;
	list-style: none;
}
.foot-nav-1 ul li a {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color:#fff;
	transition: .2s ease-in;
}
.foot-nav-1 ul li a:hover {
	opacity: 0.7;
}
.foot-nav-2 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap:30px;
}
.foot-nav-2 ul {
	width:auto;
	padding:0;
	margin:0;
	display: flex;
	flex-wrap: wrap;
}
.foot-nav-2 ul li {
	border-right: 0.5px solid #4b9dc6;
	padding: 5px 15px;
	margin:0;
	list-style: none;
}
.foot-nav-2 ul li:first-of-type {
	padding-left:0px;
}
.foot-nav-2 ul li:last-of-type {
	border-right: 0px;
}
.foot-nav-2 ul li a {
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 400;
	color:#fff;
	transition: .2s ease-in;
}
.foot-nav-2 ul li a:hover {
	opacity: 0.7;
}
.foot-nav-2 img {
	width:100%;
	display: block;
	max-width: 57px;
	height: auto;
}
.foot-disc {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot-disc p {
	font-size: 8px;
	line-height: 15px;
	color:#fff;
}
.foot-disc p a {
	color:#fff!important;
	font-weight: 500;
}
.foot-disc p a:hover {
	text-decoration: underline;
}

/*========================== 
	  Responsive styles 
============================*/


@media screen and (max-width: 1280px) {
  nav.primary ul li a {
    font-size: 1.2vw;
    padding: 0px 1.2vw;
  }
}
@media screen and (max-width: 1050px) {
	header {
		width:100%;
		flex-direction: column;
		padding-top:10px;
	}
	.head-logo-1 {
		order:2;
		margin: -20px auto 0 auto;
	}
	.head-logo-1 a {
		margin:0 auto;
	}
	.head-search-1 {
		order:1;
		align-self: flex-end;
	}
	nav.primary {
		order:3;
		width: 100%;
	}
	nav.primary ul {
		justify-content: center;
	}
	nav.primary ul li a {
		font-size: 15px;
		padding: 15px;
		height: auto;
	}
	.wrap-cat-btns {
		padding:50px 30px;
	}
	.wrap-cat-btns .container-1 {
		top:0;
	}
	.wrap-cat-btns .container-1 a {
		width:calc(33.33333% - 5px);
	}
	.wrap-hero .container-1 {
		min-height: 300px;
	}
	.cat-btns-head-cont {
		width: 100%;
		box-sizing: border-box;
		flex-wrap: wrap;
	}	
	.cat-btns-head-cont a {
		padding: 2px;
		height: auto;
		width: 16.66666666%;
		box-sizing: border-box;
	}
	.cat-btns-head-cont h3 {
		width:100%;
		text-align: center;
		padding:15px 10px;
		box-sizing: border-box;
		border-bottom: 1px solid #e6e7e8;
	}
	
}

@media screen and (max-width: 900px)  {
	.finance-pg-info, .finance-pg-contact {
		width:100%;
	}
}

@media screen and (max-width: 760px)  {

	.top-header-1 {
		display: none;
	}
	.mob-tran {
		display: block;
		padding:0 0 0 15px;
	}
	header {
		flex-direction: row;
		padding-top:0px;
	}
	.head-logo-1 {
		order: 1;
		width:100%;
		margin:0;
		padding:0 30px;
		box-sizing: border-box;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap:10px;
	}
	.head-logo-1 a {
		margin:0;
	}
	.head-search-1 {
		order: 2;
		width: 70px;
		align-self: center;
		font-size: 25px;
	}
	/*==============================
		Mobile Nav Styles			
	================================*/	
    
    
	nav.primary{display:none;}
	#menu-button{ 
			order:3;
			height: 100%;
			display:flex;
			align-items: center;
			background: #0079c1;
			padding: 40px 25px;
		transition: .2s ease-in;
		}
		#menu-button a{
			 color:#fff;
			font-size: 26px;
		  }
	#menu-button:hover { 
		background: #066493;
	}
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -350px;
		width: 350px;
		height: 100%;
		background: #0079c1;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}
	nav.mobile .mobile_top img {
		max-width: 212px;
    	margin: 10px;
		width:100%;
		display: block;
		height: auto;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		color: #fff;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		position:relative;
	}
	 /* FIRST LEVEL */
	  nav.mobile ul li a {
		position: relative;
		display: flex;
		  justify-content: space-between;
		font-size: 14px;
		padding: 25px;
		color: #fff;
		font-weight: 500;
		text-decoration: none;
		width: 100%;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
	  }
	  nav.mobile ul li a i {
		  transition: .2s ease-in;
	}
		nav.mobile ul li a.click.open i {
			transform: rotate(180deg);
		}
	  nav.mobile ul li a:hover {
		background: #73c3eb;
	  }

	  /* SECOND LEVEL */
	  nav.mobile ul li li:last-child {
		border: none;
	  }

	  ul.menu-depth-1 {
		margin-top: 0 !important;
	  }

	  nav.mobile ul li li a {
		background: #73c3eb;
		position: relative;
		display: block;
		padding: 25px;
		color: #fff;
		text-decoration: none;
	  }

	  nav.mobile ul li li a:hover {
		background: rgba(65, 65, 65, 0.5);
	  }

	  /* THIRD LEVEL */
	  nav.mobile ul li li li:last-child {
		border: none;
	  }

	  nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
	  }

	  nav.mobile ul li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	  }

	  /* FOURTH LEVEL */
	  nav.mobile ul li li li li:last-child {
		border: none;
	  }

	  nav.mobile ul li li li li a {
		background: #777;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left: 4px #555 solid;
	  }

	  nav.mobile ul li li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	  }
	
	.header-search form input, .header-search form button {
		font-size: 11px !important;
	}

}
@media screen and (max-width: 700px)  {
	.wrap-cat-btns .container-1 {
		padding:25px;
	}
	.wrap-fin-banner .container-1 {
		gap:20px;
	}
	.wrap-cat-btns .container-1 h2, .wrap-fin-banner .container-1 h2, .header-font  {
		font-size: 25px;
	}
	
	.wrap-fin-banner .container-1 .btn-blue-1 {
	  max-width: 200px;
	}
	.wrap-cat-btns .container-1 a {
		width: calc(50% - 5px);
	}
	.col-1-2 {
		width:100%;
	}
	.foot-cont-1, .content-container-1 {
	  width: 100%;
		padding:0 30px;
		box-sizing: border-box;
	}
	.foot-head-1 h4 {
		margin-bottom:30px;
	}
	.foot-head-1 h4 a {
		font-size: 20px;
	}
	.foot-head-1 ul li a {
	  font-size: 20px;
	}
	.foot-nav-1, .foot-nav-1 ul, .foot-head-1, .foot-nav-2 {
		flex-direction: column;
		align-items: flex-start;
	}
	.cat-btns-head-cont a p {
		font-size: 10px;
	}
	.cat-btns-head-cont h3 {
		font-size: 16px;
	}
	
}


@media screen and (max-width: 540px)  {
	.wrap-hero .container-1 h1 {
		font-size: 35px;
	}
	.cat-btns-head-cont {
		flex-wrap: wrap;
	}
	.cat-btns-head-cont a {
		width:33.33%;
		border-bottom: 1px solid #e6e7e8;
	}
	
}



