/** Defaults **/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Poppins;
	cursor: default;
	color: #aa2d98 !important;
}

h1 {
	font-size: 40px;
	font-weight: 500;
	text-align: center;
}

h2 {
	font-size: 30px;
	font-weight: 500;
}

h3 {
	margin-top: 0;
	font-size: 22px;
	font-weight: 500;
}

html, body {
	padding: 0;
	margin: 0;
}

body {
	font-size: 16px;
	font-family: Poppins;
	background-color: white;
	background: url('../img/cloudEffect-75.png') repeat-y -60vw 80vh, url('../img/cloudEffect-75.png') repeat-y 40vw calc(150vh);
}

a {
	outline: none !important;
}

p a,
li a {
	position: relative;
	display: inline-block;
	color: #aa2d98;
	transition: all 200ms;
	text-decoration: none;
	outline: none !important;
}

p a::after,
li a::after {
	content: '';
	position: absolute;
	height: 1px;
	width: calc(100% + 4px);
	left: -2px;
	bottom: -1px;
	border-bottom: 1px dotted #aa2d98;
	opacity: 0;
	visibility: hidden;
	transition: all 200ms;
}

a:hover,
a:focus,
a:active {
	color: #cc3ab7;
	text-decoration: none;
}

a:hover::after,
a:focus::after,
a:active::after {
	opacity: 1;
	visibility: visible;
}

p:last-child {
	margin-bottom: 0px;
}

input,
textarea {
	border: 1px solid #ddd;
	transition: all 200ms;
	box-shadow: none;
	border-radius: 0;
}

input:hover,
textarea:hover {
	border-width: 1px;
	border-style: solid;
}

input:focus,
textarea:focus,
input:active,
textarea:active {
	border-width: 1px;
	border-style: solid;
}

button {
	position: relative;
	border: none;
	box-shadow: none;
	font-size: 20px;
	font-family: Montserrat;
	font-weight: 500;
	color: white;
	transition: all 200ms;
}

.container {
	position: relative;
	min-height: inherit;
	width: 1600px;
}

.btn {
	outline: none !important;
}

.btn-grey,
.btn-grey::before,
.btn-grey::after,
.btn-grey:focus,
.btn-grey:active {
	background-color: #aaaaaa;
	background: -webkit-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);

	background: -moz-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
	background: -ms-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
	background: -o-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
	background: linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
}

.btn-black,
.btn-black::before,
.btn-black::after,
.btn-black:focus,
.btn-black:active {
	background-color: #222222;
	background: -webkit-linear-gradient(top, #666666 0%, #222222 100%);
	background: -moz-linear-gradient(top, #666666 0%, #222222 100%);
	background: -ms-linear-gradient(top, #666666 0%, #222222 100%);
	background: -o-linear-gradient(top, #666666 0%, #222222 100%);
	background: linear-gradient(top, #666666 0%, #222222 100%);
}

.btn-pink {
	position: relative;
	color: white;
	border-radius: 10px;
	background-color: #aa2d98;
	transition: all 200ms;
	text-shadow: 0 0 5px rgba(0,0,0,0.35);
	background: -webkit-linear-gradient(left, #aa2d98 0%, #f16aff 100%) repeat-y;
	background: -moz-linear-gradient(left, #aa2d98 0%, #f16aff 100%) repeat-y;
	background: -ms-linear-gradient(left, #aa2d98 0%, #f16aff 100%) repeat-y;
	background: -o-linear-gradient(left, #aa2d98 0%, #f16aff 100%) repeat-y;
	background: linear-gradient(left, #aa2d98 0%, #f16aff 100%) repeat-y;
}

.btn-pink span {
	position: relative;
	font-size: 22px;
	color: white !important;
	letter-spacing: 1px;
	z-index: 3;
}

.btn-pink::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: all 200ms;

	background: -webkit-linear-gradient(left, #982988 0%, #e264ef 100%) repeat-y;
	background: -moz-linear-gradient(left, #982988 0%, #e264ef 100%) repeat-y;
	background: -ms-linear-gradient(left, #982988 0%, #e264ef 100%) repeat-y;
	background: -o-linear-gradient(left, #982988 0%, #e264ef 100%) repeat-y;
	background: linear-gradient(left, #982988 0%, #e264ef 100%) repeat-y;
}

.btn-pink::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	transition: all 200ms;

	background: -webkit-linear-gradient(left, #88257a 0%, #d25ede 100%) repeat-y;
	background: -moz-linear-gradient(left, #88257a 0%, #d25ede 100%) repeat-y;
	background: -ms-linear-gradient(left, #88257a 0%, #d25ede 100%) repeat-y;
	background: -o-linear-gradient(left, #88257a 0%, #d25ede 100%) repeat-y;
	background: linear-gradient(left, #88257a 0%, #d25ede 100%) repeat-y;
}

.btn-pink:hover::before,
.btn-pink:focus::after,
.btn-pink:active::after,
.btn-pink:hover:focus::after {
	opacity: 1;
	visibility: visible;
}

.btn.btn-clear {
	color: white;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(255,255,255,0.25);
	background-color: transparent;
	border-radius: 6px;
	border: 2px solid;
	border-color: rgba(255,255,255,0.75);
	box-shadow: 0 0 10px 0 rgba(255,255,255,0.25) inset, 0 0 10px 0 rgba(255,255,255,0.5);
	transition: all 500ms;
}

.btn.btn-clear::after {
	border: none;
}

.btn.btn-clear:hover,
.btn.btn-clear:focus,
.btn.btn-clear:active,
.btn.btn-clear:hover:focus {
	background-color: rgba(170,45,152,0.1);
	box-shadow: 0 0 10px 0 rgba(255,255,255,0.5) inset, 0 0 10px 0 rgba(255,255,255,0.5);
	border: 2px solid;
	border-color: rgba(255,255,255,0.75);
}

.btn.btn-rounded {
	padding: 10px 24px;
	font-size: 24px;
	font-family: Hiruko Pro;
	border-radius: 50px;
}

.btn.btn-rounded::before,
.btn.btn-rounded::after {
	border-radius: 50px;
}

button,
button::before,
button::after {
	border-radius: 60px;
	background-clip: border-box;
}

button::before,
button::after {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: all 200ms;
}

button:hover::before,
button:focus::after,
button:active::after {
	opacity: 1;
}

.bodyContent {
	
}

.bodyMask {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,0.85);
	z-index: 8;
}

input#not_human {
	display: none !important;
}

.checkbox label,
.radio label {
	font-size: 14px;
	font-weight: 500;
}

.notesLink {
	margin-left: 5px;
}

.checkContainer {
	display: inline-block;
	position: relative;
	padding-top: 8px;
	padding-left: 22px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	font-family: Poppins;
	letter-spacing: 0.5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 9px;
	left: 0;
	height: 14px;
	width: 14px;
	background-color: #ffffff;
	transition: all 200ms;
	border: 1px solid #ff95f0;
	border-radius: 4px;
	transition: all 200ms;
}

.checkContainer:hover input ~ .checkmark {
	background-color: #ffffff;
}

.checkContainer input:checked ~ .checkmark {
	background-color: #ff95f0;
}

.checkmark::after {
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.checkContainer input:checked ~ .checkmark::after {
	opacity: 1;
	visibility: visible;
}

.checkContainer .checkmark::after {
	top: -9px;
	left: 3px;
	height: 22px;
	width: 8px;
	border: solid #79216c;
	border-width: 0 3px 3px 0;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.25);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 300ms;
}

.radioContainer {
	position: relative;
	padding-left: 22px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radioContainer + .radioContainer {
	margin-left: 12px;
}

.radioContainer.radioBlock {
	display: block !important;
	margin: 0 0 5px 20px;
	padding: 0 45px 0 25px;
	font-weight: 500;
}

.radioContainer input {
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.radioContainer .checkmark {
	position: absolute;
	top: 10px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: white;
	border: 2px solid #ff95f0;
	border-radius: 50%;
	transition: all 200ms;
}

.radioContainer.radioBlock .checkmark {
	top: 4px;
}

.radioContainer .checktext {
	transition: all 200ms;
}

.radioContainer .checktext .checktextLg {
	display: block;
	padding-top: 1px;
	font-size: 16px;
	font-family: Poppins;
}

.radioContainer .checktext .checktextMd {
	display: block;
	font-size: 14px;
	font-family: Poppins;
}

.radioContainer .checktext .checktextSm {
	display: block;
	font-size: 14px;
	color: #323232;
}

.radioContainer .checktext .checktextXs {
	display: block;
	font-size: 12px;
	color: #323232;
}

.radioContainer .checkmark::after {
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.radioContainer input:checked ~ .checkmark::after {
	opacity: 1;
	visibility: visible;
}

.radioContainer input:checked ~ .checktext {
	color: #aa2d98;
}

.radioContainer input:checked ~ .checktext .checkTextLg,
.radioContainer input:checked ~ .checktext .checkTextMd {
	color: #aa2d98;
}

.radioContainer .checkmark::after {
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ff95f0;
	transition: all 200ms;
	transform: translate(-50%, -50%);
}

.password-group {
	position: relative;
}

.password-group label[for="show_password"] {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 34px;
	margin: 0;
	border-left: 1px dotted #787878;
}

.password-group label[for="show_password"] i {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 34px;
	line-height: 34px;
	font-size: 14px;
	text-align: center;
	z-index: 98;
}

.password-group input[name="show_password"] {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 34px;
	margin: 0;
	line-height: 34px;
	text-align: center;
	opacity: 0;
	z-index: 99;
	cursor: pointer;
}

.password-group input[name="show_password"]:checked ~ i.fa-eye,
.password-group input[name="show_password"] ~ i.fa-eye-slash {
	display: block;
}

.password-group input[name="show_password"] ~ i.fa-eye,
.password-group input[name="show_password"]:checked ~ i.fa-eye-slash {
	display: none;
}

/** GDPR notice **/

.gdpr {
	padding: 15px;
	margin: 0 auto;
	max-width: 400px;
	background-color: #323232;
	text-align: center;
	border: 1px solid #555;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 3px 6px 0px rgba(0,0,0,0.25);
}

.gdpr p {
	color: white;
	font-size: 14px;
}

.gdpr a {
	font-weight: 700;
	color: #fff;
	border-color: transparent;
	border-radius: 6px;
	border-width: 0;
	transition: all 200ms;
}

.gdpr a:hover {
	color: #fff;
	border-color: transparent;
}

.gdpr a:focus,
.gdpr a:active {
	color: #fff;
	border-color: transparent;
	box-shadow: none;
}

/** General page styles**/

.logoContainer {

}

.logoContainer.logoContainerRibbon {
	position: absolute;
	top: 0px;
	left: 15px;
	height: auto;
	width: 160px;
	padding: 15px 10px 20px;
	text-align: center;
	background-color: rgba(255,255,255,1);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
	border-radius: 0 0 10px 10px;
}

.logoContainer > * {
	display: inline-block;
}

.logoContainer .padiLogo {
	max-width: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
}

header {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
}

.navbar .mobileMenu {
	display: none;
	position: absolute;
	top: 30px;
	right: 20px;
	height: 60px;
	width: 60px;
	border-radius: 10px;
	cursor: pointer;
	z-index: 999;
}

.navbar .mobileMenu span {
	position: absolute;
	display: block;
	left: 15px;
	height: 3px;
	width: 30px;
	background-color: white;
	box-shadow: 0 0 5px 0 rgba(255,255,255,0);
	transition: all 200ms;
}

.navbar .mobileMenu:hover span {
	box-shadow: 0 0 5px 0 rgba(255,255,255,0.5);
}

.navbar .mobileMenu span:nth-child(1) {
	top: 18px;
}

.navbar .mobileMenu span:nth-child(2) {
	top: 29px;
}

.navbar .mobileMenu span:nth-child(3) {
	top: 40px;
}

header[data-mobile-state="open"] .navbar .mobileMenu span:nth-child(1),
header[data-mobile-state="open"] .navbar .mobileMenu span:nth-child(3) {
	top: 24px;
	background-color: #323232;
	box-shadow: none;
}

header[data-mobile-state="open"] .navbar .mobileMenu span:nth-child(1) {
	transform: rotate(45deg);
}

header[data-mobile-state="open"] .navbar .mobileMenu span:nth-child(3) {
	transform: rotate(-45deg);
}

header[data-mobile-state="open"] .navbar .mobileMenu span:nth-child(2) {
	display: none;
}

.navbar {
	position: relative;
	min-height: 100px;
	width: 100%;
	background-color: white;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	z-index: 999;
}

.navbar > .container {
	font-size: 0px;
}

.navbar ul .mobileMenuLogo {
	display: none;
	max-width: 100%;
	margin-bottom: 30px;
}

.navbar ul {
	width: auto;
	float: right;
	margin: 50px 0px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0px;
	text-align: right;
}

.navbar ul li {
	display: inline-block;
	padding: 0 24px;
	font-size: 20px;
	font-weight: 300;
	font-family: Poppins;
	color: #555;
	letter-spacing: 0.5px;
	text-shadow: 0 0 10px rgba(0,0,0,0.35);
}

.navbar .mobileOnlyItem,
.navbar ul .mobileOnlyItem,
.navbar ul li.mobileOnlyItem {
	display: none;
}

.navbar ul li a {
	position: relative;
	overflow: hidden;
	padding-bottom: 2px;
	color: inherit;
	text-align: center;
	transition: all 200ms;
	text-decoration: none;
}

.navbar ul li a .blankSpace {
	display: none;
	width: 10px;
}

.navbar ul li.currentMenuItem a {
	color: #aa2d98;
	font-weight: 500;
}

.navbar ul li:hover a {
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.navbar ul li a::after {
	bottom: 0px;
	border-bottom: 2px solid rgb(170,45,152,0.5);
	left: -105%;
}

.navbar ul li:hover a::after {
	left: 0px;
}

.navbar ul li a:focus,
.navbar ul li a:active {
	
}

.section {
	position: relative;
	max-width: 100vw;
	min-height: 100vh;
	overflow: hidden;
}

.section.adaptableSection {
	max-width: auto;
	min-height: auto;
	padding: 100px 0;
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.35);
}

.section.contentSection {
	max-width: auto;
	min-height: auto;
	padding: 0 0;
}

.section.sectionFullHt {
	min-height: 100vh;
}

.bodyContent {
	position: relative;
	min-height: calc(100vh - 100px);;
}

body {
	padding-top: 100px;
}

b.textEmphasis {
	color: #aa2d98;
	font-weight: 500;
}

.middleDiv {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

footer {
	display: block;
	bottom: 0vh;
	width: 100%;
	color: white;
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #323232;
}

footer h3 {
	margin: 20px 0 16px;
	font-size: 20px;
	font-weight: 500;
	color: white !important;
}

footer ul {
	list-style-type: none;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
}

footer ul li {
	margin: 0px 0px 10px;
	padding: 0px 2px 0px;
}

footer ul li a {
	color: #bbb;
	font-weight: 300;
}

footer ul li:hover a {
	color: #f16aff;
}

footer ul li:hover a::after {
	border-bottom: 1px solid #f16aff;
}

footer .footerLogoColumn p {
	font-size: 20px;
	font-weight: 500;
	font-family: Montserrat;
	word-spacing: 2px;
	letter-spacing: 0.8px;
}

footer .footerBottom {
	margin-top: 50px;
}

footer .footerBottom p {
	margin: 0;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.2px;
}

/** Auth **/

.authPages .authBgMask {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.0);
	position: absolute;
	top: 0px;
	left: 0px;
	box-shadow: 0 0 100px 0px rgba(0,0,0,0.5) inset;
}

.authPages {
	padding: 0;
	background-color: #323232 !important;
	background-image: url(../img/authBg1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.authPages .authPopup {
	position: absolute;
	display: none;
	top: 65px;
	left: 0px;
	height: calc(100% - 65px);
	width: 100%;
	background-color: #f4f5fb;
	border-radius: 0 0 4px 4px;
	opacity: 0;
	visibility: hidden;
	transition: all 200ms;
	z-index: 99;
}

.authPages .authPopup > div {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	width: 100%;
	padding: 25px;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.authPages .authPopup i {
	margin-bottom: 10px;
	font-size: 30px;
}

.authPages .authPopup i.fa-exclamation-triangle {
	color: #f37043;
}

.authPages .authPopup i.fa-user-plus {
	margin-left: 14px;
}

.authPages .authPopup i.fa-facebook {
	color: #3b5998;
}

.authPages .authPopup i.fa-google {
	color: #db4437;
}

.authPages .authPopup p {
	max-width: 350px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
	font-family: Montserrat;
	text-align: center;
	cursor: default;
}

.authPages .authPopup input[type="text"] {
	width: calc(100% - 20px);
	padding: 10px 10px;
}

.authPages .authPopup .btn {
	position: relative;
	font-size: 12px;
}

.authPages .authPopup .btn + .btn {
	margin-left: 4px;
}

.authPages .authPopup.authLoading > div {
	transform: translate(-50%, calc(-50% - 40px));
}

.authPages .authPopup.authLoading p {
	margin: -15px 0 0px;
}

.authPages .authPopup.authLoading p span {
	color: #323232;
}

.authPages .container {
	position: relative;
	min-height: 100vh;
}
 
.authPages h1 {
	margin: 0px 0px 5px;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
}

.authPages a {
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
}

.authPages p {
	font-size: 14px;
	margin: 0;
}

.authPages p.errorNote {
	display: none;
	margin-top: -10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #d0302a;
}

.authPages p:last-child {
	margin-bottom: 5px;
}

.authPages [data-required="true"][type="text"],
.authPages [data-required="true"][type="number"],
.authPages [data-required="true"][type="email"],
.authPages [data-required="true"][type="password"],
.authPages [data-required="true"][type="checkbox"] ~ .checkmark,
.authPages .has-error .form-control,
.authPages .has-error .form-control:focus {
	border-color: #d0302a;
	box-shadow: 0 0 5px 0 rgba(208,48,42,0.35);
}

.authForms {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #f5f6fb;
	border-radius: 10px;
	padding: 0 15px 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	overflow: hidden;
}

.authForms .alert {
	margin: 10px 15px 0;
	padding: 10px;
	font-size: 12px;
	font-weight: 500;
	font-family: Montserrat;
	letter-spacing: 0.75px;
	border-radius: 10px;
}

.authForms .alert ul {
	padding-left: 0px;
}

.authForms .alert ul li {
	list-style: none;
}

.authLogo {
	display: block;
	margin: 0 -15px 25px;
	padding: 20px 0px 15px;
}

.authLogo img {
	margin: 0 auto;
	max-width: 150px;
}

.authForms form {
	margin-top: 15px;
}

.authForms .form-group {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.authForms .form-group:last-child button {
	margin-bottom: 5px;
}

.authForms .form-group.regLeft,
.authForms .form-group.regRight {
	width: 50%;
	float: left;
}

.authForms .form-group.regLeft {
	padding-right: 5px;
}

.authForms .form-group.regRight {
	padding-left: 5px;
}

.authForms input {
	background-color: transparent;
	border: 1px dotted #787878;
	border-radius: 10px;
	box-shadow: none;
	text-align: center;
}

.authForms input:focus {
	box-shadow: none;
}

.authForms textarea {
	background-color: transparent;
	border: 1px dotted #787878;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
	resize: none;
}

.authForms textarea:focus {
	box-shadow: none;
}

.authVerify h1 {
	margin-bottom: 10px;
}

.authVerify .alert {
	margin: 15px 0;
}

.authVerify p {
	font-size: 16px;
	margin-bottom: 10px;
}

.authVerify .resendGroup p {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 500;
	font-family: Montserrat;
}

.authVerify a.btn {
	font-size: 14px;
	font-weight: 500;
	font-family: Montserrat;
	line-height: 25px;
	outline: none;
}

.authVerify a.btn i {
	margin-left: -18px;
	margin-right: 6px;
}

.authVerify a.btn span {
	display: none;
	width: 110px;
	margin-left: 4px;
	margin-right: -10px;
	text-align: left;
}

.authVerify a.btn.btn-disabled,
.authVerify a.btn.btn-disabled:hover,
.authVerify a.btn.btn-disabled:focus,
.authVerify a.btn.btn-disabled:active {
	cursor: default;
	background-color: #888888;
	background: -webkit-linear-gradient(top, #aaaaaa 0%, #888888 100%);
	background: -moz-linear-gradient(top, #aaaaaa 0%, #888888 100%);
	background: -ms-linear-gradient(top, #aaaaaa 0%, #888888 100%);
	background: -o-linear-gradient(top, #aaaaaa 0%, #888888 100%);
	background: linear-gradient(top, #aaaaaa 0%, #888888 100%);
	box-shadow: none;
}

.authVerify a.btn.btn-disabled span {
	display: inline-block;
}

.authVerify strong {
	font-weight: 600;
}

.authVerify .cancelLink {
	margin-top: 8px;
	margin-bottom: -5px;
}

.authVerify .cancelLink button {
	margin-bottom: 0px !important;
	padding: 0 2px;
	font-size: 14px;
	font-weight: 700;
	font-family: Open Sans;
	letter-spacing: 1px;
	background-color: transparent;
	border-radius: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	transition: all 200ms;
}

.authUnsub p.unsubReasons {
	margin: 10px 0;
	font-weight: 500;
	font-family: Montserrat;
	text-align: left;
}

.authUnsub .radioContainer.radioBlock {
	margin: 0 0 0 10px;
	padding: 0 35px 0 25px;
}

.authUnsub label {
	text-align: left;
}

.authUnsub label .checktext {
	font-size: 14px;
}

.authUnsub textarea {
	margin: 5px auto;
	border-radius: 10px;
}

.authPages .btn {
	min-height: 38px;
}

.authPages .btn.btn-sm,
.authPages .btn.btn-xs {
	min-height: unset;
}

.authPages .btn-primary {
	margin-top: 5px;
	padding: 6px 28px;
	letter-spacing: 0.75px;
	border-radius: 10px;
	border: none;
	box-shadow: 0 -10px 20px 0 transparent inset;
	transition: all 200ms;
}

.authPages .btn-primary.withIcon {
	padding: 6px 16px 6px 28px;
}

.authPages .btn-primary:hover {
	box-shadow: 0 -10px 20px 0 rgba(255,255,255,0.1) inset;
}

.authPages .btn-primary:focus {
	box-shadow: 0 -10px 20px 0 rgba(255,255,255,0.2) inset;
}

.authPages .btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all 200ms;
}

.authPages .btn img {
	transition: all 200ms;
}

.authPages .btn[data-loading="true"] {
	cursor: default;
}

.authPages .btn[data-loading="false"] {
	cursor: pointer;
}

.authPages .btn[data-loading="true"] img,
.authPages .btn[data-loading="false"] span {
	opacity: 1;
	visibility: visible;
}

.authPages .btn[data-loading="false"] img,
.authPages .btn[data-loading="true"] span {
	opacity: 0;
	visibility: hidden;
}

.authPages .loginDivider {
	position: relative;
}

.authPages .loginDivider hr {
	border-color: #888;
	border-style: dashed;
}

.authPages .loginDivider p {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0 5px;
	background-color: #f5f6fb;
	font-family: Montserrat;
	transform: translate(-50%, -50%);
	cursor: default;
}

.authPages .btn-social {
	position: relative;
	padding: 7px 12px 5px;
	border-radius: 10px;
	color: white;
	font-size: 16px;
	letter-spacing: .25px;
}

.authPages .btn-social i {
	position: absolute;
	display: inline-block;
	top: 1px;
	left: 1px;
	height: 34px;
	width: 34px;
	font-size: 18px;
	font-weight: normal;
	line-height: 34px;
	text-align: center;
	background-color: white;
	z-index: 1;
}

.authPages .btn-social i::after {
	content: '';
	position: absolute;
	top: -2px;
	right: -4px;
	height: calc(100% + 4px);
	width: 2px;
	background-color: #f4f5fb;
	z-index: 999;
}

.authPages .btn-social span {
	margin-left: 18px;
}

.authPages .btn-facebook {
	background-color: #1877f2;
	font-family: Helvetica, Arial, sans-serif;
}

.authPages .btn-social:hover {
	box-shadow: 0 -10px 20px 0 rgba(255,255,255,0.1) inset;
}

.authPages .btn-social:focus {
	box-shadow: 0 -10px 20px 0 rgba(255,255,255,0.2) inset;
}

.authPages .btn-social img {
	position: absolute;
	display: inline-block;
	top: 1px;
	left: 1px;
	padding: 8px;
	background-color: white;
	opacity: 1;
	visibility: visible;
	transform: none;
	border-radius: 8px 0 0px 8px;
}

.authPages .btn-social::before {
	content: '';
	position: absolute;
	top: -2px;
	left: 37px;
	height: calc(100% + 4px);
	width: 2px;
	background-color: #f4f5fb;
	z-index: 999;
}

.authPages .btn-facebook i {
	color: #1877f2;
}

.authPages .btn-google {
	background-color: #4285F4;
	font-family: Roboto;
}

.authPages .btn-twitter {
	background-color: #1da1f2;
	font-family: Helvetica, Arial, sans-serif;
}

.authPages .btn-twitter i {
	color: #1da1f2;
}

.authPages button i {
	margin-right: 6px;
	margin-left: -18px;
}

.authPages .serviceLogo {
	margin: 0 auto 15px;
}

/** Fancy titles **/

.fancyTitle {
	position: relative;
	font-weight: 500;
	font-family: Grand Hotel;
	color: #f16aff;
	background: -webkit-linear-gradient(110deg, #aa2d98 10%, #f16aff 30%, #aa2d98 70%, #f16aff 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
	cursor: default;
}

h1.fancyTitle {
	font-size: 100px;
	line-height: 1.4;
}

h2.fancyTitle {
	font-size: 80px;
}

h2.fancyTitle span {
	display: block;
}

h2.fancyTitleA .fancyTitleA-1 {
	margin: 0em 0em -0.7em 0.8em;
	font-size: 1em;
}

h2.fancyTitleA .fancyTitleA-2 {
	font-size: 1.5em;
}

h2.fancyTitleA .fancyTitleA-3 {
	margin: -0.4em 0em -0.7em 1.1em;
	font-size: 0.9em;
}

h2.fancyTitleA .fancyTitleA-4 {
	margin: 0em 0em -0.2em 0.1em;
	font-size: 1.3em;
}

h2.fancyTitleA .fancyTitleA-5 {
	display: inline-block;
	margin: 0em 0em 0em 1.1em;
	font-size: 1.3em;
}

h2.fancyTitleA .fancyTitleA-6 {
	display: inline-block;
	margin: 0 0em 0em 0.13em;
	font-size: 1.3em;
	word-spacing: -0.06em;
}

h2.fancyTitleB .fancyTitleB-1 {
	margin: 0em 0em -0.3em 0.4em;
	font-size: 0.8em;
}

h2.fancyTitleB .fancyTitleB-2 {
	margin: 0em 0em 0em 0em;
	font-size: 1em;
}

h2.fancyTitleB .fancyTitleB-3 {
	margin: -0.3em 0em 0em 1.4em;
	font-size: 0.6em;
}

h2.fancyTitleB .fancyTitleB-4 {
	margin: -0.3em 0em 0em 3.2em;
	font-size: 0.6em;
}

h2.fancyTitleB .fancyTitleB-5 {
	margin: -0.4em 0em 0em 0.3em;
	font-size: 1.3em;;
}

h2.fancyTitleB .fancyTitleB-6 {
	margin: -0.65em 0em 0em 0.47em;
	font-size: 1em;
}

h2.fancyTitleC .fancyTitleC-1 {
	margin: 0em 0em -0.4em 1em;
	font-size: 1.2em;
}

h2.fancyTitleC .fancyTitleC-2 {
	margin: 0em 0em -0.3em 0.22em;
	font-size: 1.6em;
}

h2.fancyTitleC .fancyTitleC-3 {
	margin: 0em 0em -0.4em 2.4em;
	font-size: 0.8em;
}

h2.fancyTitleC .fancyTitleC-4 {
	margin: 0em 0em -0.2em 0em;
	font-size: 1.5em;
}

h2.fancyTitleC .fancyTitleC-5 {
	margin: 0em 0em -0.6em 2.2em;
	font-size: 0.9em;
	font-family: Ubuntu;
}

h2.fancyTitleC .fancyTitleC-6 {
	margin: 0em 0em 0em 0.7em;
	font-size: 1.5em;
}

h2.fancyTitleD {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 60px;
	line-height: 1.44;
}

h2.fancyTitleD span {
	text-align: center;
}

h2.fancyTitleD .fancyTitleD-1 {
	margin: 0em 0em 20px 0em;
}

h2.fancyTitleE .fancyTitleE-1 {
	margin: 0em 0em -0.5em 0.5em;
	font-size: 2em;
}

h2.fancyTitleE .fancyTitleE-2 {
	margin: 0.4em 0em 0em 2em;
	font-size: 1.5em;
}

h2.fancyTitleE .fancyTitleE-3 {
	margin: -0.4em 0em 0em 0.4em;
	font-size: 3em;
}

h2.fancyTitleF {
	text-align: center;
}

h2.fancyTitleF .fancyTitleF-1 {
	margin: 0em 1.2em -0.2em 0em;
}

h2.fancyTitleF .fancyTitleF-2 {
	margin: 0em 0em 0em 1em;
}

/** Public pages **/

.publicPages {

}

.videoHeroPage .logoContainer {
	padding: 15px 0 0;
	background-color: transparent;
	box-shadow: none;
}

.container .fullHeightCol {
	position: relative;
	min-height: 100vh;
}

.container .fullHeightCol .middleDiv.middleDivCenter {
	text-align: center;
}

/** Home page **/

.indexPage {
	padding-top: 0px;
}

.indexPage .navbar {
	background-color: transparent;
	box-shadow: none;
}

.indexPage .navbar ul li {
	color: white;
}

.indexPage .navbar ul li a::after {
	border-bottom: 2px solid rgb(255,255,255,0.5);
}

.indexPage .hero {
	background-color: black;
	background-position: center 20%;
	background-size: cover;
}

.indexPage .hero .heroVideo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	padding: 56.25% 0 0 0;
	overflow: hidden;
	z-index: 0;
}

.indexPage .hero .heroBg {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}

/*.indexPage .hero .heroTextBox::before {
	content: '';
	position: absolute;
	display: block;
	top: -30px;
	left: 0px;
	height: 4px;
	width: 88px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.85);
	box-shadow: 0 0 10px 0 rgba(255,255,255,0.85);
}*/

.indexPage .hero .heroTextBox {
	position: absolute;
	top: 50%;
	left: 200px;
	width: 800px;
	transform: translateY(calc(-50% + 80px));
	color: white;
	z-index: 2;
}

.indexPage .hero .heroTextBox h1 {
	position: relative;
	margin: 0 0 20px;
	text-align: left;
}

.indexPage .hero .heroTextBox h1 .aliyahSignature {
	display: inline-block;
	margin-right: 10px;
}

.indexPage .hero .heroTextBox h1 .padiMermaidLogo {
	position: absolute;
	display: block;
	bottom: 10px;
	left: 185px;
	max-width: 400px;
}

.indexPage .hero .heroTextBox h1 .padiMermaidLogoBlack {
	display: none;
}

/*.indexPage .hero .heroTextBox h1 {
	position: relative;
	left: -6px;
	padding-bottom: 6px;
	font-family: Hiruko Pro;
	font-size: 98px;
}

.indexPage .hero .heroTextBox h1 span {
	position: absolute;
	top: -31px;
	left: 70px;
	font-size: 70px;
}

.indexPage .hero .heroTextBox h1,
.indexPage .hero .heroTextBox h1 span {
	background: -webkit-linear-gradient(45deg, #fb618e 0%, #efc660 30%, #60f1ba 70%, #ee87a5 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: -4px 6px 10px rgba(255,255,255,0.05);
}*/

.indexPage .hero .heroTextBox p.blurb {
	margin: -16px 0 20px;
	font-family: Poppins;
	font-size: 24px;
	font-weight: 400;
	text-shadow: 0 0 10px rgba(0,0,0,0.75);
}

.indexPage .hero .indicator {
	position: absolute;
	display: block;
	left: 50%;
	height: 60px;
	width: 60px;
	bottom: 40px;
	transform: translateX(-50%);
	transition: all 200ms;
	z-index: 99;
}

.indexPage .hero .indicator:hover {
	bottom: 36px;
}

.indexPage .hero .indicator .indicatorVert {
	position: absolute;
	display: block;
	top: 0px;
	left: 50%;
	height: 30px;
	width: 4px;
	border-radius: 8px;
	background-color: white;
	box-shadow: 0 0 10px 0 rgba(255,255,255,0.7);
	transform: translateX(-50%);
}

.indexPage .hero .indicator .indicatorChevron {
	position: absolute;
	display: block;
	height: 4px;
	width: 26px;
	border-radius: 8px;
	background-color: white;
	box-shadow: 0 0 10px 0 rgba(255,255,255,0.7);
}

.indexPage .hero .indicator .indicatorChevron.left30deg {
	left: 7px;
	transform: rotate(30deg);
}

.indexPage .hero .indicator .indicatorChevron.right150deg {
	right: 7px;
	transform: rotate(150deg);
}

.indexPage .hero .indicator .indicatorChevron.left30deg1,
.indexPage .hero .indicator .indicatorChevron.right150deg1 {
	top: 24px;
}

.indexPage .hero .indicator .indicatorChevron.left30deg2,
.indexPage .hero .indicator .indicatorChevron.right150deg2 {
	top: 36px;
}

.indexBlurb {
	font-size: 20px;
	line-height: 1.6;
	word-spacing: 2px;
	text-shadow: 0 0 10px rgba(0,0,0,0.35);
}

.indexBlurbLeft {
	padding-right: 50px;
}

.indexBlurbRight {
	padding-left: 50px;
}

.introImg,
.introVideo {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.introVideo {
	margin-top: 15px;
	border-radius: 10px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
	background-color: black;
}

.introSection {
	background-image: url('../img/feature-01.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

.introSection .padiMermaidIntro {
	margin-bottom: 150px;
	text-align: center;
}

.introSection .padiMermaidIntro h2 {
	margin-bottom: 20px;
}

.introSection .padiMermaidIntro h2 img {
	display: block;
	margin: 0 auto;
}

.introSection .padiMermaidIntro p {
	text-align: left;
}

.introSection .padiMermaidIntro .btn {
	display: inline-block;
	margin-top: 20px;
}

.featuresSection .container .fullHeightCol {
	min-height: calc(100vh - 200px);
}

.featuresSection .middleDiv {
	width: auto;
	padding: 0 80px;
	transform: translateY(calc(-50% - 50px));
}

.featuresSection h2 {
	margin: 50px auto;
}

.featuresSection .featuresCol {
	text-align: center;
	padding: 0 25px;
}

.featuresSection .featureLogo {
	display: block;
	margin: 0 auto 20px;
}

.featuresSection .featureLogo.mfiLogo {
	max-width: 100px;
}

.featuresSection .featureLogo.padiLogo {
	max-width: 150px;
	padding-top: 50px;
}

.featuresSection h3 {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 500;
	font-family: Poppins;
	text-shadow: 0 0 10px rgba(0,0,0,0.35);
}

.featuresSection p {
	font-size: 18px;
	line-height: 1.6;
	text-shadow: 0 0 10px rgba(0,0,0,0.35);
}

.featuresSection .btn {
	margin-top: 20px;
}

.eventPhotosSection {
	
}

.eventPhotosSection .eventsTitle {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	z-index: 9;
	cursor: pointer;
	transition: all 500ms;
}

.eventPhotosSection .eventsTitle:hover {
	transform: translate(-50%, -50%) scale(0.82);
}

.eventPhotosSection .eventsTitle::before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	height: 480px;
	width: 480px;
	border-radius: 50%;
	background-color: white;
	border: 10px solid;
	border-color: rgba(170,45,152,0.95);
	transform: translate(-50%, -50%);
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.5);
	transition: all 500ms;
}

.eventPhotosSection .eventsTitle:hover::before {
	border-color: rgba(170,45,152,1);
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.6);
}

.eventPhotosSection .eventPhotosCol:first-child {
	margin-left: -15px;
}

.eventPhotosSection .eventPhotosCol:last-child {
	margin-right: -15px;
}

.eventPhotosSection .eventPhotosCol span {
	display: block;
	margin-bottom: 25px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
	border-radius: 10px;
	overflow: hidden;
}

.eventPhotosSection .eventPhotosCol span:last-child {
	margin-bottom: 0;
}

.eventPhotosSection .eventPhotosCol span img {
	transition: all 500ms;
}

.eventPhotosSection .eventPhotosCol span:hover img {
	transform: scale(1.025);
}

.testimonialsSection .container > div {
	position: relative;
	min-height: 100vh;
}



.testimonialsSection .testimonialsBlock {
	position: relative;
	margin-bottom: 50px;
	padding-left: 120px;
	transition: all 500ms;
	cursor: default;
}

.testimonialsSection .testimonialsBlock:last-child {
	margin-bottom: 0px;
}

.testimonialsSection .testimonialsBlock .testimonialsPic {
	position: absolute;
	display: block;
	top: 50%;
	left: 0px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	border: 4px solid rgba(170,45,152,1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.45);
	transform: translateY(-50%);
	transition: all 500ms;
	overflow: hidden;
}

.testimonialsSection .testimonialsBlock:hover .testimonialsPic {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.55);
}

.testimonialsSection .testimonialsBlock .testimonialsPic img {

}

.testimonialsSection .testimonialsBlock p {
	margin: 0;
	text-shadow: 0 0 5px rgba(0,0,0,0.25);
}

.testimonialsSection .testimonialsBlock .testimonialsSpeech {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.2px;
}

.testimonialsSection .testimonialsBlock .testimonialsSpeech::before {
	content: '“';
}

.testimonialsSection .testimonialsBlock .testimonialsSpeech::after {
	content: '”';
}

.testimonialsSection .testimonialsBlock .testimonialsSpeech::before,
.testimonialsSection .testimonialsBlock .testimonialsSpeech::after {
	top: 5px;
	position: relative;
	font-size: 30px;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #aa2d98;
	line-height: 1;
}

.testimonialsSection .testimonialsBlock .testimonialsAuthor {
	font-size: 20px;
	font-weight: 600;
	color: #aa2d98;
	line-height: 1;
}

.testimonialsSection .testimonialsBlock .testimonialsTitle {
	margin-bottom: 10px;
	font-size: 18px;
	color: #ca46b7;
}

.testimonialsSection .testimonialsBlock .testimonialsSocials {
	display: block;
}

.testimonialsSection .testimonialsBlock .testimonialsSocials a {
	display: inline-block;
	width: 18px;
	margin-right: 4px;
}

.testimonialsSection .testimonialsBlock .testimonialsSocials a:last-child {
	margin-right: 0px;
}

.contactPage .contactSection {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.contactSection {
	min-height: auto;
}

.contactSection .contactForm {
	background-color: rgba(255,255,255,0.5);
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.25);
	min-height: auto;
	margin-top: 50px;
	overflow: auto;
	padding: 50px;
}

.contactSection .textCol {
	text-align: left;
	padding-left: 0;
}

.contactSection .textCol .aliyahProfile {
	display: inline-block;
	height: 200px;
	width: 200px;
	border: 6px solid #aa2d98;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
}

.contactSection .textCol .aliyahSignature {
	display: inline-block;
}

.contactSection .textCol .contactTextInfo {
	display: block;
	margin-top: 20px;
	padding-left: 210px;
}

.contactSection .textCol .contactTextInfo h3,
.contactSection .textCol .contactTextInfo p {
	color: #aa2d98;
	text-shadow: 0 0 5px rgba(0,0,0,0.25);
}

.contactSection .textCol .contactTextInfo h3 {
	margin: 0px 0px 4px;
	font-weight: 500;
}

.contactSection .textCol .contactTextInfo p {
	margin-bottom: 4px;
}

.contactSection .textCol .contactTextInfo p.padiNo {
	font-size: 20px;
	margin-bottom: 8px;
}

.contactSection .textCol .contactTextInfo p.aliyahContact {
	position: relative;
	padding-left: 24px;
}

.contactSection .textCol .contactTextInfo p.aliyahContact i {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	opacity: 0.8;
}

.contactSection .textCol .contactTextInfo ul.socialIcons {
	list-style-type: none;
	margin: 20px 0px 0px;
	padding: 0px;
}

.contactSection .textCol .contactTextInfo ul.socialIcons li {
	display: block;
	margin-bottom: 4px;
}

.contactSection .textCol .contactTextInfo ul.socialIcons li img {
	display: inline-block;
	max-height: 20px;
	margin-right: 4px;
}

.contactSection .textCol .contactTextInfo ul.socialIcons li a {
	display: inline-block;
}

.contactSection .textCol .contactTextInfo ul.socialIcons li a:after {
	border: none;
}

.contactSection .textCol .contactTextInfo ul.socialIcons li p.socialHandle {
	display: inline-block;
	margin: 0;
	font-size: 16px;
}

.contactSection .formCol .sendResult {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	transition: all 200ms;
}

.contactSection .formCol .sendResult > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.contactSection .formCol .sendResult > div img {
	max-width: 200px;
	display: block;
	margin: 0 auto;
}

.contactSection .formCol .sendResult > div p {
	font-size: 30px;
	font-weight: 700;
	font-family: Poppins;
	color: #aa2d98;
	background: -webkit-linear-gradient(110deg, #aa2d98 10%, #f16aff 30%, #aa2d98 70%, #f16aff 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.contactSection .formCol .formFields {
	opacity: 1;
	visibility: visible;
	transition: all 200ms;
}

.contactSection .formCol .form-group {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.contactSection .formCol .form-group label.control-label {
	position: absolute;
	top: -12px;
	left: 0px;
	font-size: 14px;
	font-weight: 500;
	font-family: Poppins;
	color: #555;
	background-color: white;
	padding: 2px 8px;
	border: 1px solid #ccc;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	transition: all 200ms;
}

.contactSection .formCol .form-group label.control-label::after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0px;
	right: -2px;
	height: 12px;
	width: 4px;
	background-color: white;
}

input#not_human {
	display: none !important;
}

.contactSection .formCol .form-group input:not(#not_human):not([type="checkbox"]),
.contactSection .formCol .form-group textarea {
	display: block;
	height: auto;
	width: 100%;
	outline: none;
	padding: 14px 20px;
	font-size: 20px;
	font-weight: 500;
	font-family: Poppins;
	background: linear-gradient(30deg, white 50%, rgba(255,255,255,0.5) 80%);
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: none;
}

.contactSection .formCol .form-group input.formWarning:not(#not_human):not([type="checkbox"]),
.contactSection .formCol .form-group textarea.formWarning,
.contactSection .formCol .form-group .control-label.formWarning {
	border-color: #d0302a;
}

.contactSection .formCol .form-group input:hover + label.control-label,
.contactSection .formCol .form-group textarea:hover + label.control-label {
	color: #f16aff;
}

.contactSection .formCol .form-group input:focus + label.control-label,
.contactSection .formCol .form-group input:active + label.control-label,
.contactSection .formCol .form-group textarea:focus + label.control-label,
.contactSection .formCol .form-group textarea:active + label.control-label {
	color: #aa2d98;
	text-shadow: 0 0 2px rgba(61,193,206,0.25);
}

.contactSection .formCol .form-group textarea {
	resize: none;
}

.contactSection .formCol .form-group.form-group-checkbox {
	margin: -20px 0px 16px;
	padding: 0 40px;
}

.contactSection .formCol .btn {
	font-size: 20px;
	font-weight: 500;
	font-family: Hiruko Pro;
	border: none;
	transition: all 200ms;
}

/** About **/

.aboutPage {
	padding-top: 0px;

}

.aboutPage .navbar {
	background-color: transparent;
	box-shadow: none;
}

.aboutPage .navbar ul li {
	color: white;
}

.aboutPage .navbar ul li a {
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.aboutPage .navbar ul li.currentMenuItem a {
	color: #f596ff;
}

.aboutPage .navbar ul li a::after {
	border-bottom: 2px solid rgb(255,255,255,0.5);
}

.aboutPage .navbar .logoContainer.logoContainerRibbon {
	background-color: rgba(255,255,255,0.85);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
}

.aboutPage .heroSection {
	background-image: url('../img/aboutFull-01.jpg');
	background-position: center -100px;
}

.aboutPage .heroSection .container {
	position: relative;
}

.aboutPage .heroSection .aboutTitle {
	position: absolute;
	top: 50%;
	right: 0;
	padding-left: 35px;
	transform: translateY(calc(-50% + 20px));
}

h2.fancyTitle.fancyTitleG {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 120px;
	line-height: 1;
	text-shadow: 0 0 15px rgba(255,255,255,0.2);
	color: #f596ff;
	background: -webkit-linear-gradient(110deg, #f596ff 10%, #fbd2ff 30%, #f596ff 70%, #fbd2ff 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h2.fancyTitleG > span {
	text-align: center;
}

h2.fancyTitleG span span {
	display: initial;
}

h2.fancyTitleG .fancyTitleG-1 {
	margin: 0em 1.6em 0em 0em;
}

h2.fancyTitleG .fancyTitleG-2 {
	margin: -0.3em 1.4em 0em 0em;
	font-size: 0.7em;
}

h2.fancyTitleG .fancyTitleG-3 {
	margin: -0.25em 0em 0em 0em;
	font-size: 1.4em;
}

h2.fancyTitleG .fancyTitleG-4 {
	display: initial;
	margin: 0em 0em 0em 0.3em;
	font-size: 0.5em;
}

h2.fancyTitleG .fancyTitleG-5 {
	margin: -0.2em 0em 0em 0em;
	font-size: 1.4em;
}

.aboutPage .contentSection .aboutText.middleText {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.aboutPage .contentSection .container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.aboutPage .contentSection h2 {
	position: relative;
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.aboutPage .contentSection h2::after {
	content: '';
	position: absolute;
	display: block;
	bottom: -14px;
	left: 50%;
	height: 4px;
	width: 150px;
	border-radius: 10px;
	transform: translateX(-50%);
	background-color: rgba(170,45,152,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
}

.aboutPage .contentSection p {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.4px;
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.aboutPage .contentSection.quoteSection[data-section="3"] {
	background-image: url(../img/aboutFull-02.jpg);
	background-size: cover;
	background-position: center center;
}

.aboutPage .contentSection .quoteContainer {
	padding-top: 180px;
	padding-bottom: 180px;
	position: relative;
}

.aboutPage .contentSection h3.aboutQuote {
	margin: 0 0 0;
	padding: 0 25px;
	font-size: 60px;
	font-family: Kalam;
	line-height: 1;
	text-align: center;
	text-shadow: 0 0 15px rgba(255,255,255,0.2);
	color: #f596ff;
	background: -webkit-linear-gradient(110deg, #f596ff 10%, #fbd2ff 30%, #f596ff 70%, #fbd2ff 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.aboutPage .contentSection h3.aboutQuote.aboutQuoteMargin {
	margin-top: 80px;
}

.aboutPage .contentSection h3.aboutQuote.aboutQuoteDark {
	color: #333 !important;
	text-shadow: 0 0 15px rgba(255,255,255,0.25);
/*	color: #aa2d98;*/
/*	background: -webkit-linear-gradient(110deg, #aa2d98 10%, #000000 90%);*/
/*	-webkit-background-clip: text;*/
/*	-webkit-text-fill-color: transparent;*/

/*	color: #aa2d98;*/
	background: none;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
}

.aboutPage .contentSection h3.aboutQuote::before {
	content: '\201C';
	font-family: Times New Roman, serif;
	opacity: 0.7;
}

.aboutPage .contentSection h3.aboutQuote::after {
	content: '\201D';
	font-family: Times New Roman, serif;
	opacity: 0.7;
}

.aboutPage .contentSection[data-section="4"] {
	background-image: url(../img/aboutFull-03.jpg);
	background-size: cover;
	background-position: center center;
}

.aboutPage .contentSection[data-section="5"] {
	background-image: url(../img/aboutFull-04.jpg);
	background-size: cover;
	background-position: center top;
}

.aboutPage .contentSection[data-section="5"] h2 {
	color: white !important;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.aboutPage .contentSection[data-section="5"] h2::after{
	background-color: rgba(255,255,255,0.5);
}

.aboutPage .contentSection[data-section="5"] p {
	color: white;
}


/** Courses cards **/

.coursesSection .cardsRow,
.coursesSection .cardsRow > div {
	display: flex;
}

.coursesCard,
.coursesCard .cardContent,
.coursesCard .cardContent .cardSpecs {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.coursesSection {
	margin-top: 100px;
}

.coursesSection h2 {
	position: relative;
	margin-bottom: 60px;
	text-align: center;
	font-size: 50px;
}

.coursesSection h2::after {
	content: '';
	position: absolute;
	display: block;
	bottom: -10px;
	left: 50%;
	height: 4px;
	width: 150px;
	border-radius: 10px;
	transform: translateX(-50%);
	background-color: rgba(170,45,152,0.5);;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
}

.coursesCard {
	margin-bottom: 30px;
	padding: 0px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
	overflow: hidden;
}

.coursesCard .cardHeader {
	position: relative;
	text-align: center;
	overflow: auto;
	background-position: center bottom;
	background-size: cover;
	box-shadow: 0 0 120px 0 rgba(255,255,255,0.5) inset;
}

.coursesCard .cardHeader img {
	display: block;
	margin: 50px auto 0px;
}

.coursesCard .cardHeader h3 {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
	font-size: 80px;
	font-weight: 500;
	font-family: Grand Hotel;
	color: #f16aff;
	background: -webkit-linear-gradient(110deg, #aa2d98 10%, #f16aff 30%, #aa2d98 70%, #f16aff 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 10px rgba(0,0,0,0.25);
	cursor: default;
}

.coursesCard .cardHeader h3 span {
	display: block;
}

.coursesCard .cardHeader p.cardSubheader {
	position: absolute;
	display: block;
	bottom: 0px;
	width: 100%;
	padding: 6px 0 7px;
	font-size: 16px !important;
	font-family: Poppins;
	color: white;
	line-height: 1 !important;
	text-shadow: 0 0 10px rgba(0,0,0,0.75);
	background-color: #aa2d98;
}

.coursesCard .cardContent {
	padding: 25px;
}

.coursesCard .cardContent .cardDescription {
	padding: 0 25px 25px;
	border-bottom: 1px dotted #aa2d98;
}

.coursesCard .cardContent .cardDescription p {
	font-size: 20px;
	font-weight: 400;
	font-family: Poppins;
	line-height: 1.6;
	text-align: center;
}

.coursesCard .cardContent .cardSpecs {
	padding: 25px 25px;
	border-bottom: 1px dotted #aa2d98;
	flex-grow: 1;
}

.coursesCard .cardContent .cardSpecs .cardTable {
	width: 100%;
	border: none;
	box-shadow: none;
	outline: none;
}

.coursesCard .cardContent .cardSpecs .cardTable tr td {
	font-size: 18px;
	font-weight: 500;
	padding: 4px 4px;
	vertical-align: top;
}

.coursesCard .cardContent .cardSpecs .cardTable tr td sup {
	top: -0.7em;
	margin-left: 2px;
	font-size: 75%;
	font-family: Nunito;
	font-weight: 700;
	color: #888;
}

.coursesCard .cardContent .cardSpecs .cardTable tr td:nth-child(1) {
	width: 30px;
	padding-right: 10px;
	color: rgba(170,45,152,0.75);
	text-align: center;
}

.coursesCard .cardContent .cardSpecs .cardTable tr td:nth-child(2) {
	width: 180px;
}

.coursesCard .cardContent .cardSpecs .cardTable tr td:nth-child(3) {
	color: #aa2d98;
}

.coursesCard .cardContent .cardPrice {
	padding: 25px 25px 0;
	text-align: center;
}

.coursesCard .cardContent .cardPrice h4 {
	margin: 0px 0 -12px;
	font-size: 24px;
	font-family: Nunito;
	font-weight: 700;
	text-shadow: none;
}

.coursesCard .cardContent .cardPrice p {
	margin-left: -40px;
	font-size: 50px !important;
	font-weight: 600;
	font-family: Nunito;
	color: #555;
	text-shadow: none;
	letter-spacing: 1.5px;
}

.coursesCard .cardContent .cardPrice p sup {
	top: -1.1em;
	font-size: 0.4em;
	font-family: Hiruko Pro;
	color: #f16aff;
}

.courseFootnotes {
	background-color: white;
	margin-bottom: 15px;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}

.courseFootnotes p {
	font-size: 18px;
	text-shadow: none;
}

.courseFootnotes ol {
	margin-bottom: 0px;
}

.courseFootnotes ol li {
	font-size: 16px;
	margin-bottom: 4px;
}

.courseFootnotes ol li:last-child {
	margin-bottom: 0px;
}

/** PADI pages **/

.padiPages.padiHome h1,
.padiPages.padiHome h2,
.padiPages.padiHome h3,
.padiPages.padiHome p {
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.padiPages.padiHome .hero {
	margin-bottom: 100px;
	text-align: center;
	background-position: center 30%;
}

.padiPages.padiHome .hero .padiMermaidLogo {
	display: inline-block;
	max-width: 460px;
	margin-right: 12px;
}

.padiPages.padiHome .hero h1 { 
	display: inline-block;
	font-weight: 300;
	font-size: 50px;
}

.padiPages.padiHome .contentSection h2.fancyTitle {
	font-size: 60px;
}

.padiPages.padiHome .contentSection {
	margin-bottom: 50px;
}

.padiPages.padiHome .contentSection h2:not(.fancyTitle) {
	position: relative;
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: 300;
}

.padiPages.padiHome .contentSection h2.questionHeader {
	margin-top: 50px;
	margin-bottom: 35px;
}

.padiPages.padiHome .contentSection h2.questionHeader::after {
	content: '';
	position: absolute;
	display: block;
	bottom: -20px;
	left: 2px;
	height: 4px;
	width: 40px;
	border-radius: 10px;
	background-color: rgba(170,45,152,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
}

.padiPages.padiHome .contentSection h2 b {
	font-weight: 500;
}

.padiPages.padiHome .contentSection p {
	font-size: 20px;
	line-height: 1.6;
}

/** MFI pages **/

.mfiPages.mfiHome h1,
.mfiPages.mfiHome h2,
.mfiPages.mfiHome h3,
.mfiPages.mfiHome p {
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.mfiPages.mfiHome .hero {
	margin-bottom: 100px;
	text-align: center;
	background-position: center 25%;
}

.mfiPages.mfiHome .hero .mfiLogo {
	display: block;
	max-width: 120px;
	margin: 0 auto;
}

.mfiPages.mfiHome .hero h1 { 
	display: block;
	font-weight: 300;
	font-size: 50px;
}

.mfiPages.mfiHome .contentSection h2.fancyTitle {
	font-size: 50px;
}

.mfiPages.mfiHome .contentSection {
	margin-bottom: 50px;
}

.mfiPages.mfiHome .contentSection h2:not(.fancyTitle) {
	position: relative;
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: 300;
}

.mfiPages.mfiHome .contentSection h2.questionHeader {
	margin-top: 50px;
	margin-bottom: 35px;
}

.mfiPages.mfiHome .contentSection h2.questionHeader::after {
	content: '';
	position: absolute;
	display: block;
	bottom: -20px;
	left: 2px;
	height: 4px;
	width: 40px;
	border-radius: 10px;
	background-color: rgba(170,45,152,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
}

.mfiPages.mfiHome .contentSection h2 b {
	font-weight: 500;
}

.mfiPages.mfiHome .contentSection p {
	font-size: 20px;
	line-height: 1.6;
}

.mfiPages.mfiHome .coursesCard .cardHeader img {
	display: block;
	max-width: 60px;
	margin: 50px auto 0px;
}

/** Blog **/

.blogHome {
	
}

/** Blog category **/

.blogPages.blogCategory {
	
}

/** Blog post **/

.blogPages.blogPost {
	
}

/** KnowledgeBase **/

.kbPages {

}

/** KnowledgeBase home **/

.kbPages.kbHome {
	
}

/** KnowledgeBase account **/

.kbPages.kbAccount {
	
}

/** Contact page **/

.contactPage {
	
}

/** Legal pages **/

.legalPages {

}

/** Terms page **/

.termsPage {

}

/** Privacy page **/

.privacyPage {

}

/********************
 *                  * 
 * Responsive rules *
 *                  *
 ********************/

@media only screen and (min-width: 1601px) {

}

@media only screen and (max-width: 1600px) {
	.container { width: 1440px; }
	.logoContainer.logoContainerRibbon { width: 150px; }
	.indexPage .hero .heroTextBox { right: 120px; width: 720px; }
	.indexPage .hero .heroTextBox h1 .aliyahSignature { max-width: 240px; }
	.indexPage .hero .heroTextBox h1 .padiMermaidLogo { bottom: 0px; left: 150px; max-width: 350px; }
	.indexPage .hero .heroTextBox p.blurb { font-size: 20px; }
	.introSection { background-position: right top; background-size: 50vw; }
	.featuresSection .featuresCol { padding: 0 15px; }
	.btn.btn-rounded { font-size: 20px; }
	h2.fancyTitle.fancyTitleA { font-size: 70px; }
	.indexBlurb { font-size: 18px; }
	.padiPages.padiHome .contentSection p,
	.mfiPages.mfiHome .contentSection p { font-size:18px; }
	.padiPages.padiHome .contentSection h2:not(.fancyTitle),
	.mfiPages.mfiHome .contentSection h2:not(.fancyTitle) { font-size: 34px; }
	.contactPage .bodyContent { min-height: 100vh; }
}

@media only screen and (max-width: 1440px) {
	.container { width: 1366px; }
	.indexPage .hero .heroTextBox { right: 76px; width: 680px; }
	.indexPage .hero .heroTextBox p.blurb { margin: -16px 0 10px; }
	.featuresSection h3 { margin-bottom: 14px; }
	.featuresSection p { font-size: 16px; }
	footer h3 { font-size: 18px; }
	footer ul li,
	footer ul li a { font-size: 14px;  }
}

@media only screen and (max-width: 1366px) {
	.container { width: 1280px; }
	.indexPage .hero .heroTextBox { width: 50vw; transform: translateY(-50%); }
	.featuresSection .featuresCol { padding: 0 25px; }
	.navbar ul li { padding: 0 16px; font-size: 18px; }
	h2.fancyTitle.fancyTitleA { font-size: 60px; }
	h2.fancyTitle.fancyTitleB { font-size: 66px; }
	h2.fancyTitle.fancyTitleG { font-size: 110px; }
	.eventPhotosSection .eventsTitle::before { height: 380px; width: 380px; }
	.contactSection .textCol .aliyahProfile { height: 180px; width: 180px; }
	.contactSection .textCol .aliyahSignature { max-width: 260px; }
	.contactSection .textCol .contactTextInfo { padding-left: 180px; }
	.aboutPage .contentSection h3.aboutQuote { font-size: 50px }
	.coursesCard .cardHeader h3 { font-size: 70px; }
	.coursesCard .cardContent .cardDescription p { font-size: 16px; }
}

@media only screen and (max-width: 1280px) {
	.indexPage .hero .heroVideo { height: 100vh; width: calc(100vh * 1.78); }
	.featuresSection h3 { margin-bottom: 10px; }
	.featuresSection .featuresCol { padding: 0 10px; }
	.contactSection .formCol .form-group.form-group-checkbox { padding: 0 0px; }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.container { width: calc(100% - 25px); }
	.logoContainer.logoContainerRibbon { width: 120px; padding: 15px 5px 10px; }
	.indexPage .hero .heroTextBox { left: 50px; right: unset; width: calc(100vw - 250px); }
	.indexPage .hero .heroTextBox p.blurb { margin: -10px 0 10px; font-size: 18px; }
	.indexPage .hero .heroTextBox .btn { font-size: 16px; }
	.indexPage .hero { background-position: center top; background-size: 140%; }
	h2.fancyTitleF { font-size: 60px; }
	.featuresSection { overflow: auto; margin-bottom: 100px; }
	.featuresSection .featuresCol { padding: 0 0; }
	.featuresSection h3 { font-size: 22px; }
	.featuresSection p { font-size: 15px; }
	.featuresSection .btn span { font-size: 16px; }
	.introSection { background-position: calc(50vw - 70px) top; background-size: 80vw; }
	.navbar ul li { padding: 0 12px; font-size: 16px; }
	.navbar ul li a { max-width: 160px; }
	footer h3 { font-size: 16px; }
	.footerTextColumns {  }
	h2.fancyTitle.fancyTitleA { font-size: 50px; }
	.indexBlurb { font-size: 16px; }
	.introSection .padiMermaidIntro h2 img { max-width: 460px; }
	.eventPhotosSection .eventsTitle::before { height: 320px; width: 320px; }
	h2.fancyTitle.fancyTitleB { font-size: 56px; }
	.contactSection .textCol .aliyahProfile { height: 140px; width: 140px; }
	.contactSection .textCol .aliyahSignature { max-width: 200px; }
	.contactSection .textCol .contactTextInfo { padding-left: 0px; }
	.contactSection .textCol .contactTextInfo h3 { font-size: 20px; }
	.contactSection .textCol .contactTextInfo p.padiNo { font-size: 18px; }
	h2.fancyTitle.fancyTitleD { font-size: 50px }
	h2.fancyTitle.fancyTitleG { font-size: 90px; }
	.aboutPage .heroSection { background-position: 40% -50px; }
	.aboutPage .heroSection .aboutTitle { padding-left: 0px; }
	.aboutPage .contentSection[data-section="5"] { background-position: 75% top; }
	.padiPages.padiHome .hero .padiMermaidLogo { max-width: 380px; margin-right: 8px; }
	.padiPages.padiHome .hero h1,
	.mfiPages.mfiHome .hero h1 { font-size: 42px; }
	.padiPages.padiHome .contentSection h2.fancyTitle { font-size: 50px; }
	.mfiPages.mfiHome .contentSection h2.fancyTitle { font-size: 40px; }
	.padiPages.padiHome .contentSection p,
	.mfiPages.mfiHome .contentSection p { font-size: 16px; }
	.padiPages.padiHome .contentSection h2:not(.fancyTitle),
	.mfiPages.mfiHome .contentSection h2:not(.fancyTitle) { font-size: 32px; }
	.coursesCard[data-card="2"] .cardHeader { background-position: center 50%; }
	.coursesCard .cardHeader img { margin: 30px auto 0px; }
	.coursesCard .cardHeader h3 { margin-bottom: 0; font-size: 60px; }
	.coursesCard .cardContent .cardSpecs .cardTable tr td { font-size: 16px; }
	.coursesCard .cardContent .cardSpecs .cardTable tr td:nth-child(2) { width: 130px; }
	.coursesCard .cardContent .cardPrice h4 { margin: 0px 0 -10px; font-size: 22px; }
	.coursesCard .cardContent .cardPrice p { font-size: 40px !important; }
	.contactPage { padding-top: 180px; }
}

@media only screen and (max-width: 991px) {
	.container { width: calc(100% - 20px); }
	.logoContainer.logoContainerRibbon { width: 120px; padding: 15px 5px 10px; }
	header[data-mobile-state="open"] .navbar .container {  }
/*	.navbar { background-color: transparent; box-shadow: none; }*/
	.navbar .mobileMenu { display: block; }
	.navbar ul { display: none; }
	header[data-mobile-state="open"] ul { display: block !important; position: absolute; top: -1px; left: 100%; height: 100vh; width: 100vw; margin: 0; padding: 20px 20px 0; background-color: #ffeafc; text-align: left; z-index: 99; }
	.navbar .mobileOnlyItem,
	.navbar ul .mobileOnlyItem,
	.navbar ul li.mobileOnlyItem,
	.navbar ul li,
	.navbar ul li.mobileOnlyItem { display: block; }
	.navbar ul li a { display: inline-block; max-width: unset; margin-bottom: 10px; font-size: 30px; color: #323232 !important; text-shadow: none !important; }
	.navbar ul li a::after { border-bottom: 2px solid rgb(170,45,152,0.5) !important;  }
	.navbar ul li a br { display: none; }
	.navbar ul li a .blankSpace { display: inline-block; }
	.indexPage .hero { background-position: 28% 0%; background-color: black; }
	.indexPage .hero .heroVideo { left: calc((((100vh * 1.78) - 100vw) / 2) * -1) !important; height: 100vh; width: calc(100vh * 1.78); }
	.indexPage .hero .heroTextBox { transform: translateY(-50%); left: 0px; right: unset; width: 100%; padding: 0 70px; }
	.indexPage .hero .heroTextBox h1 { overflow: auto; }
	.indexPage .hero .heroTextBox h1 .aliyahSignature { max-width: 250px; margin: 0; }
	.indexPage .hero .heroTextBox p.blurb { margin: -10px 0 10px; font-size: 18px;  }
	.indexPage .hero .heroTextBox .btn { font-size: 16px; }
	.introSection { background-image: none; }
	.featuresSection .featuresCol { padding-bottom: 100px; }
	.featuresSection h3 { font-size: 32px;  }
	.featuresSection p { font-size: 22px; }
	.indexBlurbLeft { padding-right: 0px; }
	.indexBlurbRight { padding-left: 0px; }
	.middleDiv { position: relative; top: unset; transform: none; }
	.indexBlurb { font-size: 20px; text-align: center !important; }
	.introSection .container .fullHeightCol { min-height: auto; }
	.introSection h2.fancyTitle.fancyTitleA { display: block; max-width: 440px; margin: 60px auto 20px; font-size: 70px; }
	.introImg, .introVideo { margin: 25px 0; }
	.introSection .padiMermaidIntro { margin-top:25px; }
	.hidden-xs { display: none; }
	.eventPhotosSection .eventPhotosCol:first-child { margin-left: unset; }
	.eventPhotosSection .eventPhotosCol:last-child { margin-right: unset; }
	.footerLogoColumn { text-align: center; }
	.footerLogoColumn img { display: inline-block; }
	footer .footerBottom { margin: 10px 0 10px; text-align:center; }
	.contactSection { padding: 0 15px; }
	h2.fancyTitle.fancyTitleG { padding-left: 100px; font-size: 100px; }
	.aboutPage .heroSection { background-image: url('../img/aboutFull-01-mobile.jpg'); background-size: cover; background-position: center top; }
	.aboutPage .heroSection .aboutTitle { top: unset; bottom: 10%; padding-left: 0px; transform: unset; }
	.aboutPage .contentSection[data-section="5"] { background-position: 75% top; }
	.aboutPage .contentSection.quoteSection[data-section="3"] { background-image: url('../img/aboutFull-02-mobile.jpg'); background-size: cover; background-position: center center; }
	.aboutPage .contentSection.quoteSection[data-section="3"] .quoteContainer { padding-top: 100px; padding-bottom: 50vh; }
	.aboutPage .contentSection.quoteSection[data-section="3"] .quoteContainer h3.aboutQuote { font-size: 50px; background: unset; -webkit-text-fill-color: initial; color: white !important; text-shadow: 0 0 15px rgba(0,0,0,0.8); }
	.aboutPage .contentSection[data-section="4"] { background-position: center top; background-image: url('../img/aboutFull-03-mobile.jpg'); background-size: cover; }
	.aboutPage .contentSection[data-section="4"] .aboutText,
	.aboutPage .contentSection[data-section="5"] .aboutText { position: absolute; bottom: 40px; width: auto; }
	.aboutPage .contentSection[data-section="4"] h2 { text-align: left; color: white !important; text-shadow: 0 0 5px rgba(0,0,0,0.8); }
	.aboutPage .contentSection[data-section="4"] h2::after { left: 0px; background-color: rgba(255,255,255,0.5); transform: unset; }
	.aboutPage .contentSection[data-section="4"] p,
	.aboutPage .contentSection[data-section="4"] p b.textEmphasis { color: white; text-shadow: 0 0 5px rgba(0,0,0,0.8); }
	.aboutPage .contentSection[data-section="4"] h3.aboutQuote.aboutQuoteMargin,
	.aboutPage .contentSection[data-section="5"] h3.aboutQuote.aboutQuoteMargin { margin-top: 50px; }
	.aboutPage .contentSection[data-section="4"] h3.aboutQuote.aboutQuoteMargin { margin-top: 50px; color: white !important; text-shadow: 0 0 15px rgba(0,0,0,0.5); background: none; background-clip: border-box; -webkit-background-clip: initial; -webkit-text-fill-color: initial; }
	.aboutPage .contentSection[data-section="5"] { background-position: center top; background-image: url(../img/aboutFull-04-mobile.jpg); }
	.aboutPage .contentSection[data-section="5"] h2 { text-align: left; }
	.aboutPage .contentSection[data-section="5"] h2::after { left: 0px; transform: unset; }
	.padiPages.padiHome .hero .padiMermaidLogo,
	.mfiPages.mfiHome .hero .padiMermaidLogo { margin-right: 0px; }
	.padiPages.padiHome .contentSection h2.fancyTitle,
	.mfiPages.mfiHome .contentSection h2.fancyTitle { display: block; max-width: 380px; margin: 0px auto 20px; font-size: 60px; }
	.coursesSection .cardsRow,
	.coursesSection .cardsRow > div,	
	.coursesCard,
	.coursesCard .cardContent,
	.coursesCard .cardContent .cardSpecs { display: block; flex-direction: unset; flex-grow: unset; }
	h2.fancyTitle.fancyTitleD { margin: 20px 0px 0px; font-size: 50px; }
	.contactSection .textCol,
	.contactSection .formCol { padding: 0px; }
	.contactPage { padding-top: 120px; }
	.contactPage .contactSection { position:relative; }
	.contactPage .contactSection .container { padding: 0px; }
}

@media only screen and (max-width: 930px) {
	.padiPages.padiHome .hero .padiMermaidLogo { display: block; max-width: 100%; margin: 0 auto; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

/** Ref Height: 1024px **/
@media only screen and (max-width: 768px) {
	.navbar ul .mobileMenuLogo img { max-width: 200px; }
	.section.sectionFullHt { min-height: 100vh; height: auto; max-height: auto; }
	.indexPage .hero {  }
	.indexPage .hero .heroTextBox { top: 50%; right: unset; width: 100%; padding: 0 50px; transform: translateY(-50%);; }
	.indexPage .hero .heroTextBox h1 .aliyahSignature { display: block; max-width: 100%; margin: 0 auto 10px; float: none; }
	.indexPage .hero .heroTextBox h1 .padiMermaidLogo.padiMermaidLogoBlack { display: block; max-width: 100%; margin: 0 auto; float: none; }
	.indexPage .hero .heroTextBox h1 { float: none; width: auto; margin: 0 auto; }
	.indexPage .hero .heroTextBox p.blurb,
	.indexPage .hero .heroTextBox .btn { display: none; }
	.aboutPage .heroSection { background-position: center top; }
	.aboutPage .contentSection .container { padding-top: 25px; padding-bottom: 25px; }
	.aboutPage .contentSection h3.aboutQuote { font-size: 40px !!important; }
	aboutPage .contentSection p { text-shadow: 0 0 10px rgba(0,0,0,0.75); }
	.aboutPage .contentSection[data-section="4"] { background-position: center top; }
	.aboutPage .contentSection[data-section="5"] { background-size: cover; }
	.introSection { min-height: auto; }
	.introSection .padiMermaidIntro { margin-bottom: 100px; }
	.featuresSection h3 { font-size: 32px;  }
	.featuresSection p { font-size: 20px; }
	.eventPhotosSection { min-height: auto; }
	.eventPhotosSection .container .eventPhotosCol.fullHeightCol { min-height: auto; }
	.padiPages.padiHome .hero .container,
	.mfiPages.mfiHome .hero .container { padding: 0 20px; }
	.padiPages.padiHome .contentSection h2.fancyTitle,
	.mfiPages.mfiHome .contentSection h2.fancyTitle { display: block; max-width: 380px; margin: 0px auto 20px; font-size: 60px; }
	.contactSection .textCol .aliyahFeature { display: block; max-width: 410px; margin: 0 auto; }
	.contactSection .textCol .aliyahProfile { height: 150px; width: 150px; }
	.contactSection .textCol .aliyahSignature { max-width: 250px; }
	.contactSection .textCol .contactTextInfo { padding-left: 0px; }
	.contactSection .textCol .contactTextInfo h3 { text-align: center; }
	.contactSection .textCol .contactTextInfo p.padiNo { text-align: center; }
	.contactSection .textCol .contactTextInfo p.aliyahContact { padding-left: 0px; text-align: center; }
	.contactSection .textCol .contactTextInfo p.aliyahContact i { position: relative; top: unset; left: unset; transform: unset; margin-right: 4px; }
	.contactSection .textCol .contactTextInfo ul.socialIcons li { text-align: center; }
}

@media only screen and (max-width: 767px) {
	
}

/** Ref Height: 1024px **/
@media only screen and (max-width: 600px) {
	h2.fancyTitleF .fancyTitleF-1 { margin: 0em 0.8em -0.2em 0em; }
	h2.fancyTitleF .fancyTitleF-2 { margin: 0em 0em 0em 1.3em; }
	h2.fancyTitle.fancyTitleG { padding-left: 12.5%; font-size: 90px; }
	.aboutPage .contentSection h2 { font-size: 30px; }
	.aboutPage .contentSection h2::after { width: 75px; }
	.aboutPage .contentSection p { font-weight: 300; }
	.aboutPage .contentSection h3.aboutQuote { font-size: 38px !important; }
	.contactSection .textCol .aliyahFeature { max-width: 360px; }
	.contactSection .textCol .aliyahProfile { height: 130px; width: 130px; }
	.contactSection .textCol .aliyahSignature { max-width: 220px; }
	.coursesCard .cardContent .cardSpecs .cardTable tr td:nth-child(2) { width: 150px; }
}

/** Ref Height: 950px **/
@media only screen and (max-width: 550px) {
	  h2.fancyTitle.fancyTitleG { font-size: 80px; }
	.contactSection .textCol .aliyahFeature { max-width: 340px; }
	.contactSection .textCol .aliyahProfile { height: 120px; width: 120px; }
	.contactSection .textCol .aliyahSignature { max-width: 210px; }
}

/** Ref Height: 867px **/
@media only screen and (max-width: 520px) {
	.introSection { padding-top: 50px; }
	.introSection h2.fancyTitle.fancyTitleA,
	.padiPages.padiHome .contentSection h2.fancyTitle,
	.mfiPages.mfiHome .contentSection h2.fancyTitle { display: block; max-width: 380px; margin: 0 auto 20px; font-size: 60px; }
	.eventPhotosSection .eventsTitle::before { height: 320px; width: 320px; }
	h2.fancyTitle.fancyTitleB { font-size: 56px; }
	h2.fancyTitle.fancyTitleD { font-size: 40px; }
	.aboutPage .contentSection[data-section="5"] { min-height: 125vh; }
	.contactSection .textCol .aliyahFeature { max-width: 290px; }
	.contactSection .textCol .aliyahProfile { height: 100px; width: 100px; }
	.contactSection .textCol .aliyahSignature { max-width: 180px; }
	.contactSection .textCol .contactTextInfo h3 { font-size: 20px; }
	.contactSection .textCol .contactTextInfo p.padiNo { font-size: 16px; }
	.coursesCard .cardContent .cardDescription { padding: 0 0 15px; }
	.coursesCard .cardContent .cardSpecs { padding: 15px 0; }
	.coursesCard .cardContent .cardSpecs .cardTable tr td:nth-child(2) { width: 130px; }
	.coursesCard .cardContent .cardSpecs .cardTable tr td { font-size: 16px; }
}

/** Ref Height: 853px **/
@media only screen and (max-width: 480px) {
	.container { width: 100%; }
	.container { width: calc(100% - 20px); }
	.introSection h2.fancyTitle.fancyTitleA,
	.padiPages.padiHome .contentSection h2.fancyTitle,
	.mfiPages.mfiHome .contentSection h2.fancyTitle { max-width: 310px; font-size: 50px !important; }
	h2.fancyTitleF { font-size: 70px; }
	h2.fancyTitle.fancyTitleG { padding-left: 10%; }
	h2.fancyTitleG .fancyTitleG-1 .fancyTitleG-1a { display: block; font-size: 0.7em; margin: 0em 2.6em -0.2em 0em; }
	.introSection .padiMermaidIntro { margin-bottom: 50px; }
	.aboutPage .contentSection h3.aboutQuote { padding: 0; }
	.aboutPage .contentSection[data-section="4"] { min-height: 125vh; }
	.contactSection .contactForm { padding: 30px 30px; }
	.contactSection .textCol .aliyahFeature { max-width: 250px; }
	.contactSection .textCol .aliyahProfile { height: 80px; width: 80px; }
	.contactSection .textCol .aliyahSignature { max-width: 160px; }
	.coursesCard .cardContent .cardPrice h4 { font-size: 22px; }
	.coursesCard .cardContent .cardPrice p { font-size: 40px !important; }
	.coursesCard .cardContent .cardSpecs .cardTable tr td:nth-child(1) { padding-right: 0px; }
	.coursesCard .cardContent .cardSpecs .cardTable tr td:nth-child(2) { width: 120px; }
	.coursesCard .cardContent .cardSpecs .cardTable tr td { font-size: 14px; }
}

/** Ref Height: 764px **/
@media only screen and (max-width: 430px) {
	h2.fancyTitleF { font-size: 66px; }
	.featuresSection h3 { font-size: 30px; }
	.contactSection .textCol .contactTextInfo ul.socialIcons li p.socialHandle span:last-child { display: block; }
	.aboutPage .contentSection h3.aboutQuote { font-size: 32px !important; }
	.aboutPage .contentSection p { font-size: 16px; }
	.aboutPage .contentSection[data-section="4"] { min-height: 125vh; background-position: center -15vh; background-size: 105vh auto; }
}

/** Ref Height: 747px **/
@media only screen and (max-width: 420px) {

}

/** Ref Height: 711px **/
@media only screen and (max-width: 400px) {
	.introSection h2.fancyTitle.fancyTitleA,
	.featuresSection .btn span { font-size: 18px; }
	.padiPages.padiHome .contentSection h2.fancyTitle,
	.mfiPages.mfiHome .contentSection h2.fancyTitle { max-width: 272px; font-size: 44px; }
	.aboutPage .contentSection[data-section="5"] { min-height: 135vh; background-position: center - 10vh; background-size: 110vh auto; }
}

/** Ref Height: 675px **/
@media only screen and (max-width: 380px) {
	.introSection h2.fancyTitle.fancyTitleA,
	.padiPages.padiHome .contentSection h2.fancyTitle,
	.mfiPages.mfiHome .contentSection h2.fancyTitle { font-size: 44px !important; }
}

@media only screen and (max-height:300px) and (max-width:300px) {
	
}

@font-face {
	font-family: 'Hiruko Pro';
	src:	url('../fonts/hirukoproregular-webfont.woff2') format('woff2'),
			url('../fonts/hirukoproregular-webfont.woff') format('woff'),
			url('../fonts/hirukoproregular-webfont.ttf') format('truetype'),
			url('../fonts/hirukoproregular-webfont.svg#hiruko_proregular') format('svg');
	font-weight: 500;
	font-style: normal;
}