*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: #fff;
  color: #000;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  display: block;
}

body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
  line-height: 1.6;
  cursor: default;
  background-image: linear-gradient( rgba(0,0,0,0.2), rgba(0, 0, 0, 0.2)), url("../images/img8-min.jpg") !important;
  background-size: cover;
  background-position: 50% -8.868px;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px){
  body{
    background-position: 50% -0.868px;
  }
}

@media only screen and (min-width: 1024px){
  body{
    background-position: 50% -70.68px;
  }
}

html, body{
  margin: 0;
  height: auto;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-size: 100%;
}

h1 {
  font-size: 2.125em;
  color: #fff;
  font-family: Lato, sans-serif;
}

header {
  background-color: transparent;
  display: block;
}

div {
  display: block;
}

div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, 
form, p, .gform_heading span, 
.validation_error, .validation_message, 
blockquote, th, td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

div, dl, ul, li, ol, h1, h2, h3, h4, h5, h6, p{
  margin: 0;
  padding: 0;
  direction: ltr;
}

ul, menu, dir{
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

article, aside, figure, footer, header, main, nav, section, summary{
  display: block;
}

ul, ol {
  margin-left: 0;
}

ul, ol, dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

section.main-content{
  position: relative;
  width: auto;
  margin-left: 0.9375em;
  margin-right: 0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 76.875em;
  padding: 50px 0 100px;
  overflow: hidden;
  text-align: center;
}

@media only screen and (min-width: 768px){
  section.main-content{
    padding: 75px 0 80px;
    display: inline;
    top: 100px;
  }
}

a {
  color: red;
  text-decoration: none;
  line-height: inherit;
}

a:hover,
a:focus {
  color: #e60000;
}

a img {
  border: none;
}

img {
    display: inline-block;
    vertical-align: middle;
}

img, object {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    header {
        padding: 0 15px;
    }
}

.toggle{
  width: 100%;
  padding: 10px 20px;
  text-align: right;
  box-sizing: border-box;
  font-size: 30px;
  display: block;
  color: #f3f3f3;
}

.menu.active{
  display: inline-grid;
  width: auto;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .toggle{
      display: none;
  }
}

.header {
  padding: 0px 0px 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60.875em;
  text-align: center;
}

.header:before,
.header:after {
  content: " ";
  display: table;
}

.header:after {
  clear: both;
}

.menu {
  padding: 0;
  *zoom: 1;
  margin-top: 15px;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  display: none;
  justify-content: center;
  line-height: 2
}

@media only screen and (min-width: 768px){
  .menu{
      display: inline-flex !important;
  }
}

.menu:before,
.menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

.menu>li {
  display: block;
  height: auto;
  width: auto !important;
  float: left;
  padding: 0 0.625em 1.25em;
  margin-left: auto;
  margin-right: auto;
}

.menu>li {
  width: 33.33333%;
  padding: 0 0.625em 1.25em;
}

.menu>li:nth-of-type(n) {
  clear: none;
}

.menu>li:nth-of-type(3n+1) {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .menu {
      margin-top: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .menu {
      margin-top: 30px;
  }
}

@media only screen and (min-width: 1230px) {
  .menu {
      margin-top: 30px;
  }
}

.menu>li {
  padding-bottom: 0;
}

.menu>li>a {
  font-family: Lato,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  padding: 0 15px;
  display: flex;
  color: #f3f3f3;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .menu>li>a {
      font-size: 20px;
      display: inline-block
  }

  .menu>li>a.active {
    color: #111;
  }
  
  .menu>li>a:hover {
    border: 2px solid #1a1a1a;
    border-radius: 4px;
    color: #1a1a1a;
    transition: all 0.3s ease-in-out;
  }

  .drop-down{
    display: grid !important;
  }

  .drop-down-items a{
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 1024px) {
  .menu>li>a {
      font-size: 28px;
  }
}

.tripActive{
  justify-content: center;
}

.tripActive:hover .drop-down .drop-down-items,
.tripActive:active .drop-down .drop-down-items{
  display: inline-block;
  padding: 0;
  width: auto;
  cursor: pointer;
}

.drop-down{
  padding-inline-start: 0;
  margin: auto;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  word-spacing: 10px;
  line-height: 2;
}

.drop-down-items {
  display: none;
}

.menu-item-2667{
  width: auto !important;
}

.menu .menu-item-2667:hover .drop-down .drop-down-items,
.menu .menu-item-2667:active .drop-down .drop-down-items{
  display: inline-block;
  padding: 0;
  width: auto;
  cursor: pointer;
}

.menu-item-2667:before,
.menu-item-2667:after{
  content: " ";
  display: table;
}

.menu-item-2667:after{
  clear:both;
}

.drop-down-items a {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  display: flex;
  color: #e2e2e2;
  border: 3px solid transparent;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  margin: 0px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.menu>li>ul>li>a:hover {
  color: rgb(37, 37, 37);
}

main{
  width: 100%;
  height: 93%;
}

@media only screen and (min-width: 768px){
  main{
      padding: 0 15px;
      background: transparent;
      height: 86%;
  }
}

.main-title h1{
  font-size: 2.5em;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 2px;
  text-shadow: 0px 3px rgba(32, 32, 32, 0.2);
}

hr {
  width: 40%;
  border: 1px solid white;
}

.sub-title p{
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  margin: 0;
  line-height: 1.8;
  text-shadow: 0px 2px rgba(32, 32, 32, 0.2);
}

@media only screen and (min-width: 768px){
  .sub-title p{
    font-size: 16px;
    line-height: 2;
  }

  .main-title h1{
    font-size: 3em;
  }
}

@media only screen and (min-width: 1024px){
  .sub-title p{
    font-size: 18px;
    line-height: 3.5;
  }
}

.header-center:before,
.header-center:after{
  content: " ";
  display: table;
}

.header:after{
  clear: both;
}

[data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

[data-clearing] li {
  float: left;
  margin-right: 10px;
}

[data-clearing]:before,
[data-clearing]:after {
  content: " ";
  display: table;
}

[data-clearing]:after {
  clear: both;
}

.footer-basic-centered{
  background-color: #1a1a1a;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding: 20px;
}

.footer-basic-centered .footer-company-name{
	color:  #8f9296;
	font: normal 14px sans-serif;
	margin: 0;
}

.footer-basic-centered .footer-links{
	list-style: none;
  font-weight: 400;
	color:  #ffffff;
	padding: 20px 0 40px;
  margin: 0;
  font-size: 20px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.footer-basic-centered .footer-links a{
	display:inline-block;
	text-decoration: none;
  color: inherit;
  width: 5em;
}

@media (max-width: 600px) {

	.footer-basic-centered{
		padding: 35px;
	}

	.footer-basic-centered .footer-company-motto{
		font-size: 18px;
	}

	.footer-basic-centered .footer-company-name{
		font-size: 12px;
	}

	.footer-basic-centered .footer-links{
		font-size: 14px;
		padding: 25px 0 20px;
	}

	.footer-basic-centered .footer-links a{
		line-height: 1.8;
	}
}
