body {
	font-family: "Gotham", "Open Sans", Helvetica, Arial, sans-serif, Arial;
}

/* privay policy style */
.banner-header {
	text-align: center;
	font-weight: 500;
	font-size: 2.1em;
	text-transform: capitalize;
	border-bottom: 1px solid #A6368C50;
}

.banner-header h5 {
	margin-top: 8px;
	margin-bottom: 10px;
}

.banner-body {
	margin-top: 5px;
	font-size: 15px;
	color: #000;
	font-weight: 500;
	line-height: 1.5;
}

.banner-footer {
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #A6368C50;
	padding: 1rem 0;
}

.banner-footer .checkbox {
	margin-right: 250px;
}

.ok-button {
	background: #A6368C;
	color: #FFF;
	font-size: 15px;
	width: 175px;
	text-align: center;
	padding: 7px 0px;
	text-decoration: none;
	padding-right: 0px;
	font-weight: 900;
	border: none;
	border-radius: 0px !important;
	margin-top: 5px;
}

.ok-button:hover,
.ok-button:focus {
	background: #FBB800;
	color: #5B2784;
}

.privacy-banner {
	font-family: 'Arial', sans-serif;
	width: 100%;
	max-width: 600px;
	position: fixed;
	left: 20px;
	bottom: 20px;
	background-color: #f8f8f8;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
	z-index: 2;
	opacity: 0.9;
}

/* Media query for smaller screens */
@media screen and (max-width: 780px) {
	.privacy-banner {
		max-width: 380px;
	}

	.banner-header {
		font-size: 1.7em;
	}

	.banner-body {
		font-size: 20px;
		text-align: left;
	}

	.banner-footer {
		font-size: 10px;
	}

	.ok-button {
		font-size: 20px;
		width: 70px;
	}
}


@media screen and (max-width: 400px) {
	.privacy-banner {
		max-width: 340px;
	}

	.banner-header {
		font-size: 1.1em;
	}

	.banner-body {
		font-size: 10px;
		text-align: left;
	}

	.banner-footer {
		font-size: 10px;
	}

	.ok-button {
		font-size: 10px;
		width: 50px;
	}
}

@media screen and (max-width: 320px) {
	.privacy-banner {
		max-width: 270px;
	}

	.banner-header {
		font-size: 1.1em;
	}

	.banner-body {
		font-size: 10px;
		text-align: left;
	}

	.banner-footer {
		font-size: 10px;
	}

	.ok-button {
		font-size: 10px;
		width: 50px;
	}
}

.banner-content {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #A6368C50;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
	border: none !important;
	border-radius: 0px !important;
	padding: 15px;
}

#dont-show-again {
	margin-right: 10px;
}

/* end of privacy banner */

/* designed container */
.designed-section {
	background-color: #E6E6FA;
	color: black;
	padding-left: 3.5rem;
	padding-right: 2rem;
	padding-top: 2.5rem;
	padding-bottom: 3rem;
	border-radius: 1.5rem;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.designed-section h2 {
	color: #4B0082;
	text-decoration: underline;
}

.designed-section h3 {
	color: #4B0082;
	/* text-decoration: underline; */
}

.list-header {
	color: #662d91;
	font-weight: bold;
}

.designed-section p {
	font-size: 1.5rem;
	/* text-2xl */
	margin-top: 0.5rem;
	/* mt-2 */
	text-align: left;
}

.designed-section p span {
	font-style: italic;
	/* italic */
}

@media (min-width: 640px) {
	.designed-section p {
		font-size: 1.875rem;
		/* sm:text-3xl */
	}
}

/* end of designed section */

.modal {
	z-index: 2000000;
}

h3 {
	color: rebeccapurple;
}

ul, ol li {
	margin-bottom: 10px;
	text-align: justify;
}

/*header section*/
.top-bar {
	width: 100%;
	height: 45px;
	background: rgba(128, 16, 92, 1);
	background: rgba(191, 70, 153, 1);
	background: -moz-linear-gradient(left, rgba(191, 70, 153, 1) 0%, rgba(191, 70, 153, 1) 1%, rgba(189, 68, 151, 1) 7%, rgba(140, 43, 129, 1) 31%, rgba(104, 16, 148, 1) 58%, rgba(104, 16, 148, 1) 65%, rgba(104, 16, 148, 1) 73%, rgba(96, 18, 138, 1) 80%, rgba(84, 20, 122, 1) 91%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(191, 70, 153, 1)), color-stop(1%, rgba(191, 70, 153, 1)), color-stop(7%, rgba(189, 68, 151, 1)), color-stop(31%, rgba(140, 43, 129, 1)), color-stop(58%, rgba(104, 16, 148, 1)), color-stop(65%, rgba(104, 16, 148, 1)), color-stop(73%, rgba(104, 16, 148, 1)), color-stop(80%, rgba(96, 18, 138, 1)), color-stop(91%, rgba(84, 20, 122, 1)));
	background: -webkit-linear-gradient(left, rgba(191, 70, 153, 1) 0%, rgba(191, 70, 153, 1) 1%, rgba(189, 68, 151, 1) 7%, rgba(140, 43, 129, 1) 31%, rgba(104, 16, 148, 1) 58%, rgba(104, 16, 148, 1) 65%, rgba(104, 16, 148, 1) 73%, rgba(96, 18, 138, 1) 80%, rgba(84, 20, 122, 1) 91%);
	background: -o-linear-gradient(left, rgba(191, 70, 153, 1) 0%, rgba(191, 70, 153, 1) 1%, rgba(189, 68, 151, 1) 7%, rgba(140, 43, 129, 1) 31%, rgba(104, 16, 148, 1) 58%, rgba(104, 16, 148, 1) 65%, rgba(104, 16, 148, 1) 73%, rgba(96, 18, 138, 1) 80%, rgba(84, 20, 122, 1) 91%);
	background: -ms-linear-gradient(left, rgba(191, 70, 153, 1) 0%, rgba(191, 70, 153, 1) 1%, rgba(189, 68, 151, 1) 7%, rgba(140, 43, 129, 1) 31%, rgba(104, 16, 148, 1) 58%, rgba(104, 16, 148, 1) 65%, rgba(104, 16, 148, 1) 73%, rgba(96, 18, 138, 1) 80%, rgba(84, 20, 122, 1) 91%);
	background: linear-gradient(to right, rgba(191, 70, 153, 1) 0%, rgba(191, 70, 153, 1) 1%, rgba(189, 68, 151, 1) 7%, rgba(140, 43, 129, 1) 31%, rgba(104, 16, 148, 1) 58%, rgba(104, 16, 148, 1) 65%, rgba(104, 16, 148, 1) 73%, rgba(96, 18, 138, 1) 80%, rgba(84, 20, 122, 1) 91%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf4699', endColorstr='#54147a', GradientType=1);
}

.navbar {
	margin-bottom: 0px !important;
}

.navbar-header {
	height: 130px !important;

}

.navbar-brand {
	float: left;
	height: auto !important;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}

.top-menu {
	margin-top: 6%;
	float: none !important;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.top-menu li {
	display: inline-block;
	float: none;
}

#menuDiv .nav li a:hover {
	background-color: #5d2683;
	color: white;
	border-radius: 3px;

}

.top-menu li a {
	padding: 5px;
	margin: 10px;
}

.logo {
	border-radius: 5px;
}

.navbar {
	margin-bottom: 0px;
}

/*banner section*/
/* .bannerDiv{
	 height: 380px;
	
}
.banner{
	
	background:url("images/Website_Banner_Refresh_New_Salary_Loan.jpg");
    border-top: 2px solid #E3DEDA;
	height:100%;
    position: relative;
	background-size:cover;
	background-repeat: no-repeat;
}

.bodyContent p{
	text-align: justify;
	
}
.camera_caption{
	width: 600px;
    padding-top: 50px;
    color: white;
    padding-bottom: 60px;
    margin-left: 12%;
    max-width: 1100px;
    position: relative;
    padding-left: 10px; */
/* font-size: 100%; */
/* margin-top: 71px;
    top: 54px;
	font-size: 16px;
	
}
.camera_caption h2{
	font-weight: bold;
	color: #5e2584;
	//font-size: 100%;
	
}

.camera_caption p{
	margin-bottom: 30px;
	color: black;
	font-weight: 500;
} */

.call-to-action a {
	background-color: #5e2584;
	color: white;
	text-decoration: none;
	padding: 10px;
	font-size: 12px;
	border-radius: 3px;
	margin-top: 20px;
}

.call-to-action p {
	margin-top: 40px;
	margin-bottom: 80px;

}


/*footer section*/

#social {
	text-align: right;
	float: right;
	margin: 2%;

}

#social li {
	list-style: none;
	float: left;
	padding-right: 5px;

}

.beforfooter {
	height: 80px;
}

.footer {
	background-color: #f7f7f7;
	border-top: 1px solid #dedede;
	color: 8b8b8b;

}

.footerow {
	padding-top: 10px;
	padding-bottom: 10px;
}

.footerow p {
	padding-top: 10px;
}

/*form section*/
.top-form {
	background: rgba(241, 231, 103, 1);
	background: -moz-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241, 231, 103, 1)), color-stop(100%, rgba(254, 182, 69, 1)));
	background: -webkit-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
	background: -o-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
	background: -ms-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
	background: linear-gradient(to bottom, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
	position: absolute;
	z-index: 1000000;
	//width: 280px;
	left: 72%;
	top: 120px;
	width: 296px;
	padding: 34px;
	margin-right: 10px;
	display: none;
}

.form-header {
	margin-right: -30px;
}

#close-button {
	color: white;
	background-color: #5d2684;
	border-radius: 50%;
	padding: 2%;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-left: 85%;

}

#top-form-content {
	/* color: #5b2583; */
	margin-top: -20px !important;
	font-size: 14px;
}

#top-form-content h3 {
	font-weight: bold;
}

#close-button {
	cursor: pointer;
	cursor: hand;
}

.footerrow {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*banner section*/
.bannerDiv {
	height: 100%;

}

.banner {
	background: url("images/South_West_Web_Banner.jpg");
	border-top: 2px solid #E3DEDA;
	height: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}

.bodyContent p {
	text-align: justify;

}

.camera_caption {
	width: 600px;
	padding-top: 50px;
	color: white;
	padding-bottom: 60px;
	margin-left: 12%;
	max-width: 1100px;
	position: relative;
	padding-left: 10px;
	/* font-size: 100%; */
	margin-top: 71px;
	top: 54px;
	font-size: 16px;
	left: 0%
}

.camera_caption h2 {
	font-weight: bold;
	color: #5e2584;
	/* font-size: 100%; */

}

.camera_caption p {
	margin-bottom: 30px;
	color: black;
	font-weight: 500;
}

.call-to-action a {
	background-color: #5e2584;
	color: white;
	text-decoration: none;
	padding: 10px;
	font-size: 16px;
	border-radius: 3px;
	margin-top: 20px;
}

.call-to-action p {
	margin-top: 40px;
	margin-bottom: 80px;

}

/* media responsiveness */
@media only screen and (max-width: 768px) {
	.top-menu li a {
		padding: 5px;
		/* margin: 10px; */
		font-size: 10px;
	}

	.bannerDiv {
		height: 245px;
	}

	.camera_caption {
		width: 420px;
		padding-top: 0px;
		font-size: 14px;

	}

	.camera_caption h2 {
		font-weight: bold;
		color: #5e2584;
		/* font-size: 17px; */
	}

	.camera_caption p {
		margin-bottom: 21px;
		color: #000;
	}

	.top-form {
		position: relative;
		left: 32%;
		top: 30px;
		width: 373px;
		margin-bottom: 10%;
	}
}

@media only screen and (max-width: 767px) {
	.camera_caption h2 {
		font-size: 20px;
	}

	.camera_caption p {

		font-size: 12px;
	}

	.top-form {
		position: relative;
		width: 90%;
		left: 5%;
		right: 5%;
		top: 5px;
		padding: 24px;
		padding-top: 5px !important;

	}

	.bannerDiv {
		height: 276px;
		/* background-color: #590092; */
		border-bottom: 3px solid #590092;
	}

	.camera_caption {
		width: 300px;
		padding-top: 0px;
		padding-bottom: 60px;
		margin: auto;
		max-width: 1100px;
		position: relative;
		/* padding-left: 61px; */
		font-size: 7px;
		left: 0px;
		/* margin-right: 30px; */
		top: 103px;
		color: #590092;
	}

	.banner {

		height: 45%;

	}

	.call-to-action a {
		font-size: 10px;
	}
}

.container {
	/* background-color: #f5f5f5; */
	margin-top: 20px;
	font-size: 20px;
	font-family: "Gotham", "Open Sans", Helvetica, Arial, sans-serif, Arial;
	/* padding: 20px;
	
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
}

.inner-content {
	max-width: 970px;
	margin: 0 auto;
}

.inner-content p:first-child {
	margin-top: 20px;
}

/* @media (max-width: 768px) {
	.inner-content {
		max-width: 100%;
		padding: 10px;
	}
	
	.inner-content p:first-child {
		margin-top: 10px;
	}
	} */

.bodyContent {
	font-size: 18px;
	margin-top: 40px;
}

.bodyContent h4 {
	color: #5B2784;
	font-weight: bold;
}

#formheader h3 {
	color: #5B2784 !important;
	font-weight: bold !important;
}

.bodyContent {
	margin-top: auto;
}

ul.bullet {
	list-style: none;
	padding-left: 0;
	//smargin: 0 0 40px;
}

ul.bullet li {
	font-size: 16spx;
	padding-top: 10px;
}

ul.bullet li ul.bullet li {
	margin-left: 30px;
}

ul.bullet li:before {
	color: #5B2784;
	margin-right: 4px;
	width: 20px;
	height: 20px;
}

ul.bullet li:before {
	content: "";
	width: 20px;
	height: 20px;
}

ul.bullet li:before {
	color: #BB16A3;
	margin-right: 4px;
}

ul.bullet li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a.bannerlink {
	text-decoration: none;
	color: #f7f7f7;
}

a.bannerlink:hover {
	text-decoration: none;
	color: #f7f7f7;
}

/*apply custom style to the nav menu items */
ul.nav a:hover, ul.nav a:focus, ul.nav a:active {
	color: #000;
}

li.active a {
	color: white !important;
	background-color: #661092 !important;
	border-radius: 3%;
}

@media only screen and (min-width: 1024px) {
	.bannerDiv {
		height: 480px;
	}

	.camera_caption {
		width: 504px;
		padding-top: 20px;
		padding-left: 30px;
	}

	.top-form {
		top: 125px;
		left: 70%;
	}
}

.modal-content {
	margin-top: 150px;
	background: rgba(128, 16, 92, 1);
	background: rgba(191, 70, 153, 1);
	background: -moz-linear-gradient(left, rgba(191, 70, 153, 1) 0%, rgba(191, 70, 153, 1) 1%, rgba(189, 68, 151, 1) 7%, rgba(140, 43, 129, 1) 31%, rgba(104, 16, 148, 1) 58%, rgba(104, 16, 148, 1) 65%, rgba(104, 16, 148, 1) 73%, rgba(96, 18, 138, 1) 80%, rgba(84, 20, 122, 1) 91%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(191, 70, 153, 1)), color-stop(1%, rgba(191, 70, 153, 1)), color-stop(7%, rgba(189, 68, 151, 1)), color-stop(31%, rgba(140, 43, 129, 1)), color-stop(58%, rgba(104, 16, 148, 1)), color-stop(65%, rgba(104, 16, 148, 1)), color-stop(73%, rgba(104, 16, 148, 1)), color-stop(80%, rgba(96, 18, 138, 1)), color-stop(91%, rgba(84, 20, 122, 1)));
	background: -webkit-linear-gradient(left, rgba(191, 70, 153, 1) 0%, rgba(191, 70, 153, 1) 1%, rgba(189, 68, 151, 1) 7%, rgba(140, 43, 129, 1) 31%, rgba(104, 16, 148, 1) 58%, rgba(104, 16, 148, 1) 65%, rgba(104, 16, 148, 1) 73%, rgba(96, 18, 138, 1) 80%, rgba(84, 20, 122, 1) 91%);
	background: -o-linear-gradient(left, rgba(191, 70, 153, 1) 0%, rgba(191, 70, 153, 1) 1%, rgba(189, 68, 151, 1) 7%, rgba(140, 43, 129, 1) 31%, rgba(104, 16, 148, 1) 58%, rgba(104, 16, 148, 1) 65%, rgba(104, 16, 148, 1) 73%, rgba(96, 18, 138, 1) 80%, rgba(84, 20, 122, 1) 91%);
	background: -ms-linear-gradient(left, rgba(191, 70, 153, 1) 0%, rgba(191, 70, 153, 1) 1%, rgba(189, 68, 151, 1) 7%, rgba(140, 43, 129, 1) 31%, rgba(104, 16, 148, 1) 58%, rgba(104, 16, 148, 1) 65%, rgba(104, 16, 148, 1) 73%, rgba(96, 18, 138, 1) 80%, rgba(84, 20, 122, 1) 91%);
	background: linear-gradient(to right, rgba(191, 70, 153, 1) 0%, rgba(191, 70, 153, 1) 1%, rgba(189, 68, 151, 1) 7%, rgba(140, 43, 129, 1) 31%, rgba(104, 16, 148, 1) 58%, rgba(104, 16, 148, 1) 65%, rgba(104, 16, 148, 1) 73%, rgba(96, 18, 138, 1) 80%, rgba(84, 20, 122, 1) 91%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf4699', endColorstr='#54147a', GradientType=1);
	color: white !important;

}

#modalButton {
	background-color: #a32278 !important;
}

.btn-default {
	color: white;
	background-color: rgba(186, 30, 137, 0.89);
	border-color: #661092;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
	font-weight: bold;
}

.inputs, select {
	line-height: normal;
	width: 100%;
	border: 1px solid #661092;
	border-top: 0px;
	border-left: 0px;
	border-right: 0;
	margin-bottom: 30px !important;
}

.inputs, select {
	height: 50px;
}

#formbox {
	font-size: 12px;
	color: #5c2783;
	font-weight: bold;

}

#formbox h4 {
	color: #5c2783;
	font-weight: bold;
}

.leadformButton {
	background-color: #5E2584;
	color: white;
	margin: 10px;
	/*border-radius: 10px;*/
}


input, select textarea:focus {
	cursor: auto;
	outline: none;
}

textarea {
	width: 100%;
	border: 1px solid #661092;
}

/* form hidden section */
.content {
	display: none;
}

button {
	margin-top: 30px;
}

.back {
	display: none;
}

.next {
	margin-left: 50px;
}

.end {
	display: none;
}

#content-3 a {
	text-decoration: none;
}

.bodyContent {
	font-size: 15px !important;
}

#childaccountyes {
	display: none;
}

#childaccountno {
	display: none;
}

#handle {
	display: none;
}

#smerecaptcha {
	width: 100%;
}

#downarrow {
	padding-left: 40%;
}

/* ====================== Victor ====*/

.clos {
	position: absolute;
	top: 5px;
	right: 5px;
	display: inline;
}

.ctrl-height {
	height: 50px;

	width: 100%;
}

.contents {
	display: none;
}


#mobileButtons {
	font-size: 25px;
	color: purple;
}

.navbar-toggle {
	border: none;
}


.fa-facebook, .fa-facebook-square {
	color: #3b5998
}

.fa-twitter, .fa-twitter-square {
	color: #00aced
}

.fa-google-plus, .fa-google-plus-square {
	color: #dd4b39
}

.fa-youtube, .fa-youtube-play, .fa-youtube-square {
	color: #bb0000
}

.fa-tumblr, .fa-tumblr-square {
	color: #32506d
}

.fa-vine {
	color: #00bf8f
}

.fa-flickr {
	color: #ff0084
}

.fa-vimeo-square {
	color: #aad450
}

.fa-pinterest, .fa-pinterest-square {
	color: #cb2027
}

.fa-linkedin, .fa-linkedin-square {
	color: #007bb6
}

.fa-instagram {
	color: #517fa4;
}

.fa-spotify {
	color: #1ED760;
}

.apply-now {
	background: #5E2584;
	color: #f7f7f7;
}

.panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings';
	/* essential for enabling glyphicon */
	content: "\e114";
	/* adjust as needed, taken from bootstrap.css */
	float: right;
	/* adjust as needed */
	color: grey;
	/* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\e080";
	/* adjust as needed, taken from bootstrap.css */
}