.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #009ee0;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.4285;
    color: #555555;
    background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #c40241;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .active.btn-primary, .open > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #009ee0;
    border-color: #009ee0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #009ee0;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #f4f1ee;
}
a:hover, a:focus {
    color: #009ee0;
    text-decoration: underline;
}
a {
    color: #009ee0;
    text-decoration: none;
}
.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: #f4f1ee;
    background-color: #f4f1ee;
}
.btn {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 18px;
    line-height: 1.4285;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 18px;
    color: #c40241;
    border-left: 5px solid #c40241;
}
.breadcrumb {
    display: none;
}
.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: #5bac26;
    background-color: #ffffff;
}
/*@media all and (min-width:768px)*/
.navbar-form .form-control {
    display: none;
    width: auto;
    vertical-align: middle;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.right.carousel-control {
    left: auto;
    right: 0px;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: none;
    filter: none;
}
.left.carousel-control {
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: none;
    filter: none;
}

