.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
	text-align: center;
	overflow: hidden;
	background-color: #fff;
	padding: .2em 0 .3em 0;
}

.topnav a {
  float: left:
  display: block;
  color: blue;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
}

.topnav a:hover {
  text-decoration: underline;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    text-align: center;
    display: block;
    text-decoration: none;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative; background: #F2DCAA; }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    text-decoration: none;
    background: #F2DCAA;
    border-bottom: 2px inset #C2A667;
    font-size: 1.25em;
  }
  .topnav a.icon active {
    text-decoration: none;
    background: #F2DCAA;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }
  
.logoarea{
	width: 100%;
	background: #fff;
	text-align: center;
	padding: .2em 0 .2em 0;
}

.brand a{
	text-align: center;
	font: bold 1.75em verdana, arial, helvetica;
	color: #000;
	text-decoration: none;
}
.dates {
	text-align: center;
	font: bold 1.25em verdana, arial, helvetica;
	font-variant: small-caps;
	color: #000;
}

.page_container{
	width: 100%;
	text-align: center;
}

.course{
	width: 100%;
	max-width: 900px;
    display: flex;
    background: aqua;
    margin: auto;
    padding: 10px;
}
.c_desc{
	flex: 0 0 55%;
	text-align: left;
}
.c_name{
	text-align: left;
}
.c_photo{
	flex: 1;
	vertical-align: center;
}

.photo-container{
	width: 100%;
	text-align: center;
	background: url(images/horizon-summit-2018-bg.jpg) no-repeat center center fixed;
	background-size: cover;
}
.hlt-text{
	padding-top: 1em;
	vertical-align: top;
	font: 1.25em/1.75em verdana, arial, helvetica;
	color: #fff;
}
.footer{
	width: 100%;
	margin-top: 0;
	padding: 2em 0 3em 0;
	background: #000;
	color: #fff;
	text-align: center;
}
.col {
	min-width: 350px;
	padding-top: 1.5em;
	vertical-align: top;
	display: inline-block;
	font: .75em verdana, arial, helvetica;
	line-height: 1.5em;
}
.col a {
	color: #00ffff;
	text-decoration: none;
}
.footer-lower{
	width: 100%;
	margin-top: 0;
	padding: 2em 0 3em 0;
	background: #000;
	color: #37c0ec;
	text-align: center;
	font: .75em verdana, arial, helvetica;
}