/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.gp_banner1 .gp_bgimg {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.gp_banner1 .gp_mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
}
.gp_banner1 .gp_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media only all and (min-width: 75rem) {
  .gp_banner1 .gp_content {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .gp_banner1 .gp_content {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .gp_banner1 .gp_content {
    width: 48rem;
  }
}
@media only all and (max-width: 59.99rem) {
  .gp_banner1 .gp_content {
    text-align: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.gp_banner1 .gp_inner {
  padding: 0 1.563rem;
  position: relative;
}
.gp_banner1 .gp_inner > h1 {
  font-weight: 900;
  font-size: 52px;
  line-height: 56px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px;
  color: #ffffff !important;
}
@media only all and (max-width: 59.99rem) {
  .gp_banner1 .gp_inner > h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.gp_banner1 .gp_inner > .gp_desc {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 25px;
  color: #ffffff;
}
.gp_banner1 .gp_inner > .gp_btns a {
  padding: 15px 25px;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}
.gp_banner1 .gp_inner > .gp_btns a.gp_btnwithbg:hover {
  opacity: 0.85;
}
@media only all and (max-width: 59.99rem) {
  .gp_banner1 .gp_inner > .gp_btns a.gp_btnwithicon {
    margin-left: 0;
    display: block;
    margin-top: 5px;
  }
}
.gp_banner1 .gp_inner > .gp_btns a i {
  font-size: 28px;
  margin-right: 5px;
  vertical-align: sub;
}
.gp_banner1 .gp_inner > .gp_btns a:hover i {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  margin-right: 7px;
}
.gp_banner2 .gp_bgimg {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  padding-top: 140px;
  padding-bottom: 80px;
}
.gp_banner2 .gp_mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
}
.gp_banner2 .gp_content {
  position: relative;
  margin: 0 auto;
}
@media only all and (min-width: 75rem) {
  .gp_banner2 .gp_content {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .gp_banner2 .gp_content {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .gp_banner2 .gp_content {
    width: 48rem;
  }
}
.gp_banner2 .gp_content > .g-grid {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media only all and (max-width: 59.99rem) {
  .gp_banner2 .gp_content > .g-grid {
    text-align: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .gp_banner2 .gp_content > .g-grid .g-block {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
}
.gp_banner2 .gp_inner {
  padding: 0 1.563rem;
  position: relative;
}
.gp_banner2 .gp_inner > h1 {
  font-weight: 900;
  font-size: 52px;
  line-height: 56px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px;
  color: #ffffff !important;
}
@media only all and (max-width: 59.99rem) {
  .gp_banner2 .gp_inner > h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.gp_banner2 .gp_inner > .gp_desc {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 25px;
  color: #ffffff;
}
.gp_banner2 .gp_inner > .gp_btns a {
  padding: 15px 25px;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}
.gp_banner2 .gp_inner > .gp_btns a.gp_btnwithbg:hover {
  opacity: 0.85;
}
@media only all and (max-width: 59.99rem) {
  .gp_banner2 .gp_inner > .gp_btns a.gp_btnwithicon {
    margin-left: 0;
    display: block;
    margin-top: 5px;
  }
}
.gp_banner2 .gp_inner > .gp_btns a i {
  font-size: 28px;
  margin-right: 5px;
  vertical-align: sub;
}
.gp_banner2 .gp_inner > .gp_btns a:hover i {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  margin-right: 7px;
}
.gp_banner2 .gp_img {
  text-align: left;
}
@media only all and (max-width: 59.99rem) {
  .gp_banner2 .gp_img {
    display: none;
  }
}
.gp_content6 > .g-grid {
  margin: 0 -10px;
}
.gp_content6 .gp_heading {
  margin-bottom: 60px;
}
.gp_content6 .gp_content {
  padding: 20px 25px;
  margin: 10px;
}
.gp_content6 .gp_content > h4 {
  margin-bottom: 20px;
  font-weight: 700;
}
.gp_content6 .gp_content > p {
  margin: 0 0 15px;
}
.gp_content6 .gp_content a {
  text-decoration: underline;
}
.gp_content1 {
  position: relative;
}
.gp_content1 > .g-grid.gp_center {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.gp_content1 .gp_content {
  position: relative;
}
.gp_content1 .gp_buttons {
  margin-top: 1rem;
}
.gp_content1 .gp_buttons a {
  margin-bottom: 10px;
}
@media only all and (max-width: 47.99rem) {
  .gp_content1 .gp_text_right {
    padding-top: 1rem;
  }
  .gp_content1 .gp_text_left {
    padding-bottom: 1rem;
  }
}
@media only all and (min-width: 48rem) {
  .gp_content1 .gp_text_right {
    margin-left: 16%;
  }
  .gp_content1 .gp_text_left {
    margin-right: 16%;
  }
}
.gp_typetext .gp_text_block {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #ffffff;
}
.gp_typetext .gp_text_block .gp_mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gp_typetext .gp_text_block h1 {
  color: #ffffff !important;
  line-height: 1.2;
  margin: 0;
}
@media only all and (min-width: 75rem) {
  .gp_typetext .gp_text_block h1 {
    font-size: 4rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .gp_typetext .gp_text_block h1 {
    font-size: 3rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .gp_typetext .gp_text_block h1 {
    font-size: 2rem;
    margin-bottom: 11px;
  }
}
@media only all and (max-width: 47.99rem) {
  .gp_typetext .gp_text_block h1 {
    font-size: 1.5rem;
    margin-bottom: 11px;
  }
}
.gp_typetext .gp_text_block #gp_slides, .gp_typetext .gp_text_block .gp_subtitle {
  display: inline-block;
  margin: 0;
}
@media only all and (min-width: 75rem) {
  .gp_typetext .gp_text_block #gp_slides, .gp_typetext .gp_text_block .gp_subtitle {
    font-size: 1.625rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .gp_typetext .gp_text_block #gp_slides, .gp_typetext .gp_text_block .gp_subtitle {
    font-size: 1.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .gp_typetext .gp_text_block #gp_slides, .gp_typetext .gp_text_block .gp_subtitle {
    font-size: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .gp_typetext .gp_text_block #gp_slides, .gp_typetext .gp_text_block .gp_subtitle {
    font-size: 1rem;
  }
}
.gp_typetext .gp_text_block .gp_items {
  position: relative;
  margin: 0 auto;
}
@media only all and (min-width: 75rem) {
  .gp_typetext .gp_text_block .gp_items {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .gp_typetext .gp_text_block .gp_items {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .gp_typetext .gp_text_block .gp_items {
    width: 48rem;
  }
}
.gp_typetext .gp_text_block .gp_contents {
  padding: 0 1.563rem;
}
.gp_typetext .gp_buttons {
  margin-top: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media only all and (max-width: 30rem) {
  .gp_typetext .gp_buttons {
    display: block !important;
  }
}
.gp_typetext .gp_buttons a {
  margin-right: 1rem;
}
.gp_typetext .gp_buttons a:not(.btn):not(.button) {
  color: #ffffff;
}
.gp_typetext .gp_buttons a:not(.btn):not(.button):hover {
  opacity: 0.85;
}
@media only all and (max-width: 30rem) {
  .gp_typetext .gp_buttons a {
    display: block;
    margin: 0 0 1rem;
  }
}
.gp_typetext .gp_buttons a:last-child {
  margin: 0 !important;
}
/*# sourceMappingURL=custom_demo_outline.css.map */