/******
Do a find and replace to change all colours / fonts

Colour:
main dark grey #575757
Lighter grey #8f8f8f

Font:
'Quicksand' is the google font
********/

html,
body {
    height: 100%;
	/*font-family: 'Quicksand', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 16px;
}
/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	/* ----- Margin for Two Column Sticky Footer -----*/
	margin: 0 auto -264px;
	background-color: #344876;
  }
#wrap.other-page {
	background-color: #fff;
}

  /* Set the fixed height of the footer here */
  #push/*, #footer*/ {
	/* ----- Height for Two Column Sticky Footer -----*/
	height: 264px;
  }
h1 {
	color: #000;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	font-weight: 500;
	display: table;
	border-bottom: 3px solid #c61485;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}
h2, h3 {
	color: #000;
	font-family: 'Roboto', sans-serif;
}


/* ----- IF One Column Header -----*/
header {
	background-color: #344876;
}
.navbar-header {
    text-align: left;
}
.navbar-brand {
	height: 100%;
	float: none;
	display: block;
	line-height: normal;
	font-weight: 400;
	padding: 15px 20px;
}
.navbar-brand:focus, .navbar-brand:hover {
}
.upper-head {
	display: table;
	margin-bottom: 15px;
	font-size: 26px;
	color: #fff;
	letter-spacing: 2px;
}
.other-page .upper-head {
	margin: 0 auto 15px
}
.upper-head .header-bold-text {
	font-weight: 700;
}
.lower-head {
	display: table;
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.other-page .lower-head {
	margin: 0 auto;
	text-align: center;
}
.lower-head .grey-text {
	color: #999;
}
.lower-head .large-text {
	font-size: 40px;
}
.navbar-brand > img {
	display: none !important;
}
.other-page .navbar-brand > img {
	margin: 0 auto 15px;
	height: 90px;
	display: block !important;
}
@media (min-width: 576px) {
	.container > .navbar-header {
    text-align: left;
	}
	.navbar-brand {
	float: left !important;
	/*line-height: 20px;
	font-size: 21px;*/
	}
	.other-page .navbar-brand {
		width: 100%;
	}
	.other-page .navbar-brand > img {
	padding-right: 20px;
	margin: 12px 0 0;
	float: left;
	}
	.other-page .upper-head {
		margin: 32px 0 0;
		font-size: 36px;
		float: left;
	}
	.other-page .lower-head {
		margin: 0;
		text-align: right;
		float: right;
	}
}
@media (min-width: 768px) {
	header {
		display: none !important;
	}
	header.other-page {
		display: block !important;
	}
	.navbar-header {
		float: none;
	}
}
@media (min-width: 1024px) {
	.navbar-brand {
	font-size: 34px;
	}
}
@media(min-width:1280px) {
	.navbar-brand {
		font-size: 38px;
		}
}
/* ----- One Column Header END -----*/

#side_buttons{
	position: relative;
	/*z-index: 500;*/
	display: none;
}
#side_buttons .translate-btn{
	position: absolute;
	padding: 11px 12px;
	background: #c33;
	color: #fff;
	font-size: 28px;
	left: 0;
	cursor: pointer;
}
#side_buttons .search-btn{
	position: absolute;
	left: 0;
	top: 60px;
	padding: 11px 12px;
	background: #c3795d;
	color: #fff;
	font-size: 27px;
	cursor: pointer;
}

#welcome.home-welcome .header-image-wrap {
	
}
#welcome.home-welcome .header-image-wrap img.mobile-image {
	height: auto;
	width: 100%;
}
#welcome.home-welcome .header-image-wrap img.wide-image {
	display: none;
}
.welcome-big-wrap {
	position: relative;
}
.home-welcome {
	border-top: 3px solid #fff;
}
.welcome-shine-wrap {
	position: absolute;
	bottom: 48%;
	left: 50px;
	line-height: normal;
	font-weight: 400;
	display: none;
}
.welcome-upper-head {
	display: table;
	margin-bottom: 10px;
	font-size: 42px;
	color: #fff;
	letter-spacing: 2px;
}
.welcome-upper-head .header-bold-text {
	font-weight: 700;
}
.welcome-lower-head {
	display: table;
	font-size: 42px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.welcome-lower-head .grey-text {
	color: #999;
}
.welcome-lower-head .large-text {
	font-size: 65px;
}

section#pink-login {
	background: #344876;
	padding-top: 40px;
	padding-bottom: 30px;
}
#pink-login .login-col {
	position: relative;
}
#pink-login #login-btn {
	cursor: pointer;
	display: table;
	margin: 0 auto;
}
#pink-login .center-circle {
	text-align: center;
	width: 210px;
	height: 210px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px dashed #fff;
	/*z-index: 1;*/
	position: relative;
}

#pink-login .center-circle span.circle-wrap {
	text-align: center;
	font-weight: 300;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 160px;
	height: 160px;
	padding-top: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #c61485;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	-webkit-box-shadow: 0px 0px 0px 8px rgba(198,20,133,0.39); 
	box-shadow: 0px 0px 0px 8px rgba(198,20,133,0.39);
}

.circle-wrap .inner-text {
	display: block;
	letter-spacing: 1px;
}
.circle-wrap .last-text {
	position: relative;
}
.circle-wrap .last-text::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f107";
	font-size: 22px;
	position: absolute;
	top: 25px;
	left: 50%;
	-webkit-transform: translatex(-50%);
	-moz-transform: translatex(-50%);
	transform: translatex(-50%);
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#login-btn:hover .circle-wrap .last-text::before {
	top: 30px;
}
.login-lower-btn {
	background: #713c92;
	color: #fff;
	padding: 5px 30px;
	margin: 20px 0 0 36px;
	font-weight: 400;
	position: relative;
	display: table;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

#login-btn:hover .login-lower-btn {
	background: #542c6d;
}
.login-lower-btn .login-icon {
	position: absolute;
	height: 50px;
	width: 50px;
	top: 50%;
	left: -30px;
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	transform: translatey(-50%);
	line-height: 40px;
	background: #c71585;
	font-size: 22px;
	border: 4px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

section#main-text {
	background-color: #fff;
	color: #909090;
	line-height: 1.6;
}
section#main-text table a {
	word-break: break-all;
}
section#main-text a {
	color: #ff3c1a;
}
section#main-text.home-text {
	text-align: center;
	padding-bottom: 50px;
}
section#main-text .main-text-col {
	margin-bottom: 20px;
}
section#main-text.home-text .home-head-logo {
	height: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
}
section#main-text.home-text h1 {
	font-size: 46px;
	position: relative;
	color: #ccc;
	text-transform: uppercase;
	border-bottom: none;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 2px;
}
section#main-text.home-text h2 {
	color: #000;
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 500;
}
section#main-text.home-text h2 span.header-bold {
	font-weight: 700;
}
section#main-text.home-text h2 span.header-light {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 16px;
}
.main-text-border {
	padding: 20px 10px;
	border: 1px solid #efefef;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 8px 8px 0px 1px #efefef;
	-moz-box-shadow: 8px 8px 0px 1px #efefef;
	box-shadow: 8px 8px 0px 1px #efefef;
}
section#main-text.home-text #content h1 {
    display: none;
}
/*section#main-text.home-text #content p {
	clear: both;
}*/


/* ----- Quick Links -----*/

section#quick-links {
	position: relative;
}
.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: background .4s ease-out;
	-moz-transition: background .4s ease-out;
	transition: background .4s ease-out;
}
/*.quick-column .inner-quick-links:hover .cover {
	background-color: rgba(51, 51, 51, 0.5);
}*/
.gallery-column .cover {
	background: rgba(255, 153, 204, 0.7);
}
.gallery-column .inner-quick-links:hover .cover {
	background: rgba(255, 153, 204, 0.9);
}
.news-column .cover {
	background: rgba(52, 72, 118, 0.7);
}
.news-column .inner-quick-links:hover .cover {
	background: rgba(52, 72, 118, 0.9);
}
.events-column .cover {
	background: rgba(198, 20, 133, 0.7);
}
.events-column .inner-quick-links:hover .cover {
	background: rgba(198, 20, 133, 0.9);
}
.facebook-column .cover {
	background: rgba(86, 66, 135, 0.7);
}
.facebook-column .inner-quick-links:hover .cover {
	background: rgba(86, 66, 135, 0.9);
}
.inner-quick-links {
	height: 180px;
	position: relative;
	border-bottom: 1px solid #fff;
}
.inner-quick-links .text-row {
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.gallery-column .inner-quick-links {
	background:url('img/gallery-bg.jpg') center no-repeat;
	background-size: cover;
}	
.news-column .inner-quick-links {
	background:url('img/news-bg.jpg') center no-repeat;
	background-size: cover;
}
.events-column .inner-quick-links {
	background:url('img/events-bg.jpg') center no-repeat;
	background-size: cover;
}
.facebook-column .inner-quick-links {
	background:url('img/facebook-bg.jpg') center no-repeat;
	background-size: cover;
	border-bottom: none;
}

/* ----- Quick Links END -----*/


section#bottom-logos {
	background-color: #fff;
	border-top: 2px solid #c61485;
	border-bottom: 2px solid #c61485;
}
section#bottom-logos img {
	height: 70px;
	margin-bottom: 22px;
}

/* ----- Contact Large -----*/

section#contact-large {
	background-color: #344876;
	border-top: 4px solid #c61485;
	color: #fff;
}
section#contact-large, section#contact-large.other-contact {
	display: none;
}
section#contact-large.home-contact {
	display: block;
	border-top: 2px solid #c61485;
}
#contact-large a {
	color: #fff;
}
.contact-wrap {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 300;
}
.contact-col {
	padding: 20px 10px;
	position: relative;
}
.contact-col::after {
	content: "";
	background: #cad3e8;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80%;
	height: 1px;
}
#contact-large h2 {
	color: #fff;
	font-size: 21px;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 400;
	display: table;
	border-bottom: 2px solid #c61485;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
.contact-wrap .contact-title {
	font-size: 21px;
	margin-bottom: 0;
	font-weight: 400;
}
.contact-wrap .contact-title span {
	font-weight: 700;
}
.contact-user, .contact-objects {
	margin-bottom: 15px;
	
}
.contact-user .user-name {
	font-size: 21px;
	margin-bottom: 0;
}
.contact-objects .objects-phone {
	font-size: 21px;
	margin-bottom: 0;
}
.contact-links {
	margin-bottom: 15px;
}
.contact-links ul {
    text-align: left;
	font-size: 16px;
	padding-left: 25px;
	list-style: none;
}
.contact-links li {
	padding: 5px 10px 5px 5px;
	position: relative;
}
.contact-links li:hover::before {
	left: -10px;
}
.contact-links ul li::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
	font-size: 22px;
	position: absolute;
	top: 4px;
	left: -15px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.contact-links li #contact-login {
	cursor: pointer;
	display: table;
}
.contact-links li #contact-login:hover {
	text-decoration: underline;
}

.newsletter-link {
	padding: 20px;
	text-align: center;
	font-weight: 400;
	font-size: 21px;
}
.newsletter-col {
	padding: 0 0 20px;
	position: relative;
}
.newsletter-col::after {
	content: "";
	background: #cad3e8;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80%;
	height: 1px;
}
.contact-icons {
	text-align: center;
	margin-bottom: 15px;
}
.contact-icons .button-col {
	display: inline-block;
	padding: 0 2px;
}
.contact-icons .button-col span {
	height: 60px;
	width: 60px;
	position: relative;
	display: block;
	margin: 10px auto;
	text-indent: -9999em;
}
.contact-icons .button-col span::before {
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	font-size: 32px;
	color: #fff;
	background: #344876;
	-webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    transition: background .2s ease;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
  	-webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
	line-height: 57px;
	text-indent: 0;
	text-align: center;
	border: 2px solid #fff;
}
.contact-icons .button-col:hover span::before {
	background: #273659;
}
.contact-icons .button-col.face-col span::before {
	font-family: "Font Awesome 5 Brands";
	content: "\f39e";
}
/*.contact-icons .button-col.phone-col span::before {
	content: "\f095";
}*/
.contact-icons .button-col.phone-col span {
	line-height: 1.42857143;
}
/*.contact-icons .button-col.mail-col span::before {
	content: "\f0e0";
}*/
.contact-icons .button-col.mail-col span {
	line-height: 1.42857143;
}
/*.contact-icons .button-col.user-col span::before {
	font-family: "Font Awesome 5 Brands";
	content: "\f099";
}*/
.contact-icons .button-col.user-col span {
	line-height: 1.42857143;
}

.map-wrap {
    margin-bottom: -6px;
    padding-right: 0;
    padding-left: 0;
}
.map-wrap a.circle-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.0);
	-webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
	display: none;
}
.map-wrap a.circle-link:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

/* ----- Contact Large END -----*/


/* ----- Mobile Black Bar Styles -----*/

#mobile_black_bar a {
	display:block;
	color:#fff;
	padding:10px;
	text-align:center;
	font-size:20px;
}
#mobile_black_bar .staff_login, #mobile_black_bar .student_login {
	background: #000;
}
#mobile_black_bar .parent_login {
	background: #666;
}
#mobile_black_bar .student_login {
	display:block;
	color:#fff;
	padding:10px;
	text-align:center;
	font-size:20px;
	cursor: pointer;
}
#mobile_black_bar .student_login:hover {
	text-decoration: underline;
}

/* ----- Footer Styles -----*/

footer {
	padding: 20px;
	background-color: #5a2e74;
	color: #fff;
	text-align: center;
	position: relative;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ----- IF Two Column Footer -----*/
.footer-right {
    margin-top: 16px;
}
.footer-right a {
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.footer-right a:hover {
    color: #fff;
}
.footer-right a {
    padding-right: 10px;
}
.footer-right small a:nth-last-child(3) {
    padding-right: 0;
}
.footer-right .mobile-link {
    display: none;
}
.footer-right span.ofset {
    text-indent: -9999em;
    font-size: 0em;
}
.footer-right span.padlock {
    position: relative;
}
.footer-right span.padlock::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f023";
	font-size: 22px;
	position: absolute;
	top: -9px;
	left: 10px;
	font-weight: 700;
}

/* ----- Common Styles -----*/

.top-buffer {
	padding-top: 40px;
}
.bottom-buffer {
	padding-bottom: 20px
}

/* ----- Responsive Styles -----*/

@media (min-width: 360px) {
	.main-text-border {
		padding: 20px 20px;
	}
}	
@media (min-width: 380px) {
	section#main-text.home-text .home-head-logo {
		height: 50px;
	}
	section#main-text.home-text h2 {
		font-size: 21px;
	}
}
@media (min-width: 470px) {
	section#main-text.home-text h1 {
		font-size: 36px;
	}
	
	.inner-quick-links .text-row {
		font-size: 42px;
	}
	
	section#bottom-logos img {
		height: 80px;
	}
	.contact-wrap {
		font-size: 18px;
	}
	#contact-large h2 {
		font-size: 24px;
	}
	.contact-wrap .contact-title {
		font-size: 24px;
	}
	.contact-user .user-name {
		font-size: 24px;
	}
	.contact-objects .objects-phone {
		font-size: 24px;
	}
	.contact-links ul {
		font-size: 18px;
	}
	.newsletter-link {
		font-size: 24px;
	}

	#wrap {
	margin: 0 auto -249px;
    }
    #push {
    height: 249px;
    }
}
@media (min-width:576px) and (max-width:1023px) {
	.inner-quick-links {
		height: 200px;
	}
	.inner-quick-links .text-row {
		font-size: 46px;
	}
	
	.contact-wrap {
		font-size: 21px;
	}
	#contact-large h2 {
		font-size: 28px;
	}
	.contact-wrap .contact-title {
		font-size: 28px;
	}
	.contact-user .user-name {
		font-size: 28px;
	}
	.contact-objects .objects-phone {
		font-size: 28px;
	}
	.contact-links ul {
		font-size: 21px;
	}
	.newsletter-link {
		font-size: 28px;
	}
}
@media(min-width: 576px) {
	section#main-text.home-text .home-head-logo {
		height: 65px;
	}
	section#main-text.home-text h1 {
		font-size: 46px;
	}
	section#main-text.home-text h2 {
		font-size: 28px;
	}
	section#main-text.home-text h2 span.header-light {
		font-size: 21px;
	}
	#contact-large h2 {
		margin-bottom: 20px;
	}
}
@media(min-width: 640px) {
	
	
}
@media(min-width: 768px) {
	section#welcome.home-welcome {
		border-top: none;
	}
	#welcome.home-welcome .header-image-wrap {
		text-align: right;
		overflow: hidden;
	}
	#welcome.home-welcome .header-image-wrap img.mobile-image {
		display: none;
	}
	#welcome.home-welcome .header-image-wrap img.wide-image {
		display: inline;
		height: 520px;
		width: 520px;
		-webkit-border-radius: 50%;;
		-moz-border-radius: 50%;;
		border-radius: 50%;
		margin-right: -45px;
	}
	.welcome-shine-wrap {
		display: block;
	}
	section#pink-login {
		background: #fff;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: -130px;
	}
	#pink-login #login-btn {
		margin: -105px 0 0 35px;
	}
	.login-lower-btn {
		margin: 0px 0 0 36px;
	}
	section#main-text.home-text {
		margin-top: -20px;
	}

	.gallery-column .inner-quick-links {
		border-right: 1px solid #fff;
	}
	.events-column .inner-quick-links {
		border-bottom: none;
		border-right: 1px solid #fff;
	}

	section#bottom-logos img {
		height: 90px;
	}
	.newsletter-col {
		padding: 20px 0 20px;
	}
	.newsletter-col::after {
		width: 100%;
	}
	.newsletter-link {
		display: inline-block;
	}
	.contact-icons {
		display: block;
		float: right;
	}
	#wrap {
		margin: 0 auto -210px;
		}
		#push {
		height: 210px;
		}
}
@media(min-width:1024px) {
	/*#side_buttons{
		display: block;
	}*/


	/*.md\:col-push-6 {
		left: 100%;
		position: relative;
		padding-left: 15px;
	}
	.md\:col-pull-6 {
		right: 100%;
		position: relative;
		padding-right: 15px;
	}*/

	section#welcome.home-welcome {
		display: block;
		top: -64px;
		position: relative;
	}
	#welcome.home-welcome .header-image-wrap img.wide-image {
		height: 700px;
		width: 700px;
		margin-right: -80px;
	}
	.welcome-shine-wrap {
		bottom: 50%;
	}
	.welcome-upper-head {
		font-size: 56px;
		margin-bottom: 20px;
	}
	.welcome-lower-head {
		font-size: 50px;
		line-height: 1.1;
	}
	.welcome-lower-head .large-text {
		font-size: 78px;
	}

	section#pink-login {
		margin-top: -250px;
	}
	#pink-login #login-btn {
		margin: -125px 0 0 35px;
	}
	#pink-login .center-circle {
		width: 250px;
		height: 250px;
	}
	#pink-login .center-circle span.circle-wrap {
		width: 200px;
		height: 200px;
		padding-top: 30px;
		font-size: 20px;
		-webkit-box-shadow: 0px 0px 0px 10px rgba(198,20,133,0.39);
		box-shadow: 0px 0px 0px 10px rgba(198,20,133,0.39);
	}
	.circle-wrap .last-text::before {
		font-size: 26px;
		top: 30px;
	}
	#login-btn:hover .circle-wrap .last-text::before {
		top: 35px;
	}
	.login-lower-btn {
		padding: 5px 30px;
		margin: 0px 0 0 58px;
		font-size: 18px;
	}
	.login-lower-btn .login-icon {
		height: 60px;
		width: 60px;
		left: -42px;
		line-height: 50px;
		font-size: 26px;
		border: 4px solid #fff;
	}
	section#main-text {
		font-size: 18px;
	}
	section#main-text.home-text .main-text-col {
		background-color: #fff;
		position: relative;
		z-index: 1;
	}
	section#main-text.home-text .main-text-border {
		padding: 30px 100px;
	}
	section#main-text.home-text .home-head-logo {
		height: 95px;
	}
	section#main-text.home-text h1 {
		font-size: 68px;
	}
	section#main-text.home-text h2 {
		font-size: 36px;
		margin-bottom: 40px;
	}
	section#main-text.home-text h2 span.header-light {
		font-size: 28px;
	}
	.inner-quick-links {
		border-bottom: none;
	}
	.gallery-column .inner-quick-links {
		border-right: none;
	}
	.events-column .inner-quick-links {
		border-bottom: none;
		border-right: none;
	}
	.inner-quick-links .text-row {
		font-size: 36px;
	}

	.mdd-row-span-3 {
		grid-row: 1 / 3;
	}
	
	section#bottom-logos img {
		height: 60px;
	}

	.contact-col::after {
		display: none;
	}
	.newsletter-col {
		padding: 25px 0 25px;
	}
	.newsletter-col::before {
		content: "";
		background: #cad3e8;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
		height: 1px;
	}
	.newsletter-link {
		padding: 23px 20px 23px 100px;
		position: relative;
	}
	.newsletter-link::before {
		content: "";
		background: #c61485;
		position: absolute;
		top: 50%;
		left: 5px;
		-webkit-transform: translatey(-50%);
		transform: translatey(-50%);
		width: 60px;
		height: 3px;
	}
	.contact-icons {
		margin-bottom: 0;
	}

	section#contact-large {
		display: block;
	}
	section#contact-large.other-page .map-wrap {
		display: none;
	}
	.map-wrap {
		margin-bottom: 0;
		padding-right: 15px;
		padding-left: 15px;
		background: url('img/medium-map.jpg') center no-repeat;
		height: 300px;
		position: relative;
	}
	.map-wrap a.circle-link {
		display: block;
	}
	.map-wrap iframe {
			display: none;
	}
	.footer-right {
    	margin-top: 0;
	}
	.footer-right .mobile-link {
		display: inline-block;
	}
	.footer-right small a:nth-last-child(3) {
		padding-right: 10px;
	}
	.footer-right small a:nth-last-child(1) {
		padding-right: 0;
	}
	section#bottom_login {
		display: none;
	}
	section#mobile_black_bar {
		display: none;
	}
		/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
		margin: 0 auto -64px;
		}
		#push {
		height: 64px;
		}
	/*#wrap.other-page {
		margin: 0 auto -360px;
		}
		#push.other-page {
		height: 360px;
		}*/
}
@media(min-width:1280px) {
	#welcome.home-welcome .header-image-wrap img.wide-image {
		height: 800px;
		width: 800px;
		margin-right: -50px;
	}
	.welcome-shine-wrap {
		bottom: 49%;
	}
	.welcome-upper-head {
		font-size: 68px;
	}
	.welcome-lower-head {
		font-size: 60px;
	}
	.welcome-lower-head .large-text {
		font-size: 94px;
	}
	
	section#pink-login {
		margin-top: -290px;
	}
	#pink-login #login-btn {
		margin: -150px 0 0 35px;
	}
	#pink-login .center-circle {
		width: 300px;
		height: 300px;
	}
	#pink-login .center-circle span.circle-wrap {
		width: 240px;
		height: 240px;
		padding-top: 36px;
		font-size: 26px;
		-webkit-box-shadow: 0px 0px 0px 12px rgba(198,20,133,0.39);
		box-shadow: 0px 0px 0px 12px rgba(198,20,133,0.39);
	}
	.circle-wrap .last-text::before {
		font-size: 28px;
		top: 38px;
	}
	#login-btn:hover .circle-wrap .last-text::before {
		top: 42px;
	}
	.login-lower-btn {
		padding: 6px 32px;
		margin: 0px 0 0 74px;
		font-size: 21px;
	}
	.login-lower-btn .login-icon {
		height: 62px;
		width: 62px;
		left: -44px;
		line-height: 51px;
		font-size: 28px;
		border: 4px solid #fff;
	}

	section#main-text {
		font-size: 18px;
		line-height: 1.8;
	}
	
	.inner-quick-links {
		height: 200px;
	}
	.inner-quick-links .text-row {
		font-size: 42px;
	}
	section#bottom-logos img {
		height: 70px;
	}
	.contact-wrap {
		font-size: 21px;
	}
	#contact-large h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.contact-wrap .contact-title {
		font-size: 28px;
	}
	.contact-user .user-name {
		font-size: 28px;
	}
	.contact-objects .objects-phone {
		font-size: 28px;
	}
	.contact-links ul {
		font-size: 21px;
	}
	.newsletter-col {
		padding: 30px 0 30px;
	}
	.newsletter-link {
		padding: 23px 20px 23px 150px;
		font-size: 28px;
	}
	.newsletter-link::before {
		width: 100px;
	}
}
@media(min-width:1300px) {
	
}
@media(min-width:1500px) {
	#welcome.home-welcome .header-image-wrap img.wide-image {
		height: 1100px;
		width: 1100px;
		margin-right: -180px;
	}
	.welcome-shine-wrap {
		bottom: 50%;
	}
	.welcome-upper-head {
		font-size: 90px;
	}
	.welcome-lower-head {
		font-size: 79px;
	}
	.welcome-lower-head .large-text {
		font-size: 123px;
	}
	
	section#pink-login {
		margin-top: -400px;
	}
	#pink-login #login-btn {
		margin: -200px 0 0 35px;
	}
	#pink-login .center-circle {
		width: 400px;
		height: 400px;
	}
	#pink-login .center-circle span.circle-wrap {
		width: 330px;
		height: 330px;
		padding-top: 52px;
		font-size: 36px;
		-webkit-box-shadow: 0px 0px 0px 15px rgba(198,20,133,0.39);
		box-shadow: 0px 0px 0px 15px rgba(198,20,133,0.39);
	}
	.circle-wrap .last-text::before {
		font-size: 32px;
		top: 50px;
	}
	#login-btn:hover .circle-wrap .last-text::before {
		top: 55px;
	}
	.login-lower-btn {
		padding: 8px 42px;
		margin: 0px 0 0 102px;
		font-size: 24px;
	}
	.login-lower-btn .login-icon {
		height: 65px;
		width: 65px;
		left: -48px;
		line-height: 52px;
		font-size: 30px;
		border: 5px solid #fff;
	}
	section#main-text.home-text {
		padding-bottom: 100px;
	}
}
@media(min-width:1700px) {
	.welcome-shine-wrap {
		left: 6%
	}
	#pink-login #login-btn {
		margin: -200px 0 0 5%;
	}
}
@media(min-width:1800px) {
	.welcome-shine-wrap {
		left: 7%;
	}
	#pink-login #login-btn {
		margin: -200px 0 0 6%;
	}
}
/*@media(min-width:2000px) {
	.welcome-shine-wrap {
		left: 250px;
	}
	#pink-login #login-btn {
		margin: -200px 0 0 250px;
	}
}*/
@media(min-width:2200px) {
	.welcome-shine-wrap {
		left: 12%;
	}
	#pink-login #login-btn {
		margin: -200px 0 0 11%;
	}
}
/*@media(min-width:2300px) {
	.welcome-shine-wrap {
		left: 450px;
	}
	#pink-login #login-btn {
		margin: -200px 0 0 450px;
	}
}
@media(min-width:2400px) {
	.welcome-shine-wrap {
		left: 500px;
	}
	#pink-login #login-btn {
		margin: -200px 0 0 500px;
	}
}*/