/*!
 * Start Bootstrap - One Page Wonder HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
html {
    
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    margin-top: 15px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background: #00585F;
}

.text-muted {
font-size: 19px !important;
  text-align: right;
  margin-left: 7px;
  text-transform: initial;
  color: #00A8C4;
}

a {
  color: #00969C;
  text-decoration: none;
}

a:hover {
    color: #00585F;
}

.container {
    max-width: 1170px;
    background: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
    pointer: hand;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}

.navbar {
  background: #fff;
  display: block;
  height: 100px;
  box-shadow: 0px 0px 24px rgba(0,0,0,.3);
}

.nav li a {
  color:  #00969C !important;
  font-weight: bold;
}

.nav li a:hover {
    color:  #d3d3d3 !important;
    background: none;
}

.navbar-toggle {
    background : #00969C;
    color: #00969C !important;
    border: #333333;
}

.social-icons  li a {
   border: 0;
   padding: 5px;
     padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.social-icons {
    float: right;
}

.header-image {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../img/background-pattern.png');
    background-color: #00969c;
    min-height: 286px;
      padding: 32px 55px;
    position: relative;
    margin-top: 100px;
}

.add-plus-icon:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 43px;
  width: 43px;
  background: url("../img/plus-icon.png");
  left: -59px;
  top: -9px;
  margin-right: 16px;
    background-size: 100%;

}

.navbar-brand {
    background: url('../img/small-logo.png') no-repeat;
    width: 99px;
    height: 81px;
      margin-top: 9px;
        margin-right: 7px;
}


h1 {
    font-weight: 600;
    position: relative;
}

h2 {
  font-size: 21px;
  color: #55575b;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  margin-top: -8px;
}

h3 {
  font-size: 21px;
  color: #55575b;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  margin-top: -8px;
}

.headline {
    padding: 20px;
    text-align: left;
    color: #fff;
    background: none;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.headline h1 {
    font-size: 30px;
    background: none;

}

.headline h2 {
    font-size: 20px;
    background: none;
    color: #fff;
}

.headline h2:after {


}

.featurette-divider {
    margin: 34px 0;
}

.featurette {
    /*overflow: hidden;*/
}

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

.featurette-heading {
  font-size: 26px;
  color: #00969c;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  margin-bottom: 31px;
}

.row-spacer {
    margin-bottom: 20px;
}

.question-container {
  padding-bottom: 40px;
  border-left: 2px solid #00A8C4;
  padding-left: 40px;
  margin-left: -38px;
}
.question-container:last-child {
    border: none;
}

.add-question-icon:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 30px;
    width: 30px;
    background: url("../img/question-icon.png") no-repeat;
top: -1px;
  margin: 0 23px 0 3px;
  left: -59px;
  background-size: 100%;


}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 20px;
}

.close {
    padding: 10px;
    width:32px;
    height:32px;
}

footer {
    background: url("../img/background-pattern.png");
    background-color: #00969C;
    height: 87px;
    width: 100%;
    padding: 34px;
    position: relative;
    color: #fff;
    display: block;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  font-weight: 700;
  font-size: 16px;
}

footer a {
   color: #fff;
   text-decoration: none;
    cursor: pointer;
}

footer p {
  margin-bottom: 0;
}

@media(max-width:1200px) {
    .headline h1 {
        font-size: 22px;
    }

    .headline h2 {
        font-size: 20px;
    }

    .featurette-divider {
        margin: 32px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
    }
}

@media(max-width:991px) {
    .headline h1 {
        font-size: 20px;
    }

    .headline h2 {
        font-size: 18px;
    }

    .featurette-divider {
        margin: 32px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 25px;
        color: #00969C;
    }

    .dont-show {
        display:none;
    }

    .nav li {
        border-bottom: 1px solid #343434;
    }
    .nav {
        overflow: hidden;
    }

/*    .add-plus-icon:before {
        content: "";
        position: relative;
        height: 32px;
        width: 32px;
        background: url("../img/plus-icon-small.png");
        left:0px;
        top: 5px;

    }*/

}

@media(max-width:768px) {
    .container {
        margin: 0 15px;
    }

    .featurette-divider {
        margin: 32px 0;
    }

    .featurette-heading {
        font-size: 20px;
    }

    .social-icons {

        width: auto;
    }

    .dont-show {
        display:none;
    }

}

.icon-bar {
    color: #fff;
    background: #fff;
}

@media(max-width:668px) {
    .headline h1 {
        font-size: 22px;
    }

    .headline h2 {
        font-size: 20px;
    }

    .featurette-divider {
        margin: 5px;
    }

    .featurette-divider {
        margin: 32px 0;
    }

    .text-muted {
        font-size: 20px !important;
        text-align: right;
    }
}

@media(max-width:640px) {
/*    .headline {
        padding: 75px 0 25px 0;
    }

    .headline h1 {
        font-size: 20px;
    }

    .headline h2 {
        font-size: 18px;
    }
*/}

@media(max-width:375px) {
    .featurette-divider {
        margin: 10px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
}

.mobile-circuit-board {
    display: none;
}

.section-container {
padding: 13px 60px 0px 86px;
}

.navbar-nav > li > a {
  padding-top: 40px;
  padding-bottom: 40px;
}

.img-thumbnail {
  padding: 4px !important;
  line-height: 1.42857143 !important;
  background-color: #ffffff !important;
  border: 2px solid #dddddd !important;
  border-radius: 0px !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  display: inline-block !important;
  max-width: 100% !important;
  height: auto !important;
}

.img-thumbnail:hover {
  box-shadow: 0px 0px 8px #00969C !important;
  border: 2px solid #00969C !important;
  cursor: pointer !important;
}

.hero-heading {
    text-transform: inherit;
  font-weight: 400;
}

.circuit-board {
    position: relative;
}

.circuit-board {
content: "";
  display: block;
  width: 394px;
  height: 255px;
  background: url("../img/circuit-board-transparent.png") no-repeat top left;
  position: absolute;
  right: 11px;
  top: -14px;
  background-size: 100%;
}

.headline-container {
    width: 60%;
}

.main-content-container {
    padding-top: 50px;
}

.mobile-display {
    display: none !important;
}
.navbar-collapse.in {
  overflow-y: hidden;
}
@media (max-width: 1199px) {
    .navbar-nav > li > a {
  padding-top: 14px;
  padding-bottom: 0px;
}

.social-icons {
  float: left;
  margin-left: 10px;
}

.social-icons li a {
  border: 0;
  padding: 5px;
  padding-top: 20px !important;
  padding-bottom: 16px !important;
}

.headline-container {
    width: 50%;
}

.featurette-heading {
  font-size: 26px;
}

.text-muted {
  font-size: 17px !important;
}

.section-container {
  padding: 13px 60px 0px 56px;
}

.add-plus-icon:before {
  width: 38px;
  background: url("../img/plus-icon.png") no-repeat;
  left: -49px;
  top: -3px;
  background-size: 100%;
}

.large-logo {
    width: 194px;
}

.main-content-container {
    padding-top: 25px;
}

.featurette-divider {
  margin: 19px 0;
}

}

@media (max-width: 991px) {

.social-icons {
  float: right;
margin-top: 27px;
  padding-top: 5px;
}

.navbar-toggle {
  margin-top: 27px;
  height: 40px;
}

.center-image {
    text-align: center;
      margin-bottom: 13px;
}

.large-logo {
  width: 194px;
  float: left;
  margin-right: 12px;
}

.navbar-nav > li > a {
  padding-top: 9px;
  padding-bottom: 6px;
    text-align: center;
  font-size: 17px;
}

.nav li {
  border-bottom: 1px solid #00969C;
}

.question-container {
  padding-left: 40px;
  margin-left: -31px;
}



}


@media (max-width: 911px) {

.circuit-board {
  width: 364px;
  height: 255px;
  right: -15px;
  top: 15px;
}

}

@media (max-width: 768px) {

.header-image {
  padding: 12px 0px;
}

.circuit-board {
  width: 334px;
  height: 255px;
  right: 16px;
  top: 24px;
}

.container {
  margin: 0;
  width: auto;
}

.navbar-brand {
  margin-left: 12px;
}



}

@media (max-width: 640px) {

.circuit-board {
display: none;
}

.headline-container {
  width: 100%;
  text-align: center;
}

.mobile-circuit-board {
    display: block;
    width: 100%;
    text-align: center;
}

.mobile-circuit-board img {
    width: 60%;
}

.headline h1 {
  font-size: 22px;
  margin-top: 0;
}

}

@media (max-width: 480px) {
.mobile-circuit-board img {
  width: 80%;
}

.social-icons {
    display: none !important;

}

.mobile-display {
    display: block !important;
}

.mobile-social-icons {
    text-align: center;
}

.mobile-social-icons a {
    display: inline-block !important;
      padding: 10px 6px !important;
}

.section-container {
  padding: 0;
}

.text-muted {
  font-size: 17px !important;
  display: block;
  text-align: left;
  margin-top: 7px;
  margin-left: 0;
}

.featurette-heading {
  font-size: 22px;
  padding-left: 33px;
}

.add-plus-icon:before {
  width: 26px;
  background: url("../img/plus-icon.png") no-repeat;
  left: -1px;
  top: -2px;
  background-size: 100%;
}

h3 {
  font-size: 15px;
}

.question-container {
padding-left: 20px;
  padding-bottom: 21px;
    margin-left: 9px;
}

.add-question-icon:before {
  height: 30px;
  width: 20px;
  top: -2px;
   margin: 0; 
  left: -31px;
}

footer {
  font-size: 13px;
}

}