/* changes the font size to adjust based on screen size */

@media all and (max-width: 4000px) { /* screen size until 1200px */
    h1 {
        font-size: 54px; /* 1.5x default size */
		line-height:56px;

    }
	
	h2 {
	font-size:40px;
	line-height:44px;
	}
	
	body {
	font-size:15px;
	}
}

@media all and (max-width: 1200px) { /* screen size until 1200px */
    h1 {
        font-size: 54px; /* 1.5x default size */
		line-height:56px;

    }
	
	h2 {
	font-size:40px;
	line-height:44px;
	}
	
	body {
	font-size:14px;
	}
}
@media all and (max-width: 1000px) { /* screen size until 1000px */
    h1 {
        font-size: 44px; /* 1.2x default size */
	line-height:46px;

    }
	
	h2 {
	font-size:30px;
	line-height:34px;
	}
	
	body {
	font-size:14px;
	}
	
    }
@media all and (max-width: 500px) { /* screen size until 500px */
    h1 {
        font-size: 30px; /* 0.8x default size */
		line-height:32px;

    }
	
	h2 {
	font-size:26px;
	line-height:28px;
	}
	
	
	body {
	font-size:14px;
	}
	
	.hideme {
	display: none;
	}
	
    }
	
/* changes the font size to adjust based on screen size */

/* Navbar Size */
@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


.icon {
	float:left;
	min-width:10px;
	margin-right:10px;
}

.featureicon {
	float:left;
	min-width:10px;
	min-height:190px;
	margin-right:10px;
}




/* Custom CSS Stylesheet */

html, body {
  height: 100%;
  width: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height:18px;
	color: #1a1c1b;
	
}


/* Makes Slider go behind header */

#platinumslider {
	z-index: 100;
	margin-top: -255px;
	vertical-align:top;
	
	
	}
	
#platinumheader {
	z-index: 2000;
	position: relative;
background-color: transparent !important;
border: none !important;
}
	


/* Makes Drop downs on hover */

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #139bbd;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
	
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}


/* Makes youtube videos responsive */
.video-container {
    position: relative;
    padding-bottom: 86.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}


/* removes styling on roll over of nav */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #FFF;
    color: #787878;
}

.navbar-default .navbar-nav > li > a {
    color: #363636;
	font-weight:400;

}

.navbar-default .navbar-nav > li > a:focus {
	font-weight:400;
    color: #2e6fb0;

}

.navbar-default .navbar-nav > li > a:hover {
    color: #2e6fb0;
	font-weight:400;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;
    color: #139bbd;
}

a {
    color: #2e6fb0;
	font-weight:400;
    text-decoration: none;
}
a:hover{
    color: #2e6fb0;
	font-weight:400;
    text-decoration: underline;
}

.lineheight {
	line-height:36px;
	
}

.alignright {
float:right;
}

.alignleft {
float:left;
}


p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: ##363636;
	font-size:15px;
	line-height:24px;
	
}


h1 {
	font-family: 'lato', sans-serif;
	font-weight: 700;
	color: #fff;
}

h2 {
	font-family: 'lato', sans-serif;
	font-weight: 900;
	color: #2e6fb0;
	
}


h3 {
	font-family: 'lato', sans-serif;
	font-weight: 400;
	line-height:26px;
	font-size:18px;
	color: #363636;	
		
}

h4 {
	font-family: 'lato', sans-serif;
	font-weight: 700;
	font-size:19px;
	line-height:24px;
	color: #2e6fb0;
	
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height:40px;
	font-size:45px;
	color: #494949;
	text-transform: uppercase;
	
}

h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size:20px;
	color: #494949;
}



#topbartext {
    font-family: 'lato', sans-serif;
	font-size: 15px;
	line-height:24px;
	font-weight: 400;
	color:#fff;
}


#topbartext li{
    font-family: 'lato', sans-serif;
	list-style:none;
	margin:0 auto;
	
	
}

#topbartext li a {
	margin:0 auto;
	padding:0;
	color:#fff;
	
}

#topbartext li a:hover {
	text-decoration: none;
	color:#fff;
	
}

#topbartext {
	list-style:none;
	margin:0 auto;
	
}

#topbartext a {
	font-family: 'lato', sans-serif;
	margin:0 auto;
	padding:0;
	color:#fff;
	font-size: 15px;
	line-height:24px;
	
}

#topbartext a:hover {
	text-decoration: underline;
	color:#fff;
	
}

#topbartext ul, ol {
	margin:0;
	padding:0;
	
}






#ctatext {
    font-family: 'lato', sans-serif;
	font-size: 22px;
	line-height:24px;
	font-weight: 400;
	color:#fff;
}


#ctatext li{
    font-family: 'lato', sans-serif;
	list-style:none;
	margin:0 auto;
	
	
}

#ctatext li a {
	margin:0 auto;
	padding:0;
	color:#fff;
	
}

#ctatext li a:hover {
	text-decoration: none;
	color:#fff;
	
}

#ctatext {
	list-style:none;
	margin:0 auto;
	
}

#ctatext a {
	font-family: 'lato', sans-serif;
	margin:0 auto;
	padding:0;
	color:#fff;
	font-size: 22px;
	line-height:24px;
	
}

#ctatext a:hover {
	text-decoration: underline;
	color:#fff;
	
}

#ctatext ul, ol {
	margin:0;
	padding:0;
	
}







nav a {
	font-family: 'lato', sans-serif;
	position: relative;
	display: inline-block;
	margin: 10px 2px 0 2px;
	outline: none;
	color: #c4c5c5;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 700;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 15px;
	line-height:24px;
}

nav a:hover,
nav a:focus {
	outline: none;
	text-decoration: none;
}


.nav > li > a:hover, .nav > li > a:focus {

    text-decoration: none;
    background-color: transparent;

}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {

    background-color: transparent;
    border-color: #428bca;

}


/* Effect 21: borders slight translate */
.cl-effect-21 a {
	padding: 10px;
	color: #c4c5c5;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-21 a:hover,
.cl-effect-21 a:focus {
	color: #fff;
}

.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


/* General button style (reset) */
.btn {
	border: none;
	font-family: 'lato', sans-serif;
	font-size: 16px;
	color: #fff;
	background: #2e6fb0;
	cursor: pointer;
	padding: 8px 35px;
	display: inline-block;
	margin: 15px 0px;
	letter-spacing: 1px;
	font-weight: 900;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 6c */
.btn-6c {
	border: 3px solid #2e6fb0;
	border-radius: 60px;
}

.btn-6c:hover {
	background: transparent;
	color: #5bbae1;
}

/* Button 6c WHITE*/
.btn-6c-white {
	border: 3px solid #fff;
	border-radius: 60px;
}

.btn-6c-white:hover {
	background: transparent;
	color: #fff;
}


.btn-primary {
    background-color: #9fa615;
    border-color: #9fa615;
    color: #fff;
	
}






.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {

    color: #fff;
    background-color: #58441a;
    border-color: #58441a;

}

.box {
	background-color: rgba(255, 255, 255, 0.8);
    width:100%;
	min-height: 10px;
    padding: 25px;
    margin: 0px;
	
}


small {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:#fff;
	vertical-align: middle;
	
}

small a{
	color:#fff;
}

small a:hover{
	color:#fff;
}


.footertext {
	margin:0 auto;
	padding:10px 0 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height:20px;
	font-weight: 300;
	color:#fff;
}


.footertext li{
	font-family: 'Roboto', sans-serif;
	list-style:none;
	margin:0 auto;
	
	
}

.footertext li a {
	margin:0 auto;
	padding:0;
	color:#fff;
	
}

.footertext li a:hover {
	text-decoration: none;
	color:#fff;
	
}

.footertext {
	list-style:none;
	margin:0 auto;
	
	
}

.footertext a {
	margin:0 auto;
	padding:0;
	color:#fff;
	
}

.footertext a:hover {
	text-decoration: underline;
	color:#fff;
	
}

.footertext ul, ol {
	margin:0;
	padding:0;
	
}



.socialmediafb {
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(../images/fb_white.png);
	background-repeat: no-repeat;
}
.socialmediafb:hover {
	background-image: url(../images/fb_blue.png);
	background-repeat: no-repeat;
}

.socialmediatw {
	display: block;
	width: 35px;
	height: 35px;
	background:url(../images/tw_white.png);
	background-repeat: no-repeat;
}
.socialmediatw:hover {
	background:url(../images/tw_blue.png);
	background-repeat: no-repeat;
}

.socialmediainstagram {
	display: block;
	width: 35px;
	height: 35px;
	background:url(../images/instagram_white.png);
	background-repeat: no-repeat;
}
.socialmediainstagram:hover {
	background:url(../images/instagram_blue.png);
	background-repeat: no-repeat;
}


.navbar-default {
	background-color:transparent;
	border-color: transparent;
}

hr {
	padding:0 0 8px 0;
	margin:0px;
}

.sectionfooter {
	width:100%;
	min-height:150px;
	background-color:#2e6fb0;
	padding:20px;
}

.sectioncopywrite {
	width:100%;
	min-height:60px;
	background-color:#000;
	vertical-align: middle;
	padding:18px;
}

.clear {
    clear: both;
}

/* Page Sections [spacer] */
.section {
  padding: 30px 0;
}

.carousel-indicators {
  bottom:-40px;
}



.carousel-indicators li {
  background-color: #ddd;

}

.carousel-indicators .active {
  background-color: #29a6d4;
  border:#29a6d4;
}



/* Horizontal Scroll Fix */

.row {
  margin-left: 0px;
  margin-right: 0px;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 378px;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.banner_homepage {
  width: 100%;
  height: 770px;
  margin-top:-115px;
  background-image:url(../images/banner_homepage.jpg);
  background-position: center;
  background-size: cover;
  z-index:3000;
}

.homepage_features {
	width:100%;
	min-height:700px;
	background-repeat: no-repeat;
	background-image: url(../images/featuresBG.jpg);
	background-position: center;
	background-size: cover;
	
}	

.homepage_devices {
	width:100%;
	min-height:594px;
	background-repeat: no-repeat;
	background-image: url(../images/devicesBG.jpg);
	background-position: center;
	background-size: cover;
	
}	

.homepage_interested {
	width:100%;
	min-height:700px;
	background-repeat: no-repeat;
	background-image: url(../images/interestedBG.jpg);
	background-position: center;
	background-size: cover;
	
}

.homepage_enterprise {
	width:100%;
	min-height:675px;
	background-repeat: no-repeat;
	background-image: url(../images/Enterprise-Level-Security.jpg);
	background-position: center;
	background-size: cover;
	
}

.homepage_testimonials {
	width:100%;
	min-height:679px;
	background-repeat: no-repeat;
	background-image: url(../images/Child-Care-Centers.jpg);
	background-position: center;
	background-size: cover;
	
}

.cta {
	width:100%;
	min-height:160px;
	background-repeat: no-repeat;
	background-image: url(../images/cta.jpg);
	background-position: center;
	background-size: cover;
	
}	

.homepageContactBox {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background-color:#fff;
	border: 1px solid #d9d9d9;	
	padding: 15px 20px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);

}
	
.appstore {
	display: block;
	width: 142px;
	height: 42px;
	background-image: url(../images/AppStore.png);
	background-repeat: no-repeat;
}
.googleplay {
	display: block;
	width: 142px;
	height: 42px;
	background-image: url(../images/AppStore.png);
	background-repeat: no-repeat;
}
	
.banner_parents {
  width: 100%;
  height: 770px;
  margin-top:-115px;
  background-image:url(../images/parentsBG.jpg);
  background-position: center;
  background-size: cover;
  z-index:3000;
}

.banner_works {
  width: 100%;
  min-height: 750px;
  background-image:url(../images/worksBG.jpg);
  background-position: center;
  background-size: cover;
}

.banner_how {
  width: 100%;
  min-height: 523px;
  background-image:url(../images/howBG.jpg);
  background-position: center;
  background-size: cover;
}

.banner_daycares {
  width: 100%;
  height: 770px;
  margin-top:-115px;
  background-image:url(../images/daycares.jpg);
  background-position: center;
  background-size: cover;
  z-index:3000;
}

.banner_box {
  width: 100%;
  min-height: 700px;
  background-image:url(../images/BoxBG.jpg);
  background-position: center;
  background-size: cover;
}

.banner_solutions {
  width: 100%;
  min-height: 713px;
  background-image:url(../images/SolutionsBG.jpg);
  background-position: center;
  background-size: cover;
}
	
.banner_about {
  width: 100%;
  height: 770px;
  margin-top:-115px;
  background-image:url(../images/About.jpg);
  background-position: center;
  background-size: cover;
  z-index:3000;
}

.banner_whatwedo {
  width: 100%;
  min-height: 555px;
  background-image:url(../images/WhatWeDo.jpg);
  background-position: center;
  background-size: cover;
}

.banner_commitment {
  width: 100%;
  min-height: 556px;
  background-image:url(../images/OurCommitment.jpg);
  background-position: center;
  background-size: cover;
}

.banner_whychooseus {
  width: 100%;
  min-height: 555px;
  background-image:url(../images/WhyChooseUs.jpg);
  background-position: center;
  background-size: cover;
}

.banner_contact {
  width: 100%;
  min-height: 555px;
  background-image:url(../images/contact.jpg);
  background-position: center;
  background-size: cover;
}
	
	
.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 0px;
}
.carousel .item {
	color: #363636;
	font-size: 21px;
	line-height:28px;
	font-weight:400;
	font-style: italic;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}


.carousel .testimonial {
	padding: 0px 0 10px;

}
.carousel .overview b {
	color: #2e6fb0;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;

}

.carousel-indicators li, .carousel-indicators li.active {
	width: 15px;
	height: 15px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #2e6fb0;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
	}
.carousel-indicators li.active {	
	background: #5bbae1;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
	
	
	
	
	
	

/* Responsive Styles */
/* Adjust the media max width to 767 or 900 */

@media (max-width: 900px) {

/* making the height 70% makes the slider height larger when page is shrunk - 15% makes it smaller */
  .carousel {
    height: 25%;
 /* increases the carousel height so it looks good on phones */
  }
}

.has-error ul.errors {
  color: #a94442;
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 7px;
}

.has-error > ul.errors {
  clear: left;
}

.form-note {
  background-color: #f4f8fa;
  border: 1px solid #5bc0de;
  border-radius: 4px;
  font-style: italic;
  margin-bottom: 15px;
  padding: 5px;
}

.form-group {
  margin-bottom: 5px;
}

.form-group .btn {
  margin: 0px 5px 5px 0px;
}

.btn-group .btn {
  margin: 0;
}

.form-group li {
  list-style: none;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 2px;
  width: auto;
}

input[type="submit"], input[type="button"] {
  width: auto;
}

.checkboxes .checkbox-label, .radiogroup .radio-label {
  font-size: 1em;
  font-weight: normal;
  margin-right: 10px;
  margin-bottom: 0;
}

.checkbox-label input[type="checkbox"], .radio-label input[type="radio"] {
  position: relative;
  top: 2px;
}

.checkbox .input-container {
  float: left;
/*
  width: 20px;
  padding-left: 15px;
*/
}

.btn-primary:active, .btn-primary.active {
  color: #FFFF00 !important;
}

.has-error ul.errors {
  color: #a94442;
  margin-bottom: 20px;
}

.has-error > ul.errors {
  clear: left;
}


fieldset {
  margin: 1em 0;
  padding: 1em 1em .5em 1em;
  border-radius: 6px;
  border: 1px solid #AAAAAA;
/*  box-shadow: 0 0 8px #AAAAAA; */
}

legend {
  width: auto;
  border: 0 none;
  padding: 3px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

.form-horizontal .control-label {
  text-align: left;
}

.form-horizontal .checkbox, .form-horizontal .radio {
  padding: 7px 15px;
}

.form-horizontal button {
  margin-top: 2px;
}

.form-group label {
  color: #73879C;
}

.form-group label.required:after, .required-desc:after {
  color: red;
  content: "*";
  position: absolute;
  margin-left: 2px;
  margin-top: -5px;
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
  font-size: 12px;
}

.required-desc {
  color: red;
  text-align: right;
  font-size: 14px;
  padding-right: 15px;
}

.row .required-desc {
  padding-right: 30px;
}


label[for=TermsConsent] a {
  color: #428bca;
  font-weight: bold;
}

.actionsbar {
  margin: 15px 10px 0px 10px;
  text-align: right;
}

.actionsbar:after {
  clear: both;
  content: "";
  display: block;
}

.actionsbar .ui-button {
  margin-bottom: 10px;
}

.tab-pane .actionsbar {
  margin: 15px 0px 0px 0px;
}

.tab-pane .actionsbar .ui-button {
  margin: 0px 0px 0px 5px;
}

.page-header h1 {
	font-size: 44px;
	line-height: 130%;
	margin-bottom: 15px;
	font-weight: 700;
	letter-spacing: 0.025em;
	color: #506A85;
	margin-top: 0;
}