html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

h1, h2, h3, h4 {
    color: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: normal
}

h1, h2 {
    font-size: 1.85em;
}

img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.brand-green {
    color: #afbd21;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #ccc;
    margin: 0;
    padding: 0;
}

.header-main {
    width: 100%;
    display: flex;
    background: white;
    margin: 0 auto;
    padding: 1rem 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 76%, rgba(199, 198, 198, 1) 98%);
}

.header-main__inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 1.5em 1em;
}

.address {
    display: none;
}

@media only screen and (min-width: 767px) {
    .address {
        display: block;
        float: right;
        text-align: right;
        font-size: .9em;
    }
}

.logo {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

@media only screen and (min-width: 767px) {
    .logo {
        float: left;
        width: 100%;
        max-width: 250px;
    }
}

.content {
    width: 100%;
    clear: both;
    padding: 1.25rem 0 0 0;
    background: rgb(210, 223, 34);
    background: linear-gradient(180deg, rgba(210, 223, 34, 1) -69%, rgba(113, 127, 16, 1) 38%);
}

.content-region {
  width: 100%;
	max-width: 700px;
  padding: 3rem 0 8rem 0;
margin: 0 auto;
}

.content-inner {
    width: 100%;
    max-width: 900px;
    padding: 0 1rem;
    margin: 0 auto;
}

@media only screen and (min-width: 767px) {
.content-inner__bg01 {
    background: url("../../assets/images/bg-image-01.jpg") no-repeat center bottom;
}
	
	.content-inner__bg01us {
    background: url("../../assets/images/bg-image-01-us.jpg") no-repeat center bottom;
}

.content-inner__bg02 {
    background: url("../../assets/images/bg-image-02.jpg") no-repeat center bottom;
}
	
	.content-inner__bg02us {
    background: url("../../assets/images/bg-image-02-us.jpg") no-repeat center bottom;
}

.content-inner__bg03 {
    background: url("../../assets/images/bg-image-03.jpg") no-repeat center bottom;
}

.content-inner__bg04 {
    background: url("../../assets/images/bg-image-04.jpg") no-repeat center bottom;
}

.content-inner__bg05 {
    background: url("../../assets/images/bg-image-05.jpg") no-repeat center bottom;
}

.content-inner__bg06 {
    background: url("../../assets/images/bg-image-06.jpg") no-repeat center bottom;
}
}

.content p, .content a, .content ul {
    color: #fff;
    line-height: 1.5;
    margin: 0 0 1em 0;
}

aside {
}

@media only screen and (min-width: 768px) {
    aside {
        float: right;
        width: 25%;
        padding: 3rem 0 0 0;
		font-size: 90%;
    }
}


    main {
        width: 100%;
        padding: 1rem 0 8rem 0;
    }


@media only screen and (min-width: 768px) {
    main {
        
        width: 65%;
		float: left;
        padding: 0 0 12rem 0;
    }
}


.footer-main {
    background: url(../images/bg-footer.gif) center bottom;
    width: 100%;
    clear: left;
    height: 150px;
    margin-top: -50px;
    float: left;
    z-index: 10;
    position: relative;
}

.footer-main__inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1em;
}


@media only screen and (max-width: 767px) {
    .footer-main__nav{
        display: none;
    }
}


.footer-main__nav {
    margin: 5rem 0 0 0;
	float:left;
}

.footer-main__nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-main__nav li {
    display: inline;
}

.footer-main__nav li a {
    color: #666;
    font-size: 90%;
    text-decoration: none;
    padding: 0.5em 0.33em;
}

.footer-main__nav li a:hover {
    text-decoration: underline;
}

.footer-main__logo {
max-width: 150px;
margin: 4.5rem auto 0;
}

@media only screen and (min-width: 768px) {
.footer-main__logo {
float: right;
max-width: 150px;
margin: 4.5rem 1rem 0 0;
}
}
/* RESPONSIVE */

.main-nav {
    clear: both;
    position: relative;
    z-index: 999;
    width: 100%;
    background: rgb(89, 89, 89);
}

@media only screen and (min-width: 768px) {
.main-nav {

    background: rgb(89, 89, 89);
    background: linear-gradient(0deg, rgba(89, 89, 89, 1) 0%, rgba(66, 66, 68, 1) 54%, rgba(153, 152, 152, 1) 100%);
}
}

.main-nav__inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.main-nav__inner ul {
    width: 100%;
    margin: 0;
}

.main-nav__inner ul li {
    display: inline;
	
}

@media (min-width: 767px) {
    .main-nav ul li {
        float: left;
		
    }
}

.main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.main-nav li a {
    display: block;
    
    text-decoration: none;
    color: #fff;
    padding: 0.5em 0.75em;
	border-bottom: 1px solid #999;
}

@media (min-width: 767px) {
    .main-nav li a {
        padding: 0.75em 1em;
		border-right: 1px solid #666;
		border-bottom: none;
    }
}

@media (min-width: 767px) {
.main-nav li:last-child {
    border-right: 0;
	float: right;
  }
}

.main-nav li a:hover, .main-nav .menu-btn:hover {
    background: rgb(210, 223, 34);
    background: linear-gradient(180deg, rgba(210, 223, 34, 1) -69%, rgba(114, 128, 17, 1) 38%);
}

/* menu */

.main-nav .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

@media (min-width: 767px) {
    .main-nav .menu {
        clear: none;
        max-height: none;
    }
}

/* menu icon */

.main-nav .menu-icon {
    cursor: pointer;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

@media (min-width: 48em) {
    .main-nav .menu-icon {
        display: none;
    }
}

.main-nav .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.main-nav .menu-icon .navicon:before, .main-nav .menu-icon .navicon:after {
    background: white;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.main-nav .menu-icon .navicon:before {
    top: 5px;
}

.main-nav .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.main-nav .menu-btn {
    display: none;
}

.main-nav .menu-btn:checked~.menu {
    max-height: 330px;
}

.main-nav .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.main-nav .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.main-nav .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.main-nav .menu-btn:checked~.menu-icon:not(.steps) .navicon:before, .main-nav .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

  .btn-group {
      display: flex;
      flex-direction: column;
      width: 80%;
      margin: 2rem auto;
    }

    @media screen and (min-width: 768px) {
      .btn-group {
        flex-direction: row;
        width: 75%;
        justify-content: space-evenly;
      }
    }

    .btn-group__btn a {
      background: #666;
      display: block;
      padding: 1em;
      width: 75%;
      text-align: center;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      margin: .75rem auto;
    }

    @media screen and (min-width: 768px) {
    .btn-group__btn a {
      width: 200px;
    }
  }

     .btn-group__btn a:hover {
       background: white;
		 color: black;
     }

.footer-main__copyright {
	margin: 1.5rem auto;
	font-size: 75%;
	color: #666;
	text-align: center;
}

@media screen and (min-width: 768px) {

.footer-main__copyright {
	margin: 1.5rem 0 0 0.25rem;
	text-align: left;
clear:both;}
}