html {height:100%}
body {
	position: relative;
    min-height: 100%;
}

.row-flex {
    display: flex;
    flex-flow: row wrap;
}

#head {
	background-color: #ff9800;
}

#head .menuitem {
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 10px;
	font-size: 1.3em;
}

#hamburger-login {
	margin: 15px 0 -10px;
	border: none;
}

#hamburger-login li {
	border-radius: 0;
	border-left: none;
	border-right: none;
}
	
#head .menuitem.login {
	text-align: left;
}

#head .menuitem.login p {
	position: absolute;
	top: 5px;
	left: 15px;
}

#head .menuitem.login {
	padding-left: 0;
	padding-right: 0;
}

#head .menuitem.login .dropdown > a {
	margin-left: 15px;
}

#head .menuitem.login .dropdown-menu {
	width: 100%;
	border: none;
	border-radius: 0;
	margin-top: 30px;
}

#head .logo {
	margin: 20px 5px;
}

#head .logo[src="images/logo-text.svg"]{width:100%; max-width: 300px; min-width: 220px;}

#head a, #head a:hover, #head a:active, #head a:visited {
	color: #333;
	text-decoration: none;
}

#head div.visible-xs-block.col-xs-2 {
	padding:0;
}

#head .hamburger {
	margin: 10px auto;
}

#head .hamburger-btn {
	padding: 0;
	width:100%;
}
	
#head .menuwrap {
	padding:0;
}

@media (min-width: 768px) {
	#head {
		height: 100px;
		background: none;
	}
	
	#head .menuitem {
		height: 100px;
		display: table;
		text-align: center;
		padding: 10px 15px;
		float: left;
	}
	
	#head .menuitem a{
		font-size: 1.39em;
		display: table-cell;
		vertical-align: middle;
	}
	
	#head .logo {
		margin-top: 15px;
		margin-left: -15px;
	}

	#triangle {
		background: url(../images/triangle.png) 50% 0% no-repeat;
		height: 354px;
		margin-bottom: -354px;
	}
}

@media (min-width: 1200px) {
	#head .menuitem {
		padding: 10px 20px;
	}
}

#head .menuitem.active {
	background-color: #ffcf91!important;
}

#head .menuitem:hover {
	background-color: #ffb64a;
}

#content {
	position: relative;
	background-color: white;
	margin: 0 -15px;
	padding: 0 15px 234px;
}

#content > div > div > .nav-tabs {
	font-size: 16px;
}

.topblock {
	background: url(../images/phbg.jpg) 50% 50% no-repeat;
	background-size: cover;
	color: white;
	padding: 1px 15px;
	margin: 0 -15px 15px;
}

.calendar {
	background: url(../images/cal.svg) 50% 0% no-repeat;
	height: 84px;
	width: 84px;
	text-align: center;
	margin: 30px auto 0;
}

.calendar.calendar-white {
	background: url(../images/cal-wh.svg) 50% 0% no-repeat;
	
}

.calendar.calendar-grey {
	background: url(../images/cal-gr.svg) 50% 0% no-repeat;
}

.calendar .calendar-date, .time {
	font-family: 'Oswald', sans-serif;
	font-size: 4em;
}

.calendar .calendar-date {
	line-height: 1.1em;
}

.calendar .calendar-month {
	color: black;
	font-size: 12pt;
}

.calendar.calendar-white .calendar-month {
	color: white;
}

.calendar.calendar-grey .calendar-month {
	color: #898989;
}

.time {
	margin-top: 20px;
}
.wide .btn {
	margin-bottom: 10px;
}

.row-flex .btn {
	position: absolute;
	bottom: 10px;
	width: 92%;
}

.row-flex > div {
	padding-bottom: 55px;
}

#content > .row {
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 150px;
}

.icon {
	margin: 30px 0;
	text-align: center;
}

.tile .icon img {
	width: 100%;
	max-width: 72px;
}

.tile > .col-md-4 {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.tile {
	padding: 0 !important;
}

#footer {
	background-color: #303030;
	color: white;
	padding: 27px 0 45px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
	z-index:10;
}

#footer .socicon img {
	width: 40px;
	margin-right: 20px;
	margin-top: 20px;
}

.dates p {
	text-align: center;
	font-size: 18px;
	margin-top: 0.5em;
}

.affix {
	top:15px;
}

#navigation nav {
	width: 150px;
}

nav a, nav a:hover, nav a:visited, nav a:active {
	color: black;
}

nav > .nav > li > a {
	font-size: 16px;
}

#navigation nav .nav .nav {
	display: none;
}

nav .nav .nav a {
	padding-left: 30px;
}

#navigation nav .nav .active .nav {
	display: block;
}

nav .active > a {
	background-color: #f8981d;
}

nav .nav .nav .active a {
	background-color: #fecf92;
}

div.responsive-wrap table td
{
	white-space: normal !important;
}

.shadow {
	box-shadow: 0 1px 5px rgba(0,0,0,.4)
}