.ss18-font {
    font-family: 'Roboto', sans-serif;
}

.ss18-main-banner {
	height: 400px;
	margin: -3px -13px;
	}

.ss18-sub-banner {
	background: #820b27;
	display: table;
	width: 970px;
	margin: 0 -10px;
	}

.ss18-countdown {
	display: table-cell;
	padding: 15px;
	}

.ss18-subban-subscribe {
	display: table-cell;
	vertical-align: middle;
    text-align: center;
    width: 50%;
	}

#clockdiv{
	font-family: 'Roboto', sans-serif;
}

#clockdiv > div{
	display: inline-block;
}

#clockdiv div > span{
	padding: 0 15px;
	display: inline-block;
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	text-shadow: #670a20 0 4px;
}

.smalltext{
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

.colon {
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
}

span.span-colon {
    padding: 0 !important;
}

span.sub-header {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.ss18-sub-form {
    padding-top: 10px !important;
}

input.email-submit.email-submit1 {
	background: #ffd700;
	border: none;
	border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    padding: 10px 25px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
	cursor: pointer;
}

input.email-submit.email-submit1:hover {
    background: #ffb200;
    color: #000;
}

input#email-text {
    padding: 11px;
    margin-right: 5px;
    border-radius: 3px;
}

form.ss18-add-cal-form {
    text-align: center;
    margin: 30px;
}

button.ss18-add-cal {
    background: #820b27;
    border: 5px solid #820b27;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 25px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}

button.ss18-add-cal:hover {
    background: #710921;
    border: 5px solid #710921;
    color: #fff;
}

.ss18-header {
    text-align: center;
    margin: 20px;
}

h1.ss18-gr4s {
    font-size: 45px;
}

.ss18-intro {
    display: table;
    width: 100%;
    text-align: center;
}

.ss18-pod {
    display: table-cell;
    width: 33%;
    padding: 0 30px;
}

.hss18-titles {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
}

.hss18-speakers {
	display: table;
	width: 100%;
}

.hss18-speaker-box {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-left: 20px;
	font-size: 16px;
}

.hss18-speaker-img img {
	float: right;
}

hr {
	width: 1px;
	height: 450px;
	border: 1px solid #ffb200;
	background: #ffb200;
}

.hss18-agenda table {
	width: 100%;
	vertical-align: top;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-size: 16px;
}

.hss18-agenda td {
	width: 47%
}

td.table-hr {
	width: 25px !important;
	text-align: center;
	vertical-align: top;
}

.hss18-agenda-time {
	text-align: right;
	vertical-align: top;
	text-decoration: underline;
    text-decoration-style: dotted;
}

.hss18-agenda-event {
	vertical-align: top;
}

.hss18-agenda {
	margin: 35px 0;
}

.hss18-registration {
	width: 100%;
	background: #ffb200;
	padding: 60px 0;
	margin: 25px 0;
}

.hss18-reg-box {
	width: 50%;
	margin: auto;
	background: #fff;
	padding: 20px 10px;
	box-shadow: 0px 10px 15px #b17b00;
	border-radius: 5px;
	text-align: center;
}
.hss18-reg-box p {
	font-size: 16px;
}

.schedule-tbl {
	margin: 0 auto;
	width: 85%;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
}

.schedule-time {
	padding-top: 15px;
	font-weight: 700;
	font-size: 16px;
}

.schedule-box {
	width: 75%;
	margin: auto;
	background: #fff;
	padding: 20px 10px;
	box-shadow: 0px 10px 15px #b17b00;
	border-radius: 5px;
	text-align: center;
}

.schedule-box > h2 {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}