home/*
Theme Name: hall monitor
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hall-monitor
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hall monitor is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 29.15px;
	font-weight: bold;
	line-height: 33.3px;
	margin: 19.5px 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	background-color: transparent;
	border: 1px solid black;
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	box-sizing: border-box;
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html, body. div{
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
html, body { overflow-x: hidden; }
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

a, a:hover {
	text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0;
}
dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
p {
	color: #666;
	font-size: 15.5px;
	line-height: 16.5px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.landing-demo-request .gform_fields {
	list-style-type: none;
	margin-left: 0 !important;
	padding-left: 0;
}
.landing-demo-request input[type=text], .landing-demo-request input[type=email] { 
	box-sizing: border-box;
	margin-bottom: 7px;
	padding: 10px;
	width: 100%;
}
.landing-demo-request input[type=submit] {
	background-image: linear-gradient(rgb(182, 31, 36) 0%, rgb(182, 31, 36) 100%);
	border: 1px solid black;
	box-sizing: border-box;
	color: white;
	font-size: 22px;
	line-height: 26px;
	padding: 17px;
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
.site-main {
	padding-top: 80px;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
button.newsletter-signup {
	border-color: #D0112b;
	border-radius: 5px;
	color: #D0112B;
	font-size: 14.5px;
	line-height: 14.5px;
	font-weight: bold;
	padding: 9px 16px;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}
 
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Sprites
--------------------------------------------------------------*/
.sprite-ta {
	background: url('images/icons/icon-sprite.png') 0 -55.5px;
	background-size: 100%;
	height: 55px;
	width: 62.5px;
}
.sprite-security {
	background: url('images/icons/icon-sprite.png') 0 -111px;
	background-size: 100%;
	height: 55px;
	width: 62.5px;
}
.sprite-apple{
	background: url('images/icons/icon-sprite.png') 0 -222px;
	background-size: 100%;
	height: 55px;
	width: 62.5px;
}
.sprite-windows {
	background: url('images/icons/icon-sprite.png') 0 0px;
	background-size: 100%;
	height: 55px;
	width: 62.5px;
}
.sprite-android {
	background: url('images/icons/icon-sprite.png') 0 -277.5px;
	background-size: 100%;
	height: 55px;
	width: 62.5px;
}
.sprite-hd {
	background: url('images/icons/icon-sprite.png') 0 -166.5px;
	background-size: 100%;
	height: 55px;
	width: 62.5px;
} 

/*--------------------------------------------------------------
## Gravity Forms
--------------------------------------------------------------*/
.hidden_label label {
	display: none;
}
.gform_confirmation_message {
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	color: #3c763d;
	padding: 15px;
}
.gform_wrapper .validation_error {
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	color: #a94442;
	margin-bottom: 15px;
	padding: 15px;
}
.gform_wrapper .validation_message {
	color: #a94442;
}

/* ------------- HM STYLE ------------- */

body,html {
    background-color: #fff;
    color: #000;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.025em;
}

.site-content {
    min-height: calc(100vh - 534px - 330px);
}

.navbar {
    border: none;
}

.navbar-default {
    background-color: transparent
}

.modal-content {
    overflow: hidden;
}

.container-large {
	max-width: 1477px;
}
.container-medium {
	max-width: 1366.5px;
}

/* Buttons & Links */
a.demo, button.demo {
	background-color: #D0112b;
	border: none;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	padding: 9px 10px;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
article.type-post {
	font-family: 'Lato', sans-serif;
	margin: auto;
	max-width: 700px;
}
article.type-post h1 {
	font-size: 32px;
	font-weight: 200;
	line-height: 38px;
	margin-bottom: 10px;
	margin-top: 30px;
}
article.type-post h2 {
	font-size: 32px;
	font-weight: 500;
	margin-top: 28px;
	margin-bottom: 30px;
}
article.type-post h3 {
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 30px;
	line-height: 30px;
}
article.type-post p, article.type-post ol, article.type-post ul {
    color: #666;
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 30px;
}
article.type-post p.intro {
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
}
article.type-post p a {
	color: #D0112B;
}
article.type-post ul {
	margin-bottom: 30px;
}
article.type-post ol li, article.type-post ul li {
    margin-bottom: 20px;
}
article.type-post .posted-on {
	font-style: italic;
}
article.type-post .quote {
	font-style: italic;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
div#comments {
	margin: auto;
	margin-bottom: 40px;
	max-width: 700px;
}
div#comments label {
	display: block;
	margin-top: 15px;
}

/*--------------------------------------------------------------
# Template
--------------------------------------------------------------*/
.clear-header {
	margin-top: 100px;
}
@media only screen and (min-width : 768px) { 
	.clear-header {
		margin-top: 200px;
	}
}

/*--------------------------------------------------------------
# Theme
--------------------------------------------------------------*/
/*--- Navigation ---*/
/* Main navigation */
nav#nav-main > div {
	float: right;
	margin-top: 17.5px;
}
nav#nav-main .menu > li {
	display: inline-block;
} 
nav#nav-main .menu > li a {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.025pt;
	padding: 7px 17.5px;
	text-transform: uppercase;
}
nav#nav-main .menu > li a:hover, nav#nav-main .menu .current-menu-item a {
	border-bottom: 1px solid rgba(250,250,250,0.3);
}

nav#nav-index {
	background-color: rgba(250,250,250,0.9);
	height: 50px;
	position: absolute;
	right: 0;
	z-index: 1;
}
nav#nav-index .menu-menu-1-container{

}
nav#nav-index .menu-menu-2-container{
	display: none;
}
nav#nav-index ul {
	background-color: rgba(250,250,250,0.9);
	float: right;
	list-style-type: none;
	padding: 0 12px 0 0;
	position: absolute;
	right: 0;
	top: 50px;
}
nav#nav-index ul li a {
	color: #3d3d3d;
	display: block;
	font-size: 14.5px;
	letter-spacing: 0.025em;
	line-height: 14.5px;
	padding: 24px 21px 20px 21px;
	text-transform: uppercase;
	white-space: nowrap;
}
#nav-collapse-trigger {
	float: right;
}
#nav-collapse-trigger a {
	background: transparent url('images/icons/menu.svg') no-repeat center; 
	background-size: 20px auto;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 53px;
	line-height: 53px;
	width: 71px;
}
#nav-collapse-trigger a.open {
	background-image: url('images/icons/x.svg');
}
@media only screen and (min-width : 768px) { 
	nav#nav-index ul {
		padding: 0 48px 0 0;
	}
}
@media only screen and (min-width : 992px) { 
	nav#nav-index {
		background-color: rgba(250,250,250,0.9);
		height: auto;
		width: 100%;
	}
	nav#nav-index .menu-menu-1-container {
		display: none;
	}
	nav#nav-index .menu-menu-2-container {
		display: block;
	}
	nav#nav-index ul {
		display: flex;
		position: static;
	}
	#nav-collapse-trigger {
		display: none;
	}
}
@media only screen and (min-width : 1200px) { 
	nav#nav-index .menu-menu-1-container {
		display: block;
	}
	nav#nav-index .menu-menu-2-container {
		display: none;
	}
}
/*--- Header ---*/
header#main {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
header#main > nav {
	background-color: rgba(250,250,250,0.9);
	margin: 0;
}
header#main .navbar-default .navbar-nav>li>a {
	color: #3d3d3d;
	font-size: 16px;
}
header#main .navbar-header {
	padding-left: 30px;
	position: absolute;
	width: 100%;
}
header#main .navbar-brand {
	padding: 0;
}
header#main .navbar-brand img {
	max-width: 75px;
}
@media only screen and (max-width : 767px) {
	header#main .navbar-default .navbar-collapse {
		background-color: rgba(250,250,250,0.9);
		position: absolute;
		top: 50px;
		width: 100%;
	}
}
@media only screen and (min-width : 480px) {
	header#main .navbar-brand img {
		max-width: 115px;
	}
}
@media only screen and (min-width : 768px) {
	header#main .navbar-right {
		padding-right: 30px;
	}
	header#main .navbar-nav>li>a {
		padding-bottom: 24px;
		padding-left: 21px;
		padding-right: 21px;
		padding-top: 24px;
	}
	header#main .navbar-brand img {
		max-width: 145px;
	}
}
@media only screen and (min-width : 992px) {
	header#main .navbar-header {
		padding-left: 100px;
	}
}

/*--- Footer ---*/
footer {
	color: #a5a5a5;
}
#footer-social {
	background-color: #191919;
	border-bottom: 1px solid #252525;
	padding: 21px 0;
}
#footer-social .footer-label {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0;
	text-transform: uppercase;
}
#footer-social ul {
	padding: 0;
}
#footer-social ul li {
	display: inline-block;
	padding: 0 2px;
}
#footer-social .social-list {
	display: inline-block;
	margin-left: 20px;
}
#footer-social .row > div:first-child {
	border-right: 1px solid #252525;
	margin-bottom: 30px;
	padding-right: 72.5px;
	text-align: center;
}
#footer-social .row > div:nth-child(2) {
	padding-left: 33px;
	text-align: center;
}
#footer-social .gform_wrapper {
	display: inline-block;
	margin-left: 15px;
	position: relative;
}
#footer-social .gform_wrapper:before {
	content: "";
	background: transparent url('images/icons/icon-envelope.svg') no-repeat center;
	background-size: 100%;
	height: 20px;
	left: 11px;
	opacity: 0.4;
	position: absolute;
	top: calc(50% - 10px);
	width: 20px;
}
#footer-social .gform_wrapper form > div {
	display: inline-block;
}
#footer-social .gform_wrapper form input[type=text] {
	background-color: #232323;
	border: none;
	font-size: 11px;
	line-height: 35px;
	padding-left: 39px;
	padding-right: 45px;
}
#footer-social .gform_wrapper .gform_footer {
	position: absolute;
	display: block;
	top: calc(50% - 11px);
	right: 5px;
	margin: 0;
	padding: 0;
}
#footer-social .gform_wrapper .gform_footer input[type=submit] {
	background: transparent url('images/icons/icon-arrow-right.png') no-repeat center;
	border: none;
	color: transparent;
	height: 22px;
	width: 22px;
}
#footer-content {
	background-color: #191919;
	padding-bottom: 30px;
}
#footer-content h4 {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}
#footer-content p {
	font-size: 12px;
	line-height: 16px;
}
#footer-content a {
	border-bottom: 1px solid #666;
	color: #666;
    font-size: 12px;
}
#footer-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer-content .col-md-2:nth-child(3) {
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
}
#footer-content a#footer-phone {
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 12px;
	margin-top: 20px;
	text-decoration: none;
}
#footer-content a#footer-email {
	border: none;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
footer #pledge-container {
	padding-top: 30px;
	text-align: center;
}
@media only screen and (min-width : 768px) {
	#footer-social .row > div:first-child {
		margin-bottom: 0;
	}
	footer #pledge-container {
		padding-top: 30px;
		text-align: left;
	}
}
@media only screen and (min-width : 992px) {
	#footer-content .row {
		display: flex;
	}
	#footer-social .row > div:first-child {
		text-align: right;
	}
	#footer-social .row > div:nth-child(2) {
		text-align: left;
	}
	#footer-content .col-md-2, #footer-content .col-md-3 {
		padding: 41px 35px 30px 27px;
	}
	#privacy-pledge {
		bottom: 50px;
		left: 0px;
		position: absolute;	
	}
}

/*--- Modals  ---*/
/* Header modals */
.header-modal .modal-backdrop.in {
	opacity: 0.1 !important;
}
.header-modal .modal-dialog {
	max-width: 500px;
	width: 100%;
}
.header-modal .modal-dialog .modal-content {
	background: #fff url('images/logos/logo-blue-light.png') no-repeat 20px 21px;	
	background-size: 178px;
	border-radius: 0;
	padding: 5px;
}
.header-modal .modal-dialog .modal-content .modal-body {
	border: 1px solid #808080;
	padding: 94px 54px 0 54px;
	text-align: center;
}
.header-modal .modal-dialog .modal-content .modal-body h2 {
	font-size: 41.5px;
	font-weight: bold;
	margin: 0px 0 40px 0;
	text-transform: none;
}
.header-modal .modal-dialog .modal-content .modal-body p {
	font-size: 16.5px;
	font-weight: 200;
	line-height: 19px;
	margin: 0 0 65px 0;
	padding: 0;
}
.header-modal-close {
	color: #B1B1B1;
	font-size: 12.5px;
	position: absolute;
	right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	top: 10px;
}
/* Subscription modal */
#subscription-modal .modal-dialog .modal-content .modal-body .gform_fields {
	list-style-type: none;
	padding: 0;
}
#subscription-modal .modal-dialog .modal-content .modal-body input {
	border: none;
	display: block;
	width: 100%;
	text-align: center;
}
#subscription-modal .modal-dialog .modal-content .modal-body input[type=email], #subscription-modal .modal-dialog .modal-content .modal-body input[type=text] {
	background-color: #F7F7F7;
	color: #B1B1B1;
	font-size: 14px;
	height: 52px;
	line-height: 52px;
	margin-bottom: 21px;
}
#subscription-modal .modal-dialog .modal-content .modal-body input[type=submit] {
	background-color: #D0112b;
	border: 1px solid #D7D7D7;
	color: #fff;
	font-size: 16.5px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 54px;
	padding: 0;
}
#subscription-modal .modal-dialog .modal-content .modal-body input[type=submit]:hover {
	//background-color: #D6F5FF;
}

/*--- Home page ---*/
#home-features {
	padding: 34px 0 80px 0;
	text-align: center;
}
#home-features .row .col-md-3 {
	padding-bottom: 30px;
}
#home-features .row .col-md-3 + .col-md-3 {
	border-top: 1px solid #BDBDBD;
	padding-top: 10px;
}
#home-features h2 {
	font-size: 18.75px;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#home-features p {
	font-size: 14.5px;
	line-height: 16.5px;
	margin-left: auto;
	margin-right: auto;
	max-width: 270px;
}
.home-icon-container {
	text-align: center;
}
#home-learn .col-md-6:first-child {
	background-color: #D0112B;
	color: #FFF;
	padding-bottom: 30px;
	padding-top: 53px;
}
#home-learn .col-md-6:first-child h2 {
	font-size: 37.5px;
	font-weight: 100;
	margin-bottom: 33px;
}
#home-learn .col-md-6:first-child h2 span {
	font-size: 41.5px;
	font-weight: bold;
	text-transform: capitalize;
}
#home-learn .col-md-6:first-child p {
	color: #fff;
	font-size: 20.5px;
	font-weight: 100;
	line-height: 29px;
	margin-bottom: 37.5px;
}
#home-learn .col-md-6:first-child button {
	border: none;
	color: #FFF;
	font-size: 16px;
	font-weight: 200;
}
#home-learn .col-md-6:first-child button img {
	margin-left: 14px;
}
#home-learn .col-md-6:nth-child(2) div:first-child {
	padding: 36.5px 0 51px 0;
	text-align: center;
}

#home-learn .col-md-6:nth-child(2) div:first-child a {
	border: 1px solid #D0112b;
	border-radius: 5px;
	color: #D0112B;
	font-size: 10px;
	line-height: 14.5px;
	font-weight: bold;
	padding: 9px 16px;
	text-transform: uppercase;
}
#home-new {
	padding-top: 45.5px;
}
#home-new .row:first-child {
	text-align: center;
}
#home-new .row:first-child h1 {
	font-size: 33.3px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
#home-new .row:first-child p {
	font-size: 14.5px;
	line-height: 16.5px;
	margin: auto;
	max-width: 564px;
}
#home-new .row:nth-child(2) {
	padding-top: 43px;
	text-align: center;
}
#home-new .row:nth-child(2) .col-md-2 {
	margin-bottom: 30px;
}
#home-new .row:nth-child(2) .col-md-2 + .col-md-2 {
	border-left: 1px solid #CFCFCF;
}
#home-new .row:nth-child(2) h2 {
	font-size: 14.5px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 23px;
	text-transform: uppercase;
}
#home-new .row:nth-child(2) p {
	font-size: 13.5px;
	line-height: 16.5px;
	margin-bottom: 23.5px;
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
}
#home-new .row:nth-child(2) a {
	color: #D0112B;
	font-size: 11.5px;
	font-weight: 600;
	text-transform: uppercase;
}
#home-new .row:nth-child(2) > div {
	padding-bottom: 52px;
}
#home-new .row:nth-child(2) .article-footer {
	bottom: 0;
	left: 0;
	padding: 0 15px;
	position: absolute;
	width: 100%;
}
#home-new .row:nth-child(2) .article-bottom {
	background-color: #E1E1E1;
	height: 10px;
	margin-top: 20px;
}
#home-case {
	padding-bottom: 52px;
	padding-top: 19.5px;
	text-align: center;
}

#home-case .row h1 {
	color: #333333;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 33.3px;
	margin-bottom: 35px;
	text-transform: uppercase;
}
#home-case .row h1:before {
	background: url("images/logos/logo-emsb.png") no-repeat center;
	background-size: 100%;
	content: "";
	display: block;
	height: 70.5px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: sub;
	width: 70.5px;
}
#home-case .row p {
	color: #666;
	font-size: 14.5px;
	line-height: 16.5px;
	margin: 0 auto 35px auto;
	max-width: 625px;
}
#home-case .row a {
	color: #D0112B;
	font-size: 12.5px;
	font-weight: 600;
	text-transform: uppercase;
}
#home-kids {
	background: url("images/backgrounds/bg-kids.jpg") no-repeat center bottom;
	background-size: 100%;
	padding-bottom: 500px;
	padding-top: 71px;
}
#home-kids .row:first-child .col-md-3 {
	margin-bottom: 60px;
	padding-top: 15px;
	text-align: center;
}
#home-kids .row:nth-child(2) .col-md-3 {
	margin-bottom: 30px;
}
#home-kids h1 {
	font-size: 23px;
	line-height: 27px;
	margin-bottom: 25px;
	margin-top: 0;
}
#home-kids p {
	color: #272727;
	font-size: 13px;
	line-height: 16.5px;
	margin: auto;
	margin-bottom: 42.5px;
}
#kids-img-cont img {
	display: block;
	margin: auto;
}
#kids-button-cont {
	text-align: center;
}
#home-kids #kids-button-cont a {
	border: none;
	color: #E5088A;
	display: inline-block;
	font-size: 25px;
	font-weight: 200;
	line-height: 29px;
	max-width: 300px;
	position: relative;
	text-align: left;
}
#home-kids #kids-button-cont a:after {
	background: url("images/icons/right-pointer-pink.png");
	background-size: 100%;
	bottom: -50px;
	content: "";
	display: inline-block;
	height: 49.5px;
	left: calc(50% - 25px);
	position: absolute;
	width: 49.5px;
}
@media only screen and (min-width : 992px) {
	#home-features .row {
		display: flex;
	}
	#home-features p {
		margin-bottom: 65px;
	}
	.home-icon-container {
		bottom: 0;
		left: 0;
		position: absolute;
		width: 100%;
	}
	#home-features .row .col-md-3 {
		padding-bottom: 0;
	}
	#home-features .row .col-md-3 + .col-md-3 {
		border-left: 1px solid #BDBDBD;
		padding-top: 0;
	}
	#home-learn .row {
		display: flex;
	}
	#home-new .row:nth-child(2) {
		display: flex;
	}
	#home-case .row h1 {
		margin-left: -126.5px;
	}
	#home-case .row h1:before {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 56px;
	}
	#home-kids {
		background-size: 1000px;
		padding-bottom: 682.5px;
	}
	#home-kids #kids-button-cont a {
		position: relative;
		top: -30px;
	}
	#kids-button-cont {
		text-align: left;
	}
}
@media only screen and (min-width : 768px) {
	#home-learn .col-md-6:first-child button {
		font-size: 19px;
	}
	#home-learn .col-md-6:first-child {
		padding-left: 72px;
	}
	#home-learn .col-md-6:first-child p {
		padding-right: 160px;
	}
	#home-learn .col-md-6:nth-child(2) div:first-child a {
		font-size: 14.5px;
	}
	#home-features .row .col-md-3 + .col-md-3 {
		border-top:  none;
	}
	#home-kids .row .col-md-3 {
		padding-left: 46px;
	}
	#home-kids p {
		margin-left: 0;
		max-width: 345px;
	}
	#home-kids #kids-button-cont a:after {
		bottom: 100%;
		left: 100%;
		right: -50px;
		top: 0;
	}
}
@media only screen and (min-width : 1200px) {
	#home-kids #kids-button-cont a {
		top: -60px;
	}
}
/*--- Main content ---*/
#hero-container {
    width: 100%;
    height: 610px;
    background: url(images/backgrounds/frontpage.jpg) center top no-repeat;
    color: #fff;
    background-size: auto 100%
}

#hero-container .container {
    padding-top: 40px
}

#hero-container .row {
    font-size: 18px;
    margin-bottom: 30px
}

#hero-container .row h4 {
    text-align: center;
    font-size: 20px
}

#hero-container p {
    margin-top: 16px
}

#hero-container li {
    margin-left: 35px
}

#hero-container ul {
    margin-top: 50px
}

@media (max-width: 1850px) {
    #hero-container {
        height:503px
    }
}

@media (max-width: 992px) {
    #hero-container {
        margin-top:107px;
        height: auto;
        background: #681218;
        padding-bottom: 65px
    }

    #hero-container ul {
        text-align: left;
        padding-left: 0
    }

    #hero-video-container {
        margin-bottom: 32.5px
    }

    #video-gallery {
        display: inline-block;
        margin: auto
    }
}

#available-container {
    padding: 56px 30px 100px
}

#available-icon {
    max-width: 825px;
    text-align: right;
    margin: auto auto 22px
}

#available-icon img {
    border-radius: 18px;
    margin-right: 9px
}

#available-devices {
    text-align: center
}

#available-devices img {
    max-width: 100%;
    padding-bottom: 110px
}

.store-icons a img {
    max-width: 200px;
    height: auto;
    height: 50px;
    width: auto
}

#trial-container {
    padding-top: 50px;
    margin-bottom: 150px;
    background: url(images/backgrounds/chalkboard2.jpg) center no-repeat;
    height: 350px;
    width: 100%;
    background-size: 100% 100%;
    padding-bottom: 90px
}


#trial-container h1,#trial-container h4 {
    color: #fff;
    text-align: center
}

#trial-container h1 {
    margin-bottom: 20px
}

#trial-container h2, #demoModal h2 {
    font-size: 18px
}

#trial-container h4 {
    max-width: 750px
}

#trial-container button, #demoModal button, #demoModal input[type="submit"] {
    background-color: #4283f0;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    display: block;
    margin-top: 40px;
    padding: 7px 67px;
}

#trial-container button:hover {
    background-color: #2252A2
}

@media (max-width: 992px) {
    #trial-text-container p {
        margin:auto;
        padding-right: 0
    }

    #trial-form-container {
        margin-top: 30px;
        padding-left: 15px
    }

    #trial-container {
        height: auto;
        background: url(/images/backgrounds/chalkboard.7f6c1976.jpg) center no-repeat;
        background-size: 100% 100%
    }

    #trial-form input {
        width: 150px
    }

    .modal-body {
        padding-left: 0;
        padding-right: 0
    }
}

#features-container {
    padding-top: 64px
}

#features-container h1 {
    margin-bottom: 140px
}

.features-container {
    margin: auto auto 50px
}

.features-container h3 {
    margin-top: 30px;
    color: #681218;
    text-align: center
}

.features-container>div {
    margin-bottom: 34px;
    width: calc(50% - 40px);
    min-width: 320px;
    text-align: left
}

.features-container .row-image,.features-container .row-text {
    display: inline-block;
    margin: 20px
}

.features-container .row-image img {
    max-width: 510px;
    height: auto;
    width: 100%;
    border: 1px solid #681218;
    position: relative
}

.features-container .student-flags,.features-container .student-profile,.features-container .type-ahead {
    float: right
}

.features-container .active-classrooms,.features-container .birthdays,.features-container .touch-attendance {
    float: left
}

.features-container .text-active-classrooms,.features-container .text-birthdays,.features-container .text-touch-attendance {
    float: right
}

.features-container .text-student-flags,.features-container .text-student-profile,.features-container .text-type-ahead {
    float: left
}

.features-container>div:nth-child(2) {
    float: right
}

.features-container p,.features-container ul {
    text-align: left;
    margin: 20px auto auto;
    max-width: 352px
}

.features-container ul {
    padding: 0;
    margin-left: 10px
}

.features-container ul>span {
    font-size: 18px
}

.features-container ul li {
    min-height: 30px;
    padding-top: 6px;
    margin-top: -6px;
    color: #000;
    margin-left: 15px
}

@media (max-width: 992px) {
    #features-container {
        padding-left:0;
        padding-right: 0
    }

    #features-container ul {
        margin: auto auto auto 10px
    }

    #features-container>div,#features-container>div:nth-child(2) {
        float: none;
        margin: auto auto 40px
    }

    #features-container>div img,#features-container>div:nth-child(2) img {
        max-width: calc(100% - 30px)
    }

    #features-container .row-text {
        margin-left: auto;
        margin-right: auto;
        min-width: 290px;
        width: calc(100% - 30px)
    }

    #features-container .row-image {
        width: calc(100% - 30px);
        text-align: center;
        margin: 0
    }

    #features-container .active-classrooms,#features-container .birthdays,#features-container .student-flags,#features-container .student-profile,#features-container .text-active-classrooms,#features-container .text-birthdays,#features-container .text-student-flags,#features-container .text-student-profile,#features-container .text-touch-attendance,#features-container .text-type-ahead,#features-container .touch-attendance,#features-container .type-ahead {
        float: none
    }
}

#pricing-container {
    height: 1436px;
    background: url(/images/backgrounds/pricing.png) center no-repeat;
    margin-top: 180px;
    margin-bottom: 96px;
    color: #F8F8F8
}

#pricing-container .col-md-6 {
    padding: 0
}

#pricing-container>h1 {
    margin-top: 65px;
    margin-bottom: 122px
}

.pricing-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.pricing-list li {
    padding-top: 40px;
    border-bottom: 1px solid #C4C4C4
}

.pricing-list .pricing-list-amount {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px
}

.pricing-list .pricing-list-amount-large {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.pricing-list .pricing-list-details {
    float: left
}

.pricing-list .dollar {
    font-size: 22px
}

.pricing-list .price {
    font-size: 40px
}

.pricing-list .up-to {
    font-size: 28px;
    margin-right: 24px
}

.pricing-list .pricing-seperator {
    display: inline-block;
    width: 20px;
    height: 50px;
    background: url(/images/icons/seperator.png) center no-repeat;
    vertical-align: bottom
}

.pricing-list .users {
    display: inline-block
}

.pricing-list .users span {
    display: block
}

.pricing-list .users span:first-child {
    line-height: 26px;
    height: 26px;
    font-size: 26px
}

.pricing-list .users span:nth-child(2) {
    line-height: 17px;
    height: 17px;
    font-size: 17px
}

.pricing-list .pricing-badge {
    float: left;
    color: #DFDFDF;
    background-color: #494949;
    width: 273px;
    font-size: 16px;
    line-height: 16px;
    padding: 16px 30px;
    border-radius: 5px
}

#pricing-multiple h3,#pricing-single h3 {
    font-size: 25px;
    margin-top: 46px;
    margin-bottom: 36px;
    text-align: center
}

#pricing-multiple,#pricing-single {
    border-radius: 8px;
    width: 100%;
    max-width: 586px;
    padding: 0 40px 84px
}

.pricing-list .pricing-badge-center {
    text-align: center
}

#pricing-single {
    color: #6C6C6C;
    background-color: #DFDFDF;
    float: right
}

#pricing-single h3 {
    font-weight: 400
}

#pricing-single .pricing-list {
    color: #3A3A3A
}

#pricing-single .pricing-list .up-to {
    color: #C1C1C1
}

#pricing-multiple {
    background-color: #2D2C2C;
    float: left;
    color: #6C6C6C
}

#pricing-multiple h3 {
    color: #F8F8F8
}

#pricing-multiple .pricing-list {
    color: #DA9472
}

#pricing-multiple .pricing-list .up-to {
    color: #4E4D4D
}

#pricing-multiple .pricing-list li {
    border-bottom: 1px solid #4A4A4A
}

#pricing-multiple .pricing-list .pricing-seperator {
    background: url(/images/icons/seperator-orange.png) center no-repeat
}

#pricing-multiple .pricing-list .pricing-badge {
    background-color: #DA9472;
    color: #2D2C2C
}

@media (max-width: 992px) {
    #pricing-container {
        height:auto;
        background: #DA9472;
        padding-bottom: 65px
    }

    #pricing-multiple,#pricing-single {
        padding-top: 46px;
        float: none;
        margin: auto
    }

    #pricing-single {
        margin-bottom: 46px
    }
}

@media (max-width: 768px) {
    #pricing-multiple,#pricing-single {
        padding:46px 20px 84px
    }

    .pricing-list li {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .pricing-list .pricing-badge,.pricing-list .pricing-list-amount,.pricing-list .pricing-list-amount-large,.pricing-list .pricing-list-details {
        display: block;
        float: none;
        margin: auto
    }

    .pricing-list .pricing-seperator {
        width: 22.5px;
        height: 48.75px
    }

    .pricing-list .up-to {
        font-size: 30px
    }

    .pricing-list .users span:first-child {
        line-height: 26px;
        height: 26px;
        font-size: 26px
    }

    .pricing-list .users span:nth-child(2) {
        line-height: 12px;
        height: 12px;
        font-size: 12px
    }
}

#testimonials-container {
    padding-top: 64px;
    padding-bottom: 240px;
    text-align: center
}

#testimonials-container .testimonials-title {
    position: relative;
    display: inline-block;
    margin: auto
}

#testimonials-container .testimonials-title img {
    position: absolute;
    left: -115px;
    top: -15px
}

#testimonials-container .row {
    margin-top: 50px
}

#testimonials-container .testimonial-contact {
    max-width: 500px;
    width: 50%;
    min-width: calc(50% - 5px);
    text-align: center;
    display: inline-block;
    vertical-align: top
}

#testimonials-container .testimonial-contact img {
    height: auto;
    width: 100px
}

#testimonials-container .testimonial-contact .img-placeholder {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background-color: gray
}

#testimonials-container .testimonial-contact .img-placeholder,#testimonials-container .testimonial-contact img {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 30px
}

#testimonials-container .testimonial-contact .testimonials-contact-info {
    display: inline-block;
    max-width: 350px
}

#testimonials-container .testimonial-contact .testimonial-contact-name {
    font-size: 25px;
    margin-top: 24px;
    margin-bottom: 14px;
    color: #681218
}

#testimonials-container .testimonial-contact .testimonial-contact-title {
    font-size: 18px;
    font-weight: 300;
    height: 80px
}

#testimonials-container .testimonial-contact .testimonial-contact-quote {
    position: relative;
    text-align: left;
    font-weight: 300
}

#testimonials-container .testimonial-contact .testimonial-contact-quote img {
    position: absolute;
    bottom: -125px;
    right: 80px
}

#support-container {
    background: url(images/backgrounds/chalkboard.jpg) center no-repeat;
    color: #fff;
    padding-top: 64px;
    padding-bottom: 100px;
    background-size: 100% 775px;
    margin-bottom: 70px
}

#support-container h1 {
    color: #fff
}

#support-container .support-help {
    background: url(/images/icons/support-help.jpg) center no-repeat;
    height: 100px;
    width: 100px;
    background-size: 100%
}

#support-container #support-row {
    margin-top: 120px
}

#support-container #support-row>div {
    text-align: center;
    margin-bottom: 75px
}

#support-container #support-row .col-md-4 {
    padding-left: 5px;
    padding-right: 5px
}

#support-container .support-details {
    max-width: 340px;
    margin: 50px auto auto;
    text-align: left
}

#support-container .support-details .support-details-title {
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px
}

#support-container .support-details .support-details-description {
    color: #fff
}

#support-container .support-chat {
    text-align: center;
    margin-top: 54px;
    padding-left: 15px;
    padding-right: 15px
}

#support-container .support-chat p {
    color: #fff;
    text-align: center
}

#support-container .support-chat button {
    background-color: #4283f0;
    color: #fff;
    border-radius: 2px;
    padding: 7px 67px;
    margin-top: 40px
}

#support-container .support-chat button:hover {
    background-color: #2252A2
}

@media (max-width: 992px) {
    #testimonials-container .testimonial-contact {
        min-width:100%
    }

    #support-container {
        background-size: 100% 100%;
        margin-bottom: 40px
    }
}

/* Custom header sizes */
.header-contact {
	height: 1100px !important;
}

/* News */
#news-header {
	text-align: center;
}
#news-header h2 {
	font-size: 37.5px;
	font-weight: bold;
	margin: 20px 0;
	text-transform: uppercase;
}
#news-header p {
	color: #666666;
	font-size: 15px;
	line-height: 21px;
}
#news-items {
	border-bottom: 3px solid #E1E1E1;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 58px;
}
#news-items > div {
	margin-top: 50px;
	width: 25%;
}
.news-post-title a {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}
.news-post-title a:hover {
	color: #333333;
}
.news-post-date {
	color: #D0112B;
	font-size: 12.5px;
	font-weight: 200;
	text-transform: uppercase;
}
.mews-post-excerpt {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 40px;
}
.news-post-more {
	bottom: 0;
	color: #d0112b;
	font-size: 11.5px;
	font-weight: 600;
	position: absolute;
	text-transform: uppercase;
}
.news-post-more:hover, .news-post-more:visited {
	color: #d0112b;
}
#news-featured {
	border-bottom: 10px solid #E1E1E1;
	padding: 40px 0 14px 0;
}
#news-featured .news-post-date {
	font-size: 19px;
}
.news-post-title {
	line-height: 19px;
	margin: 10px 0 26px;
}
#news-featured .news-post-title a {
	font-size: 23px;
	line-height: 27.5px;
}
#news-featured .mews-post-excerpt {
	font-size: 15px;
	line-height: 22px;
}
#news-featured .news-post-more {
	position: static;
}
#news-subscribe {
	padding: 43px 0 53px;
	text-align: center;
}
#news-subscribe-button {
	border-color: #d0112b;
	border-radius: 8px;
	color: #d0112b;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 17px;
	text-transform: uppercase;
}
#news-media {
	background-color: #D0112B;
	color: #fff;
	padding: 55px 90px 60px;
}
#news-media h2 {
	font-size: 29px;
	margin: 0 0 22px;
}
#news-media label {
	display: block;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	padding: 0;
}
#news-media a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
#news-media p {
	font-size: 21px;
	font-weight: 100;
	line-height: 29px;
}
#news-spacing {
	height: 100px;
}

/* Contact */
#page-contact {
	position: relative;
}
#page-contact .container:first-child {
	background-color: #fff;
	padding-top: 79px;
}
#page-contact #contact-content-container {
	border-bottom: 1px solid #c5c5c5;
	max-width: 237px;
	padding-bottom: 17px;
}
#page-contact #contact-social {
	margin-bottom: 45px;
	margin-top: 47px;
}
#page-contact #contact-social label {
	margin-bottom: 10px;
}
#page-contact #contact-social ul {
	padding: 0;
}
#page-contact #contact-social ul li {
	display: inline-block;
	margin-right: 11px;
}
#page-contact #main-contact .gform_fields {
	margin: 0;
	padding: 0;
}
#page-contact #main-contact .gform_fields li {
	display: inline-block;
	margin-bottom: 9px;
	width: 50%;
}
#page-contact #main-contact .gform_fields li:nth-child(odd) {
	padding-right: 5px;
}
#page-contact #main-contact .gform_fields li:nth-child(even) {
	padding-left: 5px;
}
#page-contact #main-contact .gform_fields li:last-child {
	padding: 0;
	width: 100%
}
#page-contact #main-contact .gform_fields li input, #page-contact .gform_fields textarea {
	border: 1px solid #C9C9C9;
	border-radius: 5px;
	font-size:15px;
	line-height: 15px;
	padding: 14px 15px;
	width: 100%;
}
#page-contact #main-contact .gform_fields textarea {
	height: 92px;
}
#page-contact #main-contact .gform_footer {
	margin-top: 20px;
}
#page-contact #main-contact .gform_footer input[type=submit]{
	background-color: #D0112B;
	border: none;
	border-radius: 5px;
	color: #FFF;
	font-size: 15px;
	line-height: 36px;
	padding: 0 78px;
}
#page-contact #contact-newsletter {
	padding-top: 46px;
	padding-bottom: 68px;
	text-align: center;
}
#page-contact #contact-newsletter p {
	margin:auto;
	margin-top: 45px;
	max-width: 721px;
}
#page-contact #contact-demo {
	border-top: 1px solid #C5C5C5;
	text-align: center;
}
#page-contact #contact-demo  h2 { 
	margin: 42px 0 36px 0;
}
#page-contact #contact-demo table td:first-child, #page-contact #contact-demo table td:nth-child(3) {
	//width: 30%;
} 
#page-contact #contact-demo .contact-demo-divider {
	background-color: #C5C5C5;
	height: 1px;
	width: 100%;
}
#page-contact #contact-demo a {
	background-color: #D0112B;
	border: none;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	padding: 20px 30px;
}
#page-contact #contact-demo p {
	color: #242424;
	margin-top: 16px;
}
#page-contact #contact-demo p span {
	color: #D0112B;
	font-weight: bold;
}
@media only screen and (min-width : 768px) {
	#page-contact .container:first-child {
		padding: 79px 95px 0 95px;
	}
	#page-contact #contact-social {
		margin-bottom: 0;
	}
	#page-contact #main-contact .gform_footer {

	}
}

/* About */
#page-about h1 {
	font-size: 29px;
	font-weight: 400;
	margin: 68px 0 37px 0;
}
#page-about h3 {
	color: #D0112B;
	font-size: 20.5px;
	font-weight: 200;
	margin: 50px 0 20px 0;
}
#page-about #about-learn {
	color: #D0112B;
	display: block;
	font-size: 19px;
	font-weight: 200;
	margin: 50px 0 35px 0;
}
#page-about #about-demo {
	display: inline-block;
	margin-bottom: 38px;
}
#about-feature {
	background: transparent url('images/backgrounds/about.png') no-repeat left;
	background-size: auto 100%;
}
#about-feature .row {
	display: flex;
}
#about-feature .col-md-4 {
	padding-top: 58px;
	padding-bottom: 140px;
}
#about-feature .col-md-4 h2 {
	font-size: 30px;
	font-weight: 400;
}
#about-feature .col-md-8 {
	background: transparent url('images/backgrounds/about-feature.jpg') no-repeat left -34px;
	background-size: auto 100%; 
}
#about-accessing {
	margin: 54px 0;
}
#about-accessing .col-md-9 {
	padding: 60px 0 0 40px;
}
#about-demo-cont {
	color: #fff;
	background-color: #D0112B;
	margin: 60px auto 44px; 
	padding-bottom: 66px;
	padding-top: 60px;
}
#about-demo-cont h2 {
	font-size: 37.5px;
	margin-bottom: 12px;
}
#about-demo-cont p {
	color: #FFF;
	font-size: 20.5px;
	font-weight: 100;
	line-height: 30px;
}
#about-demo-cont .gform_fields {
	padding: 0;
}
#about-demo-cont .gform_fields li {
	display: block;
	margin-bottom: 7px;
}
#about-demo-cont .gform_fields input, #about-demo-cont .gform_fields textarea {
	border: 1px solid rgba(0,0,0,0.4);
	color: #666;
	font-size: 12.5px;
	padding: 7px 15px 4.5px 15px;
}
#about-demo-cont .gform_fields textarea {
	height: 66px;
}
#about-demo-cont .gform_footer input[type=submit] {
	background-color: #4f4f4f;
	border: none;
	border-radius: 10px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 7px 28px;
	text-transform: uppercase;
}
@media only screen and (min-width : 768px) {
	#about-demo-cont {
		padding-left: 128px;
		padding-right: 128px;
	}
	#about-feature .col-md-4 {
		padding-left: 65px;
	}
}

/* KiDS */
#page-kids {
	padding-top: 40px;
}
#kids-content-main  p, #kids-content-main ul {
	font-size: 16.5px;
	line-height: 21px;
	margin-bottom: 26px;
}
#kids-content-main ul li {
	color: #666;
}
#kids-content-main #kids-intro {
	color: #272727;
	font-size: 19px;
	line-height: 23px;
	margin-bottom: 37.5px;
}
#kids-diagram-content {
	margin-bottom: 72px;
	margin-top: 60px;
}
#kids-diagram-content h3 {
	color: #231f20;
	font-size: 16.5px;
	font-weight: bold;
	margin-bottom: 17px;
}
#kids-diagram-content p {
	font-size: 12.5px;
	line-height: 16.5px;
}
#kids-features-benefits h2 {
	color: #242424;
	font-size: 23px;
	margin-bottom: 30px;
}
#kids-features-benefits > ul > li, #kids-features-benefits > ul ul {
	margin-bottom: 25px;
}
#kids-demo-link {
	background-color: #E7078B;
	color: #Fff;
	display: block;
	font-size: 16.5px;
	font-weight: 200;
	line-height: 16.5px;
	margin-bottom: 50px;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
}
#kids-demo {
	color: #fff;
	background: #E6078B url('images/backgrounds/kids-demo-bg.jpg') no-repeat center;
	background-size: cover;
	margin: 114px auto 44px; 
	padding:60px 128px 66px;
}
#kids-demo h2 {
	font-size: 37.5px;
	margin-bottom: 12px;
}
#kids-demo p {
	color: #FFF;
	font-size: 20.5px;
	font-weight: 100;
	line-height: 30px;
}
#kids-demo .gform_fields {
	padding: 0;
}
#kids-demo .gform_fields li {
	display: block;
	margin-bottom: 7px;
}
#kids-demo .gform_fields input, #kids-demo .gform_fields textarea {
	border: 1px solid rgba(0,0,0,0.4);
	color: #666;
	font-size: 12.5px;
	padding: 7px 15px 4.5px 15px;
}
#kids-demo .gform_fields textarea {
	height: 66px;
}
#kids-demo .gform_footer input[type=submit] {
	background-color: #4f4f4f;
	border: none;
	border-radius: 10px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 7px 28px;
	text-transform: uppercase;
}
#kids-store-links {
	margin-bottom: 60px;
}
#kids-store-links a {
	display: inline-block;
}
#kids-store-links a + a {
	margin-top: 22px;
}
#kids-test-content p, #kids-test-school, #kids-test-author{
	color: #0886c1;
	font-size: 16.5px;
	line-height: 20.5px;
	margin-bottom: 27.5px;
}
#kids-test-content .kids-block {
	font-size: 37.5px;
	vertical-align: -webkit-baseline-middle;
}
#kids-test-school {
	font-weight: bold;
}
#kids-test-author {
	font-style: italic;
}

/*--- Features ---*/
#features-intro h1 {
	color: #231f20;
	font-size: 33.3px;
	font-weight: 400;
	margin: 70px 0 42px 0;
	text-transform: uppercase;
}
#features-intro p {
	color: #d0112b;
	font-size: 23px;
	font-weight: 200;
	line-height: 29px;
	margin-bottom: 77px;
}
.feature-container .col-md-6:first-child, .feature-container .col-md-7:first-child {
	margin-bottom: 30px;
}
.feature-container h2 {
	color: #D0112b;
	font-size: 29px;
	font-weight: 200;
	margin: 0 0 25px 0;
}
.feature-container p {
	font-size: 15px;
	line-height: 21px;
	margin: 0;
}
.feature-container p + p {
	margin-top: 30px;
}
.feature-container .row {
	margin-bottom: 100px;
}
#feature-access {
	background: transparent url('images/backgrounds/feature-access.jpg') no-repeat center;
	background-size: cover;
}
#feature-access .row {
	padding-bottom: 30px;
	padding-top: 30px;
}
#feature-access #feature-connector {
	display: none;
}
#feature-hallway {
	background: transparent url('images/backgrounds/feature-hallway.jpg') no-repeat center;
	background-size: cover;
}
#feature-hallway .row {
	padding-bottom: 30px;
	padding-top: 30px;
}
#feature-injury {
	background: transparent url('images/backgrounds/feature-injury.jpg') no-repeat center;
	background-size: cover;
}
#feature-injury .row {
	padding-bottom: 30px;
	padding-top: 30px;
}
#feature-meeting {
	background: transparent url('images/backgrounds/feature-meeting.jpg') no-repeat center;
	background-size: cover;
}
#feature-meeting .row {
	padding-bottom: 30px;
	padding-top: 30px;
}
#feature-trip {
	border-bottom: 1px solid #CCCCCC;
	background: transparent url('images/backgrounds/feature-trip.jpg') no-repeat center;
	background-size: cover;
}
#feature-trip .row {
	padding-bottom: 30px;
	padding-top: 30px;
}
#feature-attendance {
	background: #D0112B url('images/backgrounds/feature-attendance.png') no-repeat center;
	background-size: cover;
}
#feature-attendance h2 {
	color: #fff;
	font-size: 33px;
	margin-bottom: 30px;
	margin-top: 0;
}
#feature-attendance p {
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	line-height: 25px;
	 margin-bottom: 30px;
}
#feature-attendance a {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	font-weight: 200;
}
#feature-attendance .row {
	padding-bottom: 92px;
	padding-top: 115px;
} 
#feature-attendance img {
	display: block;
	margin: auto;
	margin-top: 30px;
	width: 150px;
}
#feature-lower {
	background: transparent url('images/backgrounds/feature-lower.jpg') no-repeat center;
	background-size: cover;
	margin-bottom: 240px;
}
#feature-request {
	padding-bottom: 213px;
	padding-top: 50px;
}
#feature-subfeatures {
	padding-bottom: 70px;
	padding-top: 150px;
}
#feature-subfeatures .subfeature {
	margin-bottom: 70px;
	padding-left: 100px;
	position: relative;
}
#feature-subfeatures .subfeature h2 {
	margin-bottom: 15px;
}
#feature-subfeatures .subfeature img {
	height: 50px;
	left: 10px;
	position: absolute;
	top: calc(50% - 25px);
	width: auto;
}
#feature-classrooms > div:first-child {
	padding-top: 75px;
}
@media only screen and (min-width : 768px) {
	#feature-access .row {
		background: transparent url('images/backgrounds/feature-access-inner.png') no-repeat right;
		background-size: auto 100%;
		padding-bottom: 283px;
		padding-top: 100px;
		position: relative;
	}
	#feature-access .row > .col-sm-6:first-child {
		padding-left: 100px;
	}
	#feature-hallway .row {
		background: transparent url('images/backgrounds/feature-hallway-inner.png') no-repeat left;
		background-size: auto 100%;
		padding-bottom: 154px;
		padding-top: 100px;
	}
	#feature-hallway .row > .col-sm-6:nth-child(2) {
		padding-left: 80px;
		padding-right: 65px;
	}
	#feature-injury .row {
		background: transparent url('images/backgrounds/feature-injury-inner.png') no-repeat right;
		background-size: auto 100%;
		padding-bottom: 107px;
		padding-top: 75px;
	}
	#feature-injury .row > .col-sm-6:first-child {
		padding-left: 55px;
		padding-right: 80px;
	}
	#feature-meeting .row {
		background: transparent url('images/backgrounds/feature-meeting-inner.png') no-repeat left;
		background-size: auto 100%;
		padding-bottom: 154px;
		padding-top: 100px;
	}
	#feature-meeting .row > .col-sm-6:nth-child(2) {
		padding-left: 80px;
		padding-right: 65px;
	}
	#feature-trip .row {
		background: transparent url('images/backgrounds/feature-trip-inner.png') no-repeat right;
		background-size: auto 100%;
		padding-bottom: 150px;
		padding-top: 105px;
	}
	#feature-trip .row > .col-sm-6:first-child {
		padding-left: 80px;
		padding-right: 40px;
	}
	#feature-attendance img {
		position: absolute;
		width: 250px;
	}
}
@media only screen and (min-width : 992px) {
	#features-top {
		padding-left: 100px;
		padding-right: 100px;
	}
	#feature-access #feature-connector {
		display: block;
		position: absolute;
		left: calc(50% - 60px);
		top: 400px;
		width: 120px;
	}
	#feature-subfeatures > div:nth-child(2) {
		padding-top: 100px;
	}
	.feature-container .col-md-6:first-child, .feature-container .col-md-7:first-child {
		margin-bottom: 0;
	}
}

/*--- Touch Attendance ---*/
#attendance-intro > div:nth-child(2) {
	padding-top: 50px;
	text-align: center;
}
#attendance-intro h1 {
	color: #231f20;
	font-size: 33px;
	font-weight: 400;
	margin-bottom: 44px;
	margin-top: 70px;
	text-transform: uppercase;
}
#attendance-intro p {
	color: #545454;
	font-size: 22.5px;
	font-weight: 200;
	line-height: 29px;
}
#attendance-center {
	background: transparent url('images/backgrounds/feature-attendance.jpg') no-repeat center;
	background-size: cover;
	border-top: 1px solid #ccc;
	margin-top: 70px;
}
#attendance-center h2 {
	color: #D0112b;
	font-size: 29px;
	font-weight: 200;
	margin-bottom: 22px;
	margin-top: 72px;
}
#attendance-center p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 30px;
}
#attendance-center a {
	border-bottom: 1px solid #D0112b;
	color: #D0112B;
	display: inline-block;
	font-size: 19px;
	font-weight: 200;
	margin-bottom: 60px;
	margin-top: 40px;
}
#attendance-details h1 {
	color: #D0112b;
	font-size: 33px;
	margin-bottom: 27px;
	margin-top: 70px;
}
#attendance-details p {
	font-size: 16px;
	line-height: 20.5px;
}
#attendance-details h2 {
	color: #D0112b;
	font-size: 23px;
	font-weight: 200;
	margin-bottom: 32px;
	margin-top: 58px;
}
#attendance-details ul li {
	font-size: 16px;
	line-height: 25px;
}
#attendance-details img {
	display: block;
	margin: 50px 0;
	width: 510px;
}
#attendance-detailsimg a {
	display: inline-block;
}
@media only screen and (min-width : 992px) {
	#attendance-intro > div:nth-child(2) {
		padding-top: 150px;
		text-align: left;
	}
	#attendance-center .container {
		background: transparent url('images/backgrounds/feature-attendance-inner.png') no-repeat right;
		background-size: auto 100%;
	}
}

/*--- SDS ---*/
#sds-intro {
	padding-bottom: 40.5px;
}
#sds-intro > .row:first-child > div:nth-child(2) {
	padding-top: 75px;
}
#sds-intro h1 {
	color: #231f20;
	font-size: 30px;
	font-weight: 800;
	line-height: 41.5px;
	margin-bottom: 42px;
}
#sds-intro h1 span {
	font-size: 22.5px;
	font-weight: 300;
}
#sds-intro p {
	color: #545454;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 30px;
}
#sds-intro a.hall-monitor-link {
	color : #ae0071;
	display: block;
	font-size: 17px;
	margin-bottom: 50px;
}
#sds-start-container {
	padding-top: 50px;
	text-align: center;
}
a.sds-start {
	background: #739E0C;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	line-height: 17px;
	padding: 18px 30.6px;
	text-transform: uppercase;
}
#sds-microsoft {
	padding-bottom: 63px;
}
#sds-microsoft h2 {
	color: #ae0071;
	font-size: 26.2px;
	font-weight: 300;
	line-height: 26.2px;
	margin: 60px 0 19.8px 0;
}
#sds-microsoft p {
	color: #666666;
	font-size: 15px;
	line-height: 18.8px;
	margin-bottom: 23.4px;
}
#sds-microsoft a.microsoft-link {
	color : #ae0071;
	display: block;
	font-size: 15px;
	margin-bottom: 20px;
}
#sds-microsoft-images {
	padding-right: 50px;
	padding-top: 50px;
}
#sds-microsoft-images img {
	display: block;
	margin: auto;
	margin-top: 8px;
}
#sds-microsoft-images img:first-child {
	display: none;
}
#sds-microsoft-icons img {
	margin-right: 23.4px;
}
#sds-benefits {
	background: #923485 url('images/pages/sds/bg-benefits.jpg') no-repeat center;
	background-size: cover;
	color: #fff;
	padding-bottom: 63px;
}
#sds-benefits h2 {
	font-size: 30px;
	font-weight: 300;
	margin: 72.5px 0 35.1px 0;
}
#sds-benefits h3 {
	font-size: 18.8px;
	font-weight: 400;
	margin-bottom: 6.3px;
}
#sds-benefits p {
	color: #fff;
	font-size: 15px;
	line-height: 20.6px;
}
#sds-form {
	background-color: #d0d6c0;
	padding-bottom: 50px;
}
#sds-form h2 {
	font-weight: bold;
	margin: 75px 0 30px 0;
}
#sds-form p {
	color: #545454;
	font-size: 18px;
	font-weight: 100;
	line-height: 26px;
}
#sds-form-container {
	padding-top: 50px;
}
#sds-form .gform_fields {
	list-style-type: none;
	padding: 0;
}
#sds-form .gform_fields .gfield {
	margin-bottom: 10px;
}
#sds-form .gform_fields .gfield input {
	min-width: 300px;
	padding: 7px 15px;
}
#sds-form input[type=submit] {
	background: #30962C;
	border: none;
	color: #fff;
	margin-top: 20px;
	padding: 10px 20px;
}
#sds-form .gform_confirmation_message {
	margin-top: 75px;
} 
#sds-information {
	background: transparent url('images/pages/sds/bg-information.jpg') no-repeat center;
	background-size: cover;
	padding-top: 66.6px;
	padding-bottom: 82.8px
}
#sds-information h2 {
	color: #ae0071;
	font-size: 26.2px;
	font-weight: 300;
	margin: 0 0 30.2px 0;
}
#sds-information p {
	color: #666666;
	font-size: 15px;
	line-height: 22.5px;
	margin-bottom: 25.7px;
}
#sds-try {
	padding-top: 22.5px;
	text-align: center;
}
#sds-try a {
	background: #30962C;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 20.6px;
	padding: 15.8px 79.7px;
	text-transform: uppercase;
}
#sds-request #about-demo-cont {
	background-color: #923485;
}

@media only screen and (min-width : 992px) {
	#sds-start-container {
		padding-top: 0;
		text-align: left;
	}
	#sds-microsoft-images {
		padding-right: 0;
		padding-top: 0;
	}
	#sds-microsoft-images img {
		clear: both;
		display: block;
		float: right;
	}
	#sds-microsoft-images img:first-child {
		display: block;
	}
}


/*--------------------------------------------------------------
# Referral Program
--------------------------------------------------------------*/
.referral-container .gfield {
	margin: 10px 0 20px 0;
}
.referral-container input[type=text], .referral-container textarea, .referral-container input[type=email], .referral-container input[type=tel] {
	background-color: #f8f9fa;
	border: 1px solid rgba(208, 17, 43, 0.1);
	font-size: 16px;
	padding: 0 15px;
	width: 100%;
}
.referral-container input[type=text], .referral-container input[type=email], .referral-container input[type=tel] {
	height: 40px;
}
.referral-container textarea {
	padding: 12px 15px;
}
.referral-container .gform_fields {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.referral-container input[type=submit] {
	background-color: rgb(208, 17, 43);
	color: #fff;
	height: 48px;
	width: 100%;
}
.referral-container #tve_editor ol, #tve_editor ul {
	margin: 0;
}



