@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;0,800;1,300;1,400;1,500;1,700;1,800&display=swap");
body {
  background: #ffffff none repeat scroll 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #6f6f70;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
* {
  box-sizing: border-box;
}
h1 {
  color: #333338;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: uppercase;
}
h2 {
  color: #333338;
  line-height: 1.3;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
}
h3 {
  color: #333338;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 10px;
  font-weight: 600;
}
h4 {
  font-size: 15px;
  line-height: 1.3;
  margin: 0 0 10px;
}
p {
  color: #6f6f70;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 10px;
}
a {
  color: #f9b707;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  text-decoration: underline;
}
a img:hover {
  opacity: 0.9;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
}
ul,
ol {
  margin: 0 0 10px 0;
  padding: 0;
}
ul li,
ol li {
  font-weight: 400;
  list-style: outside none disc;
  margin: 0 0 5px 0;
  padding: 0;
}
strong {
  font-weight: 700;
}
img {
  height: auto;
  max-width: 100%;
}
input {
  border: medium none;
}
input[type="text"],
input[type="email"],
textarea,
input[type="password"] {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #555555;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 5px;
  max-width: 100%;
  padding: 15px 0;
  text-indent: 10px;
  border: 1px solid #efefef;
}
textarea {
  text-indent: 0;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
}
table {
  width: 100%;
  max-width: 100%;
}
canvas {
  border: 1px solid #ddd;
  margin-bottom: 5px;
  width: 100%;
}
select {
  font-family: "Montserrat", sans-serif;
  color: #555555;
  font-size: 15px;
  padding: 10px;
  text-indent: 0;
  border: 1px solid #efefef;
  background: #ffffff;
}
.faux-select {
  position: relative;
}
.faux-select::after {
  font: var(--fa-font-solid);
  content: "\f107";
  position: absolute;
  font-size: 14px;
  right: 15px;
  top: 20px;
  text-rendering: auto;
}
.faux-select select {
  -webkit-appearance: none;
  width: 100%;
}
button {
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: none;
}
.button a,
button {
  font-size: 13px;
}
.button.large a,
.form-submit.large,
button.large {
  font-size: 15px;
}
.seperator {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body {
	font-size: 15px;
  }
  h1 {
	font-size: 25px;
  }
  h2 {
	font-size: 22px;
	margin-bottom: 10px;
  }
  h3 {
	font-size: 17px;
	margin-bottom: 10px;
  }
  h4 {
	font-size: 15px;
	margin-bottom: 10px;
  }
  p {
	font-size: 15px;
	margin-bottom: 10px;
  }
  ul,
  ol {
	font-size: 15px;
	margin: 0 0 10px 0;
  }
  ul li,
  ol li {
	margin-bottom: 5px;
  }
  .button a,
  .form-submit {
	font-size: 13px;
	padding: 12px 25px;
  }
  input[type="text"],
  input[type="email"],
  textarea,
  input[type="password"] {
	padding: 10px 0;
  }
}
@media (min-width: 1000px) {
  h1 {
	font-size: 26px;
  }
  h2 {
	font-size: 24px;
	margin-bottom: 10px;
  }
  h3 {
	font-size: 17px;
	margin-bottom: 10px;
  }
  h4 {
	font-size: 15px;
	margin-bottom: 10px;
  }
  p {
	font-size: 15px;
	margin-bottom: 10px;
  }
  ul,
  ol {
	font-size: 15px;
	margin: 0 0 10px 0;
  }
  ul li,
  ol li {
	margin-bottom: 5px;
  }
  .button a,
  button {
	font-size: 13px;
  }
}
@media (min-width: 1181px) {
  body {
	font-size: 16px;
  }
  h1 {
	font-size: 32px;
  }
  h2 {
	font-size: 28px;
  }
  h3 {
	font-size: 22px;
  }
  h4 {
	font-size: 16px;
  }
  p {
	font-size: 16px;
	margin-bottom: 15px;
  }
  ul,
  ol {
	font-size: 16px;
	margin: 0 0 15px 20px;
  }
}
/** Regions and containers **/
.wrap {
  margin: 0 auto;
  width: 1270px;
  max-width: 80%;
  position: relative;
}
.main-container {
  margin-bottom: 50px;
  clear: both;
}
.clear {
  clear: both;
  height: 0;
}
.phone-hide {
  display: none;
}
.phone-show {
  display: block;
}
.tablet-show {
  display: none;
}
@media (min-width: 768px) {
  .phone-hide {
	display: block;
  }
  .phone-show {
	display: none;
  }
  .container-90 {
	width: 90%;
	margin: 0 auto;
  }
  .container-85 {
	width: 85%;
	margin: 0 auto;
  }
  .container-80 {
	width: 80%;
	margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .tablet-show {
	display: block;
  }
  .tablet-hide {
	display: none;
  }
}
@media (min-width: 768px) {
  .main-container {
	margin-bottom: 60px;
  }
}
@media (min-width: 1181px) {
  .main-container {
	margin-bottom: 120px;
  }
}
@media (min-width: 1460px) {
  .wrap,
  #banner .wrap {
	max-width: 100%;
  }
}
/** Top phone contact above header **/
#above-menu {
  display: none;
}
@media (min-width: 768px) {
  #above-menu {
	display: none;
  }
  #above-menu {
	float: right;
	display: block;
  }
  #above-menu .above-phone {
	background: rgba(0, 0, 0, 0)
	  url("/addons/shared_addons/themes/osmac/img/template/bg-top-right.png")
	  no-repeat scroll 0 0;
	line-height: 35px;
	height: 35px;
	text-align: center;
	width: 320px;
	float: left;
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
  }
  #above-menu .above-phone a {
	color: #f9b707;
  }
  #above-menu .above-phone i {
	margin-right: 7px;
  }
  #above-menu .above-social {
	float: left;
	background: #5e5c5c;
	height: 35px;
	width: 50px;
	padding-top: 8px;
	padding-left: 0;
	padding-right: 5px;
	margin: 0;
	text-align: center;
  }
  #above-menu .above-social i {
	color: #fff;
	margin-left: 4px;
  }
  #above-menu .above-social i:hover {
	color: #f9b707;
  }
}
@media (min-width: 1000px) {
  #above-menu .above-phone {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	width: 425px;
  }
  #above-menu .above-social {
	height: 40px;
  }
}
/** Main top header **/
header {
  margin: 0;
  background-color: #007c43;
  height: 51px;
  padding: 0;
  z-index: 99;
  width: 100%;
  position: relative;
}
header.smaller {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  margin: 0;
}
header .wrap {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
}
header .menu-logo {
  position: absolute;
  top: 4px;
  left: 10px;
  width: 64px;
}
header.smaller .menu-logo {
  top: 4px;
  width: 50px;
}
header.smaller .menu-logo img {
  margin: 0;
}
header .menu-phone,
header.smaller .menu-phone {
  display: block;
  position: absolute;
  right: 60px;
  color: #ffffff;
  top: 14px;
  font-size: 18px;
  font-weight: normal;
}
header .menu-phone a,
header.smaller .menu-phone a {
  color: #ffffff;
}
header .menu-phone i,
header.smaller .menu-phone {
  margin-right: 4px;
}
header.smaller .menu-phone {
  display: block;
  position: absolute;
  top: 7px;
  right: 50px;
  z-index: 9999;
  color: #ffffff;
  font-weight: bold;
}
header.smaller .menu-phone a {
  color: #ffffff;
}
header.smaller .menu-phone i {
  margin-right: 5px;
  display: inline;
  vertical-align: middle;
}
@media (min-width: 768px) {
  header {
	height: 40px;
	margin-top: 35px;
  }
  header .wrap {
	width: 100%;
  }
  header.smaller .menu-logo {
	left: 10px;
	top: 3px;
	width: 50px;
  }
  header.smaller .menu-phone {
	right: 10px;
	font-size: 13px;
	top: 10px;
  }
  header .menu-logo {
	left: 10px;
	top: -30px;
	width: 100px;
  }
  header .menu-phone {
	display: none;
  }
  header.smaller .menu-phone {
	top: 10px;
	right: 5px;
	font-size: 14px;
	display: block;
  }
}
@media (min-width: 850px) {
  header .menu-logo {
	width: 130px;
  }
}
@media (min-width: 1000px) {
  header {
	height: 53px;
	margin-top: 40px;
  }
  header .menu-logo {
	width: 160px;
  }
  header.smaller .menu-phone {
	font-size: 16px;
	top: 7px;
  }
}
@media (min-width: 1181px) {
  header .menu-logo {
	left: 10px;
	top: -30px;
	width: 200px;
  }
}
/** Main menu */
@media (min-width: 768px) {
  nav#main {
	position: absolute;
	right: 0;
	top: 0px;
  }
  nav#main ul {
	margin: 0;
	padding: 0;
	width: 100%;
  }
  nav#main ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
  }
  nav#main ul li a {
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	border-right: 1px solid #016135;
	border-left: 1px solid #019350;
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	position: relative;
	display: block;
	text-transform: uppercase;
  }
  nav#main ul li a:hover,
  nav#main ul li a.hovered,
  nav#main ul li.current a {
	background-color: #f9b707;
	text-decoration: none;
	color: #333;
	border-color: #f9b707;
	cursor: pointer;
  }
  nav#main ul li.has_children a {
	padding-right: 18px;
  }
  nav#main ul li.has_current a {
	background-color: #f9b707;
	text-decoration: none;
	color: #333;
	border-color: #f9b707;
	cursor: pointer;
  }
  nav#main ul li.has_children ul li a {
	padding-right: 0;
  }
  nav#main ul li.has_children a::after {
	font: var(--fa-font-solid);
	content: "\f107";
	position: absolute;
	font-size: 11px;
	right: 6px;
	top: 12px;
	text-rendering: auto;
  }
  nav#main ul li.has_children ul li a::after {
	display: none;
  }
  nav#main ul li.last a::after {
	height: 100%;
	width: 1px;
	display: block;
	content: "";
	background: #019350;
	position: absolute;
	right: -2px;
	bottom: 0;
  }
  nav#main ul li.first a::before {
	height: 100%;
	width: 1px;
	display: block;
	content: "";
	background-color: #016135;
	position: absolute;
	left: -2px;
	bottom: 0;
  }
  nav#main ul li.first:hover a::before {
	display: none;
  }
  nav#main ul li ul {
	display: none;
	background: #f9b707;
	width: 260px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 53px;
  }
  nav#main ul li ul li {
	float: none;
	margin: 0;
  }
  nav#main ul li ul li a {
	float: none;
	padding: 0 0 0 22px;
	border: none;
	border-bottom: 1px solid #dfa406;
	display: block;
	color: #333;
	position: relative;
  }
  nav#main ul li ul li a:hover {
	background-color: #007c43;
	color: #fff;
  }
  nav#main ul li ul li.last a:hover {
	border: none;
  }
  nav#main ul li ul li:nth-of-type(1) a {
	border-top: 1px solid #dfa406;
  }
  nav#main ul li.last a {
	border-right: none;
  }
  nav#main ul li.last a::after {
	display: none;
  }
  nav#main ul li.children a {
	padding-right: 15px;
  }
  nav#main ul li.children a::after {
	font-size: 10px;
  }
  nav#main ul li ul {
	top: 40px;
  }
  header.smaller nav#main ul li.children a {
	padding-right: 26px;
	padding-left: 13px;
  }
  header.smaller nav#main {
	right: 125px;
  }
  header.smaller nav#main ul li a {
	font-size: 11px;
	padding: 0 6px;
	line-height: 40px;
	height: 40px;
  }
  header.smaller nav#main ul li.has_children a {
	padding-right: 18px;
  }
  header.smaller nav#main ul li.has_children a::after {
	top: 14px;
  }
  header.smaller nav#main ul li ul {
	top: 40px;
  }
  header.smaller nav#main ul li ul li a {
	padding-left: 15px;
  }
}
@media (min-width: 850px) {
  nav#main ul li a,
  header.smaller nav#main ul li a {
	padding: 0 9px;
  }
  nav#main ul li.has_children a,
  header.smaller nav#main ul li.has_children a {
	padding-right: 20px;
  }
  nav#main ul li.has_children a::after,
  header.smaller nav#main ul li.has_children a::after {
	right: 8px;
  }
}
@media (min-width: 1000px) {
  header.smaller nav#main {
	right: 170px;
  }
  nav#main ul li a {
	padding: 0 14px;
	height: 53px;
	line-height: 53px;
	font-size: 14px;
	font-weight: 700;
  }
  nav#main ul li.has_children a {
	padding-right: 31px;
  }
  nav#main ul li.has_children a::after {
	font-size: 12px;
	right: 17px;
	top: 18px;
  }
  header.smaller nav#main ul li a {
	padding: 0 12px;
	font-size: 12px;
  }
  header.smaller nav#main ul li.has_children a {
	padding-right: 22px;
  }
  header.smaller nav#main ul li.has_children a::after {
	font-size: 10px;
	right: 10px;
  }
  nav#main ul li ul {
	width: 260px;
	top: 53px;
  }
}
@media (min-width: 1181px) {
  nav#main ul li a {
	padding: 0 20px;
	font-size: 16px;
	height: 53px;
	line-height: 53px;
  }
  nav#main ul li.has_children a {
	padding-right: 33px;
  }
  nav#main ul li.has_children a::after {
	right: 18px;
  }
  nav#main ul li.last a {
	border-right: 1px solid #016135;
  }
  header.smaller nav#main ul li a {
	padding: 0 18px;
	font-size: 13px;
  }
  header.smaller nav#main ul li.has_children a {
	padding-right: 28px;
  }
  header.smaller nav#main ul li.has_children a::after {
	font-size: 10px;
	right: 15px;
  }
}
/** Buttons **/
.button {
  display: flex;
}
.form-submit,
.button a,
button {
  background-color: #989595;
  font-size: 13px;
  font-weight: 700;
  border-radius: 7px;
  color: #ffffff;
  padding: 15px 40px;
  transition: all 200ms linear 0s;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  border: none;
  -webkit-appearance: none;
}
.form-submit:hover,
.button a:hover,
button:hover {
  cursor: pointer;
  background-color: #757373;
  text-decoration: none;
  transform: scale(1.1);
}
.button.large a,
.form-submit.large,
button.large {
  font-size: 15px;
  padding: 18px 50px;
}
.button.small a,
.form-submit.small,
button.small {
  font-size: 11px;
  padding: 10px 30px;
}
.button.arrow a::after,
.form-submit.arrow::after,
button.arrow a::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
  margin-left: 7px;
}
.button.yellow a,
.form-submit.yellow,
button.yellow {
  background-color: #f9b707;
}
.button.yellow a:hover,
.form-submit.yellow:hover,
button.yellow:hover {
  background-color: #cd9706;
}
.button.green a,
.form-submit.green,
button.green {
  background-color: #007c43;
}
.button.green a:hover,
.form-submit.green:hover,
button.green:hover {
  background-color: #014b29;
}
.button.black a,
.form-submit.black,
button.black {
  background-color: #333333;
}
.button.black a:hover,
.form-submit.black:hover,
button.black:hover {
  background-color: #000000;
}
.button.dark-green a {
  background-color: #014d2a;
}
.button.dark-green a:hover {
  background-color: #014224;
}
.button.dark-yellow a {
  background-color: #a87b05;
}
.button.dark-yellow a:hover {
  background-color: #836004;
}
.button.center a {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1181px) {
  .button a,
  button {
	font-size: 16px;
  }
  .button.large a,
  .form-submit.large,
  button.large {
	font-size: 18px;
  }
}

/** Generic text/font alignments **/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/** Generic text/font colors **/
.text-yellow {
  color: #f9b707;
}
.text-green {
  color: #007c43;
}
.text-black {
  color: #333338;
}
.text-white {
  color: #ffffff;
}
/** Generic text/font sizes **/
.text-12 {
  font-size: 11px;
}
.text-13 {
  font-size: 12px;
}
.text-14 {
  font-size: 13px;
}
.text-15 {
  font-size: 15px;
}
.text-16 {
  font-size: 15px;
}
.text-17 {
  font-size: 15px;
}
.text-18 {
  font-size: 15px;
}
.text-19 {
  font-size: 16px;
}
.text-20 {
  font-size: 18px;
}
.text-21 {
  font-size: 15px;
}
.text-22 {
  font-size: 16px;
}
.text-24 {
  font-size: 17px;
}
.text-26 {
  font-size: 18px;
}
.text-28 {
  font-size: 19px;
}
.text-30 {
  font-size: 20px;
}
.text-32 {
  font-size: 21px;
}
.text-34 {
  font-size: 22px;
}
.text-36 {
  font-size: 23px;
}
.text-38 {
  font-size: 24px;
}
.text-40 {
  font-size: 25px;
}
.text-42 {
  font-size: 26px;
}
.text-44 {
  font-size: 27px;
}
.text-45 {
  font-size: 28px;
}
.text-50 {
  font-size: 30px;
}

@media (min-width: 768px) {
  .text-17 {
	font-size: 15px;
  }
  .text-18 {
	font-size: 16px;
  }
  .text-19 {
	font-size: 16px;
  }
  .text-20 {
	font-size: 16px;
  }
  .text-21 {
	font-size: 16px;
  }
  .text-22 {
	font-size: 16px;
  }
  .text-24 {
	font-size: 17px;
  }
  .text-26 {
	font-size: 18px;
  }
  .text-28 {
	font-size: 19px;
  }
  .text-30 {
	font-size: 20px;
  }
  .text-32 {
	font-size: 22px;
  }
  .text-34 {
	font-size: 23px;
  }
  .text-36 {
	font-size: 24px;
  }
  .text-38 {
	font-size: 25px;
  }
  .text-40 {
	font-size: 26px;
  }
  .text-42 {
	font-size: 27px;
  }
  .text-44 {
	font-size: 28px;
  }
  .text-45 {
	font-size: 29px;
  }
  .text-50 {
	font-size: 30px;
  }
}

@media (min-width: 999px) {
  .text-12 {
	font-size: 11px;
  }
  .text-13 {
	font-size: 12px;
  }
  .text-14 {
	font-size: 13px;
  }
  .text-15 {
	font-size: 14px;
  }
  .text-16 {
	font-size: 15px;
  }
  .text-17 {
	font-size: 16px;
  }
  .text-18 {
	font-size: 16px;
  }
  .text-19 {
	font-size: 17px;
  }
  .text-20 {
	font-size: 16px;
  }
  .text-21 {
	font-size: 17px;
  }
  .text-22 {
	font-size: 18px;
  }
  .text-24 {
	font-size: 19px;
  }
  .text-26 {
	font-size: 20px;
  }
  .text-28 {
	font-size: 21px;
  }
  .text-30 {
	font-size: 23px;
  }
  .text-32 {
	font-size: 25px;
  }
  .text-34 {
	font-size: 27px;
  }
  .text-36 {
	font-size: 29px;
  }
  .text-38 {
	font-size: 31px;
  }
  .text-40 {
	font-size: 32px;
  }
  .text-42 {
	font-size: 34px;
  }
  .text-44 {
	font-size: 34px;
  }
  .text-45 {
	font-size: 35px;
  }
  .text-50 {
	font-size: 36px;
  }
}

@media (min-width: 1181px) {

  .text-12 {
	font-size: 12px;
  }
  .text-13 {
	font-size: 13px;
  }
  .text-14 {
	font-size: 14px;
  }
  .text-15 {
	font-size: 15px;
  }
  .text-16 {
	font-size: 16px;
  }
  .text-17 {
	font-size: 17px;
  }
  .text-18 {
	font-size: 18px;
  }
  .text-19 {
	font-size: 19px;
  }
  .text-20 {
	font-size: 20px;
  }
  .text-21 {
	font-size: 21px;
  }
  .text-22 {
	font-size: 22px;
  }
  .text-24 {
	font-size: 24px;
  }
  .text-26 {
	font-size: 26px;
  }
  .text-28 {
	font-size: 28px;
  }
  .text-30 {
	font-size: 30px;
  }
  .text-32 {
	font-size: 32px;
  }
  .text-34 {
	font-size: 34px;
  }
  .text-36 {
	font-size: 36px;
  }
  .text-38 {
	font-size: 38px;
  }
  .text-40 {
	font-size: 40px;
  }
  .text-42 {
	font-size: 42px;
  }
  .text-44 {
	font-size: 44px;
  }
  .text-45 {
	font-size: 45px;
  }
  .text-50 {
	font-size: 50px;
  }
}
/** Generic text/font styles **/
.light {
  font-weight: 300;
}
.text-regular {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-bold {
  font-weight: 700;
}
.text-extrabold {
  font-weight: 800;
}
/* Generic margin styles */
.mb-0 {
  margin-bottom: 0;
}
.mb-15 {
  margin-bottom: 5px;
}
.mb-20 {
  margin-bottom: 10px;
}
.mb-25 {
  margin-bottom: 15px;
}
.mb-30 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 20px;
}
.mb-50 {
  margin-bottom: 30px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-bottom: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-160 {
  margin-top: 160px;
}

@media (min-width: 1181px) {
  .mb-5 {
	margin-bottom: 5px;
  }
  .mb-10 {
	margin-bottom: 10px;
  }
  .mb-15 {
	margin-bottom: 15px;
  }
  .mb-20 {
	margin-bottom: 20px;
  }
  .mb-25 {
	margin-bottom: 25px;
  }
  .mb-30 {
	margin-bottom: 30px;
  }
  .mb-40 {
	margin-bottom: 40px;
  }
  .mb-50 {
	margin-bottom: 50px;
  }
  .mb-60 {
	margin-bottom: 60px;
  }
  .mb-80 {
	margin-bottom: 80px;
  }
  .mb-100 {
	margin-bottom: 100px;
  }
  .mt-10 {
	margin-top: 10px;
  }
  .mt-15 {
	margin-bottom: 15px;
  }
  .mt-20 {
	margin-top: 20px;
  }
  .mt-25 {
	margin-top: 25px;
  }
  .mt-30 {
	margin-top: 30px;
  }
  .mt-40 {
	margin-top: 40px;
  }
  .mt-50 {
	margin-top: 50px;
  }
  .mt-60 {
	margin-top: 60px;
  }
  .mt-80 {
	margin-top: 80px;
  }
  .mt-100 {
	margin-top: 100px;
  }
  .mt-160 {
	margin-top: 160px;
  }
}
/** Generic alignments all non-specific elements **/
.align-left {
  margin-left: 0;
}
.align-center {
  margin-left: auto;
  margin-right: auto;
}
.align-right {
  margin-right: 0;
}
/* Custom lists **/

ul.color-black li,
ul.color-black li a {
  color: #333333;
  font-weight: 700;
}
ul.color-green li,
ul.color-green li a {
  color: #007c43;
  font-weight: 700;
}
ul.tick li,
ul.arrow li {
  list-style: none;
  padding: 0;
  position: relative;
  padding-left: 24px;
}
ul.tick li::before,
ul.arrow li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  color: #f9b707;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  font: var(--fa-font-solid);
}
ul.tick li::before {
  content: "\f00c";
}
ul.arrow li::before {
  content: "\f061";
}
ul.tick-green li::before,
ul.arrow-green li::before {
  color: #007c43;
}
ul.tick-yellow li::before,
ul.arrow-yellow li::before {
  color: #f9b707;
}
@media (min-width: 480px) {
  ul.cols2 {
	margin: 0;
  }
  ul.cols2 li {
	display: inline-block;
	width: 48%;
	margin-right: 2%;
	vertical-align: top;
  }
  ul.cols2 li:nth-of-type(2n) {
	margin-right: 0;
  }
}
/* Seperators and underlines */
.seperator {
  height: 2px;
  width: 50px;
  display: block;
  content: "";
  margin-top: 15px;
  margin-bottom: 50px;
  background-color: #333;
}
.seperator.yellow {
  background-color: #f9b707;
}
.seperator.green {
  background-color: #007c43;
}
.seperator.white {
  background-color: #ffffff;
}
@media (min-width: 1181px) {
  .seperator {
  width: 70px;
  margin-top: 20px;
  margin-bottom: 60px;
  }
}
/** Underlines **/
.und::after {
  width: 60px;
  height: 2px;
  content: "";
  margin: 8px 0 15px 0;
  background-color: #333;
  display: block;
}
.und.und-green::after {
  background-color: #007c43;
}
.und.und-yellow::after {
  background-color: #f9b707;
}
.und.und-white::after {
  color: #fff;
}
.und.und-center::after {
  margin-left: auto;
  margin-right: auto;
}
/** Backgrounds **/
.bg-grill-black {
  background: #333333
	url("/addons/shared_addons/themes/osmac/img/template/bg-grill-black.jpg")
	no-repeat scroll 0 bottom / cover;
}
.bg-grill-grey {
  background: #eeeeee
	url("/addons/shared_addons/themes/osmac/img/template/bg-grill-grey.jpg")
	no-repeat scroll 0 bottom / cover;
}
/** Quotes **/
blockquote {
  position: relative;
  padding-left: 50px;
  font-weight: 500;
  color: #333338;
  font-size: 18px;
  margin: 20px 0 30px 0;
}
blockquote::before {
  content: "“";
  font-family: "Arial";
  font-size: 200px;
  color: #f9efd5;
  position: absolute;
  z-index: 9;
  top: -50px;
  left: -50px;
  line-height: 1;
  font-style: italic;
}
blockquote.large {
  font-size: 30px;
}
blockquote.yellow::before {
  color: #f9b707;
}
/** Flex columns **/
@media (max-width: 768px) {
  .flex-container .mr-1,
  .flex-container .mr-2,
  .flex-container .mr-5,
  .flex-container .mr-10 {
	margin-right: 0;
  }
  .flex-container .width-10,
  .flex-container .width-20,
  .flex-container .width-25,
  .flex-container .width-27,
  .flex-container .width-28,
  .flex-container .width-15,
  .flex-container .width-29,
  .flex-container .width-30,
  .flex-container .width-35,
  .flex-container .width-40,
  .flex-container .width-45,
  .flex-container .width-50,
  .flex-container .width-55,
  .flex-container .width-60,
  .flex-container .width-65,
  .flex-container .width-67,
  .flex-container .width-70,
  .flex-container .width-75,
  .flex-container .width-80 {
	margin-bottom: 20px;
  }
  .cols3 .flex-item {
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
  }
  .cols3 .flex-item::after {
	clear: both;
	display: block;
	content: "";
  }
}
@media (min-width: 500px) {
  .cols5.flex-container {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
  }
}
@media (min-width: 768px) {
  .flex-container {
	display: flex;
	flex-wrap: wrap;
  }
  .flex-container .flex-item {
	flex-grow: 0;
  }
  .cols2 .flex-item {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
  }
  .cols2 .flex-item:nth-of-type(2n) {
	margin-right: 0;
  }
  .cols3 .flex-item {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
  }
  .cols3 .flex-item:nth-of-type(3n) {
	margin-right: 0;
  }
  .cols5.flex-container {
	grid-template-columns: repeat(3,1fr);
  }
  .flex-container .width-10 {
	width: 10%;
  }
  .flex-container .width-15 {
	width: 15%;
  }
  .flex-container .width-20 {
	width: 20%;
  }
  .flex-container .width-25 {
	width: 25%;
  }
  .flex-container .width-27 {
	width: 27%;
  }
  .flex-container .width-28 {
	width: 28%;
  }
  .flex-container .width-29 {
	width: 29%;
  }
  .flex-container .width-30 {
	width: 30%;
  }
  .flex-container .width-35 {
	width: 35%;
  }
  .flex-container .width-40 {
	width: 40%;
  }
  .flex-container .width-45 {
	width: 45%;
  }
  .flex-container .width-50 {
	width: 50%;
  }
  .flex-container .width-55 {
	width: 55%;
  }
  .flex-container .width-60 {
	width: 60%;
  }
  .flex-container .width-65 {
	width: 65%;
  }
  .flex-container .width-67 {
	width: 67%;
  }
  .flex-container .width-70 {
	width: 70%;
  }
  .flex-container .width-75 {
	width: 75%;
  }
  .flex-container .width-80 {
	width: 80%;
  }
  .flex-container .mr-1 {
	margin-right: 1%;
  }
  .flex-container .mr-2 {
	margin-right: 2%;
  }
  .flex-container .mr-5 {
	margin-right: 5%;
  }
  .flex-container .mr-10 {
	margin-right: 10%;
  }
  .flex-container .align-bottom {
	align-self: flex-end;
  }
  .flex-container .align-middle {
	align-self: center;
  }
  .flex-container .align-top {
	align-self: flex-start;
  }
}
@media (min-width: 1000px) {
  .cols5.flex-container {
	grid-template-columns: repeat(4,1fr);
  }
}
@media (min-width: 1400px) {
  .cols5.flex-container {
	grid-template-columns: repeat(5,1fr);
  }
}
/** Styled boxes **/
.box-green {
  padding: 20px;
  background-color: #f0fbf6;
}
.box-yellow {
  padding: 40px;
  background-color: #f9f7ef;
}
/** Quote backgrounds **/
.bg-quote {
  position: relative;
  z-index: 98;
}
.bg-quote::before {
  content: "“";
  font-family: "Arial";
  font-size: 150px;
  color: #f9efd5;
  position: absolute;
  z-index: 9;
  top: -70px;
  left: -50px;
  line-height: 1;
  font-style: italic;
}
@media (min-width: 1000px) {
  .box-green {
	padding: 40px;
  }
  .box-green ul li {
	width: 100%;
	margin-right: 0;
  }
}
@media (min-width: 1181px) {
  .bg-quote::before {
	font-size: 200px;
  }
}
/** All form elements **/
form .form-item {
  margin-bottom: 2%;
}
form .cols3 {
  width: 32%;
  margin-right: 2%;
  float: left;
}
form .cols3.last {
  margin-right: 0;
}
form .form-item input,
form .form-item select,
textarea {
  width: 100%;
}
label {
  color: #555;
  margin-bottom: 5px;
  line-height: 1;
  display: block;
}
label.required::after {
  content: "*";
  color: red;
  margin-left: 3px;
}
label.sortable::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f107";
  margin-left: 3px;
}
form .privacy {
  font-size: 14px;
  margin: 10px 0;
}
form .privacy i {
  margin-right: 5px;
}
form ul {
  margin: 0;
}
form ul li {
  list-style: none;
}

/*** Global form box outer wrap with shadow ***/
.form-box {
  margin: 40px auto 80px auto;
}
@media (min-width: 500px) {
  .form-box {
	width: 900px;
	max-width: 100%;
	box-shadow: 0 5px 20px #ddd;
	padding: 40px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .form-box .button a,
  .form-box .form-submit {
	font-size: 16px;
	padding: 17px 40px;
  }
}
@media (min-width: 1181px) {
  .form-box {
	padding: 80px;
	margin-bottom: 100px;
	margin-top: 80px;
  }
}

/** Circle icons */
.icon-circle-container {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
.icon-circle-container::after {
  clear: both;
  display: table;
  content: "";
}
.icon-circle-img {
  background-color: #f9b707;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  float: left;
  margin-right: 20px;
  font-size: 20px;
  color: #ffffff;
}
.icon-circle-img img {
  width: 32px;
  padding-top: 17px;
}
.icon-circle-green .icon-circle-img {
  background-color: #007c43;
}
.icon-circle-text {
  float: left;
  width: calc(100% - 90px);
}
.icon-circle-text h3 {
  font-weight: 500;
  color: #141414;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 4px;
}
.icon-circle-text p {
  font-weight: 400;
  margin: 0;
}
.icon-circle-light .icon-circle-text p {
  color: #ffffff;
}
.icon-circle-light .icon-circle-text h3 {
  color: #f9b707;
}
.icon-circle-light img {
  filter: brightness(0%);
}
@media (max-width: 480px) {
  .icon-circle-img {
	float: none;
	margin-bottom: 10px;
  }
  .icon-circle-text {
	float: none;
	width: 100%;
  }
}
@media (min-width: 768px) {
  .cols3.icon-circle .flex-item {
	width: 48%;
	margin-bottom: 20px;
  }
  .cols3.icon-circle .flex-item:nth-of-type(3n) {
	margin-right: 2%;
  }
  .cols3.icon-circle .flex-item:nth-of-type(2n) {
	margin-right: 0 !important;
  }
  .icon-circle-text h3 {
	font-size: 16px;
  }
}
@media (min-width: 1181px) {
  .icon-circle-container {
	margin-bottom: 30px;
  }
  .icon-circle-img {
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin-right: 15px;
	font-size: 30px;
  }
  .icon-circle-img img {
	width: 45px;
	padding-top: 25px;
  }
  .icon-circle-text h3 {
	font-size: 20px;
  }
  .icon-circle-text {
	width: calc(100% - 115px);
  }
}

/***** Global message boxes *****/
.message {
  background: #efefef;
  margin-bottom: 20px;
  padding: 20px 20px 20px 50px;
  position: relative;
}
.message::before {
  font: var(--fa-font-solid);
  content: "\f058";
  position: absolute;
  font-size: 18px;
  left: 20px;
  top: 25px;
  text-rendering: auto;
}
.message p {
  font-weight: 500;
}
.message p:last-child {
  margin-bottom: 0;
}
.message a {
  color: inherit;
  text-decoration: underline;
  font-weight: 500;
}
.message.message-error {
  background: #faeaea;
  color: #d70404;
}
.message.message-error p {
  color: #d70404;
}
.message.message-error::before {
  content: "\f06a";
  color: #d70404;
}
.message.message-warning {
  color: #f9b707;
  background: #f9f4e8;
}
.message.message-warning p {
  color: #d59c06;
}
.message.message-warning::before {
  content: "\f06a";
  color: #d59c06;
}
.message.message-success {
  color: #007c43;
  background: #e8f9f1;
}
.message.message-success p {
  color: #007c43;
}
.message.message-success::before {
  content: "\f058";
  color: #02861b;
}

/** Main contact block with form - lots of pages**/
#contact-block {
  background: #efefef;
  padding: 50px 0;
}
#contact-block-inner {
  width: 100%;
  margin: 0 auto;
}
#contact-block .logo-slogan {
  display: none;
}
#contact-block-form {
  background: #ffffff;
  padding: 30px;
  box-shadow: 1px 1px 20px #ddd;
}
#contact-block-form .form-item input,
#contact-block-form textarea {
  background: #f8f8f8;
  border: 1px solid #efefef;
}
#contact-block-form .form-submit {
  width: 100%;
  padding: 20px 0;
  margin-top: 5px;
}
.contact_form_error {
  color: #dc3545;
}
@media (min-width: 768px) {
  #contact-block .one {
	align-self: center;
  }
  #contact-block {
	padding: 80px 0;
  }
  #contact-block .logo-slogan {
	display: block;
	width: 290px;
	text-align: center;
	margin-top: 40px;
  }
  #contact-block .logo-slogan img {
	margin-bottom: 10px;
  }
  #contact-block .flex-container {
	align-items: center;
  }
  #contact-block .logo-slogan {
	display: inline-block;
	width: 220px;
	text-align: center;
	margin-top: 25px;
  }
  #sidebar #contact-block-form {
	padding: 20px;
  }
}
@media (min-width: 900px) {
  #sidebar #contact-block-form {
	padding: 30px;
  }
}
@media (min-width: 1181px) {
  #contact-block-form {
	padding: 40px;
  }
  #contact-block-inner {
	width: 85%;
  }
  #contact-block .logo-slogan {
	width: 290px;
  }
}
/** Footer all pages **/
#footer {
  background-color: #494a49;
  padding: 60px 0;
}
#footer .footer1,
#footer .footer2 {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #5a5c5a;
}
#footer p,
#footer a,
#footer ul li {
  color: #d1d3d2;
  font-size: 15px;
}
#footer h3 {
  font-size: 17px;
  color: #cecdcd;
  margin-bottom: 12px;
  font-weight: 600;
}
#footer ul {
  margin: 0;
}
#footer ul li {
  list-style: none;
}
#footer .footer1 p {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
#footer .footer1 p i {
  width: 20px;
  position: absolute;
  top: 8px;
  left: 0;
}
#footer .footer1 img {
  margin-bottom: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #footer .footer2 ul li {
	display: inline-block;
	width: 48%;
	margin-right: 2%;
	vertical-align: top;
  }
  #footer .footer2 ul li:nth-of-type(2n) {
	margin-right: 0;
  }
}
@media (min-width: 768px) {
  #footer .flex-container {
	justify-content: stretch;
  }
  #footer .footer1 {
	width: 32%;
	padding-right: 2%;
	padding-bottom: 0;
	margin-bottom: 0;
	border-right: 1px solid #5a5c5a;
	border-bottom: none;
  }
  #footer .footer2 {
	width: 32%;
	padding: 0 4% 0 4%;
	margin-bottom: 0;
	border-left: 1px solid #333433;
	border-right: 1px solid #5a5c5a;
	border-bottom: none;
  }
  #footer .footer3 {
	width: 36%;
	padding-left: 4%;
	padding-bottom: 0;
	border-left: 1px solid #333433;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  #footer ul.cols2 li {
	display: block;
	margin-right: 0;
	width: 100%;
  }
  #footer h3 {
	font-size: 15px;
  }
  #footer p,
  #footer a,
  #footer ul li {
	font-size: 14px;
  }
}
@media (min-width: 1181px) {
  #footer .footer1 {
	width: 34%;
  }
  #footer .footer2 {
	width: 22%;
	padding: 0 2% 0 2%;
  }
  #footer .footer3 {
	width: 44%;
	padding-left: 2%;
  }
}

/** Copyright area all pages **/
#copyright {
  padding: 30px 0;
}
#copyright p {
  margin: 0;
  text-align: center;
  font-size: 14px;
}
#copyright .footer-social {
  margin-bottom: 10px;
  text-align: center;
}
#copyright .footer-social i {
  font-size: 26px;
  margin-right: 5px;
  color: #494a49;
}
/** Fixed contact tab all pages **/
#side-contact {
  display: none;
}
@media (min-width: 768px) {
  #side-contact {
	display: block;
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 9999;
  }
}
/** Top banner **/
#banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
#banner #banner-bg {
  padding: 80px 0 60px 0;
  width: 100%;
  height: 100%;
}
#banner-bg.lighter {
  background-color: rgba(248, 247, 216, 0.5);
}
#banner-bg.darker {
  background-color: rgba(0, 0, 0, 0.5);
}
#banner .banner-content {
  width: 100%;
}
#banner .banner-content.banner-careers {
  width: 90%;
}
#banner h1,
#banner h2 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.2;
}
#banner p {
  color: #ffffff;
  font-weight: 500;
}
#banner.banner-no-image {
  background: #333333
	url("/addons/shared_addons/themes/osmac/img/template/bg-grill-black.jpg")
	no-repeat scroll 0 bottom / cover;
}
#banner.banner-no-image .banner-content {
  width: 100%;
}
#banner.banner-no-image h1,
#banner.banner-no-image h2 {
  color: #f9b707;
}
@media (max-width: 480px) {
  #banner {
	background-position: right 40% top;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #banner {
	background-position: right 30% top;
  }
  #banner #banner-bg {
	padding: 50px 0;
  }
}
@media (min-width: 768px) {
  #banner h1,
  #banner h2 {
	font-size: 30px;
  }
}
@media (min-width: 1000px) {
  #banner h1,
  #banner h2 {
	font-size: 36px;
  }
  #banner p {
	font-size: 17px;
  }
}
@media (min-width: 1181px) {
  #banner h1,
  #banner h2 {
	font-size: 50px;
  }
  #banner .banner-content {
	width: 80%;
  }
  #banner p {
	font-size: 20px;
  }
}
@media (min-width: 1500px) {
  #banner-bg.lighter {
	background-color: transparent;
  }
}
/** Breadcrumbs **/
#breadcrumbs {
  margin-bottom: 40px;
  line-height: 1.3;
  opacity: 0.8;
  color: #333338;
  font-style: italic;
  font-size: 15px;
}
#breadcrumbs .wrap {
  border-bottom: 2px solid #efefef;
  padding: 20px 0;
}
#breadcrumbs a {
  color: #333338;
}
#breadcrumbs a::after {
  content: "/";
  margin: 0 8px;
  display: inline-block;
}
#breadcrumbs i {
  margin-right: 5px;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  opacity: 0.7;
}
/** Staff profiles **/
.staff-profile {
  background-color: #efefef;
  margin-right: 2%;
  padding: 20px;
  position: relative;
}
.staff-profile h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  margin: 15px 0 5px 0;
}
.staff-profile h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #f9b707;
}
.staff-profile .staff-hover {
  display: none;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 35px 25px;
}
.staff-profile:hover .staff-hover {
  display: block;
}
.staff-profile .staff-hover p {
  color: #ffffff;
  font-size: 14px;
  margin: 6px 0 0 0;
}
.staff-profile .staff-hover .staff-button {
  border: 1px solid #fff;
  padding: 6px 20px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  line-height: 1;
}
.staff-profile .staff-hover .staff-button:hover {
  background-color: #f9b707;
  color: #333338;
  border-color: #333338;
}
/** Staff profiles grid main large **/
.staff-profile-big h3 {
  margin-bottom: 5px;
}
.staff-profile-big h4 {
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  font-style: italic;
  color: #f9b707;
}
.staff-profile-big p {
  font-size: 16px;
}
.staff-profile-big .staff-phone {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 8px;
}
.staff-profile-big .staff-contact .button {
  display: inline-block;
  vertical-align: middle;
}
.staff-profile-big .staff-contact .button.small a {
  padding: 4px 10px;
}
/** Staff contact popup form **/
#email-staff {
  display: none;
}
#email-staff.show {
  display: block;
  position: fixed;
  top: 40%;
  left: 40%;
  width: 600px;
  z-index: 99999;
  background: #ffffff;
  padding: 60px;
  box-shadow: 0 0 30px #444;
}
body.popup-show {
  opacity: 0.4;
}
/** FAQ expanding boxes **/
.faqs button.accordion {
  background-color: #fafafa;
  box-shadow: 1px 1px 3px #ddd;
  border: none;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  padding: 20px 50px 20px 20px;
  text-align: left;
  transition: all 0.4s ease 0s;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
  color: #444;
  border-radius: 0;
  text-transform: none;
}
.faqs button.accordion:hover {
  background-color: #efefef;
  transform: scale(1.02);
}
.faqs button.accordion::after {
  content: "+";
  font-size: 25px;
  position: absolute;
  right: 20px;
  top: 14px;
  font-weight: 400;
  transition: all 0.4s ease 0s;
}
.faqs button.active {
  margin: 0;
  box-shadow: none;
  background-color: #efefef;
}
.faqs button.accordion:hover::after {
  color: #007c43;
  transform: scale(1.1);
}
.faqs div.panel {
  background: #ffffff;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: none;
  padding: 18px;
}
.faqs div.panel.show {
  display: block;
}
.faqs .panel {
  background: #efe6e7 none repeat scroll 0 0;
  margin-bottom: 10px;
  padding: 12px;
}
.faqs .panel ul li {
  list-style: outside none none;
  padding-bottom: 10px;
}
.faqs .panel ul {
  margin-bottom: 5px;
  margin-left: 10px;
}
.faqs .panel ul li::before {
  content: "-";
  display: inline;
  margin-left: -9px;
  padding-right: 5px;
}
.faqs .panel p {
  margin-bottom: 10px;
  color: #333338;
}
.faqs button.accordion.active::after {
  content: "-";
}
@media (min-width: 1181px) {
  .faqs button.accordion {
	font-size: 18px;
	padding: 25px 50px 25px 25px;
  }
  .faqs button.accordion::after {
  content: "+";
  font-size: 25px;
  position: absolute;
  right: 25px;
  top: 18px;
}
}

/* Testmonial carousel */
@media (min-width: 1181px) {
  #testimonials-carousel .text-19 {
	font-size: 18px;
  }
  #testimonials-carousel .text-36 {
	font-size: 32px;
  }
}

/***** Vacancies results - used multiple pages across site ****/
#vacancies-results .vacancies-labels {
  display: none;
}
#vacancies-results .vacancy-label {
  padding: 0 10px;
}
#vacancies-results .vacancy-row {
  border-bottom: 1px solid #efefef;
  padding: 25px;
}
#vacancies-results .vacancy-row .flex-item {
  padding: 5px 20px;
  color: #444;
  font-size: 15px;
  margin-bottom: 0;
}
#vacancies-results .vacancy-row:nth-of-type(odd) {
  background: #fafafa;
}
#vacancies-results .vacancy-row .v-name {
  font-weight: 500;
  font-size: 17px;
}
#vacancies-results .vacancy-row .flex-item.v-code {
  font-style: italic;
}
#vacancies-results .vacancy-row .flex-item.v-location {
  font-weight: 500;
  font-style: italic;
}
#vacancies-results .vacancy-row .flex-item.v-code::before {
  content: "Code: ";
  font-style: normal;
}
#vacancies-results .vacancy-row .button a {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 900px) {
  #vacancies-results .vacancies-items {
	display: flex;
	flex-basis: 50%;
	flex-wrap: wrap;
  }
  #vacancies-results .vacancy-row.flex-container {
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 2%;
	background: #fafafa;
	align-content: flex-start;
  }
  #vacancies-results .vacancy-row.flex-container:nth-of-type(2n) {
	margin-right: 0;
  }
  #vacancies-results .vacancy-row.flex-container .flex-item {
	width: 100%;
  }
  #vacancies-results .vacancy-row .button a {
	width: auto;
	padding: 10px 20px;
  }
}
@media (min-width: 900px) {
  #vacancies-results .vacancies-labels {
	display: flex;
	color: #444;
	font-weight: 700;
	font-size: 16px;
	border-bottom: 1px solid #444;
	padding: 0 0 15px 0;
	margin-bottom: 0;
  }
  #vacancies-results .vacancy-row {
	padding: 0;
  }
  #vacancies-results .vacancy-row .flex-item {
	padding: 20px 10px;
	margin-bottom: 20px;
  }
  #vacancies-results .vacancy-row .v-name {
	font-size: 15px;
  }
  #vacancies-results .vacancy-row .flex-item.v-code {
	font-style: normal;
  }
  #vacancies-results .vacancy-row .flex-item.v-code::before {
	display: none;
  }
  #vacancies-results .vacancy-row .flex-item.v-location {
	font-weight: 400;
	font-style: normal;
  }
}
@media (min-width: 901px) and (max-width: 1100px) {
  #vacancies-results .width-10 {
	width: 13%;
  }
  #vacancies-results .width-15 {
	width: 18%;
  }
  #vacancies-results .width-20 {
	width: 16%;
  }
  #vacancies-results .width-45 {
	width: 40%;
  }
}
@media (min-width: 1101px) {
  #vacancies-results .width-10 {
	width: 11%;
  }
  #vacancies-results .width-15 {
	width: 18%;
  }
  #vacancies-results .width-20 {
	width: 18%;
  }
  #vacancies-results .width-45 {
	width: 42%;
  }
}



/** ----INLINE CSS TO BE PUT ON INDIVIDUAL PAGES ------- **/
/** Homepage only **/
#home-banner-phone {
  background-size: cover;
  background-position: right top;
}
#home-banner-phone .slider-container {
  padding: 50px 0;
}
#home1 .home1-left,
#home1 .home1-right {
  width: 50%;
  padding: 60px 0;
}
#home1 .home1-left {
  background-image: linear-gradient(
	to left bottom,
	#007c43,
	#006f3d,
	#006236,
	#00562f,
	#014a29
  );
}
#home1 .home1-left .home1-box {
  margin-right: 10%;
  width: 320px;
}
#home1 .home1-right {
  background-image: linear-gradient(
	to left bottom,
	#f9b707,
	#ecae07,
	#dfa407,
	#d39b07,
	#c69207
  );
}
#home1 .home1-right .home1-box {
  float: left;
  margin-left: 10%;
  width: 350px;
}
#home1 h2 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 2px;
}
#home1 p {
  color: #ffffff;
  font-size: 15px;
}
#home3 ul.cols2 li {
  max-width: 350px;
}
#home3 .box-green {
  margin-top: 40px;
}
@media (max-width: 480px) {
  #banner #banner-bg {
	padding: 50px 0;
  }
  #home1 .home1-left,
  #home1 .home1-right {
	width: 100%;
	padding: 30px 10%;
	text-align: center;
  }
  #home1 .home1-left .home1-box,
  #home1 .home1-right .home1-box {
	width: 100%;
	float: none;
	margin: 0;
  }
  #home1 h2 {
	font-size: 20px;
  }
  #home1 p {
	font-size: 15px;
	max-width: 290px;
	margin: 0 auto 10px auto;
  }
  #home1 .button {
	justify-content: center;
  }
}
@media (min-width: 480px) and (max-width: 550px) {
  #home1 .home1-left,
  #home1 .home1-right {
	width: 100%;
	padding: 30px 10%;
	text-align: center;
  }
  #home1 .home1-left .home1-box,
  #home1 .home1-right .home1-box {
	width: 100%;
	float: none;
	margin: 0;
  }
  #home1 h2 {
	font-size: 20px;
  }
  #home1 p {
	font-size: 15px;
	max-width: 290px;
	margin: 0 auto 10px auto;
  }
  #home1 .button {
	justify-content: center;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  /** Homepage only **/
  #home1 .flex-container {
	display: flex;
  }
  #home1 .home1-left {
	width: 50%;
	padding: 30px 5% 30px 10%;
  }
  #home1 .home1-right {
	width: 50%;
	padding: 30px 10% 30px 5%;
  }
  #home1 .home1-left .home1-box,
  #home1 .home1-right .home1-box {
	width: 100%;
	float: none;
	margin: 0;
  }
  #home1 h2 {
	font-size: 18px;
  }
  #home1 p {
	font-size: 15px;
	line-height: 1.5;
	max-width: 200px;
  }
  #home1 .button a {
	padding: 10px 20px;
  }
}
@media (min-width: 768px) {
  #home3 .box-green {
	margin-top: 0;
  }
  #home3 ul.cols2 li {
	max-width: none;
	width: 100%;
  }
  #home1 .home1-left {
	padding: 40px 3% 40px 10%;
  }
  #home1 .home1-right {
	padding: 40px 10% 40px 3%;
  }
  #home1 .home1-left .home1-box,
  #home1 .home1-right .home1-box {
	width: 100%;
	float: none;
	margin: 0;
  }
  #home1 h2 {
	font-size: 24px;
  }
  #home1 p {
	font-size: 17px;
	line-height: 1.5;
  }
  #home2 .flex-container.icon-circle .flex-item {
	width: 48%;
  }
  #home2 .flex-container.icon-circle .flex-item.first {
	margin-right: 4%;
  }
}
@media (min-width: 1181px) {
  #home1 .home1-left {
	padding: 80px 3% 80px 10%;
  }
  #home1 .home1-right {
	padding: 80px 10% 80px 3%;
  }
  #home1 .home1-left .home1-box {
	float: right;
	margin-right: 10%;
	width: 320px;
  }
  #home1 .home1-right .home1-box {
	float: left;
	margin-left: 10%;
	width: 350px;
  }
  #home1 h2 {
	font-size: 30px;
  }
  #home1 p {
	font-size: 19px;
	line-height: 1.5;
  }
  #home3 .flex-container .width-50 {
	width: 40%;
  }
  #home3 .flex-container .width-45 {
	width: 55%;
  }
  #home3 .flex-container {
	align-items: flex-start;
  }
  #home3 ul.cols2 li {
	width: 49%;
  }
}
/** About us page **/
#about1 {
  padding: 80px 0;
  text-align: center;
}
#about1 .container-80 {
  width: 100%;
}
#about1 .counter {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #333338;
  margin: 10px 0 5px 0;
}
#about1 img {
  width: 200px;
}
#about1 p {
  margin: 0 auto;
  color: #333338;
  max-width: 300px;
}
#about1 .cols3 .flex-item {
  margin-bottom: 40px;
}
#about1 .cols3 .flex-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #about1 .cols3 .flex-item {
	margin-bottom: 0;
  }
}

@media (min-width: 1181px) {
  #about1 .container-80 {
	width: 80%;
  }
  #about1 .counter {
	font-size: 50px;
	margin: 20px 0 15px 0;
  }
  #about1 p {
	font-size: 18px;
  }
}

/** Apprentice main page only **/
#apprentice1 {
  padding: 50px 0 120px 0;
}
#apprentice2 {
  margin-top: -80px;
  text-align: center;
}
#apprentice2 img {
  width: 300px;
}
#apprentice2 .button.mt-20 {
  margin-top: 5px;
}
#apprentice2 .button a {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  #apprentice1 {
	padding: 70px 0 40px 0;
  }
  #apprentice2 {
	margin-bottom: 0;
	margin-top: 40px;
  }
  #apprentice2 .container-80 {
	width: 100%;
  }
  #apprentice2 img {
	display: block;
  }
}
@media (min-width: 1000px) {
  #apprentice1 {
	padding: 90px 0 90px 0;
  }
  #apprentice2 img {
	width: auto;
  }
}
@media (min-width: 1060px) and (max-width:1180px) {
  #apprentice2 .container-80 {
	width: 80%;
  }
}
@media (min-width: 1181px) {
  #apprentice1 {
	padding: 120px 0 100px 0;
  }
  #apprentice2 {
	margin-top: -40px;
  }
  #apprentice2 .width-50 {
	margin-top: 50px;
  }
  #apprentice2 .button.mt-20 {
	margin-top: 20px;
  }
}
@media (min-width: 1300px) {
  #apprentice2 .container-80 {
	width: 80%;
  }
}
/** Employer page only **/
#employers1 {
  padding: 80px 0 20px 0;
}
/** Apprenhticeships/Career MAIN page **/
#apprenticeships1 {
  padding: 60px 0 60px 0;
}
@media (min-width: 1181px) {
  #apprenticeships1 {
	padding: 120px 0 120px 0;
  }
}
/**** Apprenticeships/Career SUB-PAGES **/
.career-options .flex-container #sidebar {
  display: none;
}
.career-list .flex-item {
  text-align: center;
  background: #ffffff;
  padding: 20px 10px;
  box-shadow: 0 0 10px #ededed;
  transition: all 200ms linear 0s;
}
.career-list .flex-item:hover {
  text-decoration: none;
  transform: scale(1.1);
  cursor: pointer;
}
.career-list .flex-item:hover a {
  text-decoration: none;
}
.career-list .flex-item h3 {
  font-size: 17px;
  margin: 0 0 5px 0;
  line-height: 1.2;
  font-weight: 500;
}
.career-list .flex-item p {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  line-height: 1.3;
}
.career-list .flex-item .career-button {
  font-size: 11px;
  width: 100px;
  padding: 5px 0;
  margin: 0 auto;
  background: #f9b707;
  color: #fff;
  display: block;
  border-radius: 4px;
}
.career-list .flex-item:hover .career-button {
  background-color: #333338;
}
.career-list .flex-item .career-button:hover {
  background-color: #333338;
  transform: scale(1.1);
}
@media (max-width: 499px) {
  .career-list .flex-item {
	margin-bottom: 10px;
  }
}
@media (max-width: 1379px) {
  .career-options .flex-container #sidebar.flex-item,
  .career-options .flex-container #content-sidebar.flex-item {
	width: 100%;
	margin-right: 0;
  }
}
@media (min-width: 1380px) {
  .career-options .flex-container #sidebar {
  display: block;
}
.careers-list-side ul {
  margin: 0;
}
.careers-list-side ul li {
  list-style: none;
  padding: 1px 0 7px 0;
  border-bottom: 1px solid #efefef;
  line-height: 1.3;
}
.careers-list-side ul li a {
  color: #444;
}
.careers-list-side ul li a::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
  margin-right: 7px;
  color: #007c43;
  transition: all 200ms linear 0s;
}
.careers-list-side ul li a:hover::before {
  transform: scale(1.2);
  margin-right: 12px;
}

}

/** Forms and links page only **/
/** Forms list box **/
#forms1 {
  padding: 80px 0;
}
.forms-list {
  background: #ffffff;
  padding: 26px;
}
.forms-list .forms-item:nth-of-type(odd) {
  background-color: #e6e2e2;
}
.forms-list .flex-item {
  align-self: center;
}
.forms-list .forms1 {
  width: 58%;
  margin-right: 3%;
  font-size: 15px;
  color: #171818;
  padding-left: 25px;
  line-height: 1.2;
  padding: 12px 10px 12px 25px;
  text-transform: uppercase;
}
.forms-list .forms2 {
  width: 5%;
  margin-right: 1%;
  padding: 12px 0;
}
.forms-list .PDF {
  background: rgba(0, 0, 0, 0)
	url("/addons/shared_addons/themes/osmac/img/template/file-pdf.png")
	no-repeat scroll 0 0;
  width: 22px;
  height: 24px;
  display: block;
}
.forms-list .Word {
  background: rgba(0, 0, 0, 0)
	url("/addons/shared_addons/themes/osmac/img/template/file-word.png")
	no-repeat scroll 0 0;
  width: 25px;
  height: 24px;
  display: block;
}
.forms-list .forms3 {
  width: 8%;
  margin-right: 5%;
  font-size: 13px;
  color: #151516;
  padding: 12px 0;
}
.forms-list .forms4 {
  width: 16%;
  padding: 8px 0;
}
.forms-list .forms4 .button a {
  background-color: #fabe1f;
  font-size: 10px;
  padding: 2px 10px;
  line-height: 1.5;
}
/** Contact page only **/
#contact-page-form {
  box-shadow: 0 0 20px #eee;
  padding: 25px;
  margin-top: 40px;
}
#contact-page-form .form-actions {
  margin-top: 20px;
}
.contact-item {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  margin-bottom: 15px;
}
.contact-item i {
  position: absolute;
  left: 0;
  top: 4px;
}
.contact-item.phone-bigger {
  font-size: 20px;
  font-weight: 700;
}
.contact-item.phone-bigger i {
  font-size: 20px;
  top: 6px;
}
.contact-item a {
  color: inherit;
}
.contact-logo {
  width: 200px;
  margin-bottom: 20px;
  text-align: center;
}
.contact-logo img {
  max-width: 160px;
  margin-bottom: 7px;
}
.contact-list h3 {
  margin-bottom: 20px;
}
.contact-list iframe {
  max-width: 100%;
  height: 300px;
  width: 100%;
}
.contact-partners {
  margin-top: 20px;
}
#contact-page2 {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 80px 0 80px;
}
#contact-page2 .flex-item {
  align-self: center;
}
#contact-page2 .contact-item {
  color: #333333;
}
.contact-list.head-office {
  background: #ffffff;
}
.contact-list.head-office .width-35 {
  padding: 0 25px 15px 25px;
}
.contact-branches .contact-list {
  background: #ffffff;
  box-shadow: 0 0 10px #eeeeee;
}
.contact-branches .contact-list iframe {
  width: 100%;
  height: 200px;
}
.contact-branches .contact-list .contact-item {
  font-size: 16px;
  padding-left: 24px;
  margin-bottom:10px;
}
.contact-list .contact-padding {
  padding: 25px 25px 15px 25px;
}
.contact-branches .contact-list h3 {
  font-size: 20px;
}
.contact-branches .contact-list .contact-item.phone i {
  top: 5px;
}

@media (min-width: 768px) {
  #contact-page-form {
	margin-top: 0;
  }
  .contact-list.head-office {
	margin-bottom: 30px;
	background: none;
  }
  .contact-list.head-office:last-child {
	margin-bottom: 0;
  }
  .contact-list.head-office .width-35 {
	padding: 0;
  }
  .contact-list .contact-padding {
	padding: 15px;
  }
  .contact-branches .contact-list .contact-item {
	font-size: 15px;
	padding-left: 23px;
  }

}
@media (min-width: 900px) {
  #contact-page-form {
	padding: 40px;
  }
  .contact-branches .contact-list .contact-item {
	font-size: 16px;
	padding-left: 25px;
  }
}

@media (min-width: 1000px) {
  .contact-logo {
	width: 240px;
  }
.contact-logo img {
  max-width: 180px;
 }
}

@media (min-width: 1180px) {
  .contact-logo {
	width: 290px;
  }
  .contact-logo img {
	max-width: 260px;
  }
  .contact-item {
	padding-left: 35px;
	font-size: 20px;
  }
  .contact-item i {
	top: 5px;
  }
  .contact-item.phone-bigger {
	font-size: 26px;
  }
  .contact-item.phone-bigger i {
	font-size: 20px;
	top: 10px;
  }
}

/** Vacancies main browse page only **/

#vacancies-select {
  background-color: #f9b707;
  padding: 40px 0;
}
#vacancies-select .flex-item {
  margin-bottom: 10px;
}
#vacancies-select .flex-item {
  margin-bottom: 10px;
}
#vacancies-select .flex-item.vs-title {
  margin-bottom: 20px;
}
#vacancies-select .flex-item.vs-submit {
  margin-bottom: 0;
}
#vacancies-select .faux-select::after {
  right: 20px;
  top: 18px;
  font-size: 14px;
}
#vacancies-select select {
  padding: 15px 0 15px 10px;
}
#vacancies-select button {
  padding: 20px 40px;
  display: inline;
}
#vacancies-select .clear-form {
  display: inline;
  color: #ffffff;
  margin-left: 7px;
  text-decoration: underline;
}

@media (min-width: 768px) {
  #vacancies-select .flex-item {
	align-self: center;
	margin-right: 10px;
	margin-bottom: 0;
  }
  #vacancies-select .flex-item.vs-submit {
	margin-right: 0;
  }
  #vacancies-select .vs-title {
	width: 100%;
	flex-basis: 100%;
  }
  #vacancies-select .flex-item.vs-select1,
  #vacancies-select .flex-item.vs-select2 {
	width: 210px;
  }
  #vacancies-select .faux-select::after {
	right: 15px;
	top: 24px;
	font-size: 14px;
  }
  #vacancies-select select {
	padding: 20px 0 20px 10px;
	font-size: 16px;
  }
  #vacancies-select button {
	padding: 24px 30px;
  }

}
@media (min-width: 900px) {
  #vacancies-select .flex-item.vs-select1,
  #vacancies-select .flex-item.vs-select2 {
	width: 270px;
  }
}
@media (min-width: 1180px) {
  #vacancies-select .flex-item.vs-title {
	width: auto;
	flex-basis: auto;
	margin-bottom: 0;
	margin-right: 20px;
  }
  #vacancies-select .vs-title h2 {
	font-size: 24px;
  }
  #vacancies-select .flex-item.vs-select1,
  #vacancies-select .flex-item.vs-select2 {
	width: 240px;
  }
   #vacancies-select .faux-select::after {
	font-size: 16px;
  }
  #vacancies-select select {
	font-size: 19px;
  }
  #vacancies-select button {
	padding: 24px 30px;
  }
}
@media (min-width: 1300px) {
  #vacancies-select .vs-title h2 {
	font-size: 26px;
  }
  #vacancies-select .flex-item.vs-select1,
  #vacancies-select .flex-item.vs-select2 {
	width: 280px;
  }
}
@media (min-width: 1460px) {
  #vacancies-select .vs-title h2 {
	font-size: 28px;
  }
  #vacancies-select .flex-item.vs-select1,
  #vacancies-select .flex-item.vs-select2 {
	width: 350px;
  }
}

/** Pager - all pages **/
.paginate {
  margin: 60px 0;
  text-align: center;
}
.paginate ul {
  margin: 0;
}
.paginate ul li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  background-color: #888888;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
}
.paginate ul li a {
  color: #ffffff;
  display: block;
}
.paginate ul li a:hover {
  background-color: #014b29;
  text-decoration: none;
}
.paginate ul li.active {
  background: #fff;
  border: 1px solid #777;
  color: #555;
}
@media (min-width: 1180px) {
  .paginate ul li {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
  }
}
/************** Add ons September 2024 **********/
/* Global CSS - add to relevant section in main style.css file */



/* Pastoral form pages only */
#pastoral-form-tables table {
  text-align: left;
}
#pastoral-form-tables #totalRate {
  width: 50px;
  background: none;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}
#pastoral-form-tables #clearSig1 {
  font-size: 12px;
  padding: 10px 15px;
}
#pastoral-form-buttons button {
  display: inline-block;
  margin-right: 10px;
}
#pastoral-form-assess-items input::placeholder {
  opacity: 0;
}
#pastoral-form-head {
  margin-bottom: 20px;
}
#pastoral-form-tables label.mob-only {
  font-size: 14px;
}
@media (max-width: 899px) {
  #pastoral-form-tables table {
	margin-bottom: 10px;
  }
  #pastoral-form-assess-items thead {
	display: none;
  }
  #pastoral-form-tables .titleCell {
	font-weight: 500;
	margin-bottom: 5px;
	color: #555;
  }
  #pastoral-form-tables td {
	display: block;
	width: 100%;
  }
  #pastoral-form-tables tr {
	margin-bottom: 20px;
	display: block;
  }
  #pastoral-form-assess-items .titleCell label {
	background: #333;
	padding: 10px 0 10px 10px;
	color: #fff;
  }
  #pastoral-form-assess-items .titleCell label.required::after {
	color: #fff;
  }
  #pastoral-form-assess-items input::placeholder {
	opacity: 0.6;
	font-style: italic;
  }
  #pastoral-form-assess-items select {
	width: 100%;
	margin-bottom: 15px;
  }
  #pastoral-form-tables input {
	width: 100%;
  }
  #pastoral-form-tables .titleRow {
	font-weight: 700;
	font-size: 16px;
	display: block;
  }
  #pastoral-form-tables label {
	display: block;
	font-weight: 500;
	margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #pastoral-form-tables {
	width: 900px;
	max-width: 100%;
	box-shadow: 0 5px 20px #ddd;
	padding: 40px;
  }
}
@media (min-width: 900px) {
  #pastoral-form-tables {
	padding: 60px;
	margin-top: 60px;
  }
  #pastoral-form-signature td,
  #pastoral-form-add-dets td {
	padding-bottom: 20px;
  }
  #pastoral-form-tables select,
  #pastoral-form-tables input {
	width: 100%;
  }
  #pastoral-form-tables label {
	margin-bottom: 10px;
  }
  #pastoral-form-head {
	margin-bottom: 20px;
  }
  #pastoral-form-assess-items {
	border-collapse: separate;
	border-spacing: 0 5px;
  }
  #pastoral-form-assess-items th {
	border-bottom: 1px solid;
	padding-bottom: 5px;
  }
  #pastoral-form-assess-items th.feedback {
	min-width: 300px;
  }
  #pastoral-form-assess-items thead::after {
	height: 5px;
	content: "";
	display: block;
  }
  #pastoral-form-add-dets th,
  #pastoral-form-signature th {
	padding-bottom: 10px;
  }
  #pastoral-form-assess-items td {
	padding: 5px 0;
	vertical-align: top;
  }
  #pastoral-form-assess-items tr td:nth-of-type(2) {
	padding-right: 10px;
	padding-left: 10px;
  }
  #pastoral-form-assess-items .assmntRating td {
	vertical-align: middle;
  }
  #pastoral-form-assess-items .assmntRating {
	font-weight: 700;
  }
  #pastoral-form-tables label.mob-only {
	display: none;
  }
}
@media (min-width: 1181px) {
  #pastoral-form-tables {
	padding: 80px;
	margin-bottom: 100px;
	margin-top: 80px;
  }
  #pastoral-form-head {
	margin-bottom: 40px;
  }
  #pastoral-form-assess-items th.feedback {
	min-width: 400px;
  }
}
