/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

@-webkit-keyframes pulse {
	0% {
    	-webkit-transform: scale(1.0,1.0);
    }

    10% {
    	-webkit-transform: scale(0.95,0.95);
    }

    20% {
    	-webkit-transform: scale(1.0,1.0);
    }
}

@-moz-keyframes pulse {
    0% {
    	-moz-transform: scale(1.0,1.0);
    }

    10% {
    	-moz-transform: scale(0.95,0.95);
    }

    20% {
    	-moz-transform: scale(1.0,1.0);
    }
}

@-o-keyframes pulse {
    0% {
    	-o-transform: scale(1.0,1.0);
    }

    10% {
    	-o-transform: scale(0.95,0.95);
    }

    20% {
    	-o-transform: scale(1.0,1.0);
    }
}

@-ms-keyframes pulse {
    0% {
    	-ms-transform: scale(1.0,1.0);
    }

    10% {
    	-ms-transform: scale(0.95,0.95);
    }

    20% {
    	-ms-transform: scale(1.0,1.0);
    }
}

@keyframes pulse { 
	0% {
    	transform: scale(1.0,1.0);
    }

    10% {
    	transform: scale(0.95,0.95);
    }

    20% {
    	transform: scale(1.0,1.0);
    }
}

* {
	font-family: 'Montserrat', sans-serif;
}

html, body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body {
	background-color: #ffffff;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #6a4280;
}

.bumper {
	width: 100%;
	padding: 40px 0px;
}

.bumper:nth-child(odd) {
	background-color: #ffffff;
	margin-bottom: 0px;
	color: #333333;
}

.bumper:nth-child(even) {
	background-color: #11c0de;
	margin-bottom: 0px;;
	color: #ffffff;
}

h1 {
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -1px;
	margin-top: 10px;
}

h2 {
	font-weight: 700;
	line-height: 1.2;
	margin: 20px 0;
}

h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	margin: 15px 0;
}

h4 {
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -.1px;
	padding-bottom:10px;
}

h5 {
	font-weight: 600;
	line-height: 1.2;
	margin: 20px 0;
}

h6 {
	line-height: 1.5;
}

p {
	padding: 0 0 10px 0;
	font-size: 12pt;
	line-height: 1.5;
}

footer {
	background-color: #6a4280;
	padding: 40px 10px;
	color: #ffffff;
	font-size: 9pt;
	line-height: 1.5;
	vertical-align: middle;
}

footer > ul {
	margin-bottom: 0;
}

footer > ul > li > a {
	color: #ffffff;
	text-decoration: none;
}

.list-inline > li {
	padding-left: 2px;
	padding-right: 2px;
}

.icon-svg {
	vertical-align: middle;
	height: 22px;
}

.icons-social {
	margin-right: 10px;
	margin-bottom: 5px;
}

.icons-social:hover {
	color: #43c7f1;
}

a {
	color: #6a4280;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

a:hover, a:focus, a:active {
	color: #81be41;
	text-decoration: underline;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

.resize {
	width: auto;
	max-width: 100%;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.jumbotron {
	margin-bottom: 0px;
	padding-top: 80px;
	padding-bottom: 80px;
	background-position: center center;
	background-size: cover;
	background-color: #6a4280;
	color: #ffffff;
}

.jumbotron h1 {
	font-size: 36px;
	color: #ffffff;
}

.jumbotron p {
	font-size: 14pt;
}

#hero1 {
	background-image: url("../img/hero.jpg");
}

.btn {
	margin: 0px 2px 10px 0px;
	font-size: 14px;
	padding: 12px 30px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 800;
	justify-content: left;
	text-align: left;
}

.wifobtn, .wifobtn:active, .wifobtn:focus {
	background-color: #6a4280;
	color: #ffffff;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.wifobtn:hover {
	background-color: #81be41;
	color: #ffffff;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.videocontainer {
	margin: 20px 0 30px 0;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: none;
	margin: 5px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("../img/play-btn.png") no-repeat;
	cursor: pointer;
}

.heightspacer {
	height: 50px;
}

.demospacer {
	height: 70px;
}

.block {
	background-position: center center;
	background-size: cover;
	background-image: url("../img/block.jpg");
}

.nav-consideration {
	margin-top: 80px;
}

.navbar {
	min-height: 80px;
}

.navbar-brand {
	height: 80px;
}

.navbar-default .navbar-toggle {
	background: none;
	margin-top: 18px;
	padding: 14px 10px !important;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:active, 
.navbar-default .navbar-toggle:focus {
	background: none;
}

.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:active .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-default {
	background: rgba(106, 66, 128, 0.99);
	border: 0;
	padding: 0px 0;
	box-shadow: 0px 0px 10px #000000;
}

.navbar-fixed-top { 
	background-color: rgba(106, 66, 128, 0.99);
}

.navbar-fixed-top #mainlogo {
	background-image: url("../img/logo.png");
}

.navbar-default .navbar-nav > li > a, 
.navbar-fixed-top .navbar-nav > li > a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	margin: 14px 0 0 5px;
	text-align: center;
}

.navbar-default .navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a:hover {
	background: none;
	color: #ffffff;
	border-bottom: 2px solid #81be41;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	background: none;
	color: #ffffff;
	border-bottom: 2px solid #81be41;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-fixed-top .navbar-nav > .active > a, 
.navbar-fixed-top .navbar-nav > .active > a:focus, 
.navbar-fixed-top .navbar-nav > .active > a:hover {
	background: none;
	color: #ffffff;
	border-bottom: 2px solid #81be41;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 540px;
}

#mainlogo {
	background-image: url("../img/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 190px;
	height: 50px;
	padding-top: 34.96%;
}

.nopadding {
	padding: 0px;
}

.noscriptmsg {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-content {
	background: rgba(255, 255, 255, 0.9);
	color: #000000;
	border-radius: 35px;
	padding: 15px 30px;
} 

.modal-header h2 {
	color: #6a4280;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}

.modal-header .close {
    margin-top: -42px;
    font-size: 45px;
    margin-bottom: -30px;
}

.modal-dialog {
    width: 700px;
    margin: 5% auto;
}

.btn-secondary {
	visibility: hidden;
	display: none;
}

.btn-secondary, .btn-secondary:active, .btn-secondary:focus {
	background-color: transparent;
	color: #6a4280;
	font-weight:bold;
	border: 2px solid #6a4280;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.btn-secondary:hover {
	background-color: #81be41;
	color: #ffffff;
	border: 2px solid #81be41;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.pulse:hover {
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
  	-webkit-animation-timing-function: ease-in-out, ease-in-out;
  	-moz-animation-name: pulse;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
  	-moz-animation-timing-function: ease-in-out, ease-in-out;
  	-o-animation-name: pulse;
	-o-animation-duration: 1s;
	-o-animation-iteration-count: infinite;
  	-o-animation-timing-function: ease-in-out, ease-in-out;
  	-ms-animation-name: pulse;
	-ms-animation-duration: 1s;
	-ms-animation-iteration-count: infinite;
  	-ms-animation-timing-function: ease-in-out, ease-in-out;
	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: infinite;
  	animation-timing-function: ease-in-out, ease-in-out;
}

.extraspace {
	padding-top: 20px;
}

.edu-hub {
	margin-bottom: 0px;
	background-image: url("../img/edu-bg1.jpg");
	height: auto;
	background-position: center center;
	color: #ffffff!important;
}

.edu-hub h2 {
	color: #ffffff;
}

.edu-hub p {
	color: #ffffff;
}

@media (max-height: 650px) {
	.jumbotron h1 {
		font-size: 35px;
	}
}

@media (max-width: 1200px) {
	.heightspacer {
		height: 20px;
	}
}

@media (max-width: 991px) {
	.mobnopadding {
		width: 98%;
	}

	.modal-dialog {
		width: 90%;
	}

	.heightspacer {
		height: 0px;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a {
		margin: auto 30px;
	}

	.modal-content {
		padding: 15px 10px;
	}

	.modal-dialog {
		width: 90%!important;
	}

	h2 {
		font-size: 30px;
	}
}

@media (max-width: 600px) {
	h2 {
		font-size: 20px;
	}
}

@media (max-width: 600px) {
	.jumbotron h1 {
		font-size: 35px;
		letter-spacing: -1px;
		margin-top: 0;
	}
}

@media (max-width: 400px) {
	.modal-header .close {
        visibility: hidden;
        display: none;
    }

    .btn-secondary {
    	visibility: visible;
    	display: inline-block;
    }
}