body {
  font-size: 1.2rem;
  font-weight: 400;
  background: #CFCFCF;
  color: #855436;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p {
  line-height: 1.6;
}

a {
  color: #266180;
}
a:hover {
  color: #266180;
  font-weight: 700;
  text-decoration: underline;
}

.text-primary {
  color: #855436 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #855436;
  font-weight: 700;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.page-section {
  background-color: #CFCFCF;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 0.1rem;
  border-color: #268064;
  margin: 0;
  margin-right: 3%;
  margin-left: 3%;
  padding: 60px 0;
}
.page-section h2.section-heading {
  font-size: 1.55rem;
  font-weight: 700;
  font-style: italic;
  text-align: left;
  margin-bottom: 25px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.page-section h3.section-subheading {
  font-size: 1.2rem;
  font-weight: 400;
  background: #CFCFCF;
  color: #855436;
  margin-bottom: 25px;
  text-align: center;
  overflow-x: hidden;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.section-img {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 15px;
}
.section-img .img-section {
  max-width: min(67%, 268px);
  height: auto;
  border: 2px solid #268064;
  border-radius: 100%;
  background-color: #268064;
}

@media (min-width: 768px) {
  .page-section {
    background-color: #CFCFCF;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 0.1rem;
    border-color: #268064;
    margin: 0;
    margin-right: 10%;
    margin-left: 10%;
    padding: 60px 0;
  }
  .page-section .section-body {
    font-size: 1.6rem;
    font-weight: 400;
    background: #CFCFCF;
    color: #855436;
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .page-section h2.section-heading {
    font-size: 2.4rem;
    font-weight: 700;
    font-style: italic;
    text-align: left;
    margin-bottom: 25px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .page-section h3.section-subheading {
    font-size: 1.6rem;
    font-weight: 400;
    background: #CFCFCF;
    color: #855436;
    margin-bottom: 25px;
    text-align: center;
    overflow-x: hidden;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .page-section .section-img {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .page-section .section-img .img-section {
    max-width: min(67%, 268px);
    height: auto;
    border: 2px solid #268064;
    border-radius: 100%;
    background-color: #268064;
  }
}
::-moz-selection {
  background: #CFCFCF;
  text-shadow: none;
}

::selection {
  background: #CFCFCF;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}

.btn-xl {
  font-size: 1.075rem;
  padding: 10px 17.5px;
  margin-bottom: 15px;
}

.btn-primary {
  background-color: #266180;
  border-color: #266180;
  color: #CFCFCF;
  transition: box-shadow 350ms ease-in;
}
.btn-primary:hover {
  background-color: #266180;
  border-color: #266180;
  color: #CFCFCF;
  font-weight: 700;
  text-decoration: underline;
  box-shadow: 0 0 0 0.4rem rgba(38, 128, 100, 0.5) !important;
}

.btn-accordion {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.075rem;
  font-weight: 700;
  display: block;
  padding: 10px 20px;
  background-color: #268064;
  border-color: #268064;
  color: #CFCFCF;
  transition: box-shadow 350ms ease-in;
}
.btn-accordion:hover {
  background-color: #268064;
  border-color: #268064;
  color: #CFCFCF;
  font-weight: 700;
  text-decoration: underline;
  box-shadow: 0 0 0 0.4rem rgba(38, 97, 128, 0.5) !important;
}

@media (min-width: 768px) {
  .btn {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
  }
  .btn-rmarg {
    margin-right: 20px;
    margin-top: 30px;
  }
  .btn-srmarg {
    margin-right: 10px;
    margin-top: 30px;
  }
  .btn-slmarg {
    margin-left: 10px;
    margin-top: 30px;
  }
  .btn-lmarg {
    margin-left: 20px;
    margin-top: 30px;
  }
  .btn-xl {
    font-size: 1.4rem;
    padding: 15px 30px;
    margin-bottom: 25px;
  }
  .btn-primary {
    transition: box-shadow 350ms ease-in;
  }
  .btn-primary:hover {
    font-weight: 700;
    text-decoration: underline;
    box-shadow: 0 0 0 0.5rem rgba(38, 128, 100, 0.5) !important;
  }
  .btn-accordion {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.4rem;
    font-weight: 700;
    padding: 20px 40px;
    transition: box-shadow 350ms ease-in;
  }
  .btn-accordion:hover {
    text-decoration: underline;
    box-shadow: 0 0 0 0.5rem rgba(38, 97, 128, 0.5) !important;
  }
}
#mainNav {
  background-color: #CFCFCF;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 0.1rem;
  border-color: #268064;
}
#mainNav .navbar-toggler {
  font-size: 1.075rem;
  right: 0;
  padding: 11px;
  text-transform: none;
  color: #CFCFCF;
  border: 0;
  background-color: #268064;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-brand {
  color: #268064;
  font-family: "Kaushan Script", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #268064;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75rem 0;
  letter-spacing: 0.0625rem;
  color: #268064;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #266180;
  font-weight: 700;
  text-decoration: underline;
}

@media (min-width: 768px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 0.1rem;
    border-color: #268064;
    background-color: #CFCFCF;
  }
  #mainNav .navbar-body {
    font-size: 1.5rem;
    font-weight: 400;
    background: #CFCFCF;
    color: #855436;
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  #mainNav .navbar-brand {
    font-size: 1.6em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1rem 1rem !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #CFCFCF;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}
#scrolling-clients {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

#col-md-3 col-sm-6 {
  flex: 0 0 auto;
}

header.masthead {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 0.1rem;
  border-color: #268064;
  margin: 0;
  margin-right: 3%;
  margin-left: 3%;
  color: #855436;
}
header.masthead .intro-text {
  padding-top: 120px;
  padding-bottom: 60px;
}
header.masthead .intro-text .intro-lead-in {
  font-size: 2.65rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  overflow-wrap: break-word;
  line-height: 27px;
  margin-bottom: 25px;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header.masthead .intro-text .intro-img {
  text-align: center;
  margin-bottom: 25px;
}
header.masthead .intro-text .intro-img .img-sizer {
  max-width: min(67%, 768px);
  height: auto;
}
header.masthead .intro-text .intro-heading {
  font-size: 1.55rem;
  font-weight: 700;
  font-style: italic;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 25px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header.masthead .intro-text .intro-body {
  font-size: 1.2rem;
  font-weight: 400;
  background: #CFCFCF;
  color: #855436;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px) {
  header.masthead {
    border-style: solid;
    border-width: 0;
    border-bottom-width: 0.1rem;
    border-color: #268064;
    margin: 0;
    margin-right: 10%;
    margin-left: 10%;
  }
  header.masthead .intro-text {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 4.2rem;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    overflow-wrap: break-word;
    line-height: 27px;
    margin-bottom: 25px;
    font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  header.masthead .intro-text .intro-img {
    text-align: center;
    margin-bottom: 25px;
  }
  header.masthead .intro-text .intro-img .img-sizer {
    max-width: min(67%, 768px);
    height: auto;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 2.4rem;
    font-weight: 700;
    font-style: italic;
    text-align: left;
    margin-top: 35px;
    margin-bottom: 25px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  header.masthead .intro-text .intro-body {
    font-size: 1.6rem;
    font-weight: 400;
    background: #CFCFCF;
    color: #855436;
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
.bullets {
  list-style-type: none;
  padding-left: 0;
}

.bullets li {
  position: relative;
  padding-left: 1.7rem;
}

.bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  background: linear-gradient(45deg, #266180, #268064);
  border-radius: 50%;
}

.modal-content,
.modal-header,
.modal-footer {
  background-color: #CFCFCF;
  border-color: #268064;
}

@media (min-width: 768px) {
  .bullets {
    list-style-type: none;
    padding-left: 4rem;
  }
  .bullets li {
    position: relative;
    padding-left: 3rem;
  }
  .bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.63rem;
    width: 1.3rem;
    height: 1.3rem;
    background: linear-gradient(45deg, #266180, #268064);
    border-radius: 50%;
  }
  .modal-content,
  .modal-header,
  .modal-footer {
    background-color: #CFCFCF;
    border-color: #268064;
  }
}
#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: #268064;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #CFCFCF;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-size: 1rem;
  font-style: italic;
  margin: 0;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  font-size: 3rem;
  margin-bottom: 15px;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  font-size: 1rem;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content button {
  cursor: pointer;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}
.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #268064;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 35px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
  overflow-wrap: break-word;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 5rem;
  height: 5rem;
  margin-left: 0;
  text-align: center;
  color: #855436;
  border: 3px solid #268064;
  border-radius: 100%;
  background-color: #268064;
}
.timeline > li .timeline-image h4 {
  font-size: 0.625rem;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 60px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 6.25rem;
    height: 6.25rem;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
  .timeline > li.timeline-inverted > .timeline-panel .timeline-end {
    position: relative;
    float: none;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 9rem;
    height: 9rem;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 10.5rem;
    height: 10.5rem;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  margin-bottom: 50px;
  text-align: center;
}
.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #268064;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}

section#contact {
  background-color: #CFCFCF;
}

.box-label {
  font-size: 1.075rem;
  color: #268064;
}

.box-head {
  font-size: 1.2rem;
  font-weight: 400;
  background: #CFCFCF;
  color: #268064;
  margin-bottom: 25px;
  text-align: center;
  overflow-x: hidden;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.tips {
  font-size: 0.85rem;
  color: #266180;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.tips-head {
  font-size: 1.2rem;
  font-weight: 400;
  background: #CFCFCF;
  color: #266180;
  margin-bottom: 25px;
  text-align: center;
  overflow-x: hidden;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.tips-java {
  font-size: 0.85rem;
  color: #712680;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.form-control {
  font-size: 0.95rem;
}

.rec-greet-line {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  overflow-wrap: break-word;
  line-height: 27px;
  margin-top: 35px;
  margin-bottom: 20px;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px) {
  .box-label {
    font-size: 1.4rem;
    color: #268064;
  }
  .box-head {
    font-size: 1.6rem;
    font-weight: 400;
    background: #CFCFCF;
    color: #268064;
    margin-bottom: 25px;
    text-align: center;
    overflow-x: hidden;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .tips {
    font-size: 1.1rem;
    color: #266180;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .tips-head {
    font-size: 1.6rem;
    font-weight: 400;
    background: #CFCFCF;
    color: #266180;
    margin-bottom: 25px;
    text-align: center;
    overflow-x: hidden;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .tips-java {
    font-size: 1.1rem;
    color: #712680;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .form-control {
    font-size: 1.2rem;
  }
  .rec-greet-line {
    font-size: 3.9rem;
    font-weight: 700;
    text-align: center;
    overflow-wrap: break-word;
    line-height: 27px;
    margin-top: 35px;
    margin-bottom: 20px;
    font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
.footer {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 25px 0;
  text-align: center;
}
.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  overflow-wrap: break-word;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.footer .quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-align: center;
  text-transform: none;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #266180;
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #266180;
  box-shadow: 0 0 0 0.5rem rgba(38, 128, 100, 0.5) !important;
}

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