﻿/*COLOURS*/
/*
Montserrat
Weights: 200/200/400/500/700/900
*/
/*ASSIGN VARS*/
body {
  top: 0px !important;
  margin: 0;
}
p,
div,
td,
tr,
span,
a,
ul,
li {
  font-size: 18px;
  line-height: 150%;
  font-family: 'Montserrat', sans-serif;
  color: #0c3151;
  font-weight: 400;
}
p {
  margin: 10px 0 20px;
}
a {
  color: #0c3151;
  text-decoration: none;
  font-weight: 600;
}
a:hover {
  color: #cfa478;
}
#form1 {
  padding: 0;
  margin: 0;
}
h1 {
  color: #0c3151;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 56px;
  margin: 30px 0;
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
}
h2 {
  color: #cfa478;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 44px;
  margin: 30px 0;
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
}
h3 {
  color: #0c3151;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  line-height: 44px;
  margin: 20px 0;
  position: relative;
  font-weight: 400;
  letter-spacing: 1px;
}
h4 {
  color: #0c3151;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  line-height: 36px;
  margin: 20px 0;
  position: relative;
  font-weight: 400;
}
h5 {
  color: #0c3151;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin: 10px 0;
  position: relative;
  font-weight: 400;
}
main {
  width: 100%;
  position: relative;
  min-height: 300px;
  text-align: left;
}
main .html_inner {
  padding: 20px 0 20px;
}
main .html_inner a {
  color: #0c3151;
  font-weight: 600;
  text-decoration: none;
}
main .html_inner a:hover {
  color: #cfa478;
}
main .catpath {
  position: relative;
  clear: both;
  margin: 20px 0 0;
  text-align: left;
}
main .catpath a {
  color: #0c3151;
  text-decoration: none;
  font-weight: 400;
}
main .catpath a:hover {
  color: #cfa478;
}
main .catpath .catpath_current {
  color: #cfa478;
  font-weight: 600;
}
main .attachment {
  background-color: #e9f3fc;
  border-left: 5px solid #0c3151;
  margin-bottom: 20px;
}
main .attachment:hover {
  border-left: 5px solid #cfa478;
}
main .attachment:hover .attachment_inner_standard .attachment_title_standard a {
  color: #cfa478;
}
main .attachment .attachment_inner_standard {
  padding: 20px;
}
main .attachment .attachment_inner_standard .attachment_title_standard {
  margin: 0 auto 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  color: #0c3151;
  font-weight: 400;
  line-height: 140%;
}
main .attachment .attachment_inner_standard .attachment_title_standard a {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  color: #0c3151;
  font-weight: 400;
  line-height: 140%;
}
main .attachment .attachment_inner_standard .attachment_title_standard a:hover {
  color: #cfa478;
}
main .attachment .attachment_inner_standard .attachment_info {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #0c3151;
  font-weight: 400;
  line-height: 140%;
}
main .attachment .attachment_inner_standard .attachment_info a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #0c3151;
  font-weight: 400;
  line-height: 140%;
}
main .location-map {
  margin: 20px 0 60px;
}
main .location-map img {
  width: 100%;
}