* {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  color: #444; }

h1 {
  margin-top: 0;
  font-size: 32px; }

h2 {
  margin-top: 0;
  font-size: 22px; }

p {
  font-size: 18px;
  line-height: 24px; }

img {
  display: block; }

a {
  color: #009A8F;
  text-decoration: none;
  transition: all 0.4s ease; }

a:hover {
  color: teal;
  text-decoration: underline; }

ul, ol {
  line-height: 26px;
  padding: 0 22px; }

li {
  margin-bottom: 10px; }

#jv {
  background: #fafafa;
  padding: 10px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 4;
  position: fixed;
  width: 100%;
  top: 0; }

#jv img {
  padding: 0 20px;
  display: inline; }

.heroTop {
  background-image: url(../images/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 80%;
  margin-top: 53px;
  color: #fff;
  position: fixed; }

.heroTop h1 {
  margin: 0; }

.heroTop h2 {
  margin: 0 0 10px 0;
  font-weight: 400; }

.heroTop i {
  display: block;
  margin: 0 0 10px 0; }

.heroTop small {
  font-weight: 300; }

.heroTop h1, .heroTop p,
.heroTop small, .heroTop i {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); }

.heroTop p {
  line-height: 22px; }

.readMore {
  padding-top: 10px; }

.readMore a {
  background: #009A8F;
  color: #fff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 30px; }

.bottom {
  margin-bottom: 20px; }

.topTxt {
  background: rgba(0, 154, 143, 0.7);
  width: 100%;
  padding: 20px;
  position: absolute;
  text-align: center;
  bottom: 30px; }

.content {
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 86%;
  transition: margin 0.4s ease; }

.section {
  width: 100%;
  padding: 50px 20px;
  float: left; }

.wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto; }

.section h2 {
  color: #444;
  margin-bottom: 20px;
  margin-top: 20px; }

.section p {
  margin-top: 0; }

.sectionFW {
  background: #efefef;
  width: 100%;
  padding: 20px 20px 60px 20px;
  margin-bottom: 20px;
  color: #444;
  float: left; }

.sectionFW h3 {
  text-align: center; }

.full {
  margin-bottom: 20px; }

.full img {
  width: 100%;
  height: auto; }

.half {
  width: 50%;
  float: left; }

.half:nth-of-type(odd), .half:first-child {
  padding-right: 1%; }

.half:nth-of-type(even) {
  padding-left: 1%; }

.half img {
  width: 100%;
  height: auto; }

.fw {
  width: 100%;
  float: left; }

.readmore {
  background: #efefef;
  min-height: 150px;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px; }

.question {
  background-image: url(../images/question-circle-o.svg);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: bottom -50px right -40px; }

.readmore h3 {
  margin: 0 0 10px 0; }

.readmore a {
  color: #009A8F;
  font-size: 20px;
  font-weight: 700; }

.txt, .txtAlt {
  width: 100%;
  float: left; }

.infoBox {
  background-color: #009A8F;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #fff;
  min-height: 364px; }

.infoBox h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 5px 0 10px 0;
  color: #fff; }

.infoBox h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0 10px 0; }

.pic {
  width: 100%;
  padding-left: 0%;
  margin-top: 20px;
  float: left; }

.picAlt {
  width: 100%;
  float: left; }

.pic img, .picAlt img {
  width: 100%;
  height: auto; }

.pic small, .picAlt small {
  font-weight: 300; }

.offWhite {
  background: #efefef; }

.videoWrapper {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 20px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: none; }

.popup-gallery a img {
  width: 100%;
  height: auto;
  cursor: zoom-in; }

.pic .popup-gallery, .pic div {
  float: left; }

.popup-gallery div {
  float: left;
  margin-bottom: 15px; }

.popup-gallery div a {
  width: 100%;
  display: block; }

.popup-gallery div img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: block; }

.popup-gallery div:nth-child(2) {
  width: 100%;
  padding-right: 0; }

.popup-gallery div:nth-child(3) {
  width: 100%;
  padding-left: 0; }

.moreLinks {
  margin: 5px 0 10px 0; }

.moreLinks a {
  display: block;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  line-height: 48px;
  padding: 0 5px;
  border-radius: 4px; }

.moreLinks a:hover {
  background: teal;
  padding: 0 5px 0 20px;
  text-decoration: none; }

.moreLinks i {
  color: teal;
  transition: all 0.4s ease; }

.moreLinks a:hover i {
  color: #009A8F; }

.jvBottom {
  width: 100%;
  margin-top: 30px;
  float: left;
  text-align: center; }

.jvBottom img {
  display: inline-block; }

.jvBottom a {
  text-align: center; }

.fb_iframe_widget {
  display: block !important;
  margin-top: 10px; }

/* back to top */
.btt {
  background: rgba(0, 154, 143, 0.7);
  padding: 5px 16px;
  z-index: 2;
  border: 2px solid #009A8F;
  color: #fff;
  position: fixed;
  bottom: 5px;
  right: 5px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none; }

.btt:hover {
  background: #009A8F; }

.btt:active {
  background: teal;
  border: 2px solid teal; }

.bttShow {
  pointer-events: auto;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Magnific Popup CSS */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /*** Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }

  .half {
    width: 100%; }

  .half:nth-of-type(odd) {
    padding-right: 0%; }

  .half:nth-of-type(even) {
    padding-left: 0%; } }
/* Breakpoints */
@media (max-width: 400px) {
  h1 {
    font-size: 24px; }

  h2, h3 {
    font-size: 20px; } }
@media (min-width: 600px) {
  .popup-gallery div:nth-child(1) {
    width: 100%;
    padding-right: 0; }

  .popup-gallery div:nth-child(2) {
    width: 100%;
    padding-right: 0; }

  .txtEnd {
    margin-top: 20px; }

  .heroTop h1 {
    font-size: 42px; }

  .heroTop i {
    font-size: 30px; }

  .videoWrapper {
    padding-bottom: 56.25%; }

  .topTxt {
    bottom: 5%; } }
@media (min-width: 820px) {
  .txt, .picAlt {
    width: 50%;
    float: left; }

  .pic {
    width: 50%;
    padding-left: 2%;
    margin-top: 0;
    float: left; }

  .txtAlt {
    width: 50%;
    padding-left: 2%;
    margin-top: 0;
    float: left; }

  .section h2 {
    margin-top: 0; }

  .popup-gallery div:nth-child(1) {
    width: 100%; }

  .popup-gallery div:nth-child(2) {
    width: 100%; }

  .txtEnd {
    margin-top: 20px; }

  .heroTop h1 {
    font-size: 52px; }

  .heroTop i {
    font-size: 40px; } }
@media (min-width: 1140px) {
  .wrapper {
    width: 1100px; }

  .popup-gallery div:nth-child(1) {
    width: 50%;
    padding-right: 1%; }

  .popup-gallery div:nth-child(2) {
    width: 50%;
    padding-right: 0; }

  .heroTop h1 {
    font-size: 48px; }

  .heroTop i {
    font-size: 62px; } }
@media (min-width: 1920px) {
  .small {
    width: 1020px; }

  .heroTop {
    background-image: url(../images/dots.png), url(../images/1.jpg);
    background-repeat: repeat, no-repeat;
    background-size: 32px, cover;
    background-position: center, center;
    width: 100%;
    height: 80%;
    margin-top: 53px;
    color: #fff;
    position: fixed; } }

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