body {
    color: #243743 !important;
    font-family: 'PT Sans', sans-serif;
    background-color: #FAFAFA;
}

/*.logo {
	display: inline-block;
	width: 124px;
	height: 34px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../img/main-logo.png') no-repeat;
	background-size: 100%;
}*/

.name h1 a {
    color: #28b78d !important;
    font-size: 1.8rem;
}
.name a {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
li.name {
    margin-bottom: 20px !important;
    padding-top: 12px;
}
.top-bar {
    background: #FAFAFA;
    height: 65px;
}
.contain-to-grid .top-bar {
    margin-top: 10px;
    margin-bottom: 5px;
    /*border-bottom: 1px solid #8A949B !important;*/
}
.top-bar-section ul li > a {
    font-family: 'PT Sans', sans-serif !important;
    font-size: 1.4rem;
    padding-top: 20px !important;
}
.top-bar-section li a:not(.button) {
    background: #FAFAFA !important;
    color: #28b78d !important;
}
.top-bar-section li a:not(.button):hover {
    background: #FAFAFA !important;
    color: #b72852 !important;
    text-decoration: underline;
}
.top-bar-section li a:not(.button):active {
    background: #FAFAFA !important;
    color: #28b78d !important;
}
.top-bar-section li a.active {
    background: #FAFAFA !important;
    color: #b72852 !important;
}
.top-bar.expanded .title-area {
    background: #FAFAFA;
}
.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    /*top: 20px;*/
    height: 0;
    -webkit-box-shadow: 1px 14px 1px 1px #28b78d, 1px 20px 1px 1px #28b78d, 1px 26px 1px 1px #28b78d;
    box-shadow: 0 14px 0 1px #28b78d, 0 20px 0 1px #28b78d, 0 26px 0 1px #28b78d;
}
hr {
    border-color: #8A949B;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'PT Sans', sans-serif;
    color: #243743;
}
.disclaimer {
    color: #243743;
    font-style: italic;
}
.contain-to-grid {
    background-color: #FAFAFA;
}
.social-media li {
    display: inline;
    list-style-type: none;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}
ul.social-text {
    margin-left: 0;
}
ul.social-media li a img {
    border-radius: 50%;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
ul.social-media li a img:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.line {
    margin-left: 15px;
    margin-right: 15px;
}
img.border {
    border: 1px solid #8A949B !important;
    padding: 15px;
    margin-bottom: 10px;
}
img {
    margin-bottom: 10px;
}
a {
    color: #28b78d;
}
a:hover {
    color: #b72852;
    text-decoration: underline;
}
a:active {
    color: #b72852;
}
a.active {
    color: #b72852;
}

/*.gallery-left {
    padding: 0 15px 60px 0 !important;
}
.gallery-right {
    padding: 0 0 60px 15px !important;
}*/

.gallery {
    margin: 0 0 30px 0 !important;
}
@media only screen and (max-width: 64em) {
    /* Styles for small and medium go here */
    ul.inline-list.right {
        float: none !important;
    }
    .inline-list > li {
        float: none!important;
    }
    #cookie-law p {
        font-size: 90% !important;
    }
}
@media only screen and (max-width: 40em) {
    /* Define mobile styles */
    /*.gallery-left, .gallery-right {
            padding: 0 0 30px 0 !important;
        }*/
    img.border,
    img.gallery {
        max-width: 80%;
    }
    img.border.row-hor {
        max-width: 100%;
    }
    #cookie-law p {
        font-size: 70% !important;
    }
    .vertical1 {
        display: none !important;
    }
}
footer li,
footer p {
    font-size: 0.9em !important;
}
.button {
    font-family: 'PT Sans', sans-serif !important;
    background-color: #28b78d !important;
}
.button:hover {
    background-color: #b72852 !important;
}
label {
    font-family: 'PT Sans', sans-serif !important;
    color: #243743;
}
input,
textarea {
    border-color: #28b78d !important;
}
.row-hor {
    margin-bottom: 20px;
}
p.error {
    color: #b72852;
}
.has-form {
    list-style: none;
}
a.alert.button.expand {
    padding: 0.52rem;
}
input.alert.button.expand {
    padding: 0.52rem;
}
.row-ver {
    border-left: 1px solid #8A949B !important;
}
li.has-form {
    margin-top: 20px;
}
.pagination {
    margin-top: 20px;
}
ul.pagination li a,
ul.pagination li.unavailable a {
    color: #28b78d;
}
ul.pagination li.unavailable a {
    pointer-events: none;
}
ul.pagination li.unavailable a:hover {
    color: #28b78d;
    text-decoration: none;
}
ul.pagination li a:hover {
    background-color: #28b78d;
    color: #FAFAFA;
}
ul.pagination li.current a {
    background-color: #28b78d;
    color: #FAFAFA;
}
ul.pagination li.current a:hover {
    background-color: #28b78d;
    color: #FAFAFA;
}

/* cookie banner */

#cookie-law {
    background: #28b78d;
}
#cookie-law p {
    padding: 10px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    color: #243743;
    margin: 0;
}
#cookie-law p a {
    color: #FAFAFA;
}
#cookie-law p a:hover {
    color: #b72852;
    text-decoration: underline;
}

/*body.cookiebanner {
   padding-top: 50px; 
}*/

.box-img {
    margin-top: 20px;
}

/*google search box*/


/*.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}*/


/*.cse .gsc-search-button input.gsc-search-button-v2, 
input.gsc-search-button-v2 {
  width: auto; // CHANGED
  height: 28px; // CHANGED
  padding: 6px 27px;
  min-width: 13px;
  margin-top: -1px; // CHANGED
}

.gsc-input-box 
 {
  border: 1px solid #D9D9D9;
  background: #fff;
  height: 28px; // CHANGED
 }

input.gsc-input 
{
  font-size: 19px;
  text-align: center; // ADDED
  padding: 4px 9px;
  border: 1px solid #D9D9D9;
  width: 99%;
}*/

#myInput::-webkit-input-placeholder {
    color: transparent;
    text-indent: -9999px;
    background-image: url("http://www.google.com/cse/images/google_custom_search_watermark.gif");
    background-position: 0 50%;
    background-repeat: no-repeat;
}
#myInput::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
    text-indent: -9999px;
    background-image: url("http://www.google.com/cse/images/google_custom_search_watermark.gif");
    background-position: 0 50%;
    background-repeat: no-repeat;
}
#myInput:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
    text-indent: -9999px;
    background-image: url("http://www.google.com/cse/images/google_custom_search_watermark.gif");
    background-position: 0 50%;
    background-repeat: no-repeat;
}
#myInput:-ms-input-placeholder {
    /* IE 10- */
    color: transparent;
    text-indent: -9999px;
    background-image: url("http://www.google.com/cse/images/google_custom_search_watermark.gif");
    background-position: 0 50%;
    background-repeat: no-repeat;
}
.collapsing .toggle-content {
    display: none;
}
ul.accordion {
    margin-left: 0;
}
.accordion .accordion-navigation.active > a,
.accordion .accordion-navigation > a {
    background: #FAFAFA;
    padding: 0;
    color: #28b78d;
}
.accordion .accordion-navigation.active > a:hover,
.accordion .accordion-navigation > a:hover {
    background: #FAFAFA;
    color: #b72852;
}
.accordion .accordion-navigation > .content.active,
.accordion .accordion-navigation > .content {
    background: #FAFAFA;
    padding-left: 0;
    padding-bottom: 0;
}
table {
    border-spacing: 2px;
    border-collapse: separate;
    border: none;
}
table thead {
    background-color: #28b78d;
}
table thead tr th {
    color: #FAFAFA !important;
}
table tr:nth-of-type(even) {
    background-color: #FAFAFA;
}
.tabletext {
    font-size: small;
}
.f-left {
    margin-right: 15px;
}
form {
    padding-top: 20px;
}
