@charset "UTF-8";

body
{
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	overflow-x: hidden;
}

/*header site navigation menu properties*/
.headerBottomBar
{
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	float: left;
	background-color: #ffffff;
}

nav
{
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	background: #2A2A2A;
	text-align: center;
}

nav ul
{
	display: inline-block;
	margin: 0;
	padding: 0px;
	height: auto;
	text-align: center;
	list-style: none;
}

nav ul li 
{
	float: left;
	list-style: none;
	position: relative;
	text-align: left;
}

nav ul li a
{
	display: block;
	position: relative;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding:10px 12px;
	text-decoration: none;
}

#current, nav ul li a:hover
{
	background-color: #6F6F6F;
}

nav ul li ul
{
	display: none;
	position: absolute;
	background-color: #2A2A2A;
	padding: 8px;
	border-radius: 0px 0px 8px 8px;
}

nav ul li:hover ul
{
	display: block;
}

nav ul li ul li 
{
	width: 230px;
}

nav ul li ul li a 
{
	padding: 10px 14px;
}

nav ul li ul li a:hover 
{
	background-color: #6F6F6F;
}

.responsiveNav
{
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	width: 100%;
	background: #2A2A2A;
	padding: 10px 30px;
	box-sizing: border-box;
	text-align: center;
	display: none;
}

.menuButton
{
	display: inline-block;
}

.menuButton h4
{
	margin: 0; 
	color: #ffffff;
	text-align: center;
	padding: 5px 10px;
	background: #6F6F6F;
	cursor: pointer;
}

@media (min-width: 900px)
{
	nav
	{
		display: block !important;
	}
}

@media (max-width: 900px)
{
	nav
	{
		display: none;
		padding: 0;
	}
	.responsiveNav
	{
		display: block;
	}
	nav ul
	{
		float: none;
		text-align: center;
	}
	nav ul li
	{
		width: 100%;
		display: block;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}
	nav ul li:hover ul
	{
		display: none;
	}
	
}

/*end navMenu submenu properties*/

/*main control for page content division*/
.pageContent
{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	float: left;
	text-align: center;
}
/*end of main control for page content division */





/* AUTO-FADING AND AUTO-CYCLING CAROUSEL SLIDESHOW PROPERTIES */
.previewSlideDiv
{
    width: 110%;
    display: block;
    background-color: #ffffff;
    text-align: left;
    margin-right: -5%;
    margin-left: -5%;
	margin-top: 10%;
	margin-bottom: 5%;
}

* {box-sizing: border-box}

/* Slideshow container */
.slideshow-container
{
	max-width: 600px;
	max-height: 50%;
    background-color: #ffffff;
    opacity: .9;
    position: inline-block;
    margin: 0 auto;
}

@media (max-width: 600px) {

	.slideshow-container {

		max-width: 75%;
	}
}

.slideShowHeader
{
    width: 90%;
    margin: 0 auto;
    color: #000000;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;;
}

/* Hide the images by default */
.propertySlides
{
    display: none;
}

/* Properties for the images in the auto-fading 
and autO-cycling carousel slideshow */ 

.propertyImage {

	width: 100%;
	min-height: 50%;
}

/* Fading animation */
.fade 
{
    -webkit-animation-name: fade;
    -moz-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade 
{
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade 
{
    from {opacity: .4}
    to {opacity: 1}
}
/* END AUTO-FADING AND AUTO-CYCLING CAROUSEL SLIDESHOW PROPERTIES */





/* Styling for the header intro to the long-term investing form */
.longTermInvestingIntro {
    
    background-color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 2%;
	padding-bottom: 2%;
	display: inline-block;
}

.facebookLinkText
{
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	width: 100%;
	max-width: 1000px;
	height: 40px;
	padding-top: 0%;
	padding-bottom: 2%;
}

.socialMediaButton
{
    display: inline-block;
	margin: 0 auto;
	height: 40px;
	text-align: center;
}

.facebookButton
{
    width: 100%;
}

.socialMediaButton:hover
{
	cursor: pointer;
}

.socialMediaLink
{
    text-decoration: none;
}

/* Styling for buttons on the page */

.generalButtons {

	text-align: center;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background: #000;
	border-color: #000;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

.generalButtons:hover {

	cursor: pointer;
}


.generalButtonsContainer {

	display: block;
	width: 100%;
	text-align: center;
	object-position: center;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}


.submitButton
{
	display: inline-block;
	background: #000;
	border-color: #000;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}


/* This section defines classes which style previews for files 
dropped within the web page. */

.filesUploadedWrapper {

	display: inline-block;
	padding-top: 1%;
	padding-bottom: 1%;
	margin: 0 auto;
	width: 100%;
}


.filePreviewContainer {

	display: block;
	text-align: center;
	margin: 0 auto;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	padding-right: 1%;
	overflow: visible !important;
}


.imagePreviewDiv {

	display: inline-table;
	width: 400px;
	padding-left: 3%;
	padding-bottom: 2%;
}


.imageFilePreview {

	height: 400px;
	width: 400px;
}

@media (max-width: 500px) {

	.imageFilePreview {

		height: 200px;
		width: 200px;
	}

	.imagePreviewDiv {

		width: 200px;
	}
}

@media (max-height: 500px) {

	.imageFilePreview {

		height: 200px;
	}
}

@media (max-width: 275px) {

	.imageFilePreview {

		height: 100px;
		width: 100px;
	}

	.imagePreviewDiv {

		width: 100px;
	}
}

@media (max-height: 275px) {

	.imageFilePreview {

		height: 100px;
	}
}


.uploadImageDescr {

	width: 400px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-justify: inter-word;
	word-wrap: break-word;
	display: block;
}

@media (max-width: 500px) {

	.uploadImageDescr {

		width: 200px;
	}
}

@media (max-width: 250px) {

	.uploadImageDescr {

		width: 100px;
	}
}

.uploadXbuttonWrapper {

	text-align: right !important;
	margin: 0 auto;
	margin-right: 10%;
}

@media (max-width: 500px) {

	.uploadXbuttonWrapper {

		text-align: right !important;
		margin: 0 auto;
		padding-top: 10%;
		margin-right: 10%;
	}
}


.uploadXbutton {
    
    display: inline-block;
	border: 1px solid gray;
	background-color: #D3D3D3;
	color: #CD0000;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding: 0px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	margin: 0 auto;
}

.uploadXbutton:hover {

	cursor: pointer;
}

@media (max-width: 500px) {

	.uploadXbutton {

		font-size: 16px;
		width: 22px;
		height: 22px;
	}
}


.fileInfoSpan {

	background: rgba(0, 0, 0, .7);
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	width: 380px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	text-justify: inter-word;
	word-wrap: break-word;
	display: inline-block;
}

@media (max-width: 500px) {

	.fileInfoSpan {

		font-size: 16px;
		width: 190px;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 275px) {

	.fileInfoSpan {

		font-size: 12px;
		width: 100px;
		padding-left: 2px;
		padding-right: 2px;
	}
}


.fileSizeSummary {

	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: block;
}


.fullPreviewContainer {

	display: inline-block;
	width: 100%;
}


.filenameTitle {

	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-align: center;
	text-justify: inter-word;
	word-wrap: break-word;
	margin: 0 auto;
	padding-left: 10%;
	padding-right: 10%;
}

@media (max-width: 550px) {

	.filenameTitle {

		display: block;
		font-size: 15px;
	}
}


.pdfXbuttonWrapper {

	text-align: right !important;
	margin: 0 auto;
	margin-right: 6%;
	margin-bottom: 10px;
}


@media (max-width: 450px) {

	.pdfXbuttonWrapper {

		margin-right: 10px;
	}
}


@media (max-width: 400px) {

	.pdfXbuttonWrapper {

		margin-right: 15px;
	}
}


.pdfXbutton {
    
    display: inline-block;
	border: 1px solid gray;
	background-color: #D3D3D3;
	color: #CD0000;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding: 0px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	margin: 0 auto;
}

.pdfXbutton:hover {

	cursor: pointer;
}

@media (max-width: 450px) {

	.pdfXbutton {

		font-size: 18px;
		width: 22px;
		height: 22px;
	}
}


.filePreviewIframe {
	
	display: inline-block;
	margin: 0 auto;
	border: none;
	overflow: visible !important;
	width: 100%;
	height: 70vh;
}


/*contact form*/
.contactForm
{
	margin: 0 auto;
	display: inline-block;
	width: 75%;
	text-align: left;
}

.label	
{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

.labelBold 
{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.currentDate
{
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.name
{
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 2px solid black;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.name:focus
{
	background-color: lightblue;
}

.formContactNumber
{
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 2px solid black;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.formContactNumber:focus
{
	background-color: lightblue;
}

.email
{
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 2px solid black;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.email:focus
{
	background-color: lightblue;
}

.formFaxNumber
{
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 2px solid black;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.formFaxNumber:focus
{
	background-color: lightblue;
}


.appointmentTimes
{
	width: 30%;
    border: none;
	border: 2px solid black;
    border-radius: 4px;
    background-color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin-top: 7px;
}

.appointmentTimes:focus
{
	background-color: lightblue;
}

@media (max-width: 1000px) {

	.appointmentTimes {

		width: 50%;
	}
}

@media (max-width: 725px) {

	.appointmentTimes {

		width: 70%;
	}
}

@media (max-width: 500px) {

	.appointmentTimes {

		width: 95%;
	}
}

.introSection
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}


.checkBoxOption {

	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
}


.checkBoxText
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.credentialsDesc
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}


.textAreaInput
{
	width: 100%;
	height: 200px;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 2px solid black;
	border-radius: 4px;
	background-color: white;
	resize: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}


.numberInput
{
	display: inline-block;
	width: 25%;
    border: none;
	border: 2px solid black;
    border-radius: 4px;
    background-color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.numberInput:focus {

	background-color: lightblue;
}

@media (max-width: 600px) {

	.numberInput {

		width: 50%;
	}
}


.dropzone
{
	width: 96%;
	height: 150px;
	border: 2px dashed #ccc;
	color: #ccc;
	line-height: 150px;
	font-family: 'Open Sans', sans-serif;
	font-size: 2vw;
	text-align: center;
}

/*to ajust dropbox text size per width*/
@media(max-width: 900px)
{
	.dropzone
	{
		font-size: 2.5vw
	}
}

@media(max-width: 768px)
{
	.dropzone
	{
		font-size: 3vw
	}
}

@media(max-width: 500px)
{
	.dropzone
	{
		font-size: 3.5vw
	}
}

@media(max-width: 320px)
{
	.dropzone
	{
		font-size: 4vw
	}
}


.chooseFile
{
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
}


.disclaimer {

	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}


.requiredFieldsTxt {
	
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}


/* Defines the styling for the error messages that appear below a form field. */
.fieldError {

	color: #CD0000;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}


/* Defines the styling of the upload progress bar in different phases 
of the web page loading, form and file uploading, and 
error message and form response reception from the server. */

/* By default, the upload bar is hidden when the web page initially 
loads and when the form has not submitted yet. */
#upload-progress {

	visibility: hidden;
	height: 20px;
	width: 50%;
}


/* The upload progress bar then becomes visible when the form 
is being submitted to the server. */
#upload-progress.visible {

	visibility: visible;
}




/* SITE FOOTER STYLING CLASSES */
.siteFooter
{
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.siteFooterInner
{
	display: inline-block;
	margin: 0 auto;
	padding-top: 3%;
	padding-bottom: 3%;
	width: 80%;
	text-align: left;
}

.privacyPolicyLink {

	font-family: 'Kameron', serif;
	font-size: 18px;
}

/* END SITE FOOTER STYLING CLASSES */