/* 	blue: 0d4459 - 13, 68, 89
	lighter blue: 1e586e - 30, 88, 110
	red-orange: af422b - 175, 66, 43
*/
html {
	 /*background: url("../images/ice_age.png") repeat scroll left top #fff;*/
}
.mainContentWrapper > .container,
.container.mainContentWrapper {
	 width: 90vw;
	 max-width: 1500px;
}
.skiptranslate + #header-top {
	margin-top: 100px !important;
}
p > a,
li > a {
	 color:#af422b;
}
td a {
	 color:#af422b;
}
.topbar {
	background-color: #fff;
	color: #0d4459;
	padding: 5px 0;
	font-size: .8em;
}
.topbar a {
	color: #fff;
}
.topbar .fa {
	font-size: 1.5em;
	padding: 0 5px;
}
.navbar-nav {
	display: flex;
	align-items: center;
	padding-top: 45px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #af422b;
}
.navbar-default .navbar-nav > li.current > a {
	color: #af422b;
}
.navbar-default {
	background-color: #fff;
	border: none;
	border-top:5px solid #0d4459;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 0;
	height: 140px;
}
.navbar-default .navbar-nav > li > a, 
.navbar-default .navbar-nav > li > a:focus {
	 color: #0d4459;
	 font-weight:600;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #af422b;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #1e586e;
	color:#fff;
}
.open > .dropdown-menu {
	background-color: #1e586e;
}
.mega-dropdown-menu .dropdown-header,
.mega-dropdown-menu p {
  color: #fff;
}
.mega-dropdown-menu > li > ul > li > a, 
.mega-dropdown-menu > li > div > div > div > ul > li > a {
	color: #fff;
}
.navbar-brand > img {
	 border-radius:50%;
	 box-shadow: 0 5px 2px rgba(0,0,0,0.1);
z-index: 99999999;
position: relative;
margin-left: 30px;
margin-top: -30px;
height: 12vw;
}
.navbar-collapse.in {
	 background-color:#fff;
}
.splashnav {
	 padding-bottom:10px;
	 border-bottom: 1px solid #eee;
	 background-color: rgba(255,255,255,0.8);
}
.splashnav > li > a {
	color: #af422b;
}
.sidebar h4 {
	border-bottom: 3px solid #af422b;
}
.splashnav > li > a:hover, 
.splashnav > li > a:focus {
	background-color: transparent;
	color: #af422b;
}
.splashnav > li.active > a, 
.splashnav > li.active > a:hover, 
.splashnav > li.active > a:focus {
	background-color: transparent;
	color: #af422b;
}
.label-default {
	 background-color: rgba(175, 66, 43, 0.2);
}
.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
	color: #af422b;
}
td.yellow {
	 background-color:yellow;
}
td.green {
	 background-color:green;
}
td.red {
	 background-color:red;
}
td.blue {
	 background-color:blue;
}
/* SECTION
-------------------------------------------------- */
.section-first {
	margin-top: -50px;
}

/* CARDS
-------------------------------------------------- */
.col-card .title {
	background-color: #666;
	color: #fff;
}
.col-card .subtitle {
	font-size: 1em;
}
.col-card .footer {
	background-color: #ddd;
}
/* TABS
-------------------------------------------------- */
.nav-tabs.page-tabs {
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: center;
    align-items: flex-end;
}
.nav-tabs.page-tabs > li {
	float: none;
}
.nav-tabs.page-tabs > li.active > a, 
.nav-tabs.page-tabs > li.active > a:focus, 
.nav-tabs.page-tabs > li.active > a:hover {
	border: 1px solid transparent;
	border-bottom: 3px solid #ddd;
	background-color: transparent;
}
.nav-tabs.page-tabs li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 0;
    
}
.nav-tabs.page-tabs + .tab-content {
	padding: 60px 30px;
}
.nav-tabs.page-tabs + .tab-content h2, 
.nav-tabs.page-tabs + .tab-content h3 {
	margin-top: 10px;
}
.nav-tabs.page-tabs + .tab-content p + h2, 
.nav-tabs.page-tabs + .tab-content p + h3,
.nav-tabs.page-tabs + .tab-content ul + h2, 
.nav-tabs.page-tabs + .tab-content ul + h3 {
	 margin-top: 2em;
}
@media (max-width: 767px) {
    .nav-tabs.page-tabs li a {
	 font-size: .8em;
	 padding: 10px;
    }
}
/* MISC
-------------------------------------------------- */
.more-events {
	text-align: center;
}

/* FOOTER
-------------------------------------------------- */
.sitefooter {
	background-color: rgba(13, 68, 89,1);
}
.sitefooter h2 {
	 border-bottom:1px solid #ddd;
	 margin-top:0;
}


@media (max-width: 767px) {
   .navbar-brand > img {
        width: 16vw;
	height: auto;
   }
  .navbar-nav {
	 display: block;
  }
  .navbar-default .navbar-nav > .open > a, 
  .navbar-default .navbar-nav > .open > a:hover, 
  .navbar-default .navbar-nav > .open > a:focus {
    color: #1e586e;
  }
  .mega-dropdown-menu .dropdown-header {
    color: #1e586e;
  }
  .mega-dropdown-menu > li > ul > li > a, 
  .mega-dropdown-menu > li > div > div > div > ul > li > a, 
  .mega-dropdown-menu > li > div > div > div > ul > li ul > li > a {
    color: #1e586e;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 0;
  }
  .open p {
    color: #1e586e;
  }
}
@media (max-width: 480px) {
   .navbar-brand > img {
        width: 25vw;
        height: auto;
   }
   .navbar-default {
      height: 115px;
   }

}