@import url('styles.css');
@import url('stylesv22.css');
@import url('utilities.css');
@import url('fonts.css');

/*

Main CSS file for School Apps

Date: 24/04/2017
Platform: IOS & Android

*/
.close-picker {
    color: #007aff !important;
}
.android .close-picker {
    color: white !important;
}

.page-content img {
	max-width: 100%;
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
	font-family: Lato;
}
body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: text;                  /* prevent copy paste, to allow, change 'none' to 'text' */
}
.fa {
    font-size: 1.6em;
    color:whitesmoke;
    background:none;
}
.navbar .center {
	color:whitesmoke;
}
.page{
	background-size: cover;
	background-position: center;
}
.close-popup{
	color:whitesmoke;
	background:rgba(0,0,0,0);
}
.button {
	border: none;
	color: #fff;
}
.notifications {
	z-index:9999999 !important;
}
.page-header {
	padding: 20px 0px;
	font-weight: 700;
	color: #000;
	text-align: center;
	font-size: 22px;
}
.page-rule {
	width: 50px;
	border: none;
	margin: 0px auto 20px auto;
	height: 5px;
}
.page-inner {
    margin: 20px auto;
    width: 90%;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
}
.app-button {
	display: block;
	width: 90%;
	box-sizing: border-box;
	padding: 20px;
	font-weight: 700;
	border-radius: 5px;
  	margin: auto;
  	margin-bottom: 20px;
  	color: #fff;
  	border: none;
  	font-size: 16px;
    -webkit-appearance: none;
  	transition: background 300ms;
}
.file-upload-button {
	margin-top: 10px;
	display: block;
	box-sizing: border-box;
	width: 100%;
}
.file-upload-button::-webkit-file-upload-button {
	font-weight: 700;
	border-radius: 5px;
	background: none;
	border: 1px solid #ddd;
	padding: 10px;
}

/******************************************* IPHONE ONLY ********************************************/
.ios ._school-calendar .picker-modal-inner {
    margin-top:10px;
    height:340px !important;
    overflow:visible !important;
}
.ios ._school-calendar {
    height:340px !important;
}

/******************************************* ANDROID SPECIFIC STYLES ********************************************/
.android .push-page-notifications ul {
	background:none !important;
}
.android .push-page-notifications .item-content {
	padding-left:12px;
}
.android .push-page-notifications .notification-item {
	position:static;
	margin:7px auto;
	background:#fff;
	border-radius:3px;
}
.android .push-page-notifications ul {
	background:none !important;
}
.android .push-page-notifications .item-content {
	padding-left:12px;
}
.android .navbar-inner {
	padding:0px 8px !important;
}
.android .toolbar-fixed .page-content {
	/* Add some navbar padding */
	padding-top:56px !important;
	padding-bottom:50px !important;
}
.android ._school-calendar-page-content .picker-header {
	display:none;
}
.android .navbar .center {
	width:100%;
	text-align:center;
}
.android .panel {
	background: #000 !important;
}
.android .card-content-inner {
	color:#000;
}
.android ._school-calendar .picker-footer {
	display:none;
}
.android ._school-calendar .picker-modal-inner {
	height:380px !important;
	overflow:visible !important;
}
.android ._school-calendar {
	height:380px !important;
}
.android input, 
.android textarea {
	/* font-family: Arial !important; */
}

/* SAS Signup Form */
.android .account-form ul {
	background:#ddd;
	border-radius:3px;
}
.android .account-form ul input {
	color:#000;
}
.android .account-form ul .item-title {
	color:#000;
	text-align:left;
	font-size:16px !important;
}

/* Tell us About Yourself */
.android .user-data-block {
	background:#ddd;
	border-radius: 5px;
}
.android .user-data-block input {
	color:#000;
}
.android .user-data-block .item-title {
	text-align:left;
	color:#000;
	font-size:16px !important;
}
.android .user-data-block .label-radio .item-title {
	margin-top:6px;
}
.android .school-resource .item-media {
	margin-top:12px;
}

/******************************************* New Rewards Page  ********************************************/
.reward-content {
	background: #f0f2f8;
}
._school-reward-page-container {
	width: 90%;
	background: #fff;
	margin: 20px auto;
	box-sizing: border-box;
	border-radius: 5px;
}
._school-reward-page-header {
	padding: 20px 0px;
	font-weight: 700;
	color: #000;
	text-align: center;
	font-size: 22px;
}
._school-reward-page-rule {
	width: 50px;
	border: none;
	margin: auto;
	height: 5px;
}
._school-reward-page-content {
	padding: 20px 0px;
	text-align: center;
	color: #828282;
}
._school-reward-page-container__top {
	border-bottom: #f0f2f8 dashed 3px;
	padding: 10px;
}
._school-reward-page-steps {
	padding: 10px;
	position: relative;
}
.reward-step {
	text-align: center;
	padding: 10px;
	position: relative;
	width: 70px;
	height: 70px;
	margin: auto;
	position: relative;
}
.reward-step__step {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
}
.reward-step__step--collected {
	z-index: 9;
}
.reward-step__step--outline {
	z-index: 10;
}
.reward-step__step--hidden {
	display: none;
}
.reward-redeem {
	display: block;
	width: 90%;
	box-sizing: border-box;
	padding: 20px;
	font-weight: 700;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 20px;
	color: #fff;
	border: none;
	font-size: 16px;
	-webkit-appearance: none;
	transition: background 300ms;
}
._school-reward-page-howto {
	padding: 20px;
	text-align: center;
}
._school-reward-page-howto__title {
	font-weight: 700;
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}
._school-reward-page-howto__body {
	color: #828282;
}
.reward-step__big-star {
	display: none;
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

/******************************************* Jobs Page  ********************************************/
.jobs-tabs {
	/* width: 90%; */
	/* margin: 0px auto; */
}
.jobs-tabs__button {
	-webkit-appearance: none;
	border: 2px solid #fff;
	border-radius: 5px;
	width: 100%;
	color: #000;
	background: #fff;
	padding: 20px;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	transition: background 200ms, color 200ms;
}
.jobs-section {
	display: none;
}
.jobs-section--active {
	display: block;
}

/* Jobs Board Section */
.jobs-content {
	background: #f0f2f8;
}
.jobs-list {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.job-link {
	color: #000;
	text-decoration: none;
}
.job {
	padding: 20px 40px 20px 20px;
	margin-bottom: 10px;
	border-left: 7px solid #d5daea;
	border-radius: 5px;
	position: relative;
	background: #fff;
}
.job--category-hide {
	display: none;
}
.job--search-hide {
	display: none;
}
.job__title {
	font-weight: 700;
	margin-bottom: 5px;
	text-overflow: ellipsis;
}
.job__text {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.job__arrow {
	position: absolute;
	color: #000;
	top: 50%;
	right: 0;
	margin-right: 10px;
	transform: translate(0, -50%);
}
.jobs-single-content {
	background: #f0f2f8;
}
.jobs-single-meta {
	font-weight: 700;
	margin-bottom: 10px;
}
.jobs-single-meta span {
	font-weight: initial !important;
}
.popup-jobs-single-apply {
	background: #f0f2f8;
}
.jobs-search {
	text-align: center;
}

/* Location Section */
.jobs-control {
	margin: 20px 0px;
}
.jobs-control__label {
	font-weight: 700;
	font-size: 14px;
	display: block;
	color: #333;
}
.jobs-control__radio {
	margin-top: 10px;
	padding-left: 30px;
	position: relative;
	color: #000;
}
.jobs-control__radio input {
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.jobs-control__radio__button {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	background: #fff;
}
.jobs-control__radio__button i {
	display: none;
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 16px;
}
.jobs-control__radio input:checked + .jobs-control__radio__button i {
	display: block;
}
.jobs-control__salary {
	position: relative;
}
.jobs-control__salary::after {
	display: flex;
	content: "\f154";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 12px;
	align-items: center;
	height: 100%;
	color: #495057;
	background: #e9ecef;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 5px 0px 0px 5px;
}
.jobs-control__salary input {
	padding-left: 40px !important;
}

/******************************************* Jobs Map Page *******************************************/
.jobs-map {
	height: 100%;
}

/******************************************* Upload Page  ********************************************/
.upload-description {
	text-align: center;
}

/******************************************* Gallery Album Page  ********************************************/
.gallery-album-thumbnail__item {
	width: 50%;
	height: auto;
	padding-top: 50%;
	background-position: center center !important;
	background-size: cover !important;
	background-color: rgba(0,0,0,0.6) !important;
}

/******************************************* Index Tabs ********************************************/
.img-respond{
	width: 100%;
}
._school-tabs-container {
	height:auto;
}
._school-tabs-content {
	position: relative;
	width:100%;
	height:auto;
	margin-bottom:8px;
}
._school-tabs-image {
	width:100%;
	height:auto;
	left:0%;
	height:0%;
	border: 2px solid #fff;
}
._school-tabs-text {
	position: absolute;
	left:50%;
	top:50%;
	transform: translateX(-50%) translateY(-50%);
	padding:10px;
	background: rgba(255,255,255,0.8);
	z-index:1000;
	text-transform: uppercase;
	font-weight:700;
	font-size:1.2em;
	width:75%;
}
._school-tabs-text.--hidden {
	display: none;
}

/******************************************* Push Groups ********************************************/
.push-group {
	background:none !important;
	padding:15px 10px 15px 10px;
	border-top: none !important;
	border-bottom: none !important;
	color:#fff !important;
	margin-bottom:20px !important;
}
.push-group > .push-group-title {
	font-size:1.2em;
}
.push-groups > ul {
	background: none !important;
}
.push-groups-primary-list.--hidden,
.push-groups-secondary-list.--hidden {
	display: none;
}
.push-group-text {
	color:white;
	margin-bottom: 20px;
}
/******************************************* Photobrowser ********************************************/
.photobrowser-navbar {
	background: rgba(0,0,0,0) !important;
}
.swiper-slide-active > span.swiper-zoom-container{
  transform: rotateX(0deg);
}
.swiper-slide-active > span.swiper-zoom-container img {
	transform: rotateX(0deg);
}

/******************************************* Popups ********************************************/
.popup-page-content{
	background-size: 100% 100%;
    background-repeat: no-repeat;
	color:#fff !important;
	font-size: 1.2em;
}
.sas-style-popup {
	background-image: url('../../img/sas_background.jpg');
}
.rocket-style-popup {
	background-image: url('../../img/rocket_background.png');
}

/******************************************* Generic Page Styles ********************************************/
.page-content {
    overflow-y: scroll;
    overflow-x: hidden;
}
.sub-page-content-block{
    font-size: 1.2em;
}
/* Only affect external links within the content */
.school-buttons{
    color: #fff !important;
    border: none;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size:1.2em;
    height:auto;
    padding:2px;
}
.list-block {
	margin:0px !important;
}
.vr{
	width:2px;height:80%;margin-top:10%;background:whitesmoke;
}
.sub-page-title{
	text-align: center;
	color: #000;
	font-size: 1.5em;
}
.page-header-title{
	text-align: center;
	font-size: 1.2em;
	background:#dadada;
	line-height: 1.2em;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:10px;
}
.header-button {
	-webkit-appearance: none;
	border: 2px solid #fff;
	border-radius: 5px;
	width: 100%;
	color: #000;
	background: #fff;
	padding: 20px;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	transition: background 200ms, color 200ms;
}
._school-logo{
	text-align: center;
}
._school-logo img {
	max-width: 100%;
}
._school-side-menu h1{
	color:whitesmoke;
	font-size: 1.3em;
}
._school-side-menu p{
	color:whitesmoke;
	font-size: 1.1em;
}
.bar-links {
	border:none;
}
.white{
	color: whitesmoke;
}
.statusbar-overlay {
	color:white;
}
.offline-message_header {
	margin:0px;
}
.offline-message_content {
	margin:20px 20px;
	text-align:center;
}
._school-name {
	font-size: 18px;
	font-weight: 700;
}
.school-name-slide-container {
	overflow:hidden;
}
.school-name-slide {
	transform: translateX(100%);
	animation-name: school-name-slider;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes school-name-slider {
	0% {transform: translateX(100%);}
	100% {transform: translateX(-100%);}
}
.index-page .page-content {
    padding-bottom: 44px;
}
._school-single-page-resources::before,
._school-single-page-resources::after {
    display:none !important;
    content:none !important;
}

/******************************************* School Resources ********************************************/
._school-single-page-resources,
._school-list-single-page-resources {
	padding: 0 16px;
}
.school-resource {
    background: #fff;
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    min-height: 130px;
}
.school-resource--img {
	padding-top: 0px;
}
.school-resource__thumbnail {
	font-size: 3em;
	text-align: center;
	margin-bottom: 20px;
}
.school-resource__thumbnail__img {
	width: 100%;
	padding-top: 50%;
	background-position: center center !important;
	background-size: cover !important;
	display: block;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.school-resource__text {
	font-weight: 700;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: rgb(158, 158, 158);
}

/******************************************* Push Messages Page ********************************************/
.push-page-notifications {
	display:block;
	position:static;
}
.push-page-notifications .notification-item {
	position:static;
}
.push-page-notifications .item-text {
	display:block !important;
	max-height:none !important;
}

._push-message {
	position: relative;
}
.push-notification-badge {
	position: absolute;
	top: 0px;
	left: 52%;
	border-radius: 50px;
	background: red;
	color: white;
	padding-top: 10px;
	line-height: 0;
	width: 20px;
	height: 20px;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 12px;
}

.ios .push-notification-badge {
	top: 0px;
}

.android .push-notification-badge {
	top: 2px;
}

/******************************************* Icon Template ********************************************/
.tab-icon-block {
	margin-bottom:40px;
}
.tab-icon {
	font-size:3em;
	margin-bottom:10px;
}
.tab-icon-text {
	font-size:1.2em;
	font-weight:700;
	margin-top: 10px;
}

/******************************************* Icon Square Template ********************************************/
.tab-icon-square-block {
	background: #fff;
	text-align: center;
	border-radius: 5px;
	width: 100%;
	max-width: 156px;
	min-height: 156px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	box-sizing: border-box; /* padding included in final height value */
}

/* Only run when not on a tablet. */
@media (max-width: 767px) {
	.tab-icon-square-block--right {
		margin-right: 0px;
		margin-left: auto;
	}
	.tab-icon-square-block--left {
		margin-left: 0px;
		margin-right: auto;
	}
}
.tab-icon-square-icon {
	font-size: 5em;
}
.tab-icon-square-link {
	display: block;
	width: 100%;
	height: 100%;
}
.tab-icon-square-text {
	margin-top: 10px;
	color: rgb(158, 158, 158);
	font-weight: 700;
}
.tab-icon-square-text.--hidden {
	display: none;
}

/******************************************* Billboard Theme ********************************************/
.billboard-block {
	width: 100%;
	height: auto;
	padding-top: 100%;
	background-size: cover !important;
	background-position: center center !important;
	position: relative;
	overflow: hidden;
}
.billboard-block--full {
	padding-top: 50%;
}
.billboard-block__text {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	font-weight: 700;
	line-height: 0.9;
	transform: translate(0, -50%);
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	font-family: BebasNeueBold;
	box-sizing: border-box;
	padding: 0px 5px;
}
.billboard-block__text.--hidden {
	display: none;
}
.billboard-block--full .billboard-block__text {
	font-size: 44px;
}

/******************************************* Billboard V2 Theme ********************************************/
.billboard-v2-tab {
	width: 100%;
	height: auto;
	padding-top: 50%;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	position: relative;
	overflow: hidden;
	border: 2px solid #fff;
	box-sizing: border-box;
}

.billboard-v2-tab__title {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	font-weight: 700;
	line-height: 1.2;
	transform: translate(0, -50%);
	color: #fff;
	font-size: 24px;
	/* font-family: BebasNeueBold; */
	box-sizing: border-box;
	padding: 0px 5px;
}

.billboard-v2-tab__title.--hidden {
	display: none;
}

.billboard-v2-col-left .billboard-v2-tab {
	padding-top: calc(200% + 4px); /* To account for border width */
}

.billboard-v2-col-right .billboard-v2-tab {
	padding-top: 100%;
}

/******************************************* Billboard Theme Modified ********************************************/
.billboard-block--modified .billboard-block__text {
	text-align: right;
	padding-right: 1em;
	padding-bottom: 1em;
	font-size: 28px;
	top: 100%;
	transform: translate(0, -100%);
	text-transform: unset;
	letter-spacing: 1px;
	line-height: 1;
	font-family: Lato;
}

.billboard-block--modified.billboard-block--full .billboard-block__text {
	left: 50%;
	width: 50%;
	font-size: 28px;
}

.billboard-block--modified .billboard-block__arrow {
	background: url('../../img/billboard-block-arrow.png') no-repeat;
	background-position: center right;
	background-size: contain;
    height: 20px;
    margin-top: 15px;
}

/******************************************* Big Area Theme ********************************************/
.big-area-block {
	position: relative;
	background: url(../../img/big_area_bg.png) repeat;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
}
.big-area-block * {
	font-family: SourceSansPro;
}
.big-area-block::before, .big-area-block::after {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	background: #fff;
	opacity: 0.3;
    width: 50px;
    height: 1px;
}
.big-area-block::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.big-area-item {
	text-align: center;
	margin: 30px 0px;
}
.big-area-item__icon {
	font-size: 4em;
}
.big-area-item__label {
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0px;
	font-weight: 400;
	font-size: 16px;
}
.big-area-list {
	margin-bottom: 10px;
}
.big-area-list-item {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	padding: 25px 0px;
	position: relative;
	font-weight: 400;
}
.big-area-list-item::after {
	content: '';
	width: 60px;
	height: 2px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0px auto;
}

/* Fixtures */
.big-area-fixtures * {
	font-family: SourceSansPro;
}
.big-area-fixture-item__inner {
	padding: 20px 0px;
	background: #fff;
	text-transform: uppercase;
	overflow: hidden;
}
@media (min-width: 768px) {
	.big-area-fixture-item__inner {
		height: 75px;
	}
}
.big-area-fixture-item__team-img {
	width: 70px;
	height: auto;
}
.big-area-fixture-item__title {
	margin: 0px;
	font-size: 18px;
	font-weight: 700;
}
.big-area-fixture-item__desc {
	margin: 0px;
	font-weight: 400;
	font-size: 16px;
}
.big-area-fixture-item__extra {
	margin: 0px 0px 5px 0px;
	font-weight: 400;
	font-size: 16px;
}
.big-area-fixture-item__bar {
	position: relative;
	overflow: hidden;
	color: #fff;
	font-weight: 400;
	padding: 5px 0px;
}
.big-area-fixture-item__bar::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -25%) rotate(45deg);
	width: 15px;
	height: 200%;
	background: rgba(0,0,0,0.2);
}
.big-area-fixture-item__bar::before {
	content: 'v';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: 400;
	z-index: 1;
	font-size: 12px;
}
.big-area-fixture-item__bar--left {
	text-align: left;
	margin-left: 10px;
}
.big-area-fixture-item__bar--right {
	text-align: right;
	margin-right: 10px;
}

/******************************************* List Icon Theme ******************************************/
.list-icons-item {
	margin-bottom: 25px;
	color: #fff;
}
.list-icons-item__icon {
	font-size: 2.5em;
}
.list-icons-item__title {
	font-size: 16px;
	font-weight: 700;
	margin-top: 8px;
	text-align: left;
}

/******************************************* Clear Tile Theme ********************************************/
.clear-tile {
	/* background: url("/img/tile-bg.png") no-repeat; */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
	margin: 10px 0px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 0;
	padding-top: 50%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.clear-tile.clear-tile--half {
	padding-top: 100%; /* Dynamic height based on the width */
}

.clear-tile .clear-tile__title {
	margin-bottom: 2em;
	padding: 1em 2em;
	border-radius: 10px;
	background: #fff;
	color: #444444;
	font-size: 14px;
	font-weight: bold;
}

.clear-tile.clear-tile--half .clear-tile__title {
	flex: 1;
	margin: 1em;
}

/* Header */
.clear-tiles-header {
	padding: 2em 1em;
	padding-bottom: 40px;
	margin-bottom: -60px;
}
.clear-tiles-header img {
	max-width: 100%;
	/* height: 50px; */
}

@media (min-width: 768px) {
	.clear-tile {
		padding-top: 100%;
	}
	.clear-tile .clear-tile__title {
		padding: 2em 4em;
	}
}

/******************************************* Circle Icons Theme ********************************************/
.circle-icon {
	margin-bottom: 2em;
}

.circle-icon__inner {
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	margin: 0 auto 5px auto;
	padding-top: 18px;
	border: 4px solid #ffffff;
	border-radius: 50px;


}

.circle-icon__icon {
	font-size: 2em;
}

.circle-icon__text {
	color: #fff;
	font-weight: bold;
	margin: 0;
}

/******************************************* Settings Page ********************************************/
.user-data-button, .user-data-send-button {
	border:none;
	color:#fff;
	background: #21abb5;
}
.user-data-help {
	line-height:42px;
}

/******************************************* User Data Page ********************************************/
.popup-user-data {
	z-index: 11001;
}
.user-data-block {
	margin-top:50px !important;
	margin-bottom:50px !important;
}
.user-data-user-frame {
	color:white;
	text-align: center;
	display:block;
	font-size:5em;
}
.skip-button {
	width: 100%;
	text-align: right;
	background: transparent !important;
}
.checkbox-label {
	line-height: 32px;
}
.condition-tab {
	display: block;
	margin: -30px 0 0 0;
	text-align: center;
	color: #000;
}
.condition-tab__image {
	position: relative;
	border-radius: 50%;
	top: 25px;
	left: -23px;
	z-index: 1;
	width: 30px;
	border: 2px solid;
}
.condition-tab__icon {
	font-size: 56px;
	display: block;
	text-align: center;
	margin: 0 0 10px 0;
}
.user-data-send-button {
	background: #51d476 !important;
}
.checkbox.--error {
	background: #ff4442;
}
.form-group__input.--error {
	border-color: #ff4442;
}
.user-data-skip-button {
	background: #ff4442;
	padding: 10px;
	margin-right: 10%;
}

/******************************************* Navbar and Toolbar ********************************************/
.hamburger {
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	margin-top: 2px;
	overflow: visible; }
	.hamburger:hover {
	  opacity: 0.7; }
  
  .hamburger-box {
	width: 30px;
	height: 16px;
	display: inline-block;
	position: relative; }
  
  .hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; }
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	  width: 30px;
	  height: 3px;
	  background-color: #fff;
	  border-radius: 4px;
	  position: absolute;
	  transition-property: transform;
	  transition-duration: 0.15s;
	  transition-timing-function: ease; }
	.hamburger-inner::before, .hamburger-inner::after {
	  content: "";
	  display: block; }
	.hamburger-inner::before {
	  top: -7px; }
	.hamburger-inner::after {
	  bottom: -7px; }
/*
   * Squeeze
   */
   .hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	.hamburger--squeeze .hamburger-inner::before {
	  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
	.hamburger--squeeze .hamburger-inner::after {
	  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  
  .hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	.hamburger--squeeze.is-active .hamburger-inner::before {
	  top: 0;
	  opacity: 0;
	  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
	.hamburger--squeeze.is-active .hamburger-inner::after {
	  bottom: 0;
	  transform: rotate(-90deg);
	  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }



.navbar-logo {
	height:30px;
	width:30px;
	margin-top:3px;
}
.toolbar {
	height: 50px;
}
.toolbar i{
	font-size: 2em;
}
.toolbar-inner{
	padding: 0 30px;
}
.toolbar:before{
    height: 0px;
    /*background-color: rgba(0,0,0,0);*/
}
.navbar:after{
	height: 0px;
	/*background: rgba(0,0,0,0);*/
}

/* New toolbar */
.toolbar .row {
	width: 100%;
}
.toolbar .link {
	color: #fff;
	text-align: center;
}
.toolbar .link > div {
	margin-bottom: -5px;
	width: 100%;
}
.toolbar .link i {
	font-size: 1.5em;
	display: block;
	margin-top: 12px;
	margin-bottom: -15px;
}
.toolbar .link label {
	font-size: 12px;
}

/******************************************* List Page ********************************************/
.list-page-list-item {
	overflow:hidden;
}
/* Remove styling of some tags so they sit nicely in the list */
.list-page-list-item p,
.list-page-list-item ul,
.list-page-list-item li {
	padding:0px;
	margin:0px;
}
.list-page-list-item a{
	text-decoration: none;
	color:#8e8e93;
}
.list-single-content * {
	outline: none;
}
._school-list-single-page-content {
	color: #000;
}

/******************************************* List Page Slick Arrows & Dots  ********************************************/
.list-single-slick-controls {
	height: 50px;
	position: relative;
}
.slick-arrow {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 16px;
	margin: 0px 10px;
	background: none;
	padding: 0;
	border: none;
}
.slick-prev {
	left: 0;
	text-align: left;
}
.slick-next {
	right: 0;
	text-align: right;
}
.slick-dots {
	width: 80%;
	margin: 0px auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	list-style-type: none;
	text-align: center;
	padding: 0px;
}
.slick-dots li {
	display: inline-block;
	margin: 0px 5px;
}
.slick-dots li button {
	width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 50px;
    border: none;
    display: block;
    padding: 0;
}
.slick-dots li.slick-active button {
	background: #fff !important;
}

/******************************************* Calendar Page ********************************************/
.card {
    margin: 0px;
    margin-top:20px;
}
/* Override calendar toolbar being hidden by F7 */
.calendar-custom-toolbar {
    transform: none !important;
    -webkit-transform: none !important;
}
._school-calendar-page-content {
	margin:0px !important;
	margin-top:0px !important;
	padding:0px !important;
}
.calendar-custom-toolbar .icon-only {
	border:none !important;
	background: rgba(0,0,0,0) !important;
}
.card-header {
	position:relative;
}
.calendar-event-button {
	position:absolute;
	top:50%;
	left:100%;
	transform: translateY(-50%) translateX(-150%);
	color:black;
}
.card-header p {
	margin-right:30px;
}
.calendar-event-add {
	color:#007aff;
}
.calendar-event-tick {
	color:green;
}
.event-hide {
	opacity: 0;
	transition: opacity 0.4s;
}

/******************************************* iFrame Page ********************************************/
._school-iframe-page-content {
	margin:0px 0px !important;
}
._school-iframe-page-content-iframe {
	border:none;
	margin:0px;
	padding:0px;
	height:600px;
	width:100%;
	-webkit-overflow-scrolling:touch;
}

/******************************************* Facebook Page ********************************************/
._school-facebook-page-content {
	text-align: center;
}
._school-facebook-page-content-facebook-frame {
	margin:0px auto;
}

/******************************************* Twitter Page ********************************************/
._school-twitter-page-content {
	margin:0px;
	padding:0px;
}

/******************************************* Contact and Form Page ********************************************/
.send-form-button {
	margin-top:40px;
}
/*.name, .email, .contact_message, .contact_dropdown {
	display:block !important;
	width:100%;
	margin:10px 0px;
	box-sizing:border-box;
	border:0px;
	border-radius:5px;
	padding:10px;
	font-size:16px;
	color:#000;
}*/
.message {
	margin:0px !important;
	max-width: none !important;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
	display:block !important;
	width:100%;
	margin:10px 0px;
	box-sizing:border-box;
	-webkit-appearance: none !important;
	border:1px solid #ddd;
	border-radius:5px;
	padding:10px;
	font-size:16px;
	color:#000;
}
input[type="checkbox"] {
	background:#fff;
	border:1px solid #000;
	/*-webkit-appearance:none;*/
}
select {
	-webkit-appearance:none;
	background: #fff url(../../img/caret_down.png) no-repeat;
	background-position: 95% 50%;
	background-size: 10px;
	color:#000;
}
/*.select{
	-webkit-appearance:none;
	position:relative;
}
.contact_dropdown {
	-webkit-appearance:none;
	background: #fff;
	color:#bbb;
	color:#000;
}*/


/******************************************* Video page ********************************************/
.item-link, .item-link:visited, .item-link:link, .item-link:hover{
	border:none;
	background:#fff;
	width:100%;
}
.popup-video {
	overflow:hidden !important;
}
#video-player {
	overflow:hidden !important;
	height:100%;
	margin:0px;
	padding:0px;
}

/******************************************* RSS ********************************************/
._school-rss-page-content {
	margin:0px !important;
	padding:0px !important;
}
.rss-subtitle {
	white-space: normal !important;
}
.rss-view-button {
	margin-top:30px !important;
}

/******************************************* Map ********************************************/
._school-map-page-content {
	height:100%;
}
.iframe-map {
	width:100%;
	height:100%;
	overflow:hidden;
}

/******************************************* Sponsor ********************************************/
.sponsor-block {
	background:#fff;
	margin-bottom:20px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.sponsor-inner {
	margin:0px;
	padding:0px 10px;
}
.sponsor-view-button {
	margin-top:30px !important;
}
.sponsor-body {
	color:#000;
}
.sponsor-image {
	width:100%;
	height:auto;
}
.sponsor-title {
	text-align: center;
	font-size: 1.5em;
}