@charset "utf-8";
/* CSS Document */

:root {
	--primary-color: #41b6d1;
	--secondary-color: #ee3f42;
	--tertiary-color: #56ba58;
}

@media screen and (min-height: 501px) and (orientation:landscape)  {
  body, button, html, input, select, textarea {
      font-size: calc(1vh + 13px);
  }
}

@media screen and (min-width: 501px) and (orientation:portrait) {
	body, button, html, input, select, textarea {
    	font-size: calc(1vw + 13px);
    }
}

@media screen and (max-width: 500px), (max-height: 500px) {
	body, button, html, input, select, textarea {
    	font-size: 14px;
    }
}

.action-btn {
	align-items: center;
	border: #000 solid 3px;
	border-radius: 50%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
	color: white;
	cursor: pointer;
	display: flex;
	font-family: arial;
	height: 60px;
	justify-content: center;
	margin: 0px;
	padding: 10px;
	width: 60px;
}

.action-btn:disabled {
	cursor: default;
	filter: grayscale(1) brightness(1.3);
}

.action-btn:focus {
	border-color: #000 !important;
}

.action-btn.add, .action-btn.save {
	background-image: radial-gradient(circle at 33% 33%, #3dc136, #005500);
	font-size: 16px;
	font-weight: bold;
}

.action-btn.delete {
	background-image: radial-gradient(circle at 33% 33%, #ff0000, #550000);
	/*font-family: "Material icons";*/
	/*font-size: 35px;*/
	font-size: 16px;
	font-weight: bold;
}

.action-btn .material-icons {
	font-size: 30px;
}

.action-btn-container {
	padding: 0px 5px;
	transition: 0.7s;
}

.action-btn-container:hover {
	transform: scale(1.2);
}

.action-btn-img {
	height: 40px;
	width: 40px;
}

.action-btn-wrapper {
	align-items: center;
	bottom: 15px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	margin-left: auto;
	position: sticky;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	width: fit-content;
	z-index: 0;
}

#alert-bar {
	background-color: red;
	overflow-x: hidden;
	width: 100%;
	z-index: 2;
}

#alert-text {
	animation: alertAnimation 20s infinite linear;
	color: white;
	display: inline-block;
	font-weight: bold;
	padding: 10px 0px 10px 100%;
	white-space: nowrap;
}

#alert-text a {
	text-decoration: underline;
}

@keyframes alertAnimation {
	to {
		transform: translateX(-100%);
	}
}

a.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}

body, button, html, input, select, textarea {
	color: #333;
	font-family: 'Poppins', Arial, "sans-serif";
}

.btn, input[type=submit] {
	background-color: #41b6d1;
	border: none;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
}

.btn.secondary {
	background-color: #ee3f42;
}

.btn.tertiary {
	background-color: #56ba58;
}

.btn.sub {
	background-color: #1f6dea;
	font-size: 80%;
	min-width: 200px;
}

.check {
	margin: 15px 0px;
	width: auto;
}

.check-text {
	display: inline-block;
	font-size: 70%;
	padding: 5px 0px;
}

.content-flex-dynamic {
	flex: 1;
	max-width: 25%;
	min-width: 320px;
}

.content-flex-three {
	text-align: center;
	width: 33.33%;
}

.content-flex-two {
	height: 100%;
	text-align: center;
	width: 50%;
}

.content-flex-wrapper {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
}

.content-flex-wrapper > div {
	padding: 20px;
	text-align: center;
}

.content-tile-img {
	color: #fff;
	margin-bottom: 30px;
	max-width: 100px;
	min-width: 50px;
	width: 30%;
}

.content-tile-img.light {
	filter: grayscale(1) brightness(10);
}

.content-tile-link {
	color: #56ba58;
	cursor: pointer;
	font-size: 85%;
	margin-top: 10px;
	text-align: left;
	text-decoration: underline;
	/*text-shadow: 1px 1px rgb(0 0 0 / 80%);*/
	width: fit-content;
}

.content-tile-text {
	color: #777;
	font-size: 90%;
	line-height: 1.5;
	margin-top: 20px;
	text-align: left;
}

.content-tile-text.name, .content-tile-text.quote {
	font-family: Raleway;
	font-size: 80%;
}

.content-tile-text.quote {
	height: auto;
}

.content-tile-title {
	font-family: 'Montserrat';
	font-size: 125%;
	margin-top: 10px;
}

.cursor-move {
	cursor: move;
}

.dash-tile {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .2);
	height: 100%;
	padding: 30px;
	text-align: center;
}

.dash-tile-container, .dash-tile-container-full {
	margin: 10px 0px;
	padding: 0px 10px;
}

.dash-tile-container {
	width: 33.33%;
}

@media screen and (min-width: 550px) and (max-width: 1000px) {
	.dash-tile-container {
		width: 50%;
	}
}

.dash-tile-container-full {
	width: 100%;
}

.dash-tile-data, .dash-tile-text {
	margin-bottom: 20px;
}

.dash-tile-data {
	font-size: 48px;
}

.dash-tile-link {
	color: #999;
	cursor: pointer;
	text-decoration: underline;
}

.dash-tile-text {
	font-size: 150%;
}

.dash-tile-title {
	font-size: 110%;
	line-height: 1.2;
	margin-bottom: 20px;
}

.dash-tiles-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.error-msg, .success-msg {
	border-radius: 10px;
	color: #fff;
	margin-bottom: 20px;
	padding: 10px 20px;
	text-align: center;
}

.error-msg {
	background-color: crimson;
	border: solid 3px darkred;
}

.expandOpenToMenu {
	animation-name: expandOpenToMenu;
	-webkit-animation-name: expandOpenToMenu;	

	animation-duration: 4s;	
	-webkit-animation-duration: 4s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: center;
	visibility: visible !important;	
}

@keyframes expandOpenToMenu {
	0% {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) scale(1);
	}
	10% {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) scale(3);
	}
	60% {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) scale(3);
	}
	100% {
		transform: scale(1);
	}			
}

@-webkit-keyframes expandOpenToMenu {
	0% {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) scale(1);
	}
	10% {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) scale(3);
	}
	60% {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) scale(3);
	}
	100% {
		transform: scale(1);
	}			
}

.fade {
  	animation-name: fade;
	animation-duration: 2s;
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2s;
}

@-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

.flex-content-wrapper {
	flex: 1;
	width: 100%;
}

.flex-image {
	width: 100%;
}

.flex-image-text:not(:first-child) {
	padding-top: 40px;
}

.flex-image-text:not(:last-child) {
	/*border-bottom: solid 1px #e2e2e2;*/
	padding-bottom: 40px;
}

.flex-image-text:nth-child(even) {
	flex-direction: row-reverse;
}

.flex-image-text:nth-child(odd) > *:first-child, .flex-image-text:nth-child(even) > *:last-child {
	margin-right: 40px;
}

.flex-image-wrapper {
	width: 33%;
}

.flex-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.flip-in {
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
	opacity: 0;
	transform: perspective(300px) rotate3d(0,1,0,-90deg) translate3d(15px,0,0);
	transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in;
	will-change: filter, transform, opacity;
}

.flip-in[data-animated='1'] {
	animation-delay: .1s;
	opacity: 1;
	transform: translate3d(0,0,0) scale(1);
}

.floating-tile {
	background-color: #fff;
	box-shadow: 3px 3px 8px 0 #333;
	padding: 30px;
	position: relative;
}

/*.floating-tile-container:nth-child(even) .floating-tile {
	border: solid 7px #F6A622;
}

.floating-tile-container:nth-child(odd) .floating-tile {
	border: solid 7px #8A2736;
}*/

.floating-tile-container {
	flex: 0 0 100%;
	margin-bottom: 20px;
}

.floating-tile-container.two {
	flex: 0 0 50%;
	padding: 0px 10px;
}

.floating-tile-section {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.floating-tile-section ul {
	column-count: 2; 
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.floating-tile-section ul li {
	break-inside: avoid-column;
}

.floating-tile-subtitle {
	color: #777;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
}

.floating-tile-text {
	font-size: 90%;
}

.floating-tile-title {
	color: #999;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 3px;
}

.footer-bottom-wrapper {
	background-color: #000;
	font-size: 75%;
	padding: 10px;
	text-align: center;
}

.footer-column-wrapper {
	flex-grow: 1;
	padding: 0px 3%;
	vertical-align: top;
}

.footer-column-wrapper:first-child {
	text-align: right;
}

.footer-column-wrapper:last-child {
	text-align: left;
}

.footer-columns-nowrap, .footer-columns-wrap {
	display: flex;
	justify-content: center;
}

.footer-columns-nowrap {
	flex-wrap: nowrap;
}

.footer-columns-wrap {
	align-content: center;
	flex-wrap: wrap;
}

.footer-icon-wrapper > * {
	margin: 0px 10px;
}

.footer-img {
	height: 180px;
}

.footer-title {
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	margin-top: 5px;
	padding: 8px 10px;
}

.footer-txt {
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.footer-txt a {
	color: inherit;
	text-decoration: underline;
}

.footer-txt a:hover {
	color: #fff;
}

.footer-wrapper {
	background-color: #44484a;
	font-size: 75%;
	padding: 40px;
}

.forgot {
	color: #0a7be0;
	cursor: pointer;
	font-size: 90%;
	text-align: right;
	text-decoration: none;
	width: 100%;
}

.form-field-check {
	margin-right: 5px;
}

.form-input {
	min-width: 200px;
	width: 100%;
}

.form-input-currency {
	width: 100px;
}

.form-input-small {
	max-width: 200px;
}

.form-input-tiny {
	max-width: 72px;
}

.form-input-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0px;
	min-width: 200px;
}

.form-input-wrapper :not(:first-child) {
	margin-left: 8px;
}

.form-input-wrapper input:not([type=submit]):not([type=checkbox]):not([type=range]):not([type=file]), .form-input-wrapper select, .form-input-wrapper textarea, .form-input-wrapper-tall input:not([type=submit]):not([type=checkbox]):not([type=range]):not([type=file]), .form-input-wrapper-tall select, .form-input-wrapper-tall textarea, .form-input-wrapper-tall ul {
	flex: 1;
}

.form-input-wrapper-tall {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	min-width: 480px;
	padding: 10px 0px;
	width: auto;
}

.form-label {
	display: inline-block;
	flex-shrink: 0;
	line-height: 1.5;
	width: 200px;
}

.form-label-desc {
	color: #5f5f5f;
	font-size: 80%;
	margin: 5px 0px;
	text-align: justify;
}

.form-label-full {
	display: block;
	line-height: 1.5;
	margin: 5px 0px;
	width: 100%;
}

.form-label-long {
	display: inline-block;
	flex-shrink: 0;
	margin: 5px 0px;
	width: 400px;
}

.form-label-medium {
	display: inline-block;
	flex-shrink: 0;
	margin: 5px 0px;
	width: 200px;
	vertical-align: middle;
}

.form-label-option {
	display: inline-block;
	font-size: 85%;
	margin-left: 10px;
}

.form-label-small {
	display: inline-block;
	flex-shrink: 0;
	width: 120px;
}

.form-option-wrapper {
	margin: 5px 0px 5px 20px;
	min-width: 480px;
	width: auto;
}

.form-password {
	min-width: 210px;
	width: calc(100% - 96px);
}

.form-section {
	justify-content: center;
	padding: 30px;
}

.form-section:not(:first-child) {
	border-top: solid 1px lightgray;
}

.form-section-header {
	color: darkgray;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase
}

.form-select {
	min-width: 150px;
	width: 100%;
}

.form-select-small {
	max-width: 172px;
}

.form-select-tiny {
	max-width: 125px;
}

.form-slider-basic {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #ccc;
	border: 3px solid #ccc;
	border-radius: 25px;
	cursor: pointer;
	height: 28px;
	margin-right: 10px;
	outline: none;
	padding: 0px;
	transition: background .3s, border .3s;
	-webkit-transition: background .3s, border .3s;
	vertical-align: middle;
	width: 54px;
}

.form-slider-basic::-webkit-slider-thumb {
	appearance: none;
	-webkit-appearance: none;
	background: #fff;
	border: none;
	border-radius: 25px;
	/*box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);*/
	cursor: pointer;
	height: 22px;
	width: 22px;
}

.form-slider-basic::-moz-range-thumb {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff;
	border: none;
	border-radius: 25px;
	/*box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);*/
	cursor: pointer;
	height: 22px;
	width: 22px;
}

.form-slider-table {
	height: 24px !important;
	width: 44px !important;
}

.form-slider-table::-webkit-slider-thumb {
	height: 18px !important;
	width: 18px !important;
}

.form-slider-table::-moz-range-thumb {
	height: 18px !important;
	width: 18px !important;
}

.form-slider-fill {
	background-color: dodgerblue;
	border-color: dodgerblue;
}

.form-slider-profile {
	margin-top: 8px;
	margin-bottom: 8px;
}

#photo-uploads .gallery-image:hover {
	opacity: 0.6;
	transform: none !important;
}

#header-bar, #header-bar-bgrnd {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	height: 80px;
	justify-content: space-between;
	overflow: hidden;
	top: 0;
	width: 100%;
}

#header-bar {
	position: relative;
	z-index: 4;
}

#header-bar-bgrnd {
	background-color: #fff;
	box-shadow: 0px 1px 6px rgba(32,33,36,0.28);
	position: fixed;
	/*transition: 0.7s;
	-webkit-transition: 0.7s;*/
	z-index: 2;
}

/*#header-bar-bgrnd[data-scroll='0'] {
	background: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent);
}

#header-bar-bgrnd:not([data-scroll='0']) {
	background-color: #FF6A14;
	box-shadow: 1px 0px 7px rgba(0,0,0.3);
}

#header-wrapper-hidden:not([data-scroll='0']) {
	opacity: 100%;
}*/

.header-logo {
	cursor: pointer;
	max-height: 70px;
	z-index: 5;
}

.header-logo-wrapper {
	align-items: center;
	display: flex;
	cursor: pointer;
	margin-left: 20px;
}

.header-text {
	color: #fff;
	font-family: Lobster, Arial;
	font-size: 23px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

#header-wrapper {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
    width: 100%;
	z-index: 3;
}

.heading {
	color: #41b6d1;
	font-size: 125%;
	font-weight: bold;
}

.heading + .para, .heading + ul {
	margin-top: 20px;
}

img.invert {
	filter: invert(1);
}

.img-bgrnd-medium {
	height: 600px;
	max-height: 100vh;
}

.img-bgrnd-page, .img-slide, .index-img-overlay {
	height: calc(100vh - 80px);
}

.img-bgrnd-three-fourths {
	height: 75vh;
	min-height: 400px;
}

.img-btn {
	background-color: transparent;
	border: none;
	border-radius: 0px;
	box-sizing: unset;
	cursor: pointer;
	display: inline-block;
	margin: -2px;
	padding: 0px 7px;
	height: 20px;
	vertical-align: middle;
	width: 20px;
}

.img-btn:disabled {
    filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
	opacity: 0.2;
}

.img-btn:hover {
	opacity: 0.5;
}

.img-full {
	max-width: 1200px;
	width: 100%;
}

.img-medium {
	height: 50px;
	padding: 5px;
}

.img-small {
	height: 45px;
	padding: 12px;
}

.img-upload {
	height: 100px;
}

.img-wrap-img {
	float: left;
	margin-right: 30px;
	max-width: 350px;
	width: 50%;
}

.indent {
	margin-left: 40px;
}

.index-btn {
	box-shadow: 0 0 6px rgba(32,33,36,.6);
	min-width: 230px !important;
}

.index-img {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.index-img-line {
	border-bottom: solid 5px #41b6d1;
	border-radius: 3px;
	margin: 5px auto 5px auto;
	text-align: center;
	width: 100%;
}

.index-img-logo {
	width: 500px;
}

.index-img-overlay {
	align-content: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.index-img-overlay > * {
	width: 100%;	
}

.index-img-subtitle {
	color: #f2f2f2;
	font-family: roboto, arial, sans-serif;
	font-size: 185%;
	font-weight: bold;
	text-shadow: 1px 1px rgba(0,0,0,0.85);
}

.index-img-title {
	color: #fafafa;
	font-family: roboto, arial, sans-serif;
	font-size: 250%;
	font-weight: bold;
	padding: 0px 20%;
	text-shadow: 1px 1px rgba(0,0,0,0.85);
}

input, select, textarea {
	border-radius: 30px;
	padding: 15px 20px;
}

input::-webkit-calendar-picker-indicator, input::-webkit-list-button {
	display: none !important;
}

li {
	line-height: 1.5;
}

.list-split {
	columns: 2 300px;
	-webkit-columns: 2 300px;
  	-moz-columns: 2 300px;
	column-gap: 30px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
}

.loader {
	animation: spin 1.5s linear infinite;
	-webkit-animation: spin 1.5s linear infinite;
	border: 10px solid #f2f2f2;
	border-top: 10px solid #3498db;
	border-radius: 50%;
	height: 60px;
	left: calc(50% - 30px);
	position: fixed;
	top: calc(50% - 30px);
	width: 60px;
}

.login-bgrnd {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.login-btn {
	background-color: #0066cc;
	margin-top: 15px;
	min-width: 200px;
	width: 50%;
}

.login-input {
	width: 100%;
}

.login-input-wrapper {
	margin: 10px 0px;
	width: 100%;
}

.login-section-bgrnd {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .2);
	margin: 20px auto;
	max-width: 600px;
	min-width: 240px;
	padding: 40px;
	width: 100%;
}

.logo-inline {
	margin: auto;
	max-width: 400px;
	width: 100%;
}

.logo-text {
	color: #fff;
	font-family: Passion One, poppins, arial;
}

.menu {
    background-color: #fff;
	padding-top: 100px;
}

.menu .menu-item-wrapper:hover, .menu .menu-sub-item-wrapper:hover  {
	color: #41b6d1;
}

.menu-bar1:not(.active), .menu-bar2:not(.active), .menu-bar3:not(.active) {
	box-shadow: 0px 0px 1px #333;
}

.menu-bar1.change {
	-webkit-transform: translate(0px, 9px) rotate(45deg);
	transform: translate(0px, 9px)  rotate(45deg);
}

.menu-bar2.change {
    opacity: 0;
}

.menu-bar3.change {
	-webkit-transform: translate(0px, -9px) rotate(-45deg);
	transform: translate(0px, -9px) rotate(-45deg);
}

.menu-bar1.grey, .menu-bar2.grey, .menu-bar3.grey {
	background-color: #333;
}

.menu-item-wrapper.active {
	color: #41b6d1;
}

.menu-item-wrapper.phone {
	display: none !important;
	justify-content: flex-start !important;
}

.menu-item-wrapper.phone > *:not(:first-child) {
	padding-left: 10px !important;
}

.modal-success {
	color: #fff;
	padding: 15px;
	text-align: center;
}

.modal-success-close {
	color: #fff;
	float: right;
	font-size: 28px;
	margin-top: -15px;
}

.modal-success-close:hover, .modal-success-close:focus {
	color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

.modal-success-wrapper {
	background-color: limegreen;
	bottom: 0px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .2);
	display: none;
	justify-content: center;
	position: fixed;
	width: 100%;
	z-index: 4;
}

.modal-wrapper {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
}

.move-vertical-img {
	display: inline-block;
	height: 20px;
	width: 20px;
}

.narrow {
	margin-left: 10%;
	margin-right: 10%;
}

.overlay {
	background-color: rgba(0,0,0,0.3);
	display: flex;
	height: 100%;
	left: 0;
	padding: 40px;
	position: absolute;
	top: 0;
	width: 100%;
}

.overlay > .para {
	flex: 1;
	font-size: 110%;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.page-full {
	min-height: calc(100vh - 300px);
}

.page-full.account.tiles {
	background-color: #d9d9d9;
	padding: 20px;
}

.paired-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 10px;
}

.paired-sub-txt {
	color: #777;
	font-size: 80%;
	margin-top: 10px;
}

.paired-wrapper {
	margin: 20px 0px;
}

.para {
	line-height: 1.6;
	margin-top: 20px;
	text-align: justify;
}

.para a, .popup-text a {
	color: #56ba58;
	font-weight: 600;
	text-decoration: underline;
}

.para + .heading, .para + .subtitle {
	margin-top: 40px;
}

.para + .quote, ul + .heading {
	margin-top: 30px;
}

.phone-flex-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0px 25px;
}

.phone-flex-wrapper > * {
	margin: 7px;
	text-align: center;
}

.phone-img {
	filter: invert(1);
	height: 25px;
}

.phone-text {
	color: #fff;
	white-space: nowrap;
}

.popup-close {
	background-color: #111;
	border: solid 2px #fff;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	height: 30px;
	position: absolute;
	right: -15px;
	text-align: center;
	top: -16px;
	width: 30px;
}

.popup-close:hover {
	background-color: #272727;
}

.popup-close-wrapper {
	position: relative;
}

.popup-contents {
	padding: 40px;
}

.popup-contents-container {
	align-items: top;
	display: flex;
	flex-wrap: nowrap;
	max-height: 85vh;
	overflow: auto;
}

.popup-contents-container > * {
	flex: 0 1 auto;
	padding: 2%;
	width: 100%;
}

.popup-contents-container::-webkit-scrollbar {
	width: 12px;
}

.popup-contents-container::-webkit-scrollbar-track {
	border-radius: 10px;
}

.popup-contents-container::-webkit-scrollbar-thumb {
	background-clip: content-box;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.popup-contents-container.no-flex {
	display: block;
}

.popup-contents-first {
	max-width: 400px;
	width: 60%;
}

.popup-heading {
	color: #41b6d1;
	font-size: 90%;
	text-transform: uppercase;
}

.popup-heading + .popup-text {
	margin-top: 10px;
}

.popup-img {
	border-radius: 50%;
	height: auto;
	width: 100%;
}

.popup-img + .popup-heading {
	margin-top: 20px;
}

.popup-img2 {
	height: auto;
	margin: 20px auto;
	max-width: 400px;
	width: 100%;
}

.popup-input {
	font-size: 80%;
	padding: 10px 15px;
}

.popup-subtitle {
	color: #56ba58;
}

.popup-text {
	color: #5c5c5c;
	font-size: 80%;
	line-height: 1.5;
	text-align: justify;
}

.popup-text.form-label {
	width: 125px;
}

.popup-text.giving {
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 2%;
}

.popup-text.small {
	color: #888;
	font-size: 70%;
}

.popup-title {
	color: #41b6d1;
	font-size: 120%;
	text-align: left;
}

.popup-title + .popup-text, .popup-subtitle + .popup-text {
	margin-top: 20px;
}

.popup-window {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .6);
	position: relative;
	/*background-color: #fff;
	border-radius: 8px;
	box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .6);
	margin: auto;
	max-width: 600px;
	padding: 2% 1%;
	position: relative;
	top: 50%;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	width: 90%;*/
}

.popup-window.full {
	max-width: 90%;
}

.popup-window.homepage {
	margin: auto;
	max-width: 800px;
	top: 50%;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}

.popup-window .btn {
	font-size: 80%;
	min-width: 200px;
}

.popup-wrapper {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	padding: 5%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.post-author {
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	margin-top: 5px;
}

.post-container {
	height: 100%;
	max-width: 550px;
	width: 100%;
}

.post-contents {
	font-size: 95%;
	line-height: 1.5;
	margin-top: 40px;
}

.post-contents a {
	color: var(--primary-color);
	text-decoration: underline;
}

.post-date {
	color: #aaa;
	font-size: 80%;
	margin-top: 5px;
}

.post-img {
	width: 100%;
}

.post-img-bgrnd {
	height: 0px;
	padding-bottom: 56.25%;
	width: 100%;
}

.post-img-bgrnd.popup {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.post-link {
	color: var(--tertiary-color);
	cursor: pointer;
	font-size: 80%;
	margin-top: 10px;
	text-decoration: underline;
}

.post-subtitle {
	color: var(--primary-color);
	font-size: 110%;
	font-weight: bold;
	margin-top: 5px;
}

.post-text {
	font-size: 80%;
	line-height: 1.5;
	margin-top: 10px;
}

.post-title {
	color: var(--primary-color);
	font-size: 150%;
	font-weight: bold;
}

.prayer-container {
	border-radius: 10px;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
	height: 100%;
	margin: 10px;
	max-width: 550px;
	width: 100%;
}

.prayer-text, .prayer-time {
	font-size: 80%;
	line-height: 1.5;
	margin-top: 10px;
}

.prayer-time {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.prayer-time span {
	margin-left: 5px;
}

.quote {
	color: #999;
	font-size: 90%;
	/*font-style: italic;*/
	line-height: 1.5;
	text-align: justify;
}

.quote-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: solid 3px #ddd;
	border-radius: 50%;
	flex-shrink: 0;
	height: 190px;
	width: 190px;
}

.quote-name {
	color: #111;
	font-size: 100%;
	font-weight: bold;
	margin-top: 15px;
	text-align: right;
}

.quote-wrapper {
	justify-content: space-between;
}

.quote-wrapper > * {
	margin: 20px;
}

.quote-wrapper:nth-child(even) .quote-img {
	order: 2;
}

.read-more-link {
	color: #F6A622;
	cursor: pointer;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before, .ribbon::after {
  position: absolute;
  z-index: 0;
  content: '';
  display: block;
  border: 5px solid #5c1a24;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #8A2736;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon-top-right {
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before, .ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

.section-bgrnd {
	padding-bottom: 100px;
	padding-top: 100px;
}

.section-bgrnd-accordion {
	background-color: white;
	border-radius: 1px;
	display: none;
	padding: 40px;
	width: 100%;
}

.section-bgrnd-accordion .form-section:first-child {
	border-top: none;
	padding-top: 0px;
}

.section-bgrnd-accordion select {
	font-size: 85%;
}

.section-bgrnd-accordion.active {
	display: block;
}

.section-bgrnd-account {
	background-color: #fff;
	padding: 40px;
	width: 100%;
}

.section-bgrnd-account.tiles {
	border-radius: 10px;
	box-shadow: 2px 2px 6px rgba(32,33,36,0.28);
}

.section-bgrnd-dark {
	background-color: #272727;
}

.section-bgrnd-grey {
	background-color: #838383;
}

.section-bgrnd-light {
	background-color: #d9d9d9;
}

.section-bgrnd-teal {
	background-color: #41b6d1;
}

.section-header {
	background-color: #333;
	cursor: pointer;
	padding: 20px;
}

.section-header-txt, .section-header-dropdown {
	color: #fff;
	display: inline-block;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

.section-header-dropdown {
	float: right;
}

.section-line {
	border: solid 1px #e2e2e2;
	margin: 0px 60px;
}

.section-line.small {
	margin: 7vh auto;
	text-align: center;
	width: 10%;
}

.section-wrapper {
	margin: 20px 0px;
	width: 100%;
}

.section-wrapper:first-of-type {
	margin-top: 0px;
}

.section-wrapper:last-of-type {
	margin-bottom: 0px;
}

select {
	background-image: url(../images/down-arrow.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 10px;
	padding-right: 20px !important;
}

select::-ms-expand {
    display: none;
}

select option:disabled {
	color: #aaa;
}

.select-filter {
	color: #333;
	font-size: 12px;
	width: 175.5px;
}

.select-filter-wrapper {
	float: left;
	margin-bottom: 10px;
}

.select-filter-wrapper:not(:first-child) {
	margin-left: 10px;
}

.select-filter-wrapper input, .select-filter-wrapper select {
	margin: 0px;
}

.select-filter-wrapper-center {
	display: block;
	float: none;
	padding: 10px 0px;
	text-align: center;
	width: 100%;
}

.shift {
	margin-left: 250px;
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
}

.side-menu {
	height: calc(100vh - 60px);
    overflow-x: hidden;
    overflow-y: auto;
	padding-top: 60px;
	width: 250px;
    z-index: 2;
}

.side-menu a {
	align-items: center;
	background-color: #111;
	color: #fff;
	cursor: pointer;
    display: flex;
	flex-wrap: nowrap;
	font-size: 17px;
	padding: 5px 25px;	
    text-decoration: none;
}

.side-menu a:hover {
	filter: invert(0.15);
	-webkit-filter: invert(0.15);
}

.side-menu > div:last-child {
	padding-bottom: 25px;
}

.side-menu-header {
	height: 60px;
}

.side-menu-header-img {
	display: block;
	max-height: 120px;
	margin: 0px auto 30px auto;
	max-width: 120px;
}

.side-menu-img {
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	width: 20px;
}

.side-menu-open {
	background-color: #fff;
	background-image: url(../images/open-arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10px;
	box-shadow: 0px 0px 3px 1px rgb(0,0,0,0.2);
	display: none;
	cursor: pointer;
	height: 100%;
	width: 15px;
}

.side-menu-wrapper {
	background-color: #111;
	box-shadow: 0px 0px 8px 1px rgb(0,0,0,0.2);
	display: flex;
	flex-wrap: nowrap;
	height: 100vh;
	left: 0px;
	overflow: auto;
	position: fixed;
	top: 0px;
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	z-index: 3;
}

.side-menu-wrapper.open {
	left: 0px;
}

.slide-button {
	border: solid 1.5px #fff;
	border-radius: 50%;
	cursor: pointer;
	height: 15px;
	margin: 0px 5px;
	width: 15px;
}

.slide-button.active {
	background-color: #fff;
}

.slide-controls {
	bottom: 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slides {
	display: none;
}

.slides.active {
	display: block;
}

.slideshow-container {
	margin: auto;
	position: relative;
	width: 100%;
}

.split-container {
	min-height: 400px;
	width: 100%;
}

.split-container > * {
	height: 100%;
	overflow: auto;
	padding: 40px;
	position: relative;
	width: 50%;
}

.split-container > a {
	position: absolute;
}

.split-container .para {
	color: #888;
}

.split-container.left .img-split {
	float: right;
}

.split-container.right .img-split {
	float: left;
}

.split-container-title {
	color: #444;
	font-weight: bold;
	font-size: 105%;
	text-align: center;
}

.split-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.sub-header-bar {
	background-color: #F6A622;
	padding: 8px;
	text-align: center;
}

.sub-tbl {
	border: solid 2px #e6e6e6;
	border-collapse: collapse;
	margin-top: 15px;
	width: 100%;
}

.sub-tbl tfoot td, .sub-tbl thead th  {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px;
	text-align: left;
}

.sub-tbl tfoot td {
	background-color: #e2e2e2;
}

.sub-tbl thead th {
	background-color: #eee;
}

.sub-tbl tr {
	background-color: #fff;
}

.sub-tbl tbody td {
	border: solid 1px #e6e6e6;
}

.sub-tbl-input, .sub-tbl-select {
	border: none;
	border-radius: 0px;
	font-size: 16px;
	margin: 0px;
	padding: 12px 5px;
	width: 100%;
}

.sub-tbl-wrapper {
	margin-left: 0px !important;
	overflow-x: auto;
	width: 100%;
}

.subtitle {
	font-size: 115%;
}

.success-msg {
	background-color: darkseagreen;
	border: solid 3px darkgreen;
}

table.dataTable thead th, .tbl thead th {
	background-color: #ee3f42;
	color: #fff;
}

.tbl-action-wrapper {
	margin: 10px 0px;
}

.tbl-img {
	border: solid 1px #eaeaea;
	border-radius: 40px;
	display: inline-block;
	height: 40px;
	/*margin-right: 8px;*/
	vertical-align: middle;
	width: 40px;
}

#testimonial-section > .section-bgrnd:nth-child(even) {
	background-color: #00539f;
	color: #fff;
}

.text-light {
	color: #fff !important;
}

.tile-overlay {
	background-color: #fff;
	border: solid 1px #fff;
	color: #fff;
	cursor: default;
	flex: 0 0 33.33%;
	overflow: hidden;
	padding-top: 25%;
	position: relative;
	text-shadow: 1px 1px 3px #111;
}

.tile-overlay:hover .tile-overlay-img {
	transform: scale(1.05);
}

.tile-overlay * {
	cursor: pointer;
}

.tile-overlay-banner {
	padding: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	transition: 0.5s;
	width: 40px;
	z-index: 1;
}

.tile-overlay-check {
	color: #003399;
	height: 20px;
}

.tile-overlay-content {
	align-items: center;
	bottom: 20px;
	display: flex;
	left: 20px;
	position: absolute;
	transition: 0.5s;
	width: calc(100% - 40px);
}

.tile-overlay-date {
	font-size: 90%;
	line-height: 1.4;
}

.tile-overlay-date, .tile-overlay-title {
	font-family: Poppins, Arial, "sans-serif";
	font-weight: bold;
	opacity: 1;
	text-align: left;
	width: 100%;
}

.tile-overlay-fgrnd {
	background-color: #000;
	height: 100%;
	opacity: .2;
	padding: 25px;
	position: absolute;
	top: 0;
	width: 100%;
}

.tile-overlay-img {
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.tile-overlay-link {
	cursor: pointer;
	font-size: 80%;
	line-height: 1.5;
	text-align: left;
}

.tile-overlay-overlay {
	background-image: linear-gradient(transparent, transparent, rgba(0,0,0,0.8));
	color: #fff;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.tile-overlay-section {
	align-items: center;
	background-color: #676767;
	display: flex;
	flex-wrap: wrap;
}

.tile-overlay-text {
	font-size: 80%;
	line-height: 1.5;
	margin: 20px 0px;
	text-align: left;
	width: 100%;
}

.tile-overlay-title {
	color: #fff;
	font-size: 115%;
	margin-right: 5px;
}

.tile-popup {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
	cursor: pointer;
	height: 100%;
	overflow: hidden;
	transition: 0.5s;
}

.tile-popup:hover {
	transform: scale(1.05);
}

.tile-popup-base {
	padding: 20px;
}

.tile-popup-container {
	flex: 0 0 33%;
	margin: 10px 0px;
	max-width: 400px;
	padding: 0px 10px;
}

.tile-popup-img {
	height: auto;
	width: 100%;
}

.tile-popup-img.img-bgrnd {
	height: calc(.5625 * 30vw);
}

.tile-popup-link {
	color: #56ba58;
	cursor: pointer;
	font-size: 80%;
	font-weight: bold;
	text-decoration: underline;
}
.tile-popup-link:hover{
	filter: brightness(1.15);
}

.tile-popup-text {
	font-size: 90%;
}

.tile-popup-title {
	color: #41b6d1;
	font-size: 120%;
	font-weight: bold;
}

.tile-popup-wrapper {
	align-items: top;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px;
}

.title + .tile-popup-wrapper {
	margin-top: 30px;
}

.time-slot-image {
	cursor: pointer;
	display: inline-block;
	margin: auto 10px;
	height: 20px;
	vertical-align: middle;
	width: 20px;
}

.time-slot-image:hover, .tbl-img-small:hover {
	opacity: 0.5;
}

.tip, .error-tip {
	font-size: 70%;
	padding: 5px 0px;
	text-align: center;
}

.title {
	font-size: 170%;
	font-weight: 500;
	text-align: center;
}

.title + .heading, .title + .para, .title + .dataTables_wrapper, .title + .form-section {
	margin-top: 30px;
}

.title.uppercase {
	text-transform: uppercase;
}

.tooltip {
	display: inline-block;
	position: relative;
}

.tooltip-img {
	background-color: #333;
	border-radius: 6px;
	bottom: 100%;
	color: #fff;
	font-size: 14px;
	right: 0;
	min-width: 42px;
	opacity: 0.9;
	padding: 5px 8px;
	position: absolute;
	text-align: center;
	z-index: 1;
}

.tooltip-img::after {
	border-color: #333 transparent transparent transparent;
	border-style: solid;
	border-width: 5px;
	content: "";
	margin-left: -5px;
	opacity: 0.9;
	position: absolute;
	left: 50%;
	top: 100%;
}

.tooltip-wrapper {
	margin: 5px 0px;
}

.tooltiptext {
	background-color: #333;
	border-radius: 6px;
	color: #fff;
	display: none;
	font-size: 14px;
	left: 100%;
	margin-left: 5px;
	min-width: 100px;
	padding: 5px 8px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	z-index: 1;
}

.tooltiptext::after {
	border-color: transparent #333 transparent transparent;
	border-style: solid;
	border-width: 5px;
	content: "";
	margin-top: -5px;
	position: absolute;
	right: 100%;
	top: 50%;
}

.ui-datepicker-month, .ui-datepicker-year {
	padding: 10px 15px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #ff5500;
    background: #41b6d1;
    font-weight: normal;
    color: #fff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: solid 1px #41b6d1;
	background: #ffa071;
	color: #fff;
}

ul, ol {
	margin: 20px 0px;
}

.upload-img-box {
	border: none;
	display: block;
}

.user-profile-img {
	border: solid 1px lightgray;
	border-radius: 50px;
	display: block;
	margin: 0px auto 10px auto;
	height: 100px;
	width: 100px;
}

.vertical-flex-container {
	align-items: center;
	background-color: #f6f6f6;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.vertical-flex-container > div {
	flex: 1;
}

.content-flex-wrapper .video-container {
	margin: 0px;
}

.video-container {
	margin: 40px 0px;
    overflow: hidden;
    padding-bottom: 56.25%; 
	position: relative;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1217px) and (max-width: 1600px) {
	
	.content-flex-dynamic {
		max-width: 33.33%;
	}
	
}

@media screen and (max-width: 935px) {
	
	.floating-tile-container.two {
		flex: 0 0 100%;
		padding: 0px;
	}
	
	.floating-tile-section ul {
		column-count: 1;
	}
	
	.menu-item-wrapper.phone {
		display: flex !important;
	}
	
	/*.phone-flex-wrapper {
		display: none;
	}*/
	
}

@media (min-width: 801px) and (max-width: 1216px) {
	
	.content-flex-dynamic {
		max-width: 50%;
	}
	
}

@media (max-width: 800px) {
	
	.content-flex-dynamic {
		max-width: 100%;
	}
	
}

@media screen and (max-width: 920px) and (max-height: 500px), screen and (max-height: 920px) and (max-width: 500px) {
	
	.account-header-bar {
		/*background-size: 30px;*/
		justify-content: space-between;
		padding: 10px 15px;
	}
	
	.account-header-bar, #account-header-bar-bgrnd {
		height: 64px;
	}
	
	.account-header-menu {
		display: flex;
	}
	
	.account-header-profile-img {
		height: 34px;
		width: 34px;
	}
	
	.account-header-profile-menu {
		right: 10px;
		top: 42px;
		width: 100px;
	}
	
	.account-header-profile-menu div {
		font-size: 12px;
		padding: 5px 10px;
	}
	
	.account-header-profile-menu div:first-child {
		padding-top: 10px;
	}
	
	.account-header-profile-menu div:last-child {
		padding-bottom: 10px;
	}
	
	.account-profile-menu-img {
		height: 15px;
		margin-right: 5px;
		width: 15px;
	}
	
	.action-btn {
		height: 50px;
		width: 50px;
	}
	
	.action-btn.add {
		font-size: 14px;
	}
	
	.action-btn-container {
		padding: 0px 2px;
	}
	
	.btn, input[type=submit] {
		padding: 13px;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.content-flex-dynamic {
		max-width: 100%;
	}
	
	.content-flex-three {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.content-flex-three, .content-flex-two {
		width: 100%;
	}
	
	.content-flex-wrapper {
		flex-direction: column;
	}
	
	.content-flex-wrapper > div {
		padding: 15px;
	}
	
	.content-tile-img {
		height: 50px;
		width: 50px;
	}
	
	.dash-tile-container {
		max-width: 300px;
	}
	
	.dash-tile-container, .dash-tile-container-full {
		margin: 5px;
		padding: 0px;
		width: 100%;
	}
	
	.dash-tile-data {
		font-size: 35px;
		margin-bottom: 20px;
	}

	.dash-tile-title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.footer-column-wrapper {
		text-align: center !important;
		width: 100%;
	}
	
	.footer-column-wrapper .flex-wrapper {
		justify-content: center;
	}
	
	.footer-columns-nowrap {
		flex-direction: column;
	}
	
	.footer-img {
		height: 100px;
	}
	
	.footer-txt {
		padding: 3px 0px;
	}
	
	.footer-wrapper {
		display: block;
		padding: 20px;
	}
	
	.form-input-wrapper-tall {
		min-width: 200px;
	}
	
	.form-section {
		padding: 15px 0px;
	}
	
	#header-bar {
		background-color: #fff;
	}
	
	#header-bar, #header-bar-bgrnd {
		height: 64px;
	}
	
	.header-logo {
		max-height: 45px;
	}

	.header-logo-wrapper {
		margin: 2px 0px 0px 10px;
	}
	
	.header-text {
		font-size: 16px;
	}
	
	.heading + .para, .heading + ul {
		margin-top: 15px;
	}
	
	.img-bgrnd-medium {
		height: 400px;
	}
	
	.img-bgrnd-medium .content-flex-two:last-of-type {
		display: none;
	}
	
	.img-bgrnd-page, .img-slide, .index-img-overlay {
		height: calc(100vh - 64px);
	}
	
	.img-medium {
		height: 42px;
	}
	
	.img-small {
		height: 40px;
	}
	
	.img-split {
		min-height: 200px;
	}
	
	.img-upload {
		height: 80px;
	}
	
	.img-wrap-img {
		margin-bottom: 20px;
		width: 100%;
	}
	
	.indent {
		margin-left: 20px;
	}
	
	.index-btn {
		min-width: 160px !important;
	}
	
	.index-img-logo {
		max-width: 500px;
		width: 90%;
	}
	
	.index-img-subtitle {
		font-size: 150%;
	}
	
	.index-img-title {
		font-size: 230%;
		padding: 0px 5%;
	}
	
	input, select, textarea {
		border-radius: 20px;
		padding: 10px 15px;
	}
	
	.menu.active {
		width: 100%;
	}
	
	.menu.full-right-slide {
		padding-top: 64px;
	}
	
	.menu-bar1.change {
		background-color: #fff;
		-webkit-transform: translate(0px, 0px) rotate(45deg);
		transform: translate(0px, 5.75px)  rotate(45deg);
	}

	.menu-bar3.change {
		background-color: #fff;
		-webkit-transform: translate(0px, 0px) rotate(-45deg);
		transform: translate(0px, -5.75px) rotate(-45deg);
	}

	.menu-bar1, .menu-bar2, .menu-bar3 {
		height: 2px;
		margin: 4px 0;
		width: 20px;
	}
	
	.menu-item-wrapper.account {
		padding: 0px;
	}

	.menu-txt {
		font-size: 12px;
	}
	
	.page-full.account {
		padding: 10px;
	}
	
	.para {
		margin-top: 15px;
	}
	
	.para + .heading, .para + .subtitle {
		margin-top: 25px;
	}
	
	.para + .quote, ul + .heading {
		margin-top: 25px;
	}
	
	.phone-flex-wrapper {
		/*display: none;*/
		margin: 0px 15px;
	}
	
	.phone-flex-wrapper > * {
		margin: 4px;
	}
	
	.phone-img {
		height: 15px;
	}
	
	.popup-contents {
		padding: 15px;
	}
	
	.popup-contents-container {
		flex-wrap: wrap;
	}
	
	.popup-contents-first {
		width: 100%;
	}
	
	.popup-img {
		margin-left: auto;
		margin-right: auto;
	}
	
	.popup-window {
		width: 90%;
	}
	
	.quote {
		font-size: 100%;
	}
	
	.quote-img {
		height: 140px;
		width: 140px;
	}
	
	.quote-name {
		font-size: 110%;
	}
	
	.quote-wrapper > * {
		margin: 15px;
	}
	
	.section-bgrnd {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	
	.section-bgrnd-accordion, .section-bgrnd-account {
		padding: 15px;
	}
	
	.section-line {
		margin: 0px 20px;
	}
	
	.section-wrapper {
		margin: 10px 0px;
	}
	
	select {
		background-position: right 10px center;
		background-size: 7px;
	}
	
	.select-filter-wrapper {
		float: none;
		text-align:center;	
	}
	
	.select-filter-wrapper:not(:first-child) {
		margin-left: 0px;
	}
	
	.shift {
		margin-left: 0px;
	}
	
	.side-menu {
		padding-top: 20px;
		width: 250px;
	}
	
	.side-menu::-webkit-scrollbar-thumb {
		background-color: #555;
		border-width: 6px;
	}

	.side-menu a {
		font-size: 15px;
		padding: 5px 5px 5px 10px;
	}
	
	.side-menu-header {
		height: 45px;
	}
	
	.side-menu-header-img {
		height: 50px;
		width: 50px;
	}
	
	.side-menu-img {
		display: inline-block;
		height: 18px;
		margin-right: 10px;
		width: 18px;
	}
	
	.side-menu-wrapper {
		height: calc(100vh - 45px);
		left: -250px;
		top: 64px;
	}
	
	.slide-button {
		height: 12px;
		width: 12px;
	}
	
	.split-container > * {
		height: auto;
		width: 100%;
	}
	
	.split-container .img-split {
		float: none;	
	}
	
	.sub-tbl tfoot td, .sub-tbl thead th  {
		font-size: 13px;
	}
	
	.sub-tbl-input, .sub-tbl-select {
		font-size: 12px;
	}
	
	.tile-popup-container {
		flex: 0 0 100%;
	}
	
	.tile-popup-img.img-bgrnd {
		height: calc(.5625 * 70vw);
	}
	
	.tile-popup-wrapper {
		margin-top: 0px;
		padding: 30px 0px;
	}
	
	.title + .heading, .title + .para, .title + .dataTables_wrapper, .title + .form-section {
		margin-top: 25px;
	}
	
	.ui-datepicker-month, .ui-datepicker-year {
		padding: 8px 12px;
	}
	
	.upload-img-box {
		max-width: 280px;
	}
	
	.user-profile-img {
		height: 80px;
		width: 80px;
	}

}

@media only screen and (min-width: 701px) and (max-width: 1200px) and (orientation: portrait), screen and (min-width: 501px) and (max-width: 1200px) and (orientation: landscape) {
	
	.tile-overlay {
		flex: 0 0 50%;
		padding-top: 37.5%;
	}
	
}

@media screen and (max-width: 700px) {
	
	.flex-image {
		max-width: 320px;
	}
	
	.flex-image-text {
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.flex-image-text > * {
		margin-right: 0px !important;
	}
	
	.flex-image-text .subtitle {
		margin-top: 20px;
	}
	
	.flex-image-wrapper {
		text-align: center;
		width: 100%;
	}
	
}

@media only screen and (max-width: 700px) and (orientation: portrait), screen and (max-width: 500px) and (orientation: landscape) {
	
	.select-filter {
		margin: 0px auto;
		width: 160px;
	}
	
	.tile-overlay {
		flex: 0 0 100%;
		padding-top: 75%;
	}
	
	.tile-popup-img.img-bgrnd {
		height: calc(.5625 * 90vw);
	}
	
}

/* rating stars */
.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #b1b1b1;
    overflow: hidden;
}

.rating-line {
	border-top: solid 1px #41b6d1;
	margin: 10px auto;
	text-align: center;
	width: 10%;
}

.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: orange;
}

.empty-stars:before, .full-stars:before {
    content:"\2605\2605\2605\2605\2605";
    font-size: 150%;
}

.empty-stars:before {
    -webkit-text-stroke: 1px #848484;
}

.full-stars:before {
    -webkit-text-stroke: 1px orange;
}

/* Webkit-text-stroke is not supported on firefox or IE */

/* Firefox */
 @-moz-document url-prefix() {
    .full-stars {
        color: #ECBE24;
    }
}
