﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse {
    background-color: #be013c;
    border-color: #be013c;
}

.navbar-brand {
    float: left;
    font-size: 20px;
    line-height: 40px;
    padding: 15px;
    color: #be013c;
}

.navbar-nav > li > a {
    color: #2f4f4f;
}

.carousel-control.right, .carousel-control.left{
background-image: none;
}

#nav {
    background: #be013c none repeat scroll 0 0;
    border-left: 1px solid #eee;
}
#nav > ul > li {
    float: left;
    height: 50px;
    position: relative;
    width: 16%;
}
#nav > ul {
    margin: 0;
    padding: 0 20px;
}
#nav a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 12px 0;
    text-align: center;
    transition: none 0s ease 0s ;
}
#nav a:hover {
    color: #fff;
}
#nav h2 {
    font-size: 24px;
}
#nav li.active {
    background: #be261c none repeat scroll 0 0;
}
#nav li:hover {
    background: #006ca2 none repeat scroll 0 0;
}
#nav h2 a {
    font-family: "Montserrat",sans-serif !important;
    font-size: 24px;
    font-weight: 700 !important;
}
#nav li:hover .hoverIcon::before {
    content: attr(data-icon-hover);
}
.subMenu {
    background: #006ca2 none repeat scroll 0 0;
    color: #fff;
    display: none;
    left: 0;
    padding: 30px 0;
    position: absolute;
    top: 50px;
    z-index: 999;
}
#nav > ul > li:nth-child(n+3) .subMenu {
    left: inherit;
    right: 0;
}
#nav > ul > li:hover .subMenu {
    display: block;
}
#nav .subMenu h2 {
    margin: 0 0 10px;
}
#nav .subMenu a {
    font-family: "Roboto",sans-serif;
    font-weight: 300;
}
#nav .subMenu a:hover {
    text-decoration: underline;
}
#nav .subMenu .menuCol {
    display: table-cell;
}
.menuCol {
    border-right: 1px solid #80b6d1;
    min-width: 243px;
    padding: 0 25px;
    width: 33.3333%;
}
.menuCol:first-child {
}
.menuCol:last-child {
    border: 0 none;
}
#nav .subMenu ul {
    padding: 0;
}
#nav .subMenu li {
    color: #00537c;
    display: list-item;
    float: none;
    list-style: outside none disc;
    margin-left: 35px;
}
#nav .subMenu a {
    margin-bottom: 2px;
    padding: 0;
    text-align: left;
}

.scheduler-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

}