body {
	background: #FFF;
	color: #808285;
}

header {
	padding: 21px 15px 0px 15px;
	background: #ffffff;
}

#header {
    height: 100px;
    margin: 0;
    padding: 0;
    position: relative;
}

#header .site-title {
    height: 100px;
    line-height: 100px;
    width: 300px;
    padding: 0;
    margin:0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#header .site-title a {
    display: block;
    height: 100px;
}

#header .site-title img {
	max-width: 100%;
	max-height: 70px;
	height: auto;
}

.site-sub-title {
	position: absolute;
    left: 190px;
    top: 45px;
    color: #191f2a;
    font-size: 18px;
    font-weight: bold;
}

#content {
	min-height: 500px;
}

h1 {
	font-size: 24px;
	margin: 1em 0;
}

h2 {
	font-size:0.9em;
}

h3 {
	font-size: 0.8em;
}

h1, h2, h3 {
	color: #09315B;
}

p, .content ul, ol.tandcmenu {
	margin:0px 0px 20px 0px;
	font-size: 14px;
	font-weight: normal;
}

.jq-toast-single h3 {
	color: white;
    font-size: 21px!important;
}

.heading {
	margin-top: 16px;
}

.nav {
	width: 100%;
	height: 60px;
    line-height:60px;
}

.spacer {
    height:20px;
    background:white;
    width:100%;
}

.nav li {
    line-height:60px;
}

.site-title {
	float:left;
	margin-top:15px;
}

.tandcs {
	padding-left: 50px;
}

ol.tandcs > li > ol > li {
	font-size: 0.5em;
}

table {
	font-size: inherit;
}

table thead tr {
	background: #00b5af;
	font-size: 0.8em;
}

table tbody tr td {
	font-size: 0.5em;
}

table tbody tr td p {
	font-size: 0.9em;
}

table tbody tr td p {
	margin-bottom: 10px;
}

table tbody tr:nth-child(2n) {
	background:#f7f7f7;
}

p a, li a {
	color: #736f93;
}

.wrapper {
	background:#ffffff;
    min-width: 960px;
}

.left {
	float:left;
	display: block;
}

.right {
	float:right;
	display: block;
}

.site-title {
	font-size: 0.9em
}

.site-title a {
	color:#0c1975;
}

#menu-main-menu {
    font-size:0;
}

#menu-main-menu .menu-item, .regnav .menu-item, .footer-menu .menu-item {
	display:inline-block;
}

#menu-main-menu, menu-footer {
	margin:0px;
	padding:0px;
}

#menu-main-menu {
    height:60px;
    padding:0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#menu-main-menu,
#menu-main-menu li,
#menu-main-menu li a {
	line-height: 60px !important;
	padding-left: 5px;
}

.regnav {
	position: absolute;
	right: 10px;
	top: 0px;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#menu-main-menu li a {
	padding:10px 15px;
}

#menu-main-menu li:last-child, #menu-footer li:last-child {
	padding-right:0px;
}

#menu-main-menu li,
#menu-main-menu li a {
	color:#FFF;
	font-size: 14px !important;
    -webkit-transition:0.3s all;
    transition:0.3s all;
}

#menu-main-menu li.current-menu-item a, #menu-main-menu li:hover a {
	color:#ffffff;
	font-size: 14px !important;
}

#menu-main-menu li {
    border-right:1px solid #d0d0d0;
    position:relative;
}

#menu-main-menu li.current-menu-item {
	background:#e6c235;
    border-right:1px solid #e6c235;
}

#menu-main-menu li:hover {
	background:#0099FF;
    border-right:1px solid #0099FF;
}


#menu-main-menu li > ul {
    opacity:0;
    position:absolute;
    top:100%;
}

.regnav li a, #menu-footer-menu li a {
	font-size: 13px !important;
	color:#0c1975;
	border-right: 1px solid;
}

#menu-footer-menu li a {
	padding-right: 10px;
}

.regnav li a, #menu-footer-menu li:last-child a {
    border: 0;
}

#footer-navigation {
	min-width: 452px;
}

#menu-footer {
	padding: 0;
	margin: 0;
}

.reg,
.log {
	padding: 5px 10px;
	color:#ffffff!important;
	text-align:center;
	width: 90px;
	font-size: 14px;
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
	display: block;
	float: left;
	margin-right: 5px;
}

.reg {
	background: #808285; /* This fallback is overridden by colours chosen in Options page, check out header.php */
}

.log {
	background: #09315b; /* This fallback is overridden by colours chosen in Options page, check out header.php */
	margin-right: 0;
}

.post-thumbnail {
	margin-bottom: 0px;
}

#submenu ul {
	margin: 7px 10px 20px 10px;
	padding:0px;
}

.register, .searchopp, .helpguid  {
	list-style: none;
	display: block;
	width: 50%;
	float:left;
	background: #ddd; /* This fallback is overridden by colours chosen in Options page, check out submenu.php */
}

.register {
	border-right: 4px solid #FFF;

}

.searchopp {
	border-left: 4px solid #FFF;
}

#submenu ul li a {
	font-size: 21px;
	color:#ffffff;
}

.register a {
	background: url(../images/register-button.png) 26px 15px no-repeat;
	padding-left: 90px;
}

.searchopp a {
	background: url('../images/search-button.png') 24px 19px no-repeat;
	padding-left: 90px;
}

.register,
.searchopp {
    height: 71px;
    line-height: 71px;
}

.register a,
.searchopp a {
    display: block;
}

.page-heading {
	padding: 18px 0 0 0;
	/* margin-left:12px; */
	/* max-width: 700px; */
}

.content {
	/* margin: 0px 12px; */
}

.wpcf7 {
	width:50%;
}

.wpcf7-tel {
	    padding: 0.5278em;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
	background:#ffffff;
	font-size: 14px;
}

.content, h1 {
    padding: 0 30px;
}

.footer {
    margin: 20px 0;
    width: 100%;
    height: 60px;
}

.footer ul {
	margin: 0;
	padding: 0;
}

.footer li {
	display: block;
	float: left;
}

.footer a {
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #ccc;
	display: inline-block;
}

.footer li:last-child a {
	border: 0;
}