@charset "UTF-8";
.line,
.lastUnit {
  /*overflow:hidden;*/
  *overflow: visible;
  *zoom: 1;
  padding: 0 0px;
}

.unit {
  /* unit - Base class which divides a line into sections (columns). */
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* box-sizing:border-box; creates a box-model where
  padding and border are NOT added onto the width - they are included in the width,
  so a 200px wide element with 20px padding will be 200px, NOT 240px wide */
}

.flexunit {
  /* unit - Base class which divides a line into sections (columns). */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* box-sizing:border-box; creates a box-model where
  padding and border are NOT added onto the width - they are included in the width,
  so a 200px wide element with 20px padding will be 200px, NOT 240px wide */
}

.unitRightv {
  /* Use this class if you want to offset a column eg: |--content(.unit)--|--content(.unit)--|--no-content--|--no-content--|--content(.unitRighttv)--| */
  float: right;
}

/* sizeXofY - Extends unit. Indicates the fractional width of the unit, for example size3of4 would take up three quarters, or 75%, of the horizontal space.
The following fractions are supported: 1, 1/2, 1/3, 2/3, 1/4, 3/4, 1/5, 2/5, 3/5, 4/5 */
/* It is possible to add more columns if you wish you will just have to add the fractions that are missing eg: .size1of6 {width:16.66666%;} */
.size1of1 {
  float: none;
}

.size1of2 {
  width: 49%;
}

.size1of3 {
  width: 33.33333%;
}

.size2of3 {
  width: 66.66666%;
}

.size1of4 {
  width: 25%;
}

.size3of4 {
  width: 75%;
}

.size1of5 {
  width: 20%;
}

.size2of5 {
  width: 40%;
}

.size3of5 {
  width: 60%;
}

.size4of5 {
  width: 80%;
}

.lastUnit {
  /* lastUnit - Extends unit. Applied to the last child of every line. */
  float: none;
  width: auto;
  _position: relative;
  /* Bug fix for IE6 - Internet Explorer 6 and below wouldn't fail on properties that were prefixed with non-alphanumeric characters.
  meaning that anything prefixed with _ wouldn't be picked up by any other browsers */
  _left: -3px;
  _margin-right: -3px;
}

/* STRUCTURE */
#SideInfo {
  color: #ffffff;
}

.SideBar {
  float: right;
  margin: 0 40px 0 0;
  width: 30%;
}

.SideBar ul {
  margin: 30px 0;
}

#FormTop {
  width: 300px;
  text-align: center;
  margin: 0 auto;
  padding: 200px 0 0 0;
  position: relative;
  z-index: 20000;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
}

.ie6 .inner {
  width: 960px;
}

.sitemap li {
  font-weight: bold;
  padding: 4px 0 10px;
}
.sitemap li a {
  padding: 4px 0 10px;
}
.sitemap li a ul {
  padding: 0;
}
.sitemap li a ul li {
  padding: 0px 0 0px;
  font-weight: normal;
  font-size: 16px;
}
.sitemap li a ul li a {
  padding: 0px 0 0px;
  line-height: 12px;
}
.sitemap li a ul li a::before {
  content: "•";
  margin: 0 2px;
}

#pagewrap {
  background-position: center center;
  background-size: cover;
  margin: 0;
  color: #fff;
  padding: 0.5%;
  min-height: 400px;
  width: 100%;
  display: flexbox;
}

#pagewrap1 {
  background-position: center center;
  background-size: cover;
  margin: 0;
  color: #fff;
  padding: 0.5%;
  width: 100%;
  display: flexbox;
}

#pagewrapBlog {
  background-position: center center;
  background-size: cover;
  margin: 0;
  color: #fff;
  padding: 0px 40px;
  min-height: 400px;
  width: 100%;
  float: left;
}

#pagewrap h2 {
  margin: 20px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 40px;
}

#pagewrap-footer {
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 0px 40px;
  max-width: 1200px;
  margin: 20px auto;
}

.QuickM {
  font: normal 22px/20px "HelveCon", Arial, Helvetica, Geneva, sans-serif;
  vertical-align: top;
}

iframe {
  /*max-width: 650px ;*/
  width: 95%;
}

video {
  display: block;
}

video#bgvid {
  position: relative;
  margin: -164px auto;
  background-color: #000000;
  width: 100vw;
  height: 100vh;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  top: -160px;
}

.VideoPlayer {
  margin: 0 auto;
  width: 400px;
}

.video-responsive {
  display: block;
  width: 100%;
  height: auto;
  padding: 50px 0 20px;
  background-color: #000000;
}

.video-box {
  padding: 0 0 20px 0;
  width: 100%;
}

.media {
  border-radius: 70px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  border: 6px solid #ffffff;
  background-position: center center;
  background-size: cover;
  background-color: #000000;
}

/* Blog css styles*/
#BlogExtra {
  margin: 0 auto;
  width: 100%;
}

.BlogContainer {
  font-family: "Poppins", sans-serif;
  margin: 0px auto 0;
  /*max-width: 1080px;*/
  padding: 0;
  width: 100%;
}

.BlogEntry {
  background: #9c981f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}

.blogEntry {
  max-width: 1080px;
  width: 70%;
  margin: 0 auto;
  color: #ffffff;
}

.blogEntry p {
  color: #fff;
}

.blogInner {
  max-width: 1080px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 40px;
  margin: 0px auto;
}

#BlogInnerWidth {
  width: 40%;
}

.tags {
  font-size: 12px;
  line-height: 16px;
}

.blogSummary1 img {
  height: 100%;
  float: right;
  display: block;
}

.blogSummary2 img {
  height: 100%;
  float: left;
  display: block;
}

.blogSummary1 {
  background: #9c981f;
  width: 100%;
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px auto;
  max-width: 1280px;
}

.blogSummary2 {
  background: #b44633;
  width: 100%;
  max-width: 1280px;
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px auto;
}

.foot-pagination {
  margin: 0 auto 0px;
  max-width: 1280px;
  position: relative;
  text-align: center;
  width: 100%;
  height: 150px;
}

.pagination ul {
  float: none;
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a, .pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
  color: #bc0a00;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a, .pagination ul > .active > span {
  color: #ff6600;
  cursor: default;
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
  color: #ff6600;
  background-color: white;
  cursor: default;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a, .pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination-small ul > li > a, .pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a, .pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

/* =====================*/
#nav3 {
  margin: 40px auto;
  z-index: 1;
  position: absolute;
  padding: 5px 10px 3px 10px;
  -moz-border-radius: 5px;
  max-width: 1080px;
}

#nav3 a {
  padding: 4px 4px;
  color: #fff;
  margin: 0px;
  text-align: center;
  text-decoration: none;
  font-size: 28px;
}

#nav3 a.activeSlide {
  opacity: 0.5;
}

#nav3 a:focus {
  outline: none;
}

.SliderText {
  text-shadow: 1px 1px 5px #000000;
  margin: 0 auto;
  text-align: center;
  padding: 20px 1% 20px;
  max-width: 980px;
  color: white;
  width: 100%;
}

.SliderText2 {
  margin: 0 auto;
  text-align: center;
  padding: 250px 1% 16%;
  max-width: 1280px;
  color: white;
  width: 100%;
}

span.clear {
  clear: both;
  display: block;
}

.cycle-slideshow {
  margin: -164px auto;
  padding: 0 0 0 0;
  clear: left;
  top: -160px;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: -1;
  color: #fff;
  text-align: center;
}

.slidenav {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.slide {
  /*background-attachment: fixed;*/
  background-position: center center;
  background-size: cover;
  width: 100%;
  margin: 0px auto 0;
  /*position: relative;*/
  bottom: 0;
  padding: 0;
}

.logo-slide {
  background-color: #ffffff;
  padding: 50px;
}

.logo-container {
  margin: 0 auto;
  max-width: 1200px;
}

.logo-container #pagewrap {
  min-height: 150px;
}

#NoHeader {
  height: 154px;
  width: 100%;
}

#slide10000 .container {
  padding: 350px 100px;
}

#footsafe {
  width: 100%;
  text-align: right;
  font-size: 36px;
  color: white;
  margin-top: 0px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
}

.lowerFooter {
  position: relative;
  /* height: 100px; */
  width: 100%;
  display: block;
}
.lowerFooter .innerFooter {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  bottom: 30px;
  text-align: center;
}
.lowerFooter .innerFooter h6 {
  color: #86C440;
}

#footer {
  background: #737a29;
  clear: both;
  padding: 10px 0;
  white-space: nowrap;
  position: relative;
  top: -80px;
  margin: -80px 0 0 0;
}

#footer1 {
  display: inline-block;
  width: 46%;
  margin: 1% 2%;
  vertical-align: top;
  line-height: 2em;
  white-space: normal;
}
#footer1 a {
  color: #ffffff;
}
#footer1 a a::hover {
  color: #999999;
  cursor: pointer;
}

#footer1 li {
  list-style: none none;
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 24px;
}

#footer1 ul .text {
  border-bottom: 1px solid #fff;
}

#footer1 li li {
  margin: 0;
  padding: 3px 0;
  font-size: 13px;
  line-height: 16px;
}

#footer1 fieldset .text, #footer1 fieldset .textarea {
  font-size: 14px;
  color: #999;
  margin: 0 0;
}

label.readonly {
  font-size: 16px;
}

label.right {
  font-size: 16px;
}

.search-hide-mob {
  width: 100%;
}

#SearchForm_SearchForm input.action {
  font-size: 14px;
  font-family: "FA-Solid";
  color: #fff;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  /* Firefox 1-3.6 */
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 10px;
  border: 3px solid #999;
  background: #666;
  padding: 5px;
  margin: 6px 2px;
  display: inline-block;
}

#SearchForm_SearchForm {
  width: 100%;
  margin: 0 0 0 20px;
}

#SearchForm_SearchForm .field {
  width: 70%;
  margin: 0;
  display: inline-block;
  float: left;
}

#SearchForm_SearchForm fieldset .text .middleColumn, #SearchForm_SearchForm fieldset .dropdown .middleColumn, #SearchForm_SearchForm fieldset .textarea .middleColumn {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  /* Firefox 1-3.6 */
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  width: 100%;
  border: 1px solid #762608;
  margin: 5px 0;
}

#SearchResults {
  margin: 0;
  border-top: 1px solid #fff;
}
#SearchResults li {
  padding-left: 0;
  margin-top: 20px;
}
#SearchResults li a {
  color: #d6c8c2;
}
#SearchResults li a::hover {
  color: #e45619;
}

#SearchForm_SearchForm fieldset .text .middleColumn input, #SearchForm_SearchForm fieldset .textarea .middleColumn .textarea {
  width: 100%;
  padding: 0 5px;
  margin: 8px 0;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  /* Firefox 1-3.6 */
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border: none;
}

/*re-captcha resizing css by Ash Harrison/DeviBrigard*/
.container {
  font-family: "Roboto", sans-serif;
  padding: 0 0;
  width: 100%;
  margin: 0 auto;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Roboto", sans-serif;
  position: static;
  font-size: 62.5%;
  line-height: 1;
  margin: 0 auto;
}

::-moz-selection {
  background: #a4ecab;
}

::selection {
  background: #a4ecab;
}

::-moz-selection {
  background: #a4ecab;
}

::-webkit-selection {
  background: #a4ecab;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999 !important;
}

br {
  display: block;
  line-height: 1.5em;
}

hr {
  border: 0;
  height: 1px;
  background: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: square;
  margin: 0 20px;
}

li {
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
}

input, textarea {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
}

.nocaptcha .left {
  display: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

section table th {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}

section table tr {
  height: 40px;
}

section tr:nth-child(even) {
  background: #007dc4;
}

section tr:nth-child(odd) {
  background: #444543;
}

section tr:first-child {
  background: #FAA228;
}

section table td {
  text-align: center;
  vertical-align: middle;
}

img {
  border: 0;
  max-width: 100%;
  height: 100%;
}

.left {
  float: left;
  margin: 30px;
}

.right {
  padding: 0px 0 0px 30px;
}

/** typography **/
h1 {
  font-size: 60px;
  line-height: 76px;
  font-weight: normal;
  position: relative;
}

h1 > span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 1em;
}

h1 sup {
  font-size: 70%;
}

h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: normal;
  /*margin-bottom: 20px;*/
  padding: 0.1em 0;
  position: relative;
}

h2 sup {
  font-size: 70%;
}

h3 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: normal;
  margin-bottom: 15px;
  padding: 0.1em 0;
  font-weight: normal;
  position: relative;
}

h3 sup {
  font-size: 70%;
}

h4 {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: normal;
  margin-bottom: 15px;
  padding: 0.1em 0;
  font-weight: normal;
  position: relative;
}

h4 sup {
  font-size: 70%;
}

h5 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: normal;
  margin-bottom: 15px;
  padding: 0.1em 0;
  font-weight: normal;
  position: relative;
}

h5 sup {
  font-size: 70%;
}

h6 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: normal;
  margin-bottom: 15px;
  padding: 0.1em 0;
  font-weight: normal;
  position: relative;
}

h6 sup {
  font-size: 70%;
}

a {
  color: #FAA228;
  text-decoration: none;
}

.center {
  display: block;
  text-align: center;
}

/** page structure **/
#w {
  display: block;
  width: 750px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 45px;
}

/**
 * Header css
 */
.MainBlog {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  margin: 0 auto 0;
  position: relative;
  top: -140px;
  border: 10px solid #737a29;
  background-color: #737a29;
  border-bottom-right-radius: 40px;
}
.MainBlog img {
  border-bottom-right-radius: 30px;
}

.top-container {
  font-family: "Roboto", sans-serif;
  padding: 0 0 0 0;
  max-width: 1100px;
  width: 100%;
  margin: 40px auto;
  padding: 20px;
}
.top-container h1 {
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  color: #86C440;
}
.top-container ul li {
  list-style: square outside;
}

.textSlide {
  padding: 30px 0 30px 0;
}
.textSlide h3 {
  font-weight: 400 !important;
  font-size: 30px !important;
}

.MainCard {
  padding: 10px 10px 30px 10px;
  position: relative;
}
.MainCard h3 {
  color: #ffffff !important;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.MainCard p {
  color: #ffffff !important;
  font-family: "Roboto", sans-serif;
}

.card {
  margin: 60px auto;
  position: relative;
  max-width: 400px;
}
.card h2 {
  font-family: "Quicksand", sans-serif !important;
  text-transform: uppercase;
  color: #737a29 !important;
}

.content3column {
  border: 1px solid #e8e9ed;
  display: inline-block;
  margin: 0px 10px 20px 0;
  vertical-align: top;
  border-bottom-right-radius: 30px 30px;
  line-height: 2em;
  background: #2A55A6;
  position: relative;
  max-width: 400px;
}

.content3column .CornerAni {
  position: absolute;
  top: 0;
  right: 0;
}

#slidetext h1, #slidetext h2, #slidetext h3, #slidetext h4, #slidetext h5, #slidetext h6 {
  color: #ffffff;
  text-decoration: none;
  margin: 0;
  width: 450px;
}

#slidetext h1 {
  border: 2px solid #fff;
  padding: 20px 0;
  width: 450px;
  margin: 0 auto;
}

#slidetext h3 {
  margin: 10px 0;
  width: 450px;
  line-height: 30px;
}

.slidetop {
  width: 100%;
  margin: 0px auto 0;
  bottom: 0;
  padding: 0 0 0 0;
}

.slidetop h1 {
  font-size: 38px;
  line-height: 46px;
}

.morecont {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

.morecont1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.blogmore b {
  position: relative;
  bottom: 8px;
}

.BlogsBlock {
  margin: 0 auto 80px !important;
}

.blogImageV {
  width: 100%;
}

.blogImageH {
  width: 100%;
}

.morecont a {
  color: #fff !important;
  text-decoration: none !important;
}

.pagination {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 10px 40px;
  height: 50px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.pagination span {
  background-color: #2A55A6;
  padding: 4px 10px;
  border-radius: 16px;
  color: white;
}
.pagination a {
  background-color: #737a29;
  padding: 4px 10px;
  border-radius: 16px;
  color: white !important;
}
.pagination a:hover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  color: #dddddd;
}
.pagination .next, .pagination .prev {
  background-color: white;
  color: #737a29 !important;
  padding: 2px;
}

.nav-item {
  display: inline-block;
  margin: 10px 0 0 8px;
}
.nav-item .nav-link .tooltip-text {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
.nav-item .nav-link .d-sm-none i {
  font-size: 24px;
}

.nav-item:last-of-type {
  margin: 0 20px;
}

#menucontainer {
  position: relative;
  width: 100%;
  margin: 0px auto;
  height: 50px;
  z-index: 10;
  text-align: center;
  background-color: #ffffff;
}

.lowerbgright {
  text-align: right;
  margin: -18px auto;
  width: 100%;
  position: relative;
  padding: 0px 0;
  float: right;
  right: 0;
  background-color: #737a29;
  font-size: 10px;
  color: #ffffff;
  height: 50px;
}
.lowerbgright a {
  color: #ffffff;
  font-size: 16px;
}

.lowerbgleft {
  margin: -18px auto;
  width: 45%;
  position: relative;
  left: 0;
  float: left;
  padding: 5px 0;
  text-align: left;
  background-color: #737a29;
  color: #ffffff;
  font-size: 10px;
  height: 50px;
}
.lowerbgleft a {
  color: #ffffff;
  font-size: 16px;
}
.lowerbgleft a .tooltip-text {
  display: none;
}

.home-logo {
  padding: 0px 0px 0px;
  width: 180px;
  border-bottom-right-radius: 24px;
  z-index: 10;
  max-width: 1280px;
  margin: 50px 0px 0;
  border-bottom: 1px solid #737a29;
  border-right: 1px solid #737a29;
  text-align: center;
  display: block;
  position: absolute;
  background-color: white;
  left: 0;
  right: 0;
}
.home-logo a {
  display: block;
}
.home-logo a img {
  width: 160px;
  height: 100%;
}

#lowerbg {
  margin: 0 auto;
  width: 100%;
  position: absolute;
}
#lowerbg .inner-menu-back {
  color: #000;
  margin: 0px auto;
  /* max-width: 1280px; */
  font-size: 18px;
  text-align: right;
  padding: 14px 0;
  width: 100%;
}
#lowerbg .inner-menu-back span {
  color: #007dc4;
  padding: 8px 0;
  margin: 0 0 0 25px;
}
#lowerbg .inner-menu-back span a {
  color: #ffffff;
}
#lowerbg .inner-menu-back i {
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
  vertical-align: top;
}
#lowerbg .inner-menu-back i a {
  color: #ffffff;
}

.bgimg-1 {
  min-height: 100%;
}

.bgimg-1 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#bottom-svg {
  position: relative;
  top: -60px;
  float: left;
}

#wavey-svg {
  position: relative;
  top: -28px;
  height: 47px;
}

.leaves-svg {
  position: relative;
  top: 18px;
  float: left;
  z-index: 1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.caption1 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.border1 {
  padding: 20% 0;
}
.border1 h1 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  border: 2px solid #fff;
  color: #fff;
  padding: 18px;
  margin: 0 10px;
  font-size: 32px;
  letter-spacing: 3px;
  line-height: 34px;
  max-width: 400px;
}
.border1 h2 {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  border: 2px solid #fff;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 3px;
  line-height: 34px;
  width: 100%;
  max-width: 400px;
}
.border1 h3 {
  font-weight: 300;
  color: #fff;
  padding: 4px;
  font-size: 22px;
  letter-spacing: 3px;
  line-height: 26px;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}
.border1 h4 {
  font-weight: 300;
  color: #fff;
  padding: 4px;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 26px;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}
.border1 h5 {
  font-weight: 500;
  color: #fff;
  padding: 4px;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 26px;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}

.pagewraptest {
  position: absolute;
  width: auto;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.pagewraptest p {
  margin: 20px 0 !important;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex; /* Edge */
  display: -webkit-flex; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: wrap;
  -webkit-flex: wrap;
}

.cards {
  max-width: 1000px;
  padding: 10px 0px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 0.4rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.testcards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex; /* Edge */
  display: -webkit-flex; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: wrap;
  -webkit-flex: wrap;
}

.testcards {
  max-width: 1100px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.testcard {
  border-radius: 6px;
  margin: 10px;
  padding: 10px 20px 10px 0;
}

.testcard {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  max-width: 320px;
  margin: 0 auto;
  z-index: 0;
}

.contentBlock {
  padding: 20px 10px 0px;
}
.contentBlock h2 {
  font-weight: 200;
}

/* ONE, TWO and THREE COLUMN CONTENT BLOCKS */
.content3block .column1 {
  min-width: 300px;
  margin: 0 auto;
  padding: 20px 0;
  display: inline-block;
  vertical-align: top;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content3block .column1 img {
  min-width: 300px;
  width: 100%;
}

.content3block .column1 span img {
  width: auto;
}

.content3block .column2 {
  min-width: 300px;
  max-width: 700px;
  width: 44%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
}

.content3block .column2 img {
  min-width: 300px;
  width: 100%;
  max-width: 700px;
}

.content3block .column2 span img {
  width: auto;
}

.content3block .column3 {
  display: inline-block;
  margin: 0 auto;
  vertical-align: top;
  min-width: 350px;
  width: 29%;
}

/*.content3block .column3
{
	min-width:300px;
    width: 29%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    color: #000;
	padding: 20px 0;
	flex: 1 0 21%;
	flex-direction: column;
}*/
.content3block .column3 img {
  min-width: 300px;
  width: 100%;
}

.content3block .column3 span img {
  width: auto;
}

.content3block {
  color: #000;
  padding: 20px 0;
}

.content3block p {
  margin: 0px 0 10px;
}

.content3block h3 {
  font-weight: 200;
  font-size: 22px;
  line-height: 28px;
}

.content3block .left {
  float: left;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.content3block .right {
  float: right;
  display: block;
  margin-bottom: 10px;
}

.content3block span {
  padding: 0 3px;
  color: #fff;
}

.content3block .primary,
.content3block .primary ul {
  display: inline;
  margin: 0;
  padding: 0;
}

.content3block .primary li {
  display: inline;
}

.ie6 .content3block .primary li,
.ie7 .content3block .primary li { /* this is a bugfix for ie6/7 */
  display: inline;
  zoom: 1;
  margin-right: 10px;
}

.content3block .primary li:after { /* adds '/' to separate the footer navigation items */
  padding: 0 3px 0 5px;
  content: "/";
  color: #999;
}

.content3block .primary li:last-child:after {
  content: ""; /* makes sure last nav item doesn't have a '/' following it */
}

.content3block .arrow {
  padding: 0 8px 0 5px;
  color: #b80000;
  font-size: 13px;
}

.content3block .primary .nav-open-button {
  display: none; /* the footer includes the primary nav include - this makes sure the nav open close button doesn't show up */
}

@media all and (max-width: 1250px) {
  #wavey-svg {
    height: 47px;
  }
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-width: 1020px) {
  .leaves-svg {
    top: 0px;
  }
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
  .contentBlock {
    padding: 20px 10px 0px;
    display: block;
    max-width: 700px;
    margin: 0 auto;
  }
  .contentBlock h2 {
    font-weight: 200;
  }
  /* ONE, TWO and THREE COLUMN CONTENT BLOCKS */
  .MainBlog {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
    max-width: 350px;
    margin: 0 auto 0;
    position: relative;
    top: -80px;
    border: 10px solid #737a29;
    background-color: #737a29;
    border-bottom-right-radius: 40px;
  }
  .MainBlog img {
    border-bottom-right-radius: 30px;
  }
  .content3column .BlogImg {
    width: 100% !important;
  }
  #wavey-svg {
    height: 40px;
  }
  #wavey-svg {
    height: 46px;
  }
  .pagewraptest {
    top: 40%;
  }
  #slidetext h1 {
    border: 2px solid #fff;
    padding: 10px 0;
    width: 350px;
    font-size: 26px;
    line-height: 30px;
  }
  #slidetext h3 {
    font-size: 20px !important;
    line-height: 20px;
  }
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
  .lowerbgright {
    text-align: right;
    margin: 0px 0px;
    width: 100%;
    position: relative;
    padding: 0px 0px;
    float: right;
    right: 0;
    background-color: #737a29;
    font-size: 10px;
    color: #ffffff;
    height: 50px;
  }
  .lowerbgright a {
    color: #ffffff;
    font-size: 16px;
  }
  .lowerbgleft {
    margin: 0px auto;
    width: 45%;
    position: relative;
    left: 0;
    float: left;
    padding: 5px 0;
    text-align: left;
    background-color: #737a29;
    color: #ffffff;
    font-size: 10px;
    height: 50px;
  }
  .lowerbgleft a {
    color: #ffffff;
    font-size: 16px;
  }
  .home-logo {
    padding: 0px 0px 14px;
    width: 150px;
    border-bottom-right-radius: 20px;
    z-index: 10;
    max-width: 1080px;
    margin: 0px 0px;
    border-bottom: 1px solid #737a29;
    border-right: 1px solid #737a29;
    text-align: center;
    display: block;
    position: absolute;
    background-color: white;
    left: 0;
    right: 0;
  }
  .home-logo a {
    display: block;
  }
  .home-logo a img {
    width: 110px;
    height: 100%;
  }
  .nav-link .tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
  }
  .nav-link .tooltip-text::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
  }
  .nav-link:hover .tooltip-text {
    visibility: visible;
  }
  .nav-link {
    position: relative;
    text-align: center;
  }
}
@media all and (max-width: 900px) {
  #wavey-svg {
    height: 50px;
  }
}
@media all and (max-width: 650px) {
  #wavey-svg {
    height: 54px;
  }
  .card {
    margin: 0px auto;
    position: relative;
    max-width: 400px;
  }
}
@media all and (max-width: 700px) {
  .home-logo {
    width: 120px;
  }
  .home-logo a {
    display: block;
  }
  .home-logo a img {
    width: 90px;
    height: 100%;
  }
  .flexunit {
    display: block !important;
  }
  .MainBlog {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
    max-width: 350px;
    margin: 30px auto;
    position: relative;
    top: 0px;
    border: 10px solid #737a29;
    background-color: #737a29;
    border-bottom-right-radius: 40px;
  }
  .MainBlog img {
    border-bottom-right-radius: 30px;
  }
  .content3block .column1 {
    width: 100%;
  }
  .content3block .column2 {
    width: 100%;
  }
  .content3block .column3 {
    width: 100%;
  }
  .content3column .BlogImg {
    width: 100% !important;
  }
}
@media all and (max-width: 480px) {
  .border1 {
    padding: 20% 0;
  }
  .border1 h1 {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    border: 2px solid #fff;
    color: #fff;
    padding: 18px;
    margin: 0 10px;
    font-size: 32px;
    letter-spacing: 3px;
    line-height: 34px;
    max-width: 300px;
  }
  .border1 h2 {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    border: 2px solid #fff;
    color: #fff;
    padding: 18px;
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 28px;
    width: 100%;
    max-width: 300px;
  }
  .border1 h3 {
    font-weight: 300;
    color: #fff;
    padding: 4px;
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 26px;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
  }
  .border1 h4 {
    font-weight: 300;
    color: #fff;
    padding: 4px;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 26px;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
  }
  .border1 h5 {
    font-weight: 500;
    color: #fff;
    padding: 4px;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 20px;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
  }
  .pagewraptest {
    top: 30%;
  }
  #slidetext h1 {
    width: 280px;
    font-size: 20px;
    line-height: 26px;
  }
  #slidetext h3 {
    display: none;
  }
  .home-logo {
    width: 100px;
  }
  .home-logo a {
    display: block;
  }
  .home-logo a img {
    width: 70px;
    height: 100%;
  }
}
/** ----------------------------------------------------------
 *
 * This stylesheet includes both generic form styles and
 *    additional form styles for the User Defined Form Module.
 *
 ** ------------------------------------------------------- */
/* USER FORMS
----------------------------------------------- */
.content3block .userform .left {
  float: none;
  color: black;
  margin: 0 0 5px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}
.content3block .userform .optionset {
  display: inline-block;
  line-height: 24px;
}
.content3block .userform .optionset .odd {
  display: inline-block;
  margin: 0 10px 0;
  font-size: 12px;
}
.content3block .userform .optionset .even {
  display: inline-block;
  margin: 0 10px 0;
  font-size: 12px;
}

/** ----------------------------------------------------------
 *
 * This stylesheet includes both generic form styles and
 *    additional form styles for the User Defined Form Module.
 *
 ** ------------------------------------------------------- */
/* GENERIC FORMS
----------------------------------------------- */
form {
  max-width: 500px;
  width: 50%;
}

div.field {
  margin: 10px 0 15px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

form label {
  margin-bottom: 5px;
}

form label.left {
  display: block;
  font-weight: bold;
}

form label.right {
  font-size: 12px;
  color: #888;
}

form input.text,
form textarea,
form .textajaxuniquetext,
form select {
  width: 100%;
  max-width: 400px;
  padding: 6px 5px;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #dad9d9;
}

.ie7 form select {
  width: 400px;
} /* fix for ie7's rendering of max-width property on select input */
form input.text:focus,
form textarea:focus,
form .textajaxuniquetext:focus,
form select:focus {
  outline: none;
}

form input[disabled], form textarea[disabled] {
  background-color: #f7f7f7;
  border: 1px solid #dad9d9;
}

textarea {
  resize: vertical; /* forces text area to be resized vertically only */
}

/* Radio and Checkbox */
.field .checkbox:not(.field),
.field .radio:not(.field) {
  float: left;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  margin-top: 5px;
  padding: 0;
}

.checkbox label.right,
.radio label.right {
  float: left;
}

/* Messages */
form .message {
  background-color: #fef4ba;
  padding: 5px 10px;
  border: 1px solid #e8c805;
  border-radius: 3px;
}

form .good {
  background-color: #ecf9d0;
  border-color: #8fbe00;
}

form .bad,
form .required,
form .error {
  background-color: #f9d0d0;
  border-color: #cf0000;
  color: #b80000;
}

/* ACTIONS */
.Actions {
  margin-bottom: 20px;
}

a.btn, button, input[type=submit], input[type=reset], .Actions .action {
  background: #b80000;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  padding: 6px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  font-size: 13px;
  margin-right: 10px;
  float: left;
}

a.btn:hover, button, input[type=submit]:hover, .Actions .action:hover {
  background: #C80000;
  color: #fff;
}

a.btn {
  line-height: 18px;
  margin-bottom: 10px;
}

a.btn:after { /* creates arrow in button */
  content: "→";
  padding-left: 10px;
}

.ie7 input.action {
  width: 0; /* IE table-cell margin fix */
  overflow: visible;
}

input.action[class] { /* IE ignores [class] */
  width: auto; /* cancel margin fix for other browsers */
}

.ie7 .Actions .action {
  float: left;
}

.Actions:after {
  color: #B94A48;
  display: inline-block;
  font-weight: normal;
  margin-top: 9px;
}

#MemberLoginForm_LoginForm .Actions:after {
  display: none;
}

/* AREA SPECIFIC */
/* LOGIN and FORGOT PASSWORD */
#Remember {
  min-height: 20px;
}

#ForgotPassword {
  clear: left;
}

#MemberLoginForm_LostPasswordForm .Actions:after {
  display: none;
}

/* Search / Login */
.header form .middleColumn {
  /* float: none;
  width: 100% !important; */
}

/* USER DEFINED USER FORM MODULE STYLES
----------------------------------------------- */
/*Generic and mixed*/
.FormHeading {
  clear: both;
  padding-top: 15px;
}

form .date .middleColumn input {
  /*background: transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px;*/
  width: 114px;
}

.Actions input.resetformaction,
.Actions input.action-minor { /* Clear button */
  float: left;
  background-color: #888;
}

.Actions input.resetformaction:hover,
.Actions input.action-minor:hover { /* Clear button */
  background-color: #aaa;
}

/* Labels */
.checkbox label.right {
  font-size: 13px; /* reset to default */
  color: #333; /* reset to default */
}

form .requiredField label.left:after { /* pseudo element adds an asterisk to a required fields label */
  color: #B94A48;
  content: "*";
  font-size: 14px;
  font-weight: normal;
  padding-left: 3px;
}

/* Radio / Checkbox */
form .checkboxset ul,
form .optionset ul {
  margin: 0;
}

form .checkboxset li,
form .optionset li {
  margin-bottom: 5px;
  list-style-type: none;
}

form div.checkbox:after { /* clearfix */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

form .checkbox .checkbox {
  clear: both;
}

/* Messages */
span.message {
  margin: 10px 0;
  display: block;
  max-width: 390px;
  clear: left;
}

div.holder-required { /* This class needs to be changed - is used for both input and div */
  /* background-color: #f9d0d0;
  border: 1px solid #cf0000;
  padding: 10px;
  margin-left: -11px; */
}

form input.holder-required { /* This class needs to be changed - is used for both input and div */
  border: 1px solid #cf0000;
}

/* Error messages
input:invalid,
textarea:invalid {
    border-radius: 1px;
    box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
    background-color: #f0dddd
}
*/
/* To test - potentially not needed? */
.ss-uploadfield-item-info button {
  margin-top: 4px !important;
  float: left;
}

form .creditCardField input,
form input.currency,
form input.numeric {
  width: 50px;
}

form #DMYDate-month,
form #DMYDate-day {
  width: 25px;
}

/* Responsive form styles
----------------------------------------------- */
@media only screen and (max-width: 700px) {
  /* To test - potentially not needed? */
  .header form .middleColumn {
    float: none;
    width: 100% !important;
  }
  form label.left,
#MemberLoginForm_LoginForm label {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 900px) {
  form {
    max-width: 100%;
  }
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  /* text-align: left;*/
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  /* display: block;*/
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  display: block;
  width: 100%;
  float: left;
  z-index: 11;
  left: 0;
  text-align: center;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu > ul > li {
  display: inline-block;
}

#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu > ul > li > a {
  padding: 16px 13px 16px;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  font-size: 18px;
  color: #4784C4;
  text-transform: uppercase;
}

#cssmenu ul li .ico-search {
  color: #ffffff;
  cursor: pointer;
}

#cssmenu .search-box {
  position: absolute;
  top: 20px;
  background: #ffffff;
  width: 350px;
  margin-top: -17px;
}
#cssmenu .search-box #SearchForm_SearchForm {
  margin: 0 0 0 20px;
}
#cssmenu .search-box #SearchForm_SearchForm .field {
  width: 80%;
}

#cssmenu .search-hide {
  display: inline-block;
  color: #ffffff;
  margin: 5px 10px;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #000000;
  background: rgba(0, 0, 0, 0.1);
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}

#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #ffffff;
  right: 17px;
  top: 0px;
}

#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}

#cssmenu ul ul {
  border-top: 1px solid #fff;
  position: absolute;
  left: -9999px;
  top: 0px;
  margin-top: -2px;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
  background: #000000;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
  top: -13px;
  left: 20px;
}

#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}

#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}

#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}

#cssmenu > ul > li > ul {
  top: 120px;
  z-index: 2;
  position: absolute;
}

#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}

#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}

#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}

#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}

#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}

#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}

#cssmenu ul ul ul {
  margin-top: 20px;
}

#cssmenu ul ul ul li {
  position: relative;
  z-index: 4;
}

#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 15px 25px 15px;
  width: 250px;
  color: #fff;
  background: #4784C4;
  text-align: left;
  border-top: 1px solid #fff;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  background: #2955A6;
  color: #fff;
}

#cssmenu ul ul li:first-child > a {
  /*  border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
}

#cssmenu ul ul li:last-child > a {
  /* border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;*/
}

#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}

@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu1 {
    height: 50px;
  }
  #cssmenu {
    background: #a4ecab;
    float: none;
    margin: 0;
    height: 34px;
    display: none;
  }
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 0 0;
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
#cssmenu.align-right > ul > li {
    float: none;
    display: block;
    background-color: #cccccc;
    border-top: 1px solid #fff;
  }
  #cssmenu > ul > li > a {
    padding: 12px 25px 12px 25px;
    border-right: 0;
    color: #ffffff;
  }
  #cssmenu > ul > li > ul:after {
    margin: 3px;
  }
  #cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 34px;
    cursor: pointer;
  }
  #cssmenu ul ul,
#cssmenu ul li:hover > ul,
#cssmenu > ul > li > ul,
#cssmenu ul ul ul,
#cssmenu ul ul li:hover > ul,
#cssmenu.align-right ul ul,
#cssmenu.align-right ul li:hover > ul,
#cssmenu.align-right > ul > li > ul,
#cssmenu.align-right ul ul ul,
#cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 1px 0 0 0;
    position: relative;
    text-align: left;
    margin-top: 0px;
    border-color: none;
    border-style: none;
    border-width: none;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 10px 10px 10px 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child > a,
#cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: "";
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    right: 25px;
    top: 7px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: "";
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    right: 25px;
    top: 18px;
  }
  #cssmenu > ul > li.has-sub > a::after,
#cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
}
/* This reset is loosely derived from HTML5 boilerplate 
for more information visit http://html5boilerplate.com/ */
/* Every browser has its own default ‘user agent’ stylesheet, that it uses to make unstyled websites appear more legible.
Using a CSS Reset, CSS authors can force every browser to have all its styles reset to null, thus avoiding cross-browser differences as much as possible.
From the consistent base that you’ve set up via your reset, you can then go on to re-style your document,
safe in the knowledge that the browsers’ differences in their default rendering of HTML can’t touch you! */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: none;
}

.clear:before, .clear:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

textarea {
  overflow: auto;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

input[type=radio], input.radio {
  vertical-align: text-bottom;
}

input[type=checkbox], input.checkbox, .checkboxes input {
  vertical-align: bottom;
}

.ie7 input[type=checkbox], .ie7 input.checkbox, .ie7 .checkboxes input {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

label, input[type=button], input[type=submit], input[type=image], button, .btn {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

/* .checkbox, .radio {float:left; width:13px; height:13px; margin-right:6px; padding:0;} */
button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a:hover, a:active {
  outline: none;
}

.content ul, .content ol {
  margin-left: 2em;
}

ol {
  list-style-type: decimal;
}

ul li {
  list-style-type: none;
}

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

strong, b, th {
  font-weight: bold;
}

/** ----------------------------------------------------------
 *
 * Contains the generic theme typography styles
 *
 *    Include your notes or table of contents here
 *
 *    Include color hex's or values of your grid
 *      #333333             - body
 *      #B80000             - links, headings
 *      #D80000             - links on hover
 *      5px Vertical grid   - based on multiples of 5px, eg 10px, 15px, 20px, 25px...
 *
 *    @author Your Name <email@gmail.com>
 *
 * ------------------------------------------------------- */
/* TEMPLATE CUSTOM FONTS */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 20, 2012 06:04:25 AM America/New_York */
/* add your own custom fonts here */
@font-face {
  font-family: "FA-Solid";
  src: url("../webfonts/fontawesome-6/webfonts/fa-solid-900.woff2") format("woff"), url("../webfonts/fontawesome-6/webfonts/fa-solid-900.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FA-Brand";
  src: url("../webfonts/fontawesome-6/webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fontawesome-6/webfonts/fa-brands-400.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* BASE TYPOGRPHY */
/* These are the default styles for the Simple theme */
body {
  font-size: 18px; /* This overrides the browsers default font size */
  line-height: 20px; /* If you change the font-size make sure you change the line-height value as well - the usual ratio is around 1.5 (font-size x 1.5 = line-height) */
  margin-bottom: 20px;
  color: #333;
}

body a {
  text-decoration: none;
} /* this removes the underline from all links */
body a:link {
  -webkit-tap-highlight-color: #b80000;
} /* this sets the highlight color when links are tapped on Safari (browser) on iPhone */
/* HEADERS */
.typography h1 {
  font-family: "Quicksand", sans-serif; /* This references one of the custom @font-face fonts - the other fonts that are referenced are fallbacks for browsers that don't support @fontface */
  font-weight: 700;
}

.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.typography h1 {
  font-size: 36px;
  line-height: 45px;
  margin: 0 0 25px 0;
  padding-bottom: 5px;
}

.typography h2 {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 15px;
}

.typography h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}

.typography h4 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
}

.typography h5 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}

.typography h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* PARAGRAGHS */
.typography p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px;
  font-family: "Roboto", sans-serif;
}

.typography .intro {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}

.typography em {
  font-style: italic;
}

::-moz-selection { /* Applies style to highlighted portion of a page */
  background: #b80000;
  color: #fff;
  text-shadow: none;
}

::selection,
::-moz-selection { /* Applies style to highlighted portion of a page */
  background: #b80000;
  color: #fff;
  text-shadow: none;
}

/* LINKS */
.typography a,
.typography a.intro {
  color: #737a29;
  text-decoration: none;
}

.typography a:hover {
  color: #737a29;
}

/* LIST STYLES
-------------------------------------------- */
.typography ul,
.typography ol,
.typography dl {
  margin: 0 0 20px 25px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.typography ul li {
  list-style-type: square;
  font-size: 18px;
  line-height: normal;
} /* adds disc style bullet to the list */
.typography li {
  margin-bottom: 5px;
}

/* TABLE STYLES
-------------------------------------------- */
.typography table {
  border-collapse: collapse; /* borders are collapsed into a single border when possible */
  border: 1px solid #d4d4d4;
  border-spacing: 0; /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
  margin: 0 0 10px;
  text-align: left;
}

.typography table tr:nth-child(even) {
  background-color: #ededed;
}

.typography table tr.even,
.typography table th,
.typography thead td {
  background-color: #ededed;
}

.typography table td,
.typography table th {
  padding: 2px 5px;
  border: 1px solid #d4d4d4;
  vertical-align: top;
}

.typography table th {
  font-weight: bold;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .left {
  text-align: left;
}

.typography .center {
  text-align: center;
}

.typography .right {
  text-align: right;
}

/* IMAGES
-------------------------------------------- */
.typography img {
  height: auto; /* resets the image height so that it maintains its aspect ratio when width is set */
  background: transparent url(../images/ajax-loader.gif) no-repeat center center;
}

.typography img.left {
  float: left;
  max-width: 50%;
  margin: 5px 20px 10px 0;
}

.typography img.right {
  float: right;
  max-width: 50%; /* Responsive width */
  margin: 5px 0 10px 20px;
}

.typography img.leftAlone {
  float: left;
  margin-right: 100%;
  margin-bottom: 10px;
  clear: both;
}

.typography img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  clear: both;
}

.typography .captionImage {
  width: 100%;
  margin-top: 5px;
}

.typography .captionImage img {
  margin: 0;
}

.typography .captionImage.left {
  float: left;
  margin: 5px 30px 20px 0px;
}

.typography .captionImage.right {
  float: right;
  margin: 5px 0 20px 30px;
}

.typography .captionImage.left[style],
.typography .captionImage.right[style] {
  max-width: 50%; /* Overides core width to make responsive */
}

.typography .captionImage.left img,
.typography .captionImage.right img {
  float: none;
  max-width: none;
  width: 100%;
}

.typography .captionImage.left img {
  margin-right: -10px;
}

.typography .captionImage.right img {
  margin-left: -10px;
}

.typography .captionImage.right p {
  margin-left: -10px;
  text-align: left;
  margin-left: -10px;
}

.typography .captionImage.leftAlone {
  float: none;
  margin: 0 20px 20px 0px;
}

.typography .captionImage.center {
  margin: 0 auto 20px;
}

.typography .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}

/* BLOCKQUOTES
-------------------------------------------- */
.typography blockquote {
  background: transparent url(../images/blockquote.png) no-repeat 0px 6px;
  font-family: "CamboRegular", Georgia, "Times New Roman", Times, serif;
  color: #777;
  display: block;
  font-style: italic;
  margin: 0 0 20px;
  float: right;
  text-indent: 30px;
  width: 50%;
  margin-left: 5%;
  clear: both;
}

.typography blockquote p {
  font-size: 17px;
  line-height: 25px;
}

.typography pre {
  background: #F7F7F7;
  border: 1px solid #E4E4E4;
  font-family: Courier, monospace;
  margin: 0 0 20px 0;
  padding: 15px;
  clear: both;
}

/* ADDRESS
-------------------------------------------- */
address {
  display: block;
  margin-bottom: 20px;
}

#content {
  display: block;
  width: 100%;
  background: #fff;
  padding: 25px 20px;
  padding-bottom: 35px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

/** various box positions **/
#devicesTxt {
  width: 300px;
  padding-left: 15px;
  padding-top: 12px;
  text-align: center;
}

#downloadTxt {
  width: 410px;
  height: 250px;
  /* keep similar height to app icon image */
  padding-left: 10px;
  text-align: center;
}

/** clearfix **/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/*.clearfix { display: inline-block; }*/
html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.secondary {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

#pagewrap ul {
  list-style: outside square;
}

/* slide on and off */
body {
  overflow-x: hidden;
}

#wrapper {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

button {
  font-family: "IcoMoon-Free";
  font-size: 24px;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #4784C4;
  position: absolute;
  padding: 0 10px;
  margin: 10px 10px;
  top: 0;
  right: 0px;
  z-index: 200;
}

.menu li {
  background-color: #4784C4;
}

.menu li:hover {
  background-color: #737a29;
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Toggle Buttons
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
.buttons {
  text-align: center;
}

.buttons button {
  display: inline-block;
  margin: 0 0 4px 0;
  padding: 15px 30px;
  color: #fff;
}

.buttons button:hover,
.buttons button.active {
  background-color: #3184a1;
}

.buttons button:focus {
  outline: none;
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Menus
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
/* general style for all menus */
nav.menu {
  position: absolute;
  z-index: 20;
  background-color: #4784C4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

nav.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav.menu a {
  font-weight: 400;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

nav.menu ul li ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
}

.menu .action {
  background: #762608;
  border: 1px solid #369;
  padding: 3px 10px;
  color: #ccc;
  border-radius: 10px;
  float: left;
  margin: 10px;
  line-height: 18px;
}

.menu #Search {
  width: 230px;
  float: left;
}

.menu #Search .middleColumn {
  width: 230px;
  border: none;
}

.menu #Search .middleColumn input {
  border-radius: 10px;
  width: 200px;
  margin: 10px;
  line-height: 18px;
  font-size: 14px;
  padding: 3px 10px;
  border: 1px solid #369;
  color: #666;
}

button.close-menu {
  color: #fff;
}

button.close-menu:focus {
  outline: none;
}

/* slide menu left and right, push menu left and right */
.arrow {
  font-family: "FA-Solid";
  position: relative;
  top: 2px;
}

nav.slide-menu-right {
  top: 0;
  width: 300px;
  height: 100%;
}

nav.slide-menu-right .first-menu {
  position: relative;
  height: 50px;
}

nav.slide-menu-right li {
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: solid 2px #ffffff;
}

nav.slide-menu-right li ul li {
  margin: 0;
  padding: 0;
  display: block;
  background: #2955A6;
  border-bottom: 1px solid #ffffff;
  border-top: none;
  font-size: 12px;
  text-indent: 10px;
}

nav.slide-menu-right li ul li a {
  padding: 12px 16px;
}

nav.slide-menu-right li ul li:hover {
  margin: 0;
  padding: 0;
  background: #737a29;
}

nav.slide-menu-right li ul li:first-child {
  border-top: none;
}

nav.slide-menu-right li ul li:last-child {
  border-bottom: none;
}

nav.slide-menu-right a {
  display: block;
  padding: 16px;
  font-size: 16px;
}

nav.slide-menu-right button.close-menu {
  margin: 0px 0;
  padding: 10px 20px 14px 16px;
  width: 100%;
  color: #4784C4;
  background-color: #ffffff;
  text-align: right;
  border-bottom: 1px solid #4784C4;
  position: relative;
}

nav.slide-menu-right {
  right: -300px;
  display: none;
}

body.smr-open nav.slide-menu-right {
  right: 0;
  display: block;
}

body.pml-open #wrapper {
  left: 300px;
}

body.pmr-open #wrapper {
  left: -300px;
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media all and (max-width: 900px) {
  /* ===========  app columns 900 device ============ */
  .SliderText {
    padding: 10px 1% 10px;
    width: 80%;
  }
  .pagewrap {
    padding: 0.5%;
    min-height: 400px;
    width: 100%;
    display: none;
  }
  #pagewrap1 {
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
    color: #fff;
    padding: 0.5%;
    width: 100%;
    display: block;
    text-align: center;
  }
  #pagewrap {
    padding: 0.5%;
    width: 100%;
    display: block;
  }
  #pagewrap li {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .slidetop {
    padding: 0;
  }
  h1 > span {
    font-size: 50px;
  }
  #footsafe {
    width: 70%;
    float: right;
    font-size: 36px;
    color: white;
    margin: 50px 15% 0 15%;
    text-align: left;
  }
  #footer1 form {
    margin: 0 0 0 0;
    text-align: left;
  }
  #footer1 ul {
    margin: 0 0 0 0;
    text-align: left;
  }
  #pagewrap h2 {
    margin: 10px;
  }
  .secondary {
    display: none;
  }
  #left {
    width: 41%;
    padding: 1% 4%;
  }
  #middle {
    width: 41%;
    padding: 1% 4%;
    margin: 0px 0px 5px 5px;
    float: right;
  }
  #sidebar {
    clear: both;
    padding: 1% 4%;
    width: auto;
    float: none;
  }
  #footer {
    padding: 10% 4%;
    white-space: normal;
  }
  #footer1 {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    padding: 20px 0px;
  }
  #footer1 li {
    margin: 0;
    padding: 0 15px 15px 0;
  }
  .contentright {
    text-align: left;
    display: block;
    margin: 0 15%;
    padding: 0;
    width: 70%;
  }
  .contentright iframe {
    width: 100%;
  }
  .content3column {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 400px;
  }
  .contentthree {
    display: block;
    margin: 0 15%;
    padding: 0;
    width: 70%;
  }
  .contentfull {
    margin: 0 10px;
  }
  #wrapper {
    background-attachment: scroll;
  }
  .SideBar {
    display: none;
  }
  #BlogInnerWidth {
    width: 100%;
  }
  .blogSummary1 img {
    height: 100%;
    float: left;
    display: block;
  }
  .blogSummary2 img {
    height: 100%;
    float: left;
    display: block;
  }
}
@media all and (max-width: 800px) {
  .cycle-slideshow {
    margin: -74px auto;
    padding: 0 0 0 0;
    clear: left;
    top: -74px;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: -1;
    color: #fff;
    text-align: center;
  }
}
@media all and (max-width: 600px) {
  /* slide menu top and bottom */
  nav.slide-menu-top ul,
nav.slide-menu-bottom ul,
nav.push-menu-top ul,
nav.push-menu-bottom ul {
    padding: 35px 0 0 0;
  }
  nav.slide-menu-top a,
nav.slide-menu-bottom a,
nav.push-menu-top a,
nav.push-menu-bottom a {
    line-height: 30px;
    padding: 0 2px;
    font-size: 12px;
  }
  nav.slide-menu-top button.close-menu,
nav.slide-menu-bottom button.close-menu,
nav.push-menu-top button.close-menu,
nav.push-menu-bottom button.close-menu {
    line-height: 30px;
    padding: 0 2px;
  }
  .columns {
    padding: 60px 0;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  #pagewrap-footer {
    padding: 0px 0px;
  }
  #footer1 {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
  }
  #pagewrap {
    min-height: 200px;
  }
  h1 > span {
    font-size: 30px;
  }
  .slideshow {
    margin: 100px auto 0;
    padding: 0 0 0 0;
    clear: left;
    height: 400px;
  }
  #left {
    width: auto;
    float: none;
  }
  #middle {
    width: auto;
    float: none;
    margin-left: 0px;
  }
  #sidebar {
    width: auto;
    float: none;
  }
  .contentright {
    margin: 0 10%;
    width: 80%;
  }
  .contentright iframe {
    width: 100%;
  }
  .content3column {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
  }
  .contentthree {
    margin: 0 10%;
    width: 80%;
  }
}
/* for 480px or less */
@media screen and (max-width: 480px) {
  h3 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: normal;
    margin-bottom: 15px;
    padding: 0.1em 0;
  }
  h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .media iframe {
    min-height: 300px;
    padding: 20px !important;
  }
  #pagewrap {
    padding: 0;
  }
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
  h2 {
    font-size: 38px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  #sidebar {
    display: none;
  }
  .contentright {
    margin: 0 5%;
    width: 90%;
  }
  #footer1 {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 20px auto;
  }
  #footer1 .footer-link h5 {
    font-size: 18px !important;
    line-height: 22px;
  }
  .contentright iframe {
    width: 100%;
  }
  .content3column {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
  }
  .contentthree {
    margin: 0 5%;
    width: 90%;
  }
  .contentfull {
    line-height: 2.4em;
  }
}
@media all and (max-width: 330px) {
  nav.slide-menu-left,
nav.slide-menu-right,
nav.push-menu-left,
nav.push-menu-right {
    top: 0;
    width: 100%;
  }
  nav.slide-menu-left,
nav.push-menu-left {
    left: -100%;
  }
  nav.slide-menu-right,
nav.push-menu-right {
    right: -100%;
  }
  body.sml-open nav.slide-menu-left,
body.pml-open nav.push-menu-left {
    left: 0;
  }
  body.smr-open nav.slide-menu-right,
body.pmr-open nav.push-menu-right {
    right: 0;
  }
  body.pml-open #wrapper {
    left: 100%;
  }
  body.pmr-open #wrapper {
    left: -100%;
  }
  .contentright {
    margin: 0;
    width: 100%;
  }
  .contentright iframe {
    width: 100%;
  }
  .content3column {
    margin: 0;
    width: 100%;
  }
  #footer1 {
    display: block;
    width: 100%;
    margin: 0;
  }
  .contentthree {
    margin: 0;
    width: 100%;
  }
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 70px;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  vertical-align: middle;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* 	Owl Carousel Owl Demo Theme 
	*	v1.3.3
	*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../images/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  /* text-align: left;*/
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  /* display: block;*/
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  display: block;
  width: 100%;
  float: left;
  z-index: 11;
  left: 0;
  text-align: center;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu > ul > li {
  display: inline-block;
}

#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu > ul > li > a {
  padding: 16px 13px 16px;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  font-size: 18px;
  color: #4784C4;
  text-transform: uppercase;
}

#cssmenu ul li .ico-search {
  color: #ffffff;
  cursor: pointer;
}

#cssmenu .search-box {
  position: absolute;
  top: 20px;
  background: #ffffff;
  width: 350px;
  margin-top: -17px;
}
#cssmenu .search-box #SearchForm_SearchForm {
  margin: 0 0 0 20px;
}
#cssmenu .search-box #SearchForm_SearchForm .field {
  width: 80%;
}

#cssmenu .search-hide {
  display: inline-block;
  color: #ffffff;
  margin: 5px 10px;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #000000;
  background: rgba(0, 0, 0, 0.1);
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}

#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #ffffff;
  right: 17px;
  top: 0px;
}

#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}

#cssmenu ul ul {
  border-top: 1px solid #fff;
  position: absolute;
  left: -9999px;
  top: 0px;
  margin-top: -2px;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
  background: #000000;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
  top: -13px;
  left: 20px;
}

#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}

#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}

#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}

#cssmenu > ul > li > ul {
  top: 120px;
  z-index: 2;
  position: absolute;
}

#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}

#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}

#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}

#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}

#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}

#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}

#cssmenu ul ul ul {
  margin-top: 20px;
}

#cssmenu ul ul ul li {
  position: relative;
  z-index: 4;
}

#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 15px 25px 15px;
  width: 250px;
  color: #fff;
  background: #4784C4;
  text-align: left;
  border-top: 1px solid #fff;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  background: #2955A6;
  color: #fff;
}

#cssmenu ul ul li:first-child > a {
  /*  border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
}

#cssmenu ul ul li:last-child > a {
  /* border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;*/
}

#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}

@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu1 {
    height: 50px;
  }
  #cssmenu {
    background: #a4ecab;
    float: none;
    margin: 0;
    height: 34px;
    display: none;
  }
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 0 0;
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
#cssmenu.align-right > ul > li {
    float: none;
    display: block;
    background-color: #cccccc;
    border-top: 1px solid #fff;
  }
  #cssmenu > ul > li > a {
    padding: 12px 25px 12px 25px;
    border-right: 0;
    color: #ffffff;
  }
  #cssmenu > ul > li > ul:after {
    margin: 3px;
  }
  #cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 34px;
    cursor: pointer;
  }
  #cssmenu ul ul,
#cssmenu ul li:hover > ul,
#cssmenu > ul > li > ul,
#cssmenu ul ul ul,
#cssmenu ul ul li:hover > ul,
#cssmenu.align-right ul ul,
#cssmenu.align-right ul li:hover > ul,
#cssmenu.align-right > ul > li > ul,
#cssmenu.align-right ul ul ul,
#cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 1px 0 0 0;
    position: relative;
    text-align: left;
    margin-top: 0px;
    border-color: none;
    border-style: none;
    border-width: none;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 10px 10px 10px 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child > a,
#cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: "";
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    right: 25px;
    top: 7px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: "";
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    right: 25px;
    top: 18px;
  }
  #cssmenu > ul > li.has-sub > a::after,
#cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
}
/* navigation */
.inner-menu-back span a {
  color: #ffffff;
}

.inner-container {
  max-width: 1280px;
  text-align: center;
  width: 100%;
  margin: 0px auto;
  height: 100px;
}

#menubg {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  clear: both;
}

#configbg {
  z-index: 2;
  text-align: left;
  margin: -167px auto;
  position: absolute;
  width: 340px;
  height: 20px;
}

#menu {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  padding: 0 0 0;
  margin: 0px auto 0;
  width: 100%;
  z-index: 11;
  max-width: 1080px;
}

#menu-logo {
  padding: 0 0 0;
  margin: -30px auto 0;
  width: 100%;
  z-index: -1;
  max-width: 200px;
  position: relative;
}

#boxlogo {
  position: absolute;
  z-index: 2;
  padding: 45px 15px;
}

.centre-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  float: left;
  margin: 38px 20px;
}

img {
  margin: 0 0 0 0;
}

.home-logo2 img {
  height: auto;
  max-height: 250px;
  margin: 30px 0 0 0;
}

.home-logo2 {
  text-align: center;
}

.flag-logo img {
  height: auto;
  max-height: 80px;
  margin: 10px 0 0 0;
}

.siteconfig {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}

#lowerbg .inner-menu-back a:hover {
  text-decoration: none;
}

#lowerbg em {
  color: #a88b00;
  display: none;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
  padding: 60px 300px 0 20px;
  text-align: left;
  font-weight: 100;
}

.flag-logo {
  float: right;
  width: 20%;
}

.inner-menu {
  position: fixed;
  height: 280px;
  width: 100%;
}

.inner-menu .container-logo {
  height: 280px;
  padding: 0;
  margin: 0px auto 0;
  text-align: right;
  max-width: 1180px;
  overflow: hidden;
}

.inner-menu .container-logo .logo img {
  border: medium none;
  margin: 0px 0 0;
  width: 350px;
  z-index: 100002;
  /*generic*/
  transform: rotate(25deg);
  /*safari, chrome etc*/
  -webkit-transform: rotate(25deg);
  /*ie8+*/
  -ms-transform: rotate(25deg);
  /*opera*/
  -o-transform: rotate(25deg);
}

.ico-search {
  font-family: "IcoMoon-Free";
  font-size: 18px;
  padding: 12px 20px 14px;
}

nav .search-hide {
  list-style: none;
  margin: 0;
  padding: 11px 10px 10px;
  color: #ffffff;
  cursor: pointer;
  float: left;
}

#contact-button2 {
  margin: -80px 0;
  text-align: right;
}

#contact-button {
  width: 90px;
  height: 90px;
}

#nav1 {
  /*background-color: #fff;*/
  font-family: "Roboto", sans-serif;
  margin: 60px 0 0 -20px;
  position: fixed;
  /*top: 70px;*/
  width: 100%;
  font-weight: bold;
  z-index: 140;
  overflow: visible;
  background: #fff;
}

#nav1 > a {
  display: none;
}

#nav1 li {
  position: relative;
}

#nav1 li a {
  display: block;
  color: #ffffff;
}

#nav1 li a:active {
  background-color: #df0922 !important;
}

#nav1 span:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #fff transparent -moz-use-text-color;
  -o-border-image: none;
     border-image: none;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-style: solid solid none;
  border-width: 0.5em 0.5em medium;
  content: "";
  display: block;
  height: 0;
  position: relative;
  right: -1.5em;
  top: 0em;
  vertical-align: bottom;
  width: 0;
}

/* first level */
#nav1 > ul {
  height: 3em;
  padding: 0 0 0 390px;
  width: 100%;
  list-style: none;
}

#nav1 > ul > li {
  padding: 0 20px;
  height: 100%;
  float: left;
  font-family: "Roboto", sans-serif;
}

#nav1 > ul > li > a {
  font-size: 18px;
  height: 100%;
  line-height: 2.2em;
  text-align: center;
  text-indent: 10px;
  color: #000;
  z-index: 10000;
}

#nav1 > ul > li:not(:last-child) > a { /*border-right: 1px solid #cc470d;*/ }

#nav1 > ul > li:hover > a,
#nav1 > ul:not(:hover) > li.active > a {
  color: #a2453f;
}

/* second level */
#nav1 li ul {
  background-color: #df0922;
  display: none;
  position: absolute;
  top: 100%;
  font-family: "Roboto", sans-serif;
}

#nav1 li:hover ul {
  display: block;
  left: 0;
  right: 0;
}

#nav1 li:not(:first-child):hover ul {
  left: -1px;
}

#nav1 li ul a {
  font-size: 12px;
  /* 20 */
  border-top: 1px solid #fff;
  padding: 0.75em;
  /* 15 (20) */
  color: #fff;
  text-align: center;
}

#nav1 li ul li a:hover,
#nav1 li ul:not(:hover) li.active a {
  background-color: #df0922;
}

@media only screen and (min-width: 1024px) {
  #cssmenu1 {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #cssmenu {
    display: none;
  }
  #lowerbg .inner-menu-back i a {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  #menusvg {
    margin: 30px auto;
  }
  #configbg {
    margin: 10px auto;
    color: black;
  }
  #configbg span a, #configbg i a {
    color: black;
  }
  #menusvg svg {
    display: none;
  }
  #menubg {
    height: 100px;
  }
  .container-logo img {
    float: none;
    margin: 2px 0;
    position: absolute;
    width: 26%;
    min-width: 180px;
  }
  container-logo {
    background-color: #fff;
  }
  #menu {
    margin: 0 5%;
  }
  #menu-logo {
    margin: 0 5%;
    max-width: 180px;
    padding: 60px 0 0;
  }
  #menu b {
    display: none;
  }
  #nav1 > ul {
    padding: 0 0 0 0px;
  }
  .navigation {
    display: none;
  }
  .siteconfig {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .SliderText {
    padding: 300px 1% 16%;
    width: 90%;
  }
  #configbg {
    display: none;
  }
  #menu {
    margin: 0 2%;
  }
  #menu-logo {
    margin: 0 2%;
  }
  .container-logo img {
    min-width: 140px;
  }
  #menu em {
    display: none;
  }
  #menu-logo {
    padding: 30px 0 0;
  }
  #menu b {
    display: none;
  }
  #menu .logo img {
    width: 50%;
  }
  #nav1 > ul {
    padding: 0 0 0 0px;
  }
  #nav1 > ul > li > a {
    font-size: 16px;
  }
}
/* https://www.websitepolicies.com/cookie-consent-banner-generator */
.wpcc-container {
  opacity: 1;
}

.wpcc-transparency-5 {
  opacity: 0.95;
}

.wpcc-transparency-10 {
  opacity: 0.9;
}

.wpcc-transparency-15 {
  opacity: 0.85;
}

.wpcc-transparency-20 {
  opacity: 0.8;
}

.wpcc-transparency-25 {
  opacity: 0.75;
}

.wpcc-container {
  border-style: solid;
  border-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  overflow: hidden;
  position: fixed;
  transition: opacity 1s ease;
  z-index: 9999;
}

@media print {
  .wpcc-container {
    display: none;
  }
}
.wpcc-pushdown-wrap {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.wpcc-pushdown {
  margin: 0 !important;
  position: static;
}

.wpcc-invisible {
  opacity: 0;
}

.wpcc-fontsize-tiny {
  font-size: 12px;
}

.wpcc-fontsize-small {
  font-size: 14px;
}

.wpcc-fontsize-large {
  font-size: 18px;
}

.wpcc-border-thin {
  border-width: 1px;
}

.wpcc-border-normal {
  border-width: 3px;
}

.wpcc-border-thick {
  border-width: 5px;
}

.wpcc-float {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 22em;
  padding: 1.5em;
}

.wpcc-float.wpcc-padding-small {
  padding: 1em;
}

.wpcc-float.wpcc-padding-large {
  padding: 2em;
}

.wpcc-banner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 1em;
  padding: 1em;
}

.wpcc-banner.wpcc-padding-small {
  padding: 0.5em 0.5em 0.5em 1em;
}

.wpcc-banner.wpcc-padding-large {
  padding: 1.5em;
}

.wpcc-banner.wpcc-margin-none {
  margin: 0;
}

.wpcc-banner.wpcc-margin-small {
  margin: 0.5em;
}

.wpcc-banner.wpcc-margin-large {
  margin: 1.5em;
}

.wpcc-padding-none {
  padding: 0;
}

.wpcc-padding-none.wpcc-float .wpcc-message {
  margin: 1em;
}

.wpcc-padding-none.wpcc-banner .wpcc-message {
  margin: 0.8em 1em;
}

.wpcc-padding-none.wpcc-banner .wpcc-btn {
  height: 100%;
  padding: 0.9em 1.5em;
}

.wpcc-btn, .wpcc-privacy {
  cursor: pointer;
}

.wpcc-privacy {
  display: inline-block;
  opacity: 0.85;
  text-decoration: underline;
}

.wpcc-privacy:hover {
  opacity: 1;
}

.wpcc-privacy:active, .wpcc-privacy:visited {
  color: initial;
}

.wpcc-btn {
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  padding: 0.4em 0.8em;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
}

.wpcc-btn:hover {
  text-decoration: none;
}

.wpcc-top {
  top: 1em;
}

.wpcc-top.wpcc-margin-none {
  top: 0;
}

.wpcc-top.wpcc-margin-small {
  top: 0.5em;
}

.wpcc-top.wpcc-margin-large {
  top: 1.5em;
}

.wpcc-left {
  left: 1em;
}

.wpcc-left.wpcc-margin-none {
  left: 0;
}

.wpcc-left.wpcc-margin-small {
  left: 0.5em;
}

.wpcc-left.wpcc-margin-large {
  left: 1.5em;
}

.wpcc-right {
  right: 1em;
}

.wpcc-right.wpcc-margin-none {
  right: 0;
}

.wpcc-right.wpcc-margin-small {
  right: 0.5em;
}

.wpcc-right.wpcc-margin-large {
  right: 1.5em;
}

.wpcc-bottom {
  bottom: 1em;
}

.wpcc-bottom.wpcc-margin-none {
  bottom: 0;
}

.wpcc-bottom.wpcc-margin-small {
  bottom: 0.5em;
}

.wpcc-bottom.wpcc-margin-large {
  bottom: 1.5em;
}

.wpcc-float .wpcc-message {
  display: block;
  margin-bottom: 1em;
}

.wpcc-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcc-banner.wpcc-top {
  left: 0;
  right: 0;
  top: 0;
}

.wpcc-banner.wpcc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.wpcc-banner .wpcc-message {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 1em;
  max-width: 100%;
}

.wpcc-float .wpcc-compliance {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.wpcc-corners-small {
  border-radius: 5px;
}

.wpcc-corners-normal {
  border-radius: 7px;
}

.wpcc-corners-large {
  border-radius: 10px;
}

.wpcc-corners-round .wpcc-btn {
  border-radius: 4px;
}

.wpcc-corners-round.wpcc-margin-none, .wpcc-corners-round.wpcc-padding-none .wpcc-btn {
  border-radius: 0;
}

.wpcc-corners-round.wpcc-margin-none {
  border-radius: 0;
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .wpcc-top {
    top: 0 !important;
  }
  .wpcc-bottom {
    bottom: 0 !important;
  }
  .wpcc-banner, .wpcc-float, .wpcc-left, .wpcc-right {
    left: 0 !important;
    margin: 0 !important;
    right: 0 !important;
  }
  .wpcc-banner {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wpcc-corners-round {
    border-radius: 0 !important;
  }
  .wpcc-float {
    max-width: none;
  }
  .wpcc-message {
    margin-bottom: 1em;
  }
  .wpcc-banner.wpcc-padding-small {
    padding: 0.5em;
  }
  .wpcc-padding-small .wpcc-message {
    margin-bottom: 0.5em;
  }
}