﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}


.logo {
  height:45px;
  width:170px; 

  background: url("/img/logo.svg") no-repeat;
  display: inline-block;
  background-size: contain;
}

.logo-hover-load {
  height:1px;
  width:1px; 
  font-size:1px;
  background: url("/img/logo.svg") no-repeat;
  display: inline-block;
  background-size: contain;
}

.logo:hover {
  background: url("/img/logo-hover.svg") no-repeat;
  background-size: contain;
}

.list-column {
  font-size:13px;
}

.list-column strong{
  font-size:16px;
}

.list-column div{
  padding:25px 20px;
}

.list-column a{
  font-size:16px;
}

.list-column span.title{
  font-size:16px;
}

.downloads-table .nav-tabs{
  position: relative;
  top: 1px;
  border-bottom:0;
}

.downloads-table .nav-item{
  padding:0 10px 0 0;
}


.downloads-table  .tab-content{
    border: 1px solid #dee2e6;
    background-color: #f8f8f8;
    border-radius:0 0 15px 15px;
    padding:30px;
    font-size: 14px;
}

.downloads-table .tab-content .table th{
    border-top: none;
}

.downloads-table  .nav-tabs .nav-item.show .nav-link, .downloads-table  .nav-tabs .nav-link.active {
  color: #f78b43;
  background-color: #f8f8f8;
  border-bottom:0;
}

.downloads-table .nav-tabs .nav-link:focus, .downloads-table .nav-tabs .nav-link:hover {
  border-bottom:0;
}

.downloads-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.jump-list{
  font-size:13px;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #4881d3;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

.blog-post{
  margin:20px 0 60px 0;
}

.blog-post ul{
  font-size:14px;
}

.side-bar .active{
  color: #f78b43;
}

.side-bar > h3 {
    margin-bottom: 20px;
}

.side-bar .links {
    margin-bottom: 50px;
}

.side-bar .links div {
    margin-bottom: 15px;
}

/* Provide sufficient contrast against white background */
a {
  color: #4881d3;
}

a:hover {
  color: #f78b43;
}


.btn-primary {
  color: #fff;
  background-color: #4881d3;
  border-color: #4881d3;
}

.btn-primary:hover {
  background-color: #f78b43;
  border-color: #f78b43;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #4881d3;
  border-color: #4881d3;
}


html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}


.page-header{
background-color:#4881d3;
color:#fff;
height:140px;
padding-top:40px;
margin-bottom:30px;
}

.page-header h1:after{
  content: '';
  display: block;
  width: 75px;
  height: 3px;
  background: #fff;
  margin: 10px 0 0;
}


html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  /*
  font-family: 'Open Sans', sans-serif;
  */
}

h1, h2, h3, h4, h5, h6{
  /*
  font-family: 'Merriweather', serif;
  */
  font-weight:bold;
}

.row h1, .row h2, .row h3, .row h4, .row h5{
  margin-bottom:25px;
}
/*
.section-header{
  margin:0px 0 25px 0;
}


.section-header:after{
  content: '';
  display: block;
  width: 52px;
  height: 3px;
  background: #4881d3;
  margin: 10px 0 0;
}
*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
  background-color: #32353d;
  color:#fff;
}

.item .testimonial{
  position: relative;
  background-color:#F3F9FF;
  border: 0px solid #f2f2f2;
  padding: 35px;
  margin: 0 0 20px;
  border-radius:16px;
}

.testimonial:before {
  content: "\2018 \2018";
  /*
  font-family: "Arial Black", Gadget, sans-serif;
  */
  font-style: normal;
  line-height: 1;
  font-size: 90px;
  color: #f78b43;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58px;
  height: 60px;
  overflow: hidden;
}

.testimonial p {
    margin-bottom: 20px;
}

.item .testimonial-info .testimonial-text .name {
  font-size: 13px;
  color: #222;
  line-height: 20px;
  /*
  font-family: 'Merriweather', serif;
  */
}

.item .testimonial-info .testimonial-text .company {
  font-size: 13px;
  color: grey;
  line-height: 20px;
  font-style: italic;
}

.class-list{
  font-size:14px;
  margin-bottom:20px;
}

.gray-background{
  background-color:#f5f5f5;
}

.blue-background{
  background-color:#4881d3;
  color:#fff!important;
}

.blue-background a{
  color:#fff!important;
}

.orange-background{
  background-color:#f78b43;
  color:#fff!important;
}

.orange-background a{
  color:#fff!important;
}

.orange-background hr{
  border-color:#fff!important;
}

.section-image{
  width: 60px;
  position: relative;
  top: -10px;
  margin-right: 20px;
}

.events-list{
margin-bottom:50px;
}

.events-list h4, .events-list h5{
  margin-bottom:0;
  }

.events-list .class-list{
  font-size:18px;
}

.home-events span{
  font-size:15px;
}

.book-border{
  border:1px solid #ccc;
}

.sibling-links{
  /*
  font-family: 'Merriweather', serif;
  */
  font-size: 16px;
}

.sibling-links li{
  margin-bottom:8px;
}

.resources-image{
  width: 194px;
  margin-bottom: 12px;
}



/* Nav Bar */

.navbar{
  /*
  font-family: 'Merriweather', serif;
  */
  font-size: 13.5px;
  padding: 20px 0px 20px 0;
}

.navbar-nav{
  background-color: #fff;
  padding: 0 15px;
  right: 0;
  position: absolute;
}

.navbar-light .navbar-nav .nav-link {
  color:#666;
}

.navbar-light .navbar-nav .nav-link.active {
  color:#f78b43;
}


.navbar-light .navbar-nav .nav-link:hover {
  color:#f78b43;
}

.navbar .container{
  height:70px;
}

.nav-item{
  padding:0 6px;
}

ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
border-radius:0;
padding:0;
margin:0;
top:38px;
box-shadow: 0 0 10px rgba(0,0,0,.28);
}

.dropdown-item{
  font-size: 14.5px;
  border-bottom:1px #ddd solid;
  padding:10px 20px;
}

.dropdown-item:hover {
  color: #f78b43;
  background-color: #fff;
}

/*.navbar-default .navbar-nav > li.dropdown:hover > a, 
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}
li.dropdown:hover > .dropdown-menu {
    display: block;
}*/

/* Media Queries */

@media (max-width: 990px) {
  ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
    display: none;
  }

  .navbar-nav{
    left: 0;
    position: relative;
  }

  .navbar-collapse.collapse.show{
    height:270px;
  }
}

ul.navbar-nav {
    padding-right:0px;
}

a.nav-link.dropdown-toggle:last-child {
    padding-right:0px;
    margin-right:0px;
}

.navbar-nav li:last-child {
    padding-right:0px;
    margin-right:0px;
}

.nav-link:last-child {
    padding-right:0px;
    margin-right:0px;
}

.content-section-heading {
    margin-bottom: 25px;
    margin-top: 0;
}

p ~ .content-section-heading,
.content-section-heading ~ .content-section-heading {
    margin-top: 35px;
}