

html,
body {
    /* Margin bottom by footer height */
    margin-bottom: 0px;
    height: 100%;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight:400;
    scroll-behavior: smooth;
}
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height:1.6;
  color: #333333;
  background-color: #ffffff;
}

:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 1.1;
    color: inherit;
}
h3, label {
    font-size: 20px;
    font-weight: 300;
}
p {
    margin: 0 0 10px;
}
/* Top Navbar */

.navbar, input, button{
	border-radius:0px!important;
}
.navbar {
    margin-bottom: 0px;
}
#main-nav a{
	color:#000000;
	font-size:16px;
}
#main-nav.navbar a:hover{
  font-weight: bold;
}

#main-nav.navbar {
    display: block;
    background-color: #fff;
    bottom: 0;
    height: 110px;
    box-shadow: 0px 1px 10px #888;
	  border:none;
}
#main-nav ul{
    margin-top: 30px;
}
.logo {
    width: 120px;
    height: auto;
}
a:link {
    color: #000000;
    text-decoration: none;
}

/* Footer */
#footer {
    background-color: #000000;
}
.quicklinksContainer {
	padding-top:40px;
}
ul.quicklinks{
	padding-left:0;

}
.footer-base {
   background-color: #262626;
   float:left;
   width:100%;
   color:#fff;
   font-size:12px;
}
.footer-base .links{
  height: 10%;
  padding:5px 15px;
}
.footer-base .links a{
  padding:5px;
}
.quicklinks a, .quicklinks .title{
	color:#fff;
}
.quicklinks a:hover{
	color:#eeeeee;
}
.quicklinks li.icons{
	font-size:30px;
}
ul.quicklinks .input-group{
	padding-left:0;
	padding-right:0;
}
ul li{
	text-decoration:none;
	list-style-type:none;
}
ul{
  padding-left:20px;
}
.breadcrumbContainer {
    width: 100%;
    background-color: #f5f5f6;
    border-bottom: 1px solid #efefef;
}
.register_button{
    margin-top: 20px;
}
.thumbnail .caption {
    padding: 0;
}
.page-header {
    padding-bottom: 9px;
    margin: 20px 0 5px;
    border: none;
}
h1 {
    font-size: 31px;
    font-weight: 300;
}
.carousel-indicators {
    bottom: 0;
}
.item img {
    width: 100%;
}
.carousel-caption {
    padding: 0;
    width: 300px;
    text-align: left;
    left: 10%;
    right: 10%;
    top: 40px;
}

.carousel-inner > .item > img {
  width:100%;
  height:360px;
}

.btn-lg {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 20px;
}
.btn-primary {
    color: #ffffff;
    background-color: #FD041D;
    border-color: #FD041D;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #FD041D;
  opacity: 0.7;
  border-color: #FD041D;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
element.style {
  display: block;
}
#gototop {
  z-index: 100;
  padding: 1px 12px 1px 12px;
  background: #FD041D;
  opacity: 0.9;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  right: 15px;
  display: none;
  text-decoration: none;
}
#gototop a {
  color: #ffffff;
}
.fullGrey {
  width: 100%;
  background-color: #f5f5f6;
}
.startHere {
  padding: 15px 0;
  text-align: center;
  display: table;
  margin: 0 auto;
  overflow: hidden;
}
.startHere button {
  margin: 6px 0 0 30px;
  display: inline;
  vertical-align: top;
}
.startHere h3 {
  display: inline-block;
  margin-top: 12px;
}

.btn-md {
  font-size: 14px;
}
#topbar.navbar {
  min-height: 30px;
}
#topbar.navbar {
  margin-bottom: 0px;
  background: #000;
}
#topbar ul li:first-child a {
    border-left: none;
}
#topbar ul li a {
    border-left: 1px solid #fff;
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 12px;
    font-size: 12px;
}
#topbar a, .footer-base a, .quicklinks p {
    color: #fff;
    font-size: 12px;
}