﻿body {
	font-family: PT Sans, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
}

a {
	color: #3a75c4;
}

a:hover {
	color: #3a75c4;
}

.service-alert {
	padding: 10px 10px 0 10px;
	border-bottom: 1px solid #eee;
}

.page-wrapper {
}

.page-width-limit-wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.top-bar {
	position: relative;
	height: 50px;
	background: #004b87;
	border-bottom: 1px solid #efefef;
	z-index: 1;
}

.site-logo {
	display: inline-block;
	height: 40px;
	width: 222px;
	margin-top: 15px;
	background: url('/TimePub/ResourcesRT/pics/RT-logo.png') no-repeat;
	background-size: contain;
}


.main-search-wrapper {
	display:none;
	position: absolute;
	top: 0;
	right: 152px;
	height: 70px;
	width: 320px;
}

.main-search-wrapper .main-search-input {
	width: 100%;
	height: 40px;
	line-height: 35px;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 50px;
	border: 2px solid #405c89;
	border-radius: 20px;
}

.main-search-wrapper .main-search-button {
	cursor: pointer;
	border: none;
	position: absolute;
	right: -8px;
	top: 0;
	width: 70px;
	height: 70px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 46% 46%;
	background-color: transparent;
	background-image: url('../../../Resources/Images/Site/material.io/baseline-search-24px-blue.svg');
}

.main-content {
	padding: 1em;
	min-height: 400px;
}

.footer-wrapper {
	display:none;
}

.footer-1 {
	height: 310px;
	background: #002663;
	color: #fff;
}
