/* Vars */
/* $col-light-green: #84D2C0; */
/* Reset.css
------------------------------------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1.5;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

table, td, th {
  vertical-align: middle;
}

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

blockquote, q {
  quotes: "" "";
}

a img {
  border: none;
}

input[type=text], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* Main
------------------------------------------------------------------------------------ */
html {
  height: 100%;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 16.5px;
  color: #585858;
  height: 100%;
  background-color: white;
}

h1 {
  font-size: 2.1em;
  font-weight: normal;
  text-align: center;
  margin: 0 0 1em 0;
  padding-bottom: 60px;
  border-bottom: 1px dotted #385559;
  font-family: "Montserrat", sans-serif;
}

h1 span {
  color: #f1615b;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 0.25em 0;
  font-family: "Montserrat", sans-serif;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 0.25em 0;
  font-family: "Montserrat", sans-serif;
}

h5 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 0.25em 0;
  font-family: "Montserrat", sans-serif;
}

p {
  margin: 0 0 1em 0;
}

ul.bullet {
  list-style: none;
  margin-bottom: 1em;
}

ul.bullet li {
  padding-left: 25px;
  list-style: none;
  background: url("../img/bullet.gif") no-repeat 0 5px;
  margin: 0 0 0.5em 0;
}

/* Containers
*/
div#header-wrapper {
  background-color: #385559;
  margin: 0;
  padding: 20px;
}

div#header {
  width: 1224px;
  position: relative;
  margin: 0 auto;
}

div#header a#logo {
  margin: 0;
  display: block;
  padding: 12px 0 0 0;
  float: left;
  margin-right: 120px;
}

div#header div#header-right {
  float: right;
  text-align: right;
}

form#header-search-form {
  position: absolute;
  top: 62px;
  right: 50px;
  vertical-align: middle;
  background: #85c9b9;
  padding: 5px;
}

form#header-search-form a#header-search-close {
  display: none;
}

form#header-search-form input {
  vertical-align: middle;
  padding: 4px 4px;
}

form#header-search-form input#keyword {
  width: 300px;
  font-size: 1em;
  padding: 7px;
}

div#header div#top-nav {
  margin-bottom: 1em;
}

div#header div#top-nav a,
div#header div#top-nav a:visited {
  color: #FFFFFF;
  text-decoration: none;
  border-right: 1px solid #FFFFFF;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 1em;
}

div#header div#top-nav a:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

div#header a#top-menu,
div#header a#top-menu:visited {
  display: inline;
  color: #272b2c;
  font-size: 1em;
  text-decoration: none;
  text-align: right;
}

div#header a#top-menu img {
  margin-left: 5px;
}

div#header div#top-menu-items {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 100000;
  text-align: left;
  background: url("../img/menu-top-arrow.png") no-repeat 87% 0;
  display: block;
  width: 220px;
  display: none;
}

div#header div#top-menu-items ul {
  list-style: none;
  background: #ffffff;
  margin: 20px 0 0 0;
  padding: 10px;
  -moz-box-shadow: -5px 5px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -5px 5px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 5px 2px 2px rgba(0, 0, 0, 0.2);
}

div#header div#top-menu-items ul li {
  margin: 0;
  list-style: none;
  padding-bottom: 2px;
}

div#header div#top-menu-items ul li a,
div#header div#top-menu-items ul li a:visited {
  text-decoration: none;
}

div#content-wrapper {
  width: 100%;
  margin: 0 auto 0 auto;
  padding-top: 40px;
  background-color: #f6f3f3;
}

div#page-content {
  width: 1224px;
  margin: 0 auto;
}

div#subcontent-wrapper {
  width: 100%;
  background-color: #385559;
  margin: 0;
}
div#subcontent-wrapper div#sub-content-padding {
  height: 50px;
  width: 100%;
  background-color: #f6f3f3;
}

div#subcontent {
  width: 1224px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 50px 0 60px 0;
}

div.subcontent-column {
  width: 20%;
  float: left;
  color: #ffffff;
}

div.subcontent-column a,
div.subcontent-column a:visited {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding-left: 35px;
}

div.subcontent-column h4 {
  font-size: 1.3em;
  padding-left: 35px;
  margin-bottom: 0.8em;
  position: relative;
}
div.subcontent-column h4 svg {
  position: absolute;
  width: 22px;
  height: 22px;
  fill: #FFFFFF;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

div#subcontent-col5 h4 {
  color: #85c9b9;
}

div#footer-wrapper {
  margin: 0;
  width: 100%;
  background-color: #ffffff;
  max-height: 183px;
}

div#footer {
  width: 1224px;
  position: relative;
  margin: 0 auto 0 auto;
  text-align: right;
  padding-top: 44px;
}
div#footer .footer_logo1 {
  position: absolute;
  bottom: 52px;
  left: 0;
  width: 20%;
}
@media screen and (max-width: 1030px) {
  div#footer .footer_logo1 {
    top: 40px;
    left: 5%;
    width: 30%;
  }
}
div#footer .footer_logo2 {
  position: absolute;
  bottom: 18px;
  left: 21%;
  width: 36%;
}
@media screen and (max-width: 1030px) {
  div#footer .footer_logo2 {
    top: 20px;
    left: 42%;
    width: 58%;
  }
}
@media screen and (max-width: 660px) {
  div#footer {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 480px) {
  div#footer {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 1030px) {
  div#footer #footer-icons {
    margin-top: 120px;
  }
}
@media screen and (max-width: 660px) {
  div#footer #footer-icons {
    margin-top: 30px;
  }
}

div#footer nav.footer-nav {
  margin-top: 1rem;
}
@media screen and (max-width: 480px) {
  div#footer nav.footer-nav {
    font-size: 0.8rem;
  }
}
div#footer nav.footer-nav a:not(:last-child) {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #cccccc;
}

div#footer p {
  display: block;
  color: #272b2c;
  font-size: 1rem;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 480px) {
  div#footer p {
    font-size: 0.8rem;
  }
}

div#footer a.footer-icon-facebook {
  margin-right: 42px;
}
div#footer a.footer-icon-facebook svg {
  height: 36px;
  width: auto;
  fill: #1d1d1b;
}

div#footer a.footer-icon-pinterest {
  margin-right: 32px;
}

div#footer a.footer-icon-twitter svg {
  height: 36px;
  width: auto;
  fill: #1d1d1b;
}

div#footer p a,
div#footer p a:visited {
  color: #272b2c;
  text-decoration: none;
}

div#cookiemessage-container {
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  border-top: 0px;
  padding: 15px;
}

div#cookiemessage-container p {
  margin: 0;
}

a,
a:visited {
  color: #000000;
}

/* Image Grid
*/
ul.image-grid {
  margin: 0;
  list-style: none;
}

ul.image-grid li {
  list-style: none;
  float: left;
  width: 280px;
  margin: 0 34px 40px 0;
  padding-bottom: 60px;
  border-bottom: 2px dotted #385559;
  position: relative;
}

ul.image-grid li.last {
  margin-right: 0;
}

ul.image-grid li a.image-container {
  position: relative;
  display: block;
}

ul.image-grid li a.image-container img.thumbnail {
  width: 100%;
}

ul.image-grid li p.imageid {
  color: #585858;
  margin: 0 0 0.5em 0;
}

ul.image-grid li h4 {
  color: #385559;
  font-weight: normal;
  margin: 0 0 1em 0;
}

/* Common
------------------------------------------------------------------------------------ */
/* jQuery UI overridden styles
*/
.ui-dialog-content,
.ui-widget-content {
  overflow: hidden !important;
}

.ui-tooltip {
  padding: 10px 20px;
  font-size: 0.85em;
  box-shadow: 0 0 7px black;
  border-radius: 0;
}

.lightbox {
  width: 800px;
  min-height: 100px;
  padding: 35px 20px 20px 20px;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

a.lightbox-close,
a.lightbox-close:visited {
  text-decoration: none;
  color: #ffffff;
  position: absolute;
  top: -5px;
  right: -5px;
  text-align: right;
  margin: 0;
  display: block;
  border: 2px solid #ffffff;
  width: 22px;
  height: 22px;
  background: #000000;
  text-align: center;
  line-height: 20px;
  font-size: 1.4em;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

div.pagination {
  text-align: center;
  margin-bottom: 2em;
  line-height: 24px;
  margin-top: 15px;
}

div.pagination span.current {
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  margin-left: 5px;
  border: 1px solid #c0c0c0;
}

div.pagination span.disabled {
  float: left;
  display: block;
}

div.pagination a,
div.pagination span {
  margin-right: 5px;
}

div.pagination a:link,
div.pagination a:active,
div.pagination a:hover,
div.pagination a:visited {
  display: block;
  color: #000;
  float: left;
  background-color: transparent;
}

div.pagination span.first,
div.pagination a.first:link,
div.pagination a.first:active,
div.pagination a.first:hover,
div.pagination a.first:visited {
  text-decoration: none;
  background: transparent;
}

div.pagination span.next,
div.pagination a.next:link,
div.pagination a.next:active,
div.pagination a.next:hover,
div.pagination a.next:visited {
  text-decoration: none;
  background: transparent;
}

div.pagination span.previous,
div.pagination a.previous:link,
div.pagination a.previous:active,
div.pagination a.previous:hover,
div.pagination a.previous:visited {
  text-decoration: none;
  background: transparent;
}

div.pagination span.last,
div.pagination a.last:link,
div.pagination a.last:active,
div.pagination a.last:hover,
div.pagination a.last:visited {
  text-decoration: none;
  background: transparent;
}

div.pagination a.num:link,
div.pagination a.num:active,
div.pagination a.num:hover,
div.pagination a.num:visited {
  width: 24px;
  height: 24px;
  text-decoration: none;
  margin: 0;
  margin-right: 5px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}

*:focus {
  outline: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.text-error {
  color: #ff0000;
}

.hidden {
  display: none;
}

.clicktoclose {
  cursor: pointer;
}

.success,
.error,
.notice {
  padding: 10px;
}

.flashdata {
  width: 100%;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #ffffff;
}

p.error,
div.error {
  background: #960e09;
  color: #ffffff;
}

div.success a,
div.success a:visited,
div.error a,
div.error a:visited {
  color: #ffffff;
}

p.notice,
div.notice {
  background: #85c9b9;
  color: #ffffff;
}

p.success,
div.success {
  background: #87cfc1;
  color: #ffffff;
}

ul.errors {
  list-style: none;
  color: #ff0000;
  margin: 0 0 1.5em 0;
}

.action-sprite, .action-add, .action-delete, .action-edit, .action-gallery, .action-key, .action-noentry, .action-pdf, .action-pen, .action-success, .action-view {
  background: url("/a/img/icons/actions-sprite.png") no-repeat;
}

.action-add {
  background-position: 0 -36px;
}

.action-delete {
  background-position: 0 0;
}

.action-edit {
  background-position: 0 -71px;
}

.action-gallery {
  background-position: 0 -106px;
}

.action-key {
  background-position: 0 -140px;
}

.action-noentry {
  background-position: 0 -174px;
}

.action-pdf {
  background-position: 0 -160px;
}

.action-pen {
  background-position: 0 -210px;
}

.action-success {
  background-position: 0 -246px;
}

.action-view {
  background-position: 0 -280px;
}

.optional {
  font-weight: normal;
}

.actions {
  text-align: right;
}

.actions a {
  display: inline-block;
  width: 33px;
  height: 33px;
}

.actions a:last-child {
  margin-right: 10px;
}

.action-delete {
  display: inline-block;
  width: 33px;
  height: 33px;
}

.dialog-confirm span.ui-icon {
  float: left;
  margin: 0 7px 20px 0;
}

.align-right {
  float: right;
}

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

.image-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.sticky {
  position: fixed;
  top: 0;
}

.move-icon {
  font-size: 24px;
}
.move-icon:hover {
  cursor: move;
}

.saved-message {
  color: darkgreen;
}

/* Forms
------------------------------------------------------------------------------------ */
form {
  margin: 0;
  padding: 0;
}

form fieldset {
  margin: 1em 0;
  border: 0;
  width: 96%;
  padding: 1em 2%;
}

form fieldset.noborder {
  border: 0;
}

form legend {
  font-weight: bold;
  margin-bottom: 1em;
  margin-left: 15px;
  font-size: 1em;
}

form input[type=text],
form input[type=password] {
  padding: 7px 4px;
  vertical-align: middle;
  border: 1px solid #dcdcdc;
  background: #ffffff;
}

form select {
  padding: 4px 4px;
  border: 1px solid #dcdcdc;
  background: #ffffff;
}

form textarea {
  border: 1px solid #dcdcdc;
  background: #ffffff;
}

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

form fieldset div.row {
  margin-bottom: 1em;
}

form.inline label {
  display: inline;
}

/* Stacked form
*/
form.stacked fieldset div.row label {
  /*color:#f26259;*/
  display: block;
  margin: 0 0 0.5em 0;
}

form.stacked fieldset div.row div.margin-left label {
  color: #585858;
}

form.stacked fieldset div.row input[type=password],
form.stacked fieldset div.row input[type=text],
form.stacked fieldset div.row textarea {
  width: 96%;
  border: 1px solid transparent;
  padding: 12px 10px;
  font-size: 1em;
}

form.stacked fieldset div.row input.captcha {
  width: 54%;
  vertical-align: middle;
  margin-bottom: 10px;
  padding: 10px 10px;
}
@media screen and (max-width: 1224px) {
  form.stacked fieldset div.row input.captcha {
    width: 95%;
  }
}

form.stacked fieldset div.row img {
  vertical-align: middle;
  margin-bottom: 10px;
}

form.stacked fieldset div.row select {
  width: 100%;
  border: 1px solid #385559;
  font-size: 1em;
  padding: 8px 8px;
}

form.stacked div.row-submit {
  margin-top: 2.4em;
}

/* Horizontal form
*/
form.horizontal fieldset .margin-left {
  margin-left: 24%;
}

form.horizontal div.para_row p {
  margin-left: 24%;
}

form.horizontal div.captcha_row {
  padding-left: 24%;
}

form.horizontal fieldset div.sep {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

form.horizontal fieldset div.row label {
  float: left;
  text-align: right;
  margin-right: 2%;
  width: 22%;
  line-height: 1.9em;
}

form.horizontal fieldset div.row input[type=password],
form.horizontal fieldset div.row input[type=number],
form.horizontal fieldset div.row input[type=text],
form.horizontal fieldset div.row textarea {
  width: calc(72% - 20px);
  padding: 12px 10px;
  border: 1px solid #385559;
}

form.horizontal fieldset div.row select {
  width: 72%;
  padding: 10px 10px;
  border: 1px solid #385559;
}
form.horizontal fieldset div.row select.w-auto {
  width: auto;
}

form.horizontal fieldset div.row input.tiny {
  width: 50px;
}

form.horizontal fieldset div.row input.small {
  width: 100px;
}

form.horizontal fieldset div.row input.medium {
  width: 250px;
}

form.horizontal fieldset div.row input.datepicker {
  width: 80px;
}

form.horizontal fieldset div.row .input-group input[type=text],
form.horizontal fieldset div.row .input-group input[type=number] {
  width: auto;
}

form.horizontal fieldset div.row input[type=submit] {
  margin-left: 24%;
}

form.horizontal fieldset div.row div.margin-left label {
  font-weight: normal;
  float: none;
  margin-right: 0;
  text-align: left;
  display: inline;
}
form.horizontal fieldset div.row div.margin-left label.inline-block {
  display: inline-block;
}
form.horizontal fieldset div.row div.margin-left label.w-30 {
  width: 30%;
}
@media screen and (max-width: 480px) {
  form.horizontal fieldset div.row div.margin-left label.w-30 {
    width: 100%;
  }
}

form.horizontal fieldset div.row h5 {
  margin-top: 1em;
}

form.horizontal fieldset div.row div.text-error {
  margin-left: 24%;
  padding-bottom: 5px;
}

form.horizontal fieldset div.sticky-submit {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px 0;
  margin-bottom: 0;
  text-align: center;
  z-index: 1000; /* Adjust the z-index as needed */
}
form.horizontal fieldset div.sticky-submit input[type=submit] {
  margin-left: 0;
}

/* TinyMCE
*/
form.horizontal fieldset div.row-tinymce div.textarea {
  margin-left: 24%;
}

/* Captcha
*/
form.horizontal fieldset div.row-captcha input[type=text] {
  width: calc(70% - 195px);
  vertical-align: bottom;
  margin-bottom: 10px;
}
@media screen and (max-width: 1224px) {
  form.horizontal fieldset div.row-captcha input[type=text] {
    width: calc(100% - 218px) !important;
  }
}
@media screen and (max-width: 768px) {
  form.horizontal fieldset div.row-captcha input[type=text] {
    width: calc(100% - 210px) !important;
  }
}
@media screen and (max-width: 480px) {
  form.horizontal fieldset div.row-captcha input[type=text] {
    width: 100% !important;
    display: block;
  }
}

form.horizontal fieldset div.row-captcha img {
  vertical-align: bottom;
  margin-bottom: 10px;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group-append, .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group .updating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

/* Buttons
------------------------------------------------------------------------------------ */
a.btn-loadmore,
a.btn-loadmore:visited {
  display: block;
  float: right;
  width: 233px;
  height: 55px;
  line-height: 55px;
  background: #ffffff;
  border: 1px solid #385559;
  vertical-align: middle;
  text-align: center;
  color: #385559;
  font-size: 1.8em;
  text-decoration: none;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;
}

a.btn-loadmore:hover {
  background: #385559;
  color: #ffffff;
}

a.btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #585858;
}

.btn {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  color: #585858;
  border: 1px solid #d3d3d3;
  margin: 0;
  padding: 0 40px;
  vertical-align: middle;
  border: 0;
  font-size: 1em;
  height: 31px;
  line-height: 31px;
}

.btn:hover {
  background-color: #babcbe;
  color: #ffffff;
  cursor: pointer;
}

.btn:active {
  -webkit-box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
  box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
}

.btn-fullwidth {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1224px) {
  div#header {
    width: 93%;
    margin: 0 auto;
  }
  div#header a#logo {
    margin: 0;
    display: block;
    padding: 12px 0 0 0;
    float: left;
    margin-right: 0;
  }
  div#header div#header-right {
    float: right;
    margin: 20px 0 0 0;
    text-align: right;
  }
  form#header-search-form a#header-search-close {
    font-size: 0.85em;
    color: #ffffff;
    display: block;
    position: absolute;
    bottom: -18px;
    left: 0px;
  }
  div#content-wrapper {
    padding-top: 25px;
  }
  div#page-content {
    width: 93%;
    margin: 0 auto;
  }
  div#subcontent-wrapper {
    width: 100%;
  }
  div#subcontent {
    width: 90%;
    margin: 0 auto;
    padding: 35px 0 10px 0;
  }
  div.subcontent-column {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 2em;
  }
  div#footer-wrapper {
    width: 100%;
    max-height: auto;
    margin-top: 0;
  }
  div#footer {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  div#footer p {
    padding: 10px 0 0 0;
  }
  /* Horizontal form
  */
  form.horizontal fieldset legend {
    margin: 0;
    padding: 0;
  }
  form.horizontal fieldset .margin-left {
    margin-left: 0;
  }
  form.horizontal fieldset div.row label {
    float: none;
    text-align: left;
    margin-right: 0%;
    width: 100%;
  }
  form.horizontal fieldset div.row input[type=password],
  form.horizontal fieldset div.row input[type=text],
  form.horizontal fieldset div.row textarea {
    width: 98%;
    padding: 12px 1%;
  }
  form.horizontal fieldset div.row select {
    width: 100%;
  }
  form.horizontal fieldset div.row input.tiny {
    width: 50px;
  }
  form.horizontal fieldset div.row input.small {
    width: 100px;
  }
  form.horizontal fieldset div.row input.medium {
    width: 250px;
  }
  form.horizontal fieldset div.row input.datepicker {
    width: 80px;
  }
  form.horizontal fieldset div.row input[type=submit] {
    margin-left: 0%;
  }
  form.horizontal fieldset div.row div.text-error {
    margin-left: 0%;
  }
  /* TinyMCE
  */
  form.horizontal fieldset div.row-tinymce div.textarea {
    margin-left: 0%;
  }
}
@media screen and (max-width: 760px) {
  div.subcontent-column {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
@media screen and (max-width: 535px) {
  div#mobile-top-nav {
    display: block;
    background: #a9a9a9;
    color: #ffffff;
    padding: 5px 0 5px 0;
    text-align: right;
  }
  div#mobile-top-nav a,
  div#mobile-top-nav a:visited {
    color: #ffffff;
    font-size: 0.85em;
    margin-right: 4px;
    border-right: 1px solid #ffffff;
    padding-right: 4px;
    text-decoration: none;
  }
  div#mobile-top-nav a:last-child {
    border-right: 0;
    margin-right: 10px;
    padding-right: 0;
  }
  div#header a#logo {
    padding: 20px 0;
    margin-right: 0;
    font-size: 0;
  }
  div#header a#logo img {
    width: 150px;
  }
  div#header div#top-nav {
    display: none;
  }
  div#header div#header-right {
    margin-top: 20px;
  }
  form#header-search-form {
    position: absolute;
    top: 65px;
    right: 0px;
    width: 94%;
    vertical-align: middle;
    padding: 5px;
  }
  form#header-search-form input {
    vertical-align: middle;
    padding: 4px 4px;
  }
  form#header-search-form input#keyword {
    width: 80%;
    font-size: 1em;
    padding: 3%;
  }
}
a h4.no_underline {
  text-decoration: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}

.mb-5 {
  margin-bottom: 10px;
}

a.image-container[data-image-id] {
  text-decoration: none;
}

.multilingual {
  display: none;
}

.visible {
  display: inherit !important;
}

.sr-only {
  display: none;
}

nav a:focus {
  outline: 1px solid #ffffff;
}

a.edit-pagesection {
  display: none;
}

div.pagesection {
  position: relative;
}

div.pagesection-wrapper:hover a.edit-pagesection {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #000000;
  background: #ffffff;
  font-size: 0.85rem;
  padding: 10px;
  z-index: 10000;
}

/* Styles for checkbox toggle switch
*/
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px !important;
  height: 34px;
  float: none !important;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.toggle-switch input:checked + .toggle-slider {
  background-color: #2196F3;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.toggle-switch input:checked + .toggle-slider:before {
  transform: translateX(26px);
}

.category-icon {
  width: 30px;
  vertical-align: bottom;
  display: inline-block;
}

/*# sourceMappingURL=screen.css.map */
