/*white bar on right side fix
---------------------------------------*/
html, body {
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
}



/*global
---------------------------------------*/
hr {
	color: rgb(27, 61, 92);
}

.content-area a {
	color: rgb(146, 196, 52);
	/*text-shadow: 1px 1px #000;*/
}

.content-area a:hover {
	color: rgb(27, 61, 92);
}

.content-area p {
	color: rgb(29, 69, 103);
	font-size: 16px;
}

.content-area li {
	font-size: 20px;
	line-height: 3;
}

.content-area span {
	font-size: 16px;
}

.content-area h2 {
	color: rgb(29, 69, 103);
    font-weight: bold;
}

.content-area h1 {
	color: rgb(29, 69, 103);
	font-weight: bold;
}

.styled-list {
	padding-left: 20px;
	color: rgb(29, 69, 103);
}

.styled-list li {
	list-style: circle;
	font-size: 16px;
	line-height: 2;
}

.numbered-list {
	color: rgb(29, 69, 103);
	padding-left: 20px;
}

.numbered-list li {
	list-style: decimal;
	font-size: 16px;
	line-height: 2;
}

/*navbar
---------------------------------------*/
.dropdown-toggle::after {
	content: none;
}

.header-menu {
	padding-bottom: 10px;
	box-shadow: 0 0 7px rgba(0,0,0,.3);
}

#member-welcome { margin-right: 10px; } 

@media (max-width: 1200px) and (min-width: 992px) {
	.line-break {
		display: block;
	}

	.request-enroller-icon {
		display: none;
	}

	.header-button {
		margin-top: 14px;
	}
}

.header-icon {
    display: inline;
    float: none;
}

.header-text {
	float: none;
	display: inline;
}

.flex-box {
	display: flex;
}

.site-phone {
	justify-content: space-between;
}

.site-email {
	justify-content: space-between;
}


/*header
---------------------------------------*/
#sa-pe-header-image-container {
	min-height: 300px!important; /*override the size of the header*/
	text-align: center;
}

#sa-pe-header-image-container h1 {
	padding-top: 130px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 2px 2px #000;
    font-size: 4em;
}

@media (max-width: 768px) {
	#sa-pe-header-image-container h1 {
		font-size: 40px;
	}
	
	
}

/*Contact
---------------------------------------*/
.contact .form-actions button[type="reset"] {
	display: none;
}

.form-actions .col-md-9 {
	margin: auto;
	text-align: center;
}

.contact select {
	display: block!important;
}

.contact .nice-select {
	display: none;
}

/*Home
---------------------------------------*/
.for-body {
	min-height: 140px;
}

.pb-120 {
	padding-bottom: 27px;
}


.input-dropdown select {
	display: block!important;
}

.input-dropdown .nice-select {
	display: none;
}

.experience-button.text-md-right.mb-20 {
    float: right;
}

@media (max-width: 1199px) {
    .experience-button.text-md-right.mb-20 {
        float: none;
        text-align: center!important;
    }
}

/*Members
-----------------------------------------*/
.member-module-page {
	padding-top: 50px;
	padding-bottom: 50px;
}


.profile-sidebar .profile-nav ul.sub-nav {
    display: none; 
}

.dashboard-content h1, .dashboard-content h2 {
	padding-top: 50px;
}

.dashboard-content {
	text-align: center;
}


/*marketplace
-----------------------------------------*/
.product-head-content img {
	max-width: 100%;
}

.marketplace-product {
    padding: 15px;
    border: 1px solid rgb(16, 51, 93);
    background: rgb(16, 51, 93);
}

.view-product {
	color: #FFF!important; /*overwrite the link color for the site*/
}

.blue-link {
	color: #1b3d5c;
	text-decoration: underline;
	font-weight: bold;
}

.product-head {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}	

.product-head-content{
	margin-bottom: 0;
	background: #D3D3D3;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	min-height: 250px;
	padding-left: 5%;
	padding-right:5%;
}

.product-head-content h2 {
	padding-top: 20px;
	padding-bottom: 25px;
}

.product-head-bottom {
	margin-bottom: 0;
}


.marketplace-product {
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.marketplace-product h4 {
	color: #FFF;
	font-weight: bold;
}
/*Registration and edit forms
-----------------------------------------*/

.checkbox-box {
	float: left;
	margin-top: 5px;
}

.checkbox-title {
	margin-left: 25px;
}

.flex-container .form-control {
    height: 50px;
 }

 .flex-container {
    display: flex;
    justify-content: space-between;
}

.flex-container > div {
	padding-right: 20px;
}

.states-list {
	column-count: 5;
}

.required-field {
	color: #e32;
}




/*Login page
-----------------------------------------*/
.sign-up div{
	padding-top: 100px;
}

.sign-up {
	text-align: center;
}

[v-cloak] {
	display: none;
}

#profile-sidebar-nav > ul > li > a {
	background-color: #0E3A68;
	color: white;
	border-left: 3px solid #9CCB3B;
}

#profile-sidebar-nav > ul > li > a:hover {
	background-color: white;
	color: #0E3A68;
	border-left: 5px solid #9CCB3B;
}

.footer-wrapper #mobile-menu > ul > li > a {
	color: white;
}

.copyright a:hover, 
.footer-wrapper #mobile-menu > ul > li > a:hover,
.main-menu #mobile-menu ul > li > a:hover {
	color: #9CCB3B;
}

#event-form label { font-weight: bold; }

.event-date-text { max-width: 50px; }

.event-table-file-container { font-size: 14px; }
.event-table-file-container button { font-size: 12px; padding: 7px; }

#brand-image { width: 70%; margin-bottom: 40px; }

#brand-image-sidebar { width: 100%; margin-bottom: 20px; }