body {
  font-family: "Nunito";
  font-size: 16px;
  margin: 0px;
  background-color: #90ccca;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
.center-lg-col {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.navbar-top {
  height: 96px;
  position: relative;
  background-color: #333333;
}

.navbar-top div:first-child {
  padding: 0px;
}

.navbar-top img {
  position: absolute;
  top: 8px;
  left: 8%;
  right: 8%;
  z-index: 10;
  width: 84%;
}

.navbar-bottom {
  display: none;
}

.row-switch-sm {
  display: block;
}

.row-switch-lg {
  display: none;
}

.welcome-row {
  background-color: #333333;
  color: white;
}

.welcome-row div div:first-child img {
  margin: 40px 8% 40px 8%;
  width: 84%;
}

.welcome-row div div:last-child {
  margin-bottom: 40px;
  text-align: left;
  font-family: "Nunito";
  font-size: 16px;
  padding-right: 30px;
}

.welcome-row div div:last-child h4 {
  font-family: "Nunito";
  font-size: 20px;
  font-weight: bold;
  color: #6aacaa;
}

.contact-box-top {
  margin: 0 auto;
  text-align: center;
  width: 80%;
  color: white;
  height: 260px;
  font-family: "Nunito";
  font-size: 20px;
  border: 1px solid #333333;
}

.contact-box-top h4 {
  margin: 20px auto;
  font-family: "Nunito";
  font-size: 20px;
  font-weight: bold;
  width: 80%;
  border-bottom: 1px solid white;
}

.main-content-container {
  border-left: 2px solid white;
  border-right: 2px solid white;
  background-image: url("../images/op-bg-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 28px;
}

.category-row {
  margin: 40px 0 2px 0;
}

.category {
  position: relative;
  width: 400px;
  height: 320px;
  margin: 25px auto;
}

.category div:last-child {
  position: absolute;
  width: 400px;
  height: 56px;
  overflow: hidden;
  color: #2e2e2e;
  font-family: "Nunito";
  font-size: 16px;
  font-weight: bold;
  background-color: #f0f800;
  text-align: center;
  bottom: 0;
  left: 0;
}

.category div:last-child span {
  text-align: left;
  padding: 0 16px;
  font-weight: normal;
}

.category-3 {
  position: relative;
  width: 275px;
  height: 263px;
  margin: 25px auto;
}

.category-3 div:first-child img {
  width: 275px;
  height: 208px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
}

.category-3 div:last-child {
  position: absolute;
  width: 275px;
  height: 56px;
  overflow: hidden;
  color: #2e2e2e;
  font-family: "Nunito";
  font-size: 16px;
  font-weight: bold;
  background-color: #f0f800;
  text-align: center;
  bottom: 0;
  left: 0;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.category-3 div:last-child span {
  position: relative;
  top: -5px;
  display: block;
  text-align: left;
  padding: 0 16px;
  font-weight: normal;
}

.category-3 div:last-child h4 {
  position: relative;
  top: -5px;
}

.eating-disorder h4 {
  margin-top: 7px;
}

.footer {
  z-index: 10;
  height: 110px;
  text-align: center;
  font-family: "Nunito";
  font-size: 20px;
  color: white;
  background-color: #333333;
  border-top: 2px solid white;
  padding-top: 28px;
}

.my-modal {
  font-family: "Nunito";
  font-size: 20px;
  color: white;
}

.my-modal-pic-row {
  margin: 20px 0px;
}

.my-modal-pic-row div:last-child {
  padding: 26px 16px;
}

.my-modal-pic-row div:first-child {
  text-align: center;
}

.my-modal-pic-row div:first-child img {
  margin: 0 auto;
  border: 1px solid black;
}

.my-modal-text-row div {
  margin: 20px 20px 38px 20px;
  font-family: "Nunito";
  font-size: 16px;
}

/* Contact Section */
#contact {
  position: relative;
  top: -39px;
  font-family: "Nunito";
  font-size: 16px;
  padding: 22px 36px 0 30px;
}

#contact form {
  padding: 6px 0 20px 0;
}

#contact h3 {
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  color: #555;
}

#contact .text-danger {
  color: #cc0033;
  text-align: left;
}

label {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  float: left;
}

#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}

#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}

.form-control::-webkit-input-placeholder {
  color: #777;
}

.form-control:-moz-placeholder {
  color: #777;
}

.form-control::-moz-placeholder {
  color: #777;
}

.form-control:-ms-input-placeholder {
  color: #777;
}

#contact .contact-item {
  margin: 20px 0 40px 0;
}

#contact .contact-item span {
  font-weight: 400;
  color: #aaa;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: inline-block;
}

#contact .contact-item p {
  font-size: 16px;
}

.btn-custom {
  background-color: #333333;
  border-radius: 3px;
  border: 1px solid white;
  padding: 8px 16px;
  margin: 4px 0px 42px 0px;
  color: white;
}

.g-recaptcha {
  height: 76px;
  width: 300px;
  margin-bottom: 12px;
}

.btn-custom:hover {
  background-color: rgba(51, 51, 51, 0.6);
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

button.close {
  background-color: #00fafa;
  border-radius: 3px;
  border: 1px solid black;
  padding: 4px 8px;
  margin: 4px 0px 12px 0px;
  color: black;
}

button.close:hover {
  background-color: rgba(0, 250, 250, 0.6);
}

@media (max-width: 460px) {
  .my-modal-pic-row img {
    width: 90%;
  }
  .res-shrink {
    width: 90%;
  }
  .category div img {
    position: relative;
    width: 90%;
    top: 25px;
  }
  .category div.caption {
    width: 90%;
    bottom: 0px;
  }
}

.portrait-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-image: url("../images/bg-bottom.png");
  background-size: cover;
  border-left: 2px solid white;
  border-right: 2px solid white;
  background-color: #6aacaa;
}

.portrait-row > div {
  margin: 0;
  width: 275px;
}

.portrait-row > div:first-child {
  height: 450px;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
}

.portrait-row > div:first-child img {
  border: 2px solid white;
  padding: 0;
  margin: 0;
  z-index: 15;
  left: 10px;
}

.portrait-row > div:nth-child(2) {
  text-align: center;
  height: 450px;
  margin: 0;
}

.portrait-row > div:nth-child(2) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 275px;
  height: 413px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #3fc5e9;
  border-radius: 6px;
  border: 2px solid white;
  /*
            @-moz-document url-prefix() { 
                div {
                     bottom: -1px !important;
                }
            }*/
}

.portrait-row > div:nth-child(2) > div h1 {
  color: #333333;
  font-family: "Nunito";
  font-size: 24px;
  margin: 20px 0 0 0;
}

.portrait-row > div:nth-child(2) > div h2 {
  color: #333333;
  font-family: "Nunito";
  font-size: 16px;
  margin: 0;
}

.portrait-row > div:nth-child(2) > div h3 {
  font-family: "Nunito";
  font-size: 16px;
  margin: 20px 0;
}

.portrait-row > div:nth-child(2) > div hr {
  width: 80%;
  border-color: #696969;
}

.portrait-row > div:nth-child(2) > div div {
  margin: 0 auto 0 auto;
  position: relative;
  text-align: left;
  -ms-flex-item-align: end;
      align-self: flex-end;
  border-left: 3px solid white;
  border-right: 3px solid white;
  border-top: 3px solid white;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  font-family: "Nunito";
  font-size: 16px;
  padding: 20px 10px 20px 10px;
}

.portrait-row > div:nth-child(2) > div div .email-link {
  font-family: "Nunito";
  font-size: 14px;
}

#mobile-line-break {
  display: block;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #mobile-line-break {
    display: none;
  }
  .portrait-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .portrait-row > div:first-child {
    margin: 0 38.5px 0 0;
  }
  .portrait-row > div:last-child {
    margin: 0 0 0 38.5px;
  }
  .navbar-top {
    height: 100px;
  }
  .navbar-top img {
    width: auto;
    display: block;
    z-index: 10;
    position: absolute;
    left: 52px;
    top: 10px;
  }
  .welcome-row div div:first-child img {
    margin: 40px 5% 40px 5% !important;
    width: 90% !important;
  }
  .contact-info > div {
    width: 80%;
    margin: 0 auto;
  }
  .contact-info > div > div {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .portrait-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
  }
  .portrait-row > div:first-child {
    margin: 0 15px 0 0;
  }
  .portrait-row > div:last-child {
    margin: 0 0 0 15px;
  }
  .welcome-row div div:first-child img {
    margin: 40px;
    width: auto;
  }
  .navbar-top {
    text-align: center;
    background-color: #333333;
    font-family: "Nunito";
    font-size: 18px;
    height: 60px;
  }
  .navbar-bottom {
    display: block;
    text-align: center;
    background-color: #696969;
    color: white;
    font-family: "Nunito";
    font-size: 16px;
    font-variant: small-caps;
    height: 30px;
    border-bottom: 2px solid white;
    line-height: 0;
  }
  .navbar-bottom div div:first-child {
    position: relative;
    left: 200px;
    top: 13px;
    font-weight: bold;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .portrait-row > div:first-child {
    margin: 0 50px 0 0;
  }
  .portrait-row > div:last-child {
    margin: 0 0 0 50px;
  }
  .navbar-bottom div div:first-child {
    position: relative;
    left: 280px;
    top: 13px;
    font-weight: bold;
  }
  .center-lg-col {
    width: 1200px;
    margin: 0 auto;
  }
  .welcome-row div div img {
    margin-top: 65px !important;
  }
}
/*# sourceMappingURL=main.css.map */