html {
  overflow-y: scroll;
  overflow-x: auto;
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: #fff;
  font-family: 'Outfit', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  color: #000;
  display: flex;
  flex-direction: column;
}


/* Fonts --------------------------------------------------------------------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0')             format('embedded-opentype'),
       url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0')                  format('woff2'),
       url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0')                   format('woff'),
       url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0')                    format('truetype'),
       url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* General ------------------------------------------------------------------------------------- */

* {
  padding: 0;
  border: 0;
  outline: none;
  margin: 0;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
  font-size: 16px;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.no-touchevents a:hover,
                a:active,
.no-touchevents a:focus {
  text-decoration: underline;
}

table {
  border-collapse: collapse;
}
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}


/* Banners ------------------------------------------------------------------------------------- */

.banner {
  background-color: #eee;
  border-radius: 6px;
}

/* Leaderboard */
#leaderboard_container {
  background-color: #ddd;
  padding: 26px 0 26px 0;
  margin: 0 auto 0 auto;
}
#banner_leaderboard {
  max-width: 1000px;
  height: 280px;
  margin: 0 auto 0 auto;
}

/* Rectangle */
#rectangle_container {
  margin: 0 0 26px 0;
}
#banner_rectangle {
  width: 336px;
  height: 280px;
}


/* Button -------------------------------------------------------------------------------------- */

a.button,
button.button {
  display: inline-block;
  background-color: #666;
  font-weight: 500;
  line-height: 46px;
  text-decoration: none;
  color: #fff;
  padding: 0 18px 0 18px;
  border-radius: 6px;
}
a.button:after,
button.button:after {
  font-family: 'FontAwesome';
  font-weight: normal;
  content: '\f105';
  margin: 0 0 0 8px;
}
a.button:hover,
a.button:active,
a.button:focus,
button.button:hover,
button.button:active,
button.button:focus {
  background-color: #333;
  text-decoration: none;
}


/* Page container ------------------------------------------------------------------------------ */

#page_container {
  
}


/* Header -------------------------------------------------------------------------------------- */

#header_container {
  width: 100%;
  height: 150px;
  background-color: #666;
  color: #fff;
}
#header {
  max-width: 1200px;
  position: relative;
  padding: 20px 20px 20px 20px;
  margin: 0 auto 0 auto;
}

/* Logo */
#logo {
  position: absolute;
  top: 40px;
  left: 20px;
}
#logo a {
  display: block;
  color: #fff;
  padding: 0 0 0 90px;
}
#logo a:before {
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  font-size: 0;
  line-height: 0;
  content: ' ';
  border: 2px solid #fff;
  border-radius: 70px;
  box-shadow: 1px 1px 1px #000;
  box-sizing: border-box;
}
#logo .logo_title {
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  text-shadow: 1px 1px 1px #000;
  margin: 0 0 12px 0;
}
#logo .logo_title strong {
  font-weight: 600;
  margin: 0 2px 0 0;
}
#logo .logo_subtitle {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  letter-spacing: 2px;
}
.no-touchevents #logo a:hover,
                #logo a:active,
.no-touchevents #logo a:focus {
  text-decoration: none;
}


/* Menu bar ------------------------------------------------------------------------------------ */

#menubar_container {
  width: 100%;
  background-color: #333;
  color: #fff;
}
#menubar {
  max-width: 1200px;
  padding: 20px 20px 0 20px;
  margin: 0 auto 0 auto;
}

/* Menu */
#menu ul li {
  float: left;
  padding: 0 10px 0 0;
}
#menu ul a {
  display: block;
  background-color: #999;
  font-weight: 500;
  line-height: 46px;
  color: #000;
  padding: 0 18px 0 18px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#menu ul li.submenu a:after {
  font-family: 'FontAwesome';
  font-weight: normal;
  content: '\f107';
  margin: 0 0 0 8px;
}
#menu ul li.active a {
  background-color: #fff;
  color: #000;
}
.no-touchevents #menu ul a:hover,
                #menu ul a:active,
.no-touchevents #menu ul a:focus {
  background-color: #fff;
  text-decoration: none;
  color: #000;
}

/* Submenu */
#menu ul ul {
  display: none;
}
#menu ul ul li {
  
}


/* Breadcrumbs --------------------------------------------------------------------------------- */

#breacrumbs_container {
  width: 100%;
}
#breadcrumbs {
  max-width: 1200px;
  padding: 20px 20px 20px 20px;
  margin: 0 auto 0 auto;
}

#breadcrumbs ul {
  line-height: 26px;
}
#breadcrumbs li {
  float: left;
}
#breadcrumbs li:after {
  font-family: 'FontAwesome';
  font-weight: normal;
  content: '\f105';
  color: #999;
  margin: 0 8px 0 8px;
}
#breadcrumbs li:last-child:after {
  display: none;
}


/* Body ---------------------------------------------------------------------------------------- */

#body_container {
  width: 100%;
}
#body {
  max-width: 1200px;
  padding: 60px 20px 50px 20px;
  margin: 0 auto 0 auto;
}


/* Columns 2 ----------------------------------------------------------------------------------- */

.columns_2 {
  width: 100%;
}

.column_1 {
  width: calc(100% - 60px - 336px);
  float: left;
}
.column_2 {
  width: 336px;
  float: right;
}


/* Body content -------------------------------------------------------------------------------- */

#body h1 {
  font-family: 'Kaushan Script', 'Outfit', Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 26px 0;
}
#body h2 {
  font-family: 'Kaushan Script', 'Outfit', Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 30px;
  margin: 36px 0 26px 0;
}
#body h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 13px 0;
}
#body p {
  line-height: 26px;
  margin: 0 0 26px 0;
}
#body p.intro {
  font-weight: 600;
}
#body p a {
  text-decoration: underline;
}
.no-touchevents #body p a:hover,
                #body p a:active,
.no-touchevents #body p a:focus {
  text-decoration: none;
}
#body a.button,
#body button.button {
  margin: 0 0 26px 0;
}

/* Teasers */
#body .teasers_container {
  border-top: 1px solid #ccc;
  margin: 0 0 26px 0;
}
#body .teaser_container {
  padding: 26px 0 26px 0;
  border-bottom: 1px solid #ccc;
}

#body .teaser_image {
  width: 160px;
  height: 120px;
  float: left;
}
#body .teaser_image a {
  display: block;
}
#body .teaser_image img {
  display: block;
  background-color: #eee;
  border-radius: 6px;
}

#body .teaser_text {
  width: calc(100% - 26px - 160px);
  float: right;
}
#body .teaser_text p {
  margin: 0 0 18px 0;
}
#body .teaser_text a.button,
#body .teaser_text button.button {
  margin: 0;
}

/* Box */
#body .box {
  margin: 0 0 26px 0;
}
#body .box h2 {
  background-color: #666;
  font-family: 'Outfit', Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  padding: 10px 26px 10px 26px;
  margin: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#body .box_content {
  padding: 26px 26px 0 26px;
  border: 1px solid #666;
  border-top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

#body #map_column_container {
  overflow: hidden;
  border: 1px solid #666;
  border-radius: 6px;
  margin: 0 0 26px 0;
}
#body #map_column {
  width: 100%;
  height: 175px;
  background-color: #eee;
}


/* Footer -------------------------------------------------------------------------------------- */

#footer_container {
  width: 100%;
  background-color: #666;
  color: #fff;
}


/* Footer 1 ------------------------------------------------------------------------------------ */

#footer1_container {
  width: 100%;
  border-bottom: 1px solid #999;
}
#footer1 {
  max-width: 1200px;
  position: relative;
  padding: 40px 20px 40px 20px;
  margin: 0 auto 0 auto;
}

/* Logo footer */
#logo_footer {
  display: none;
  position: absolute;
  top: 40px;
  right: 20px;
}
#logo_footer a {
  display: block;
  color: #fff;
}
#logo_footer .logo_footer_title {
  
}

/* Footer box */
.footer_box {
  float: left;
  margin: 0 40px 0 0;
}
.footer_box h2 {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 26px 0;
}
.footer_box h2 a {
  color: #fff;
}
.footer_box ul {
  line-height: 26px;
}
.footer_box li {
  position: relative;
  padding: 0 0 0 14px;
}
.footer_box li:before {
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  content: ' ';
  border-radius: 4px;
}
.footer_box li a {
  color: #fff;
}


/* Footer 2 ------------------------------------------------------------------------------------ */

#footer2_container {
  width: 100%;
}
#footer2 {
  max-width: 1200px;
  position: relative;
  padding: 20px 20px 20px 20px;
  margin: 0 auto 0 auto;
}

/* Service links */
#servicelinks ul {
  line-height: 26px;
}
#servicelinks li {
  float: left;
  position: relative;
  padding: 0 4px 0 0;
  margin: 0 10px 0 0;
}
#servicelinks li:last-child {
  padding-right: 0;
  margin-right: 0;
}
#servicelinks li a {
  display: block;
  color: #fff;
  margin: 0 10px 0 0;
}
#servicelinks li:last-child a {
  margin-right: 0;
}
.no-touchevents #servicelinks li a:hover,
                #servicelinks li a:active,
.no-touchevents #servicelinks li a:focus {
  text-decoration: underline;
}
#servicelinks li:after {
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 11px;
  right: 0;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  content: ' ';
  border-radius: 4px;
}
#servicelinks li:last-child:after {
  display: none;
}

/* Copyright */
#copyright {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 26px;
}
#copyright a {
  color: #fff;
}
.no-touchevents #copyright a:hover,
                #copyright a:active,
.no-touchevents #copyright a:focus {
  text-decoration: underline;
}


/* Clearing <div> ------------------------------------------------------------------------------ */

.clear {
  width: 0;
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
}