@import url("https://fonts.googleapis.com/css?family=Nunito&subset=latin-ext,vietnamese");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/*box-sizing*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-family: "Nunito", sans-serif;
  background-color: #d0d0d0;
  color: #231F20; }

.top-tidy {
  background-color: #fff; }

.bold {
  font-weight: 700; }

.italic {
  font-style: italic; }

#header {
  background: url("../images/lines-together.png") #f9a630;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 10.375rem; }

#strapline {
  width: 65%;
  float: left;
  text-align: center; }
  #strapline .page-heading {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  #strapline img {
    display: inline-block;
    width: 10.625rem;
    height: 2.750rem;
    margin-top: 3.813rem; }

#nav {
  position: relative;
  z-index: 10;
  margin-top: 1.688rem;
  font-size: 1.4rem;
  font-weight: bold;
  width: 35%;
  float: left;
  text-align: center; }
  #nav ul {
    display: block;
    width: 30vw; }
    #nav ul li {
      text-align: left;
      padding-bottom: 1.4rem;
      width: 5.3rem;
      margin: 0 auto; }
      #nav ul li a {
        color: white;
        text-decoration: none; }
      #nav ul li .current a {
        text-decoration: underline; }
    #nav ul li:last-of-type {
      padding-bottom: 0em;
      margin-bottom: 0em; }

.page-caption {
  color: #231F20;
  clear: both;
  background-color: white;
  text-align: center; }
  .page-caption h3 {
    margin: 1.4rem 0em 1.4rem 0em;
    font-size: 1.35em;
    font-weight: bold; }
  .page-caption .motto {
    display: inline-block;
    font-size: 1.1rem;
    margin: 0 auto; }
  .page-caption .lets-do {
    text-align: center; }
  .page-caption .home-caption {
    text-align: left;
    font-style: italic; }

#main {
  position: relative;
  z-index: 20;
  margin-top: 0.5rem; }

.bxslider li {
  text-align: center; }
  .bxslider li img {
    margin: 0 auto;
    max-width: 100%; }

.mapouter {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 15.625rem;
  background: url("../images/map.jpg");
  background-size: cover;
  background-position: center; }

.mapouter {
  height: 15.625rem; }

.mapouter iframe {
  width: 100%;
  height: 15.625rem; }

#main h3 {
  text-align: center;
  max-width: 19.375rem;
  margin: 0 auto;
  margin-top: 1.4rem;
  margin-bottom: 1rem;
  font-size: 1.22rem;
  line-height: 1.65rem; }
#main .contact form {
  width: 18.75rem;
  margin: 0 auto;
  margin-top: 1.2rem;
  margin-bottom: 1.4rem;
  text-align: center; }
  #main .contact form .sub {
    font-size: 1.2rem; }
  #main .contact form p {
    text-align: center; }
    #main .contact form p input {
      margin-top: .8rem;
      width: 15.625rem;
      font-size: 1.2rem; }
    #main .contact form p textarea {
      font-size: 1.1rem;
      margin-top: .8rem;
      margin-bottom: .7rem;
      width: 15.625rem;
      height: 6.25rem;
      resize: none; }
#main .contact-information {
  margin-top: 2rem;
  font-size: 1rem;
  text-align: center; }
  #main .contact-information p {
    margin-bottom: .45rem; }
  #main .contact-information .address-line-two {
    margin-top: .4rem;
    margin-bottom: .8rem; }
  #main .contact-information .electical-contact {
    margin-top: 1rem; }

#main h4 {
  width: 18.063rem;
  margin: 0 auto;
  font-size: 1.15rem;
  text-decoration: underline; }
  #main h4 .partner-align a {
    color: #231F20; }
#main .about {
  max-width: 50.625rem;
  margin: 0 auto;
  display: block; }
  #main .about h3:first-of-type {
    margin-top: 2rem;
    margin-bottom: 1.2rem; }
  #main .about h3 {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem; }
  #main .about p {
    line-height: 1.563rem;
    margin-left: .625rem;
    margin-right: .625rem;
    margin-top: .6rem; }
  #main .about ul {
    margin-left: .625rem; }
    #main .about ul li {
      margin-top: 1rem; }
  #main .about p:last-of-type {
    margin-bottom: 1.4rem; }

#main .links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%; }
  #main .links img {
    max-width: 100%;
    margin: .625rem; }

.no-script-map {
  height: 365px;
  width: 100%;
  background: url("../images/map.jpg");
  background-size: cover;
  background-position: center; }

.form-return {
  font-size: 1.3rem;
  height: 100vh;
  overflow: hidden; }

@media screen and (min-height: 37.5rem) {
  .mapouter {
    height: 40vh; }

  .mapouter iframe {
    width: 100%;
    height: 40vh; } }
#footer {
  background: url("../images/lines-together.png") #f9a630;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative; }
  #footer .foot-information {
    font-size: .8rem;
    margin-top: .8rem;
    margin-bottom: .8rem;
    margin-left: 1.875rem; }
    #footer .foot-information a {
      color: #231F20;
      text-decoration: none; }
  #footer .foot-information:first-of-type {
    margin-top: 0em;
    padding-top: .8rem; }
  #footer img {
    margin-bottom: 1.6rem;
    clear: both;
    width: 5.625rem; }
  #footer .container {
    height: 1.250rem;
    position: absolute;
    right: .625rem;
    bottom: 0px; }
  #footer .small-print {
    font-size: .625rem;
    float: left;
    margin-left: .375rem; }
    #footer .small-print a {
      color: #231F20;
      text-decoration: none; }

#main .no-script-home {
  text-align: center; }
  #main .no-script-home img {
    max-width: 100%; }

.social {
  background-color: white; }

.definition-page {
  width: 94%;
  margin-left: 3%; }
  .definition-page .definition-heading {
    clear: both;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1.6rem; }
  .definition-page .text-section article h5 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: .8rem; }
  .definition-page .text-section article p {
    margin-bottom: 1rem;
    line-height: 1.4rem; }
  .definition-page .no-limits {
    padding-top: .6rem;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1.4rem;
    clear: both; }
  .definition-page .second-section .images h5 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1.8rem; }
  .definition-page .second-section .images .sub-images {
    text-align: center; }
    .definition-page .second-section .images .sub-images img {
      max-width: 80%;
      margin-bottom: .6rem; }
  .definition-page .second-section .responsive-example {
    margin-top: 1rem;
    clear: left; }
    .definition-page .second-section .responsive-example p {
      line-height: 1.4rem;
      clear: both;
      padding-top: .8rem; }
    .definition-page .second-section .responsive-example .example-links {
      margin-top: .4rem; }
    .definition-page .second-section .responsive-example a {
      line-height: 1.6rem;
      margin-top: .4rem;
      color: #C4681E; }
  .definition-page .bottom-text {
    margin-top: .8rem;
    margin-bottom: .8rem; }

@media screen and (min-width: 300px) {
  .address-line-two {
    display: block; } }
@media screen and (max-width: 429px) {
  .page-caption .lets-do, .page-caption .home-caption {
    margin-left: .4rem;
    margin-right: .4rem; } }
@media screen and (min-width: 430px) {
  .nowrap-motto {
    display: block; } }
@media screen and (min-width: 600px) {
  #strapline img {
    width: 18.750rem;
    height: 4.875rem;
    margin-top: 2.75rem; }

  #nav {
    margin-top: 1.063rem; }
    #nav ul li {
      margin-bottom: 2.125rem;
      padding-bottom: 0em; }

  .page-caption {
    clear: none; }
    .page-caption h3 {
      float: left;
      width: 65%;
      margin-top: -2.3rem;
      font-size: 1.6rem;
      color: #fff; }
    .page-caption .no-motto {
      margin-top: -2.2rem;
      display: inline; }
    .page-caption .motto {
      margin: 1.4rem 0em 0rem 0em; }

  #main h3 {
    margin-bottom: 1.1rem; }
  #main .contact form {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 1.3rem;
    text-align: center;
    float: left; }
  #main .contact-information {
    font-size: 1.1rem;
    width: 50%;
    float: left;
    margin-top: 3.5rem; }
  #main .contact-clear {
    clear: both; }

  #main h4 {
    width: 65%;
    margin: 0; }
    #main h4 .partner-align {
      width: 21.250rem;
      display: block;
      margin: 0 auto; }

  #footer {
    height: 6rem;
    clear: both; }
    #footer .tel-and-email {
      width: 50%; }
    #footer .foot-information {
      text-align: left; }
    #footer img {
      margin-left: 2rem;
      width: 6.250rem;
      float: left; }
    #footer .container {
      position: relative;
      float: right;
      margin-right: 1rem;
      margin-top: .3rem; }
    #footer .small-print {
      font-size: .750rem;
      float: left;
      margin-left: .375rem; }

  .mapouter iframe {
    margin-top: -.813rem; }

  #main .no-script-home {
    text-align: center; }
    #main .no-script-home img {
      max-width: 50%;
      float: left;
      margin: 1.4rem;
      max-width: calc(50% - 2.8rem); }

  .definition-page {
    width: 94%;
    margin-left: 3%; }
    .definition-page .text-section article {
      width: 48%; }
      .definition-page .text-section article h5 {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: .8rem; }
      .definition-page .text-section article p {
        margin-bottom: 1rem; }
    .definition-page .text-section .over-left {
      float: left; }
    .definition-page .text-section .ever-changing {
      margin-right: 4%; }
    .definition-page .second-section .images .sub-images {
      max-width: 50%; }
      .definition-page .second-section .images .sub-images img {
        max-width: 100%;
        margin-bottom: .6rem; }
    .definition-page .second-section .images .sub-images:first-of-type {
      float: left; }
    .definition-page .second-section .images .sub-images:nth-of-type(2) {
      float: right; }
    .definition-page .second-section .images .sub-images:last-of-type {
      float: none; } }
@media screen and (min-width: 815px) {
  .nowrap-motto {
    display: inline; } }
@media screen and (min-width: 890px) {
  .top-orange {
    background-color: orange;
    height: 10.375rem; }

  .top-tidy {
    max-width: 1150px;
    margin: 0 auto; }

  #strapline {
    margin-bottom: 2.375rem;
    width: 100%;
    float: none;
    text-align: left; }
    #strapline img {
      margin-left: 1.5rem; }

  #nav {
    font-size: 1.6rem;
    width: 65%;
    float: none;
    height: 8rem;
    clear: both;
    position: relative;
    margin-left: 11.25rem; }
    #nav ul {
      width: 100%;
      position: absolute;
      top: -1.95rem;
      text-align: center; }
      #nav ul li {
        width: 7.8rem;
        float: left; }

  .page-caption h3 {
    float: right;
    margin-top: -5.8rem;
    width: 45%;
    text-align: right;
    margin-right: 1.5rem;
    margin-right: 1.875rem; }
  .page-caption .no-motto {
    margin-top: -5.8rem; }

  #main h4 {
    width: 100%;
    position: absolute;
    top: -3.125rem;
    text-align: left; }
    #main h4 .partner-align {
      text-decoration: underline;
      float: left;
      margin-left: 11.375rem; }
  #main .about h3:first-of-type {
    margin-top: 4.438rem; }

  .definition-page {
    width: 94%;
    margin-left: 3%;
    margin-top: .8rem; }
    .definition-page .text-section article {
      width: 32.33%; }
      .definition-page .text-section article p {
        margin-bottom: 1rem; }
    .definition-page .text-section .over-left {
      float: left;
      margin-right: 1.5%; }
    .definition-page .text-section .ever-changing {
      margin-right: 1.5%; }
    .definition-page .text-section .devices {
      float: left; }
    .definition-page .second-section .images .sub-images {
      width: 33.33%;
      float: left; }
      .definition-page .second-section .images .sub-images img {
        max-width: 100%;
        margin-bottom: .6rem; }
    .definition-page .second-section .images .sub-images:first-of-type {
      float: left; }
    .definition-page .second-section .images .sub-images:nth-of-type(2),
    .definition-page .second-section .images .sub-images:last-of-type {
      float: left;
      margin-left: 1.5%;
      margin-right: 1.5%;
      width: 30.33%; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #main .links {
    display: block; } }

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