body, img {
    transition:all .2s linear;
    -o-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -webkit-transition:all .2s linear;
}

hr {
  width: 50%;
  margin-bottom: 25px;
}

.thumb {
  max-width: 150px;
  max-height: 200px;
  border: solid 1px;
  margin-top: 50px;
}

 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 320px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
} 

#testimonial {
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.featured-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 90%;
    
    font-size: 1rem;
    margin-top: -50px;
  }

.custom-wrapper {
  background-color: rgb(255, 255, 255);
  padding-top: 1em;
  margin-bottom: 1em;
  -webkit-font-smoothing: antialiased;
  height: 2.1em;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.custom-wrapper.open {
  height: 24em;
  background-color: rgb(34, 42, 45);
}

.custom-menu-3 {
  text-align: center;
}

.custom-toggle {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index: 100;
}

.custom-toggle .bar {
  background-color: rgb(34, 42, 45);
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.custom-toggle .bar:first-child {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);

}

.custom-toggle.x .bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: white;
}

.custom-toggle.x .bar:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: white;
}

.pure-menu-link {
  color: white;
  transition: all 0.5s ease;
}

.pure-menu-link:hover {
  color: #0089a4;
  transition: all 0.5s ease;
  background-color: rgb(34, 42, 45);
}

.pure-menu-list {
  margin-top: 0px;
}

.category-content a {
  color: black;
  text-decoration: none;
}

.category-content a:hover {
  color: black;
  text-decoration: underline;
}

.category-content a:visited {
  color: black;
  text-decoration: none;
}


.category-content-sm a {
  color: #0089a4;
  text-decoration: none;
}

.category-content-sm a:hover {
  color: #0089a4;
  text-decoration: underline;
}

.category-content-sm a:visited {
  color: #0089a4;
  text-decoration: none;
}

@media (max-width: 48em) {
  .custom-toggle {
    display: block;
  }
  .pure-menu-list {
    margin-top: 45px;
  }
  .pure-menu-link {
    color: white;
    transition: all 0.5s ease;
  }

  .pure-menu-link:hover {
    color: #0089a4;
    background-color: rgb(34, 42, 45);
    transition: all 0.5s ease;
  }

}

.valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


/*==========  Global Styles  ==========*/



.roboto-lt {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.roboto-reg {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.roboto-bd {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.pure-u-1 {
  text-align: center;
}

.horizontal-center {
  display: flex;
  justify-content: center;
}

.active {
  font-weight: bold;
}

.footer-links:link {
  color:white;
  text-decoration: none;
  transition: all 0.5s ease;
}

.footer-links:hover {
  color:#0089a4;
  text-decoration: none;
  transition: all 0.5s ease;
}

.footer-links:visited {
  color:white;
  text-decoration: none;
  transition: all 0.5s ease;
}


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina 320*/

@media only screen and (min-width: 0em) {

  #header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 125px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s ease;
  }

  #header-image {
    position: relative;
    height: 450px;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: rgba(1, 30, 48, 0.7);
    margin-bottom: 15px;
  }

  #slogan-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }

  .slogan {
    font-size: 2rem;
    text-align: left;
    color: white;
  }

   .slogan-b {
    font-size: 1.3rem;
    text-align: left;
    color: white;
    margin-bottom: -20px;
  }

  .slogan-sub {
    font-size: .9rem;
    text-align: left;
    color: white;
  }

  .slogan-sub-products {
    font-size: 1.3rem;
    text-align: left;
    color: white;
  }

  #button-wrapper-header {
    display: flex;
    justify-content: left;
    margin-top: 25px;
    padding-left: 20px;
  }

  button {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    border-width: 0px;
    background-color: #d4c1aa;
    padding:20px 20px 20px 20px;
    text-align: center;
    min-width: 100px;
    color: #222a2d;
    box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.90);
    transition: all 0.5s ease;
  }

  button:hover {
    background-color: #0089a4;
    color: white;
    transition: all 0.5s ease;
  }

  .spacer {
    height: 50px;
  }

  .category-title {
    text-align: center;
    margin-top: -5px;
    font-size: 1.5rem;
  }

  .category-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 90%;
    padding-bottom: 30px;
    font-size: 1rem;

  }

  .category-content2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 90%;
    padding-bottom: 30px;
    font-size: 1rem;

  }

  .product-icon {
    display: flex;
    justify-content: center;
  }

  .product-img {
    width: 75px;
    min-height: 100px;
  }

  #button-wrapper-section {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }

  #theory-wrapper {
    position: relative;
    padding-top: 50px;
    margin-top: 75px;
    width: 100%;
    height: 400px;
    background-image: url(../img/theory-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }

  #theory-of-change {
    width: 175px;

  }

  .clear {
    margin-top: 50px;
  }

  .client-logo-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .client-logo {
    width: 125px;
    height: 75px;

  }

  #footer-wrapper {
    width: 100%;
    background-color: #222a2d;
    color: #e7e7e7;
    font-size: .65rem;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;

  }

  .footer-content {
    text-align: left;
    padding-left: 50px;
    line-height: 1.1rem;

  }

  .footer-title {
    color: #bbbbbb;
  }

  #copyright-wrapper {
    width: 100%;
  }

  .copyright {
    color: #bbbbbb;
    font-size: .65rem;
    width: 100%;
    text-align: right;
    margin-left:-15px;
  }

  ul {
    padding: 0;
    list-style-type: none;
  }

  video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-color: black;
    background-size: cover;
    transition: 1s opacity;
    object-fit: cover;
}
.mission-bg-img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right:auto;
}

.pure-menu-link a {
  color: #fff;
  transition: all 0.5s ease;
}

#header-image-products {
  position: relative;
  height: 400px;
  width: 100%;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  background-color: rgba(1, 30, 48, 0.7);
  margin-bottom: 15px;
  background-image: url(../img/products-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#header-image-sp {
  position: relative;
  height: 480px;
  width: 100%;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  background-color: rgba(1, 30, 48, 0.7);
  margin-bottom: 15px;
  background-image: url(../img/sp-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#header-image-idax {
  position: relative;
  height: 400px;
  width: 100%;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  background-color: rgba(1, 30, 48, 0.7);
  margin-bottom: 15px;
  background-image: url(../img/idax-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#header-image-optametrics {
  position: relative;
  height: 400px;
  width: 100%;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  background-color: rgba(1, 30, 48, 0.7);
  margin-bottom: 15px;
  background-image: url(../img/optametrics-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#header-image-company {
  position: relative;
  height: 400px;
  width: 100%;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  background-color: rgba(1, 30, 48, 0.7);
  margin-bottom: 15px;
  background-image: url(../img/company-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#header-image-reporting {
  position: relative;
  height: 400px;
  width: 100%;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  background-color: rgba(1, 30, 48, 0.7);
  margin-bottom: 15px;
  background-image: url(../img/reporting-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#header-image-resources {
  position: relative;
  height: 400px;
  width: 100%;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  background-color: rgba(1, 30, 48, 0.7);
  margin-bottom: 15px;
  background-image: url(../img/resources-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#header-image-contact {
  position: relative;
  height: 400px;
  width: 100%;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  background-color: rgba(1, 30, 48, 0.7);
  margin-bottom: 15px;
  background-image: url(../img/contact-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.product-banner-img {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.banner-img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.category-title-sm {
  text-align: center;
  margin-top: -50px;
  font-size: 1.3rem;
  padding-bottom: 25px;
}

.category-title-sm2 {
  text-align: center;
  margin-top: 0px;
  font-size: 1.3rem;
  padding-bottom: 25px;
}

.category-subtitle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 90%;
  padding-bottom: 0px;
  font-size: 1.1rem;

}

.category-content-sm {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 90%;
  padding-bottom: 25px;
  font-size: 0.9rem;

}

.grey {
  background-color: #fef5e9;
}

.white {
  color: white;
}

#contact-form-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

input {
  margin-top: 3px;
  margin-bottom: 3px;
  width: 100%;
  height: 35px;
  border-color: #eee;
  border-style: solid;
  background-color: none;
  border-radius: 5px;
  text-indent: 15px;
  font-size: .9rem;
  color: #7f7f7f;
  transition: all 0.5s ease;
}

textarea {
  margin-top: 5px;
  margin-bottom: 20px;
  width: 100%;
  min-height: 150px;
  border-color: #eee;
  border-style: solid;
  background-color: none;
  border-radius: 5px;
  text-indent: 15px;
  font-size: .9rem;
  padding-top: 15px;
  color: #7f7f7f;
  transition: all 0.5s ease;
}

input:focus:required{
border-color:#a4a4a4;
transition: all 0.5s ease;
}

textarea:focus {
  border-color:#a4a4a4;
  transition: all 0.5s ease;
}

.contact-btn {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: #34534d;
  color: white;
  margin-bottom: 75px;
  filter: drop-shadow(0);
}

}

}


/* Extra Small Devices, Phones 480*/

@media only screen and (min-width: 400px) {

}


/* Small Devices, Tablets 768 */

@media only screen and (min-width: 48em) {


  #menu {
    background-color: rgb(255, 255, 255);
    font-size: 0.8rem;
  }

  .pure-menu-link {
    color: #353535;
  }

  .pure-menu-link a {
    color: #353535;
  }

  .pure-menu-link:hover {
    color: #0089a4;
    background-color: rgb(255, 255, 255);
  }

  #button-wrapper-header {
    display: flex;
    justify-content: left;
    margin-top: 25px;
    padding-left: 25px;
  }

  .mission-bg-img {
    width: 75%;
  }

  #slogan-container {
    width: 60%;
    margin-left: 25px;
    margin-right: auto;
    margin-top: 50px;
  }

  .banner-img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
  }

}


/* Medium Devices, Desktops 992 */

@media only screen and (min-width: 62em) {

  #header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 225px;
    margin-left: auto;
    margin-right: auto;
  }

  #header-image {
    position: relative;
    height: 500px;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: rgba(1, 30, 48, 0.7);
    margin-bottom: 15px;
  }

  .mission-bg-img {
    width: 40%;
  }

  #slogan-container {
    width: 50%;
    margin-left: 75px;
    margin-right: auto;
    margin-top: 100px;
  }

  .slogan {
    font-size: 3rem;
    text-align: left;
    color: white;
  }

  .slogan-sub {
    font-size: 1.2rem;
    text-align: left;
    color: white;
  }

  .category-title {
    text-align: center;
    margin-top: -5px;
    font-size: 3rem;
  }

  .category-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 70%;
    padding-bottom: 30px;
    font-size: 1.6rem;

  }

  .category-content2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 80%;
    padding-bottom: 30px;
    font-size: 1.1rem;

  }  



  .product-img {
    width: 90px;
    min-height: 150px;
  }

  #button-wrapper-header {
    display: flex;
    justify-content: left;
    margin-top: 25px;
    padding-left: 75px;
  }

  .contact-btn {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background-color: #34534d;
  color: white;
  margin-bottom: 75px;
  filter: drop-shadow(0);
}

#contact-form-container {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

}


/* Large Devices, Wide Screens 1200 */

@media only screen and (min-width: 75em) {
  #slogan-container {
    width: 50%;
    margin-left: 150px;
    margin-right: auto;
    margin-top: 100px;
  }

  #button-wrapper-header {
    display: flex;
    justify-content: left;
    margin-top: 25px;
    padding-left: 150px;
  }

  #header-image {
    position: relative;
    height: 650px;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: rgba(1, 30, 48, 0.7);
    margin-bottom: 15px;
  }

  #theory-wrapper {
    position: relative;
    padding-top: 50px;
    margin-top: 75px;
    width: 100%;
    height: 600px;
    background-image: url(../img/theory-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }

  #menu {
    background-color: rgb(255, 255, 255);
    font-size: 1rem;
  }

  .client-logo {
    width: 150px;
    height: 90px;

  }

  .product-img {
    width: 95px;
    min-height: 150px;
  }

  .contact-btn {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #34534d;
  color: white;
  margin-bottom: 75px;
  filter: drop-shadow(0);
} 

#contact-form-container {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
} 

 .category-content2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 80%;
    padding-bottom: 30px;
    font-size: 1.3rem;

  }  

}
