@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat|Open+Sans:400,700");
/* line 1, ../scss/blocks/_blocks.scss */
.block {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  /* line 1, ../scss/blocks/_blocks.scss */
  .block {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  /* line 1, ../scss/blocks/_blocks.scss */
  .block {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* line 17, ../scss/blocks/_blocks.scss */
.container .site-content {
  padding: 1rem 0;
}
/* line 20, ../scss/blocks/_blocks.scss */
.container .site-content section:nth-child(even):not(.actionbox) {
  background-color: #F7F9F9;
  border-top: 1px solid #E8EAEB;
  border-bottom: 1px solid #E8EAEB;
}
/* line 25, ../scss/blocks/_blocks.scss */
.container .site-content section:nth-child(even):not(.actionbox).even {
  background-color: inherit;
  border-top: 0;
  border-bottom: 0;
}
@media (min-width: 768px) {
  /* line 34, ../scss/blocks/_blocks.scss */
  .container .site-content {
    padding: 2rem 0;
  }
}

/* line 41, ../scss/blocks/_blocks.scss */
section.odd {
  background-color: #F7F9F9;
  border-top: 1px solid #E8EAEB;
  border-bottom: 1px solid #E8EAEB;
}

/* line 49, ../scss/blocks/_blocks.scss */
.block-404 .well-wrapper, .block-resume .well-wrapper, .block-register .well-wrapper {
  background: #FFF;
  display: table;
  width: 100%;
  max-width: 100%;
}
/* line 56, ../scss/blocks/_blocks.scss */
.block-404 .error-404, .block-resume .error-404, .block-register .error-404 {
  font-size: 200px;
  font-weight: 800;
}
/* line 61, ../scss/blocks/_blocks.scss */
.block-404 .search-form, .block-resume .search-form, .block-register .search-form {
  margin: 15px 0;
}
@media (min-width: 544px) {
  /* line 67, ../scss/blocks/_blocks.scss */
  .block-404 .well, .block-resume .well, .block-register .well {
    display: table-cell;
    width: 100%;
  }
  /* line 71, ../scss/blocks/_blocks.scss */
  .block-404 .well.error-code, .block-resume .well.error-code, .block-register .well.error-code {
    vertical-align: middle;
  }
}

/* line 79, ../scss/blocks/_blocks.scss */
.block-404 .fa, .block-resume .fa {
  font-size: 200px;
}

/* line 85, ../scss/blocks/_blocks.scss */
.well-v2 {
  background-color: #fff;
  border-radius: 0;
  padding: 50px;
}

/* line 91, ../scss/blocks/_blocks.scss */
.well-v5 {
  background-color: white;
  border-radius: 3px;
  *border: 2px solid #F0F0F0;
}

/* line 97, ../scss/blocks/_blocks.scss */
.our-services {
  padding-bottom: 50px;
}

/* line 101, ../scss/blocks/_blocks.scss */
.has-background {
  background-size: cover;
}

/* line 105, ../scss/blocks/_blocks.scss */
.section-compact {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 110, ../scss/blocks/_blocks.scss */
.has-side-pic {
  position: relative;
}
/* line 113, ../scss/blocks/_blocks.scss */
.has-side-pic .side-pic, .has-side-pic .side-pic-v1, .has-side-pic .side-pic-v2 {
  position: absolute;
  height: 100%;
}
/* line 118, ../scss/blocks/_blocks.scss */
.has-side-pic .side-pic-v1 {
  left: 15px;
  right: 15px;
}
/* line 122, ../scss/blocks/_blocks.scss */
.has-side-pic .side-pic-v1 .background-pic {
  position: absolute;
  width: auto;
  top: 0;
  left: -30px;
  bottom: 0;
  right: 15px;
}
/* line 133, ../scss/blocks/_blocks.scss */
.has-side-pic .side-pic-v2 {
  right: 15px;
}
/* line 136, ../scss/blocks/_blocks.scss */
.has-side-pic .side-pic-v2 .background-pic {
  width: auto;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  right: -30px;
}
/* line 146, ../scss/blocks/_blocks.scss */
.has-side-pic .side-content {
  padding-top: 85px;
  padding-bottom: 85px;
}
/* line 151, ../scss/blocks/_blocks.scss */
.has-side-pic .background-pic {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 161, ../scss/blocks/_blocks.scss */
.has-side-pic .background-pic.v2:before {
  content: "hhhhhhhhhhhhhhh";
  position: absolute;
  top: 0;
  left: 0;
}
/* line 169, ../scss/blocks/_blocks.scss */
.has-side-pic .pull-right {
  right: 0;
}
@media (min-width: 768px) {
  /* line 174, ../scss/blocks/_blocks.scss */
  .has-side-pic .side-content {
    padding-left: 50px;
  }
  /* line 177, ../scss/blocks/_blocks.scss */
  .has-side-pic .side-content.v2 {
    padding-left: 0;
    padding-right: 50px;
  }
}

/* line 185, ../scss/blocks/_blocks.scss */
.position-relative {
  position: relative;
}

/* line 189, ../scss/blocks/_blocks.scss */
.signup {
  padding: 0;
}

/* line 193, ../scss/blocks/_blocks.scss */
.icon-wrap {
  background-color: #eceeef;
  text-align: center;
  font-size: 150px;
  color: #2a628f;
  padding: 125px 0;
}

/* line 201, ../scss/blocks/_blocks.scss */
.form-wrap {
  padding: 100px 0;
}

/* line 205, ../scss/blocks/_blocks.scss */
.table-block {
  display: table;
  width: 100%;
  margin: 0;
}

/* line 211, ../scss/blocks/_blocks.scss */
.table-row {
  display: table-row;
}

/* line 215, ../scss/blocks/_blocks.scss */
.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 220, ../scss/blocks/_blocks.scss */
.bg-default {
  background-color: #1abc9c;
  color: #fff;
}
/* line 224, ../scss/blocks/_blocks.scss */
.bg-default h1, .bg-default h2, .bg-default h3, .bg-default h4, .bg-default h5, .bg-default h6, .bg-default .h1, .bg-default .h2, .bg-default .h3, .bg-default .h4, .bg-default .h5, .bg-default .h6 {
  color: #fff;
}

/* line 229, ../scss/blocks/_blocks.scss */
.text-default {
  color: #fff;
}
/* line 232, ../scss/blocks/_blocks.scss */
.text-default h1, .text-default h2, .text-default h3, .text-default h4, .text-default h5, .text-default h6, .text-default .h1, .text-default .h2, .text-default .h3, .text-default .h4, .text-default .h5, .text-default .h6 {
  color: #fff;
}

/* line 237, ../scss/blocks/_blocks.scss */
.section-header {
  margin-bottom: 50px;
  position: relative;
}
/* line 241, ../scss/blocks/_blocks.scss */
.section-header .section-title {
  margin-top: 0;
}

/* line 246, ../scss/blocks/_blocks.scss */
.overlay-default, .overlay-dark, .overlay-gray, .overlay-dark-lighter, .overlay-green-lighter, .overlay-consult, .overlay-simple, .overlay-primary {
  position: relative;
}
/* line 249, ../scss/blocks/_blocks.scss */
.overlay-default:before, .overlay-dark:before, .overlay-gray:before, .overlay-dark-lighter:before, .overlay-green-lighter:before, .overlay-consult:before, .overlay-simple:before, .overlay-primary:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
}

/* line 263, ../scss/blocks/_blocks.scss */
.overlay-dark:before {
  background-color: #202020;
  opacity: 0.8;
}

/* line 271, ../scss/blocks/_blocks.scss */
.overlay-gray:before {
  background-color: #F2F5F7;
  opacity: 0.8;
}

/* line 278, ../scss/blocks/_blocks.scss */
.overlay-dark-lighter:before {
  background-color: #0275d8;
  opacity: 0.2;
}

/* line 285, ../scss/blocks/_blocks.scss */
.overlay-green-lighter:before {
  background-color: #2a628f;
  opacity: 0.8;
}

/* line 292, ../scss/blocks/_blocks.scss */
.overlay-consult:before {
  background-color: #0275d8;
  opacity: 0.9;
}

/* line 299, ../scss/blocks/_blocks.scss */
.overlay-simple:before {
  background-color: #00b295;
  opacity: 0.4;
}

/* line 306, ../scss/blocks/_blocks.scss */
.overlay-primary:before {
  background-color: #0275d8;
  opacity: 0.9;
}

/* line 313, ../scss/blocks/_blocks.scss */
.name small {
  display: block;
}

/* line 318, ../scss/blocks/_blocks.scss */
.row-compact {
  margin-left: -14px;
  margin-right: -14px;
}
/* line 322, ../scss/blocks/_blocks.scss */
.row-compact .col-xs-1, .row-compact .col-sm-1, .row-compact .col-md-1, .row-compact .col-lg-1, .row-compact .col-xs-2, .row-compact .col-sm-2, .row-compact .col-md-2, .row-compact .col-lg-2, .row-compact .col-xs-3, .row-compact .col-sm-3, .row-compact .col-md-3, .row-compact .col-lg-3, .row-compact .col-xs-4, .row-compact .col-sm-4, .row-compact .col-md-4, .row-compact .col-lg-4, .row-compact .col-xs-5, .row-compact .col-sm-5, .row-compact .col-md-5, .row-compact .col-lg-5, .row-compact .col-xs-6, .row-compact .col-sm-6, .row-compact .col-md-6, .row-compact .col-lg-6, .row-compact .col-xs-7, .row-compact .col-sm-7, .row-compact .col-md-7, .row-compact .col-lg-7, .row-compact .col-xs-8, .row-compact .col-sm-8, .row-compact .col-md-8, .row-compact .col-lg-8, .row-compact .col-xs-9, .row-compact .col-sm-9, .row-compact .col-md-9, .row-compact .col-lg-9, .row-compact .col-xs-10, .row-compact .col-sm-10, .row-compact .col-md-10, .row-compact .col-lg-10, .row-compact .col-xs-11, .row-compact .col-sm-11, .row-compact .col-md-11, .row-compact .col-lg-11, .row-compact .col-xs-12, .row-compact .col-sm-12, .row-compact .col-md-12, .row-compact .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

/* line 328, ../scss/blocks/_blocks.scss */
.row-narrow {
  margin-left: -1px;
  margin-right: -1px;
}
/* line 332, ../scss/blocks/_blocks.scss */
.row-narrow .col-xs-1, .row-narrow .col-sm-1, .row-narrow .col-md-1, .row-narrow .col-lg-1, .row-narrow .col-xs-2, .row-narrow .col-sm-2, .row-narrow .col-md-2, .row-narrow .col-lg-2, .row-narrow .col-xs-3, .row-narrow .col-sm-3, .row-narrow .col-md-3, .row-narrow .col-lg-3, .row-narrow .col-xs-4, .row-narrow .col-sm-4, .row-narrow .col-md-4, .row-narrow .col-lg-4, .row-narrow .col-xs-5, .row-narrow .col-sm-5, .row-narrow .col-md-5, .row-narrow .col-lg-5, .row-narrow .col-xs-6, .row-narrow .col-sm-6, .row-narrow .col-md-6, .row-narrow .col-lg-6, .row-narrow .col-xs-7, .row-narrow .col-sm-7, .row-narrow .col-md-7, .row-narrow .col-lg-7, .row-narrow .col-xs-8, .row-narrow .col-sm-8, .row-narrow .col-md-8, .row-narrow .col-lg-8, .row-narrow .col-xs-9, .row-narrow .col-sm-9, .row-narrow .col-md-9, .row-narrow .col-lg-9, .row-narrow .col-xs-10, .row-narrow .col-sm-10, .row-narrow .col-md-10, .row-narrow .col-lg-10, .row-narrow .col-xs-11, .row-narrow .col-sm-11, .row-narrow .col-md-11, .row-narrow .col-lg-11, .row-narrow .col-xs-12, .row-narrow .col-sm-12, .row-narrow .col-md-12, .row-narrow .col-lg-12 {
  padding-left: 1px;
  padding-right: 1px;
}

/* line 338, ../scss/blocks/_blocks.scss */
.parallax {
  background-image: url(../images/parallax/squares.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

/* line 346, ../scss/blocks/_blocks.scss */
.parallax-v2 {
  background-image: url(../images/parallax/parallax-two.jpg);
}

/* line 350, ../scss/blocks/_blocks.scss */
.parallax-v3 {
  background-image: url(../images/parallax/parallax-three.jpg);
}

/* line 354, ../scss/blocks/_blocks.scss */
.parallax-v4 {
  background-image: url(../images/parallax/parallax-four.jpg);
}

/* line 358, ../scss/blocks/_blocks.scss */
.parallax-v5 {
  background-image: url(../images/parallax/parallax-five.jpg);
}

/* line 362, ../scss/blocks/_blocks.scss */
.parallax-v6 {
  background-image: url(../images/parallax/parallax-six.jpg);
}

/* line 366, ../scss/blocks/_blocks.scss */
.parallax-v7 {
  background-image: url(../images/parallax/polygon.jpg);
}

/* line 370, ../scss/blocks/_blocks.scss */
.background-v1 {
  background-image: url(../images/parallax/parallax-pattern.png);
  background-repeat: repeat;
}

/* line 375, ../scss/blocks/_blocks.scss */
.tscarousel .background-v1 {
  background-size: inherit !important;
}

/* line 379, ../scss/blocks/_blocks.scss */
.picture-box {
  margin-bottom: 35px;
  background-color: #fff;
  display: table;
  margin-left: 0;
}
/* line 386, ../scss/blocks/_blocks.scss */
.picture-box .row > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
  position: relative;
}
/* line 392, ../scss/blocks/_blocks.scss */
.picture-box .row > div img {
  display: inline-block;
  width: 100%;
  min-width: 150px;
}
/* line 398, ../scss/blocks/_blocks.scss */
.picture-box .row > div h3 {
  margin-top: 0;
}
/* line 402, ../scss/blocks/_blocks.scss */
.picture-box .row > div .content-right {
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
/* line 408, ../scss/blocks/_blocks.scss */
.picture-box .row > div .content-left {
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

/* line 417, ../scss/blocks/_blocks.scss */
.action-box {
  margin-bottom: 35px;
  background-color: #fff;
  width: 100%;
  padding: 35px;
}
@media (min-width: 768px) {
  /* line 424, ../scss/blocks/_blocks.scss */
  .action-box {
    display: table;
    margin-left: 0;
  }
  /* line 429, ../scss/blocks/_blocks.scss */
  .action-box > div {
    display: table-cell;
    vertical-align: middle;
  }
}
/* line 435, ../scss/blocks/_blocks.scss */
.action-box.action-box-v2 {
  background-color: #0275d8;
  color: #fff;
}

/* line 441, ../scss/blocks/_blocks.scss */
.well-v3 {
  background-color: #fff;
  min-height: 300px;
  margin-bottom: 50px;
}

/* line 448, ../scss/blocks/_blocks.scss */
.well-v4 {
  background-color: #fff;
  padding: 0;
  min-height: 300px;
  margin-bottom: 50px;
  border: 0;
}
/* line 455, ../scss/blocks/_blocks.scss */
.well-v4 .nav > li > a {
  padding: 25px;
  background-color: #eceeef;
  border-color: #eceeef;
  border-radius: 0;
}
/* line 462, ../scss/blocks/_blocks.scss */
.well-v4 .nav > .active > a {
  border-color: #fff;
  background-color: #fff;
}
/* line 467, ../scss/blocks/_blocks.scss */
.well-v4 .tab-pane {
  padding: 35px;
  padding-top: 0;
}

/* line 474, ../scss/blocks/_blocks.scss */
.has-bottom-line {
  display: inline-block;
}
/* line 477, ../scss/blocks/_blocks.scss */
.has-bottom-line:after {
  content: '';
  width: 50px;
  height: 3px;
  background-color: #2a628f;
  display: block;
  margin-top: 10px;
}

/* line 489, ../scss/blocks/_blocks.scss */
.has-bottom-line.middle:after {
  margin: 10px auto;
}

/* line 495, ../scss/blocks/_blocks.scss */
.arrow-right {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -17.5px;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #fff;
}

/* line 507, ../scss/blocks/_blocks.scss */
.arrow-left {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -17.5px;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-right: 35px solid #fff;
}

/* line 520, ../scss/blocks/_blocks.scss */
.block-about-v1 {
  padding: 0;
}
/* line 523, ../scss/blocks/_blocks.scss */
.block-about-v1 .back-gray-light {
  position: relative;
  padding: 50px 0;
}
/* line 527, ../scss/blocks/_blocks.scss */
.block-about-v1 .back-gray-light:before {
  content: '';
  position: absolute;
  background-color: #eceeef;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -15px;
}
/* line 539, ../scss/blocks/_blocks.scss */
.block-about-v1 .back-gray-lighter {
  position: relative;
  padding: 50px 0;
}
/* line 543, ../scss/blocks/_blocks.scss */
.block-about-v1 .back-gray-lighter:before {
  content: '';
  position: absolute;
  background-color: #d4d4d4;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -15px;
}
@media (min-width: 768px) {
  /* line 556, ../scss/blocks/_blocks.scss */
  .block-about-v1 .row {
    display: table;
  }
  /* line 559, ../scss/blocks/_blocks.scss */
  .block-about-v1 .row > div {
    display: table-cell;
    float: none;
  }
  /* line 565, ../scss/blocks/_blocks.scss */
  .block-about-v1 .back-gray-light {
    padding: 100px 0 100px 50px;
  }
  /* line 568, ../scss/blocks/_blocks.scss */
  .block-about-v1 .back-gray-light:before {
    content: '';
    position: absolute;
    top: -250px;
    bottom: -250px;
    left: -15px;
    right: -500px;
  }
  /* line 578, ../scss/blocks/_blocks.scss */
  .block-about-v1 .back-gray-lighter {
    padding: 100px 50px 100px 0;
  }
  /* line 581, ../scss/blocks/_blocks.scss */
  .block-about-v1 .back-gray-lighter:before {
    content: '';
    position: absolute;
    top: -250px;
    bottom: -250px;
    left: -500px;
    right: -15px;
  }
}

/* line 593, ../scss/blocks/_blocks.scss */
.block-map {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 599, ../scss/blocks/_blocks.scss */
.block-map iframe {
  margin-bottom: 0;
}
/* line 603, ../scss/blocks/_blocks.scss */
.block-map .block-address {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 610, ../scss/blocks/_blocks.scss */
.block-map .back-gray-light {
  position: relative;
}
/* line 612, ../scss/blocks/_blocks.scss */
.block-map .back-gray-light:before {
  content: '';
  position: absolute;
  top: -250px;
  bottom: -1000px;
  left: -250px;
  right: -15px;
  background-color: #2a628f;
  opacity: 0.9;
  z-index: 1;
}
/* line 625, ../scss/blocks/_blocks.scss */
.block-map .map-content {
  position: absolute;
  z-index: 2;
  margin-top: -143.5px;
  color: #fff;
  font-size: 18px;
  top: 50%;
}
/* line 634, ../scss/blocks/_blocks.scss */
.block-map .block-content {
  height: 450px;
}
/* line 638, ../scss/blocks/_blocks.scss */
.block-map .map {
  position: relative;
}
/* line 641, ../scss/blocks/_blocks.scss */
.block-map .map iframe {
  height: 450px;
}
/* line 645, ../scss/blocks/_blocks.scss */
.block-map .map .touchable-area {
  position: absolute;
  top: 0;
  height: 450px;
  width: 30px;
  background: #FFF;
  background: rgba(255, 255, 255, 0.6);
}
/* line 653, ../scss/blocks/_blocks.scss */
.block-map .map .touchable-area.touchable-area-left {
  left: 0;
}
/* line 657, ../scss/blocks/_blocks.scss */
.block-map .map .touchable-area.touchable-area-right {
  right: 0;
}

/* line 664, ../scss/blocks/_blocks.scss */
.mc-hide-address {
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  padding: 5px 8px;
  background: rgba(0, 0, 0, 0.6);
}

/* line 678, ../scss/blocks/_blocks.scss */
.block-result-list {
  padding-top: 35px;
}

/* line 683, ../scss/blocks/_blocks.scss */
.result-list > li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

/* line 690, ../scss/blocks/_blocks.scss */
.portfolio-filter {
  display: inline-block;
  margin-bottom: 35px;
}
/* line 698, ../scss/blocks/_blocks.scss */
.portfolio-filter.nav-pills > li.active > a, .portfolio-filter.nav-pills > li.active > a:hover, .portfolio-filter.nav-pills > li.active > a:focus {
  background-color: transparent;
  border: 2px solid #0275d8;
  color: #0275d8;
  border-radius: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 714, ../scss/blocks/_blocks.scss */
.service-box.v2 {
  margin-bottom: 30px;
}
/* line 717, ../scss/blocks/_blocks.scss */
.service-box.v2 .service-icon {
  float: left;
  width: 65px;
}
/* line 722, ../scss/blocks/_blocks.scss */
.service-box.v2 .service-detail {
  margin-left: 65px;
}
/* line 725, ../scss/blocks/_blocks.scss */
.service-box.v2 .service-detail > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 734, ../scss/blocks/_blocks.scss */
.user-form-popup {
  text-align: left;
}
/* line 737, ../scss/blocks/_blocks.scss */
.user-form-popup .Actions {
  text-align: center;
}

/* line 742, ../scss/blocks/_blocks.scss */
.ufp-header {
  padding-bottom: 1rem;
}

/* line 1, ../scss/blocks/box/_box-simple.scss */
.bx-simple {
  margin-bottom: 0 !important;
  border: 1px solid #eceeef;
}
/* line 4, ../scss/blocks/box/_box-simple.scss */
.bx-simple .bx-inner {
  padding: 3rem 1rem;
}

@media (min-width: 768px) {
  /* line 10, ../scss/blocks/box/_box-simple.scss */
  .no-gutter .bx-simple + .bx-simple {
    margin-left: -1px;
  }
}
/* line 1, ../scss/blocks/box/_box-bullets.scss */
.bx-bullets {
  margin-left: -20px;
}
/* line 4, ../scss/blocks/box/_box-bullets.scss */
.bx-bullets li {
  padding-left: 0;
  padding-right: 30px;
}

/* line 2, ../scss/blocks/box/_box-color.scss */
.bx-color .bx-inner {
  padding: 3rem 1rem;
}
/* line 6, ../scss/blocks/box/_box-color.scss */
.bx-color .bx-title {
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}
/* line 13, ../scss/blocks/box/_box-color.scss */
.bx-color .icon {
  width: 55px;
  float: left;
  font-size: 2rem;
}
/* line 19, ../scss/blocks/box/_box-color.scss */
.bx-color .detail {
  margin-left: 55px;
}

/* line 2, ../scss/blocks/box/_box-image-fixed-fluid.scss */
.bx-image a {
  color: #fff;
}
/* line 5, ../scss/blocks/box/_box-image-fixed-fluid.scss */
.bx-image a:hover {
  color: #0275d8;
}

/* line 1, ../scss/blocks/box/_box-image.scss */
.bx-image {
  margin-bottom: 0;
  text-align: center;
}
/* line 4, ../scss/blocks/box/_box-image.scss */
.bx-image img {
  max-width: 100%;
  display: inline-block;
}

/* line 8, ../scss/blocks/box/_box.scss */
.bx {
  margin-bottom: 0.5rem;
}
/* line 11, ../scss/blocks/box/_box.scss */
.bx .detail {
  opacity: 0;
  padding: 8rem 4rem;
}
/* line 16, ../scss/blocks/box/_box.scss */
.bx:hover .detail {
  opacity: 1;
}

/* line 22, ../scss/blocks/box/_box.scss */
.bx-case-study .detail {
  opacity: 1;
}

/* line 27, ../scss/blocks/box/_box.scss */
.bx-image,
.bx-image-full,
.bx-case-study {
  color: #fff;
}
/* line 32, ../scss/blocks/box/_box.scss */
.bx-image .bx-inner,
.bx-image-full .bx-inner,
.bx-case-study .bx-inner {
  overflow: hidden;
  position: relative;
}
/* line 37, ../scss/blocks/box/_box.scss */
.bx-image .bx-title,
.bx-image-full .bx-title,
.bx-case-study .bx-title {
  color: #fff;
}
/* line 41, ../scss/blocks/box/_box.scss */
.bx-image .bx-thumbnail,
.bx-image-full .bx-thumbnail,
.bx-case-study .bx-thumbnail {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 480px;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
}
/* line 55, ../scss/blocks/box/_box.scss */
.bx-image .overlay,
.bx-image-full .overlay,
.bx-case-study .overlay {
  opacity: .5;
  z-index: 2;
}
/* line 60, ../scss/blocks/box/_box.scss */
.bx-image:hover .bx-thumbnail,
.bx-image-full:hover .bx-thumbnail,
.bx-case-study:hover .bx-thumbnail {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari */
  transform: scale(1.05);
}
/* line 65, ../scss/blocks/box/_box.scss */
.bx-image .detail,
.bx-image-full .detail,
.bx-case-study .detail {
  position: relative;
  z-index: 3;
}

/* line 1, ../scss/blocks/team/_team.scss */
.tm-member {
  margin-bottom: 0.5rem;
}
/* line 4, ../scss/blocks/team/_team.scss */
.tm-member .member-pic {
  max-width: 100%;
}
/* line 8, ../scss/blocks/team/_team.scss */
.tm-member .member-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
/* line 14, ../scss/blocks/team/_team.scss */
.tm-member .member-ccupation {
  font-size: 1rem;
  color: #fff;
}
/* line 19, ../scss/blocks/team/_team.scss */
.tm-member:hover .overlay {
  opacity: 0.5;
}

/* line 2, ../scss/blocks/team/_team-social.scss */
.tm-social .tm-member-inner {
  position: relative;
  min-height: 200px;
}
/* line 6, ../scss/blocks/team/_team-social.scss */
.tm-social .member-pic {
  border-radius: 3px;
}
/* line 10, ../scss/blocks/team/_team-social.scss */
.tm-social .detail,
.tm-social .social {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 2;
}
/* line 19, ../scss/blocks/team/_team-social.scss */
.tm-social .social {
  top: auto;
  bottom: 1rem;
}

/* line 2, ../scss/blocks/team/_team-flip.scss */
.tm-flip .back .detail,
.tm-flip .front .detail,
.tm-flip .social {
  width: 100%;
  position: absolute;
  text-align: center;
  padding: 2rem;
  left: 0;
}
/* line 12, ../scss/blocks/team/_team-flip.scss */
.tm-flip .front .detail {
  bottom: 0;
  z-index: 2;
}
/* line 18, ../scss/blocks/team/_team-flip.scss */
.tm-flip .back .detail {
  top: 0;
}
/* line 22, ../scss/blocks/team/_team-flip.scss */
.tm-flip .back .member-pic {
  visibility: hidden;
}
/* line 27, ../scss/blocks/team/_team-flip.scss */
.tm-flip .social {
  bottom: 0;
  margin-top: 20px;
}
/* line 32, ../scss/blocks/team/_team-flip.scss */
.tm-flip .social > li > a {
  background: #FFF;
}

/* line 39, ../scss/blocks/team/_team-flip.scss */
.flip-container {
  perspective: 1000px;
}

/* line 43, ../scss/blocks/team/_team-flip.scss */
.flip-container, .front, .back {
  height: 280px;
}

/* line 47, ../scss/blocks/team/_team-flip.scss */
.front, .back {
  width: 100%;
  background-size: cover;
}

/* line 52, ../scss/blocks/team/_team-flip.scss */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

/* line 59, ../scss/blocks/team/_team-flip.scss */
.front, .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 67, ../scss/blocks/team/_team-flip.scss */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
  background-size: cover;
}

/* line 74, ../scss/blocks/team/_team-flip.scss */
.back {
  transform: rotateY(180deg);
}

@media (min-width: 768px) {
  /* line 79, ../scss/blocks/team/_team-flip.scss */
  .flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
  }
}
/* line 2, ../scss/blocks/team/_team-slider.scss */
.tm-slider .detail {
  padding: 2rem;
}
/* line 6, ../scss/blocks/team/_team-slider.scss */
.tm-slider .member-ccupation,
.tm-slider .member-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 28, ../scss/blocks/team/_team.scss */
.person {
  margin-bottom: 0.5rem;
}
/* line 31, ../scss/blocks/team/_team.scss */
.person img {
  max-width: 100%;
}
/* line 35, ../scss/blocks/team/_team.scss */
.person .person-thumb {
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}
/* line 40, ../scss/blocks/team/_team.scss */
.person .person-thumb:after {
  background-color: #2a628f;
  position: absolute;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
/* line 56, ../scss/blocks/team/_team.scss */
.person-v2 .person .person-thumb {
  border-radius: 50%;
}
/* line 59, ../scss/blocks/team/_team.scss */
.person-v2 .person .person-thumb::after {
  border-radius: 50%;
}
/* line 65, ../scss/blocks/team/_team.scss */
.person .person-detail {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 0 2rem;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
/* line 78, ../scss/blocks/team/_team.scss */
.person .img-circle {
  display: inline-block;
}
/* line 82, ../scss/blocks/team/_team.scss */
.person .name {
  font-weight: 900;
  margin-bottom: 5px;
}
/* line 89, ../scss/blocks/team/_team.scss */
.person:hover .person-thumb:after {
  opacity: 0.8;
}
/* line 94, ../scss/blocks/team/_team.scss */
.person:hover .person-detail {
  bottom: 50%;
  opacity: 1;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
}
/* line 103, ../scss/blocks/team/_team.scss */
.person .social-icons .fa {
  color: #fff !important;
}

/* line 2, ../scss/blocks/content/_content-image-left.scss */
.ct-img-left .image {
  padding: 0;
  background-size: cover;
}
/* line 7, ../scss/blocks/content/_content-image-left.scss */
.ct-img-left .content {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  /* line 1, ../scss/blocks/content/_content-image-left.scss */
  .ct-img-left {
    min-height: 480px;
    display: table;
    width: 100%;
  }
  /* line 17, ../scss/blocks/content/_content-image-left.scss */
  .ct-img-left .image,
  .ct-img-left .content {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  /* line 24, ../scss/blocks/content/_content-image-left.scss */
  .ct-img-left .container {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  /* line 29, ../scss/blocks/content/_content-image-left.scss */
  .ct-img-left .image {
    min-height: 200px;
  }
  /* line 32, ../scss/blocks/content/_content-image-left.scss */
  .ct-img-left .content {
    padding: 0.5rem 0;
  }
}

/* line 2, ../scss/blocks/content/_content-image-right.scss */
.ct-img-right .image {
  padding: 0;
  background-size: cover;
}
/* line 7, ../scss/blocks/content/_content-image-right.scss */
.ct-img-right .content {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  /* line 1, ../scss/blocks/content/_content-image-right.scss */
  .ct-img-right {
    min-height: 480px;
    display: table;
    width: 100%;
  }
  /* line 17, ../scss/blocks/content/_content-image-right.scss */
  .ct-img-right .image,
  .ct-img-right .content {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  /* line 24, ../scss/blocks/content/_content-image-right.scss */
  .ct-img-right .container {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  /* line 29, ../scss/blocks/content/_content-image-right.scss */
  .ct-img-right .image {
    min-height: 200px;
  }
  /* line 33, ../scss/blocks/content/_content-image-right.scss */
  .ct-img-right .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* line 2, ../scss/blocks/content/_content-slider.scss */
.content-slider .carousel .carousel-item {
  min-height: 300px;
  background-size: cover;
}
/* line 7, ../scss/blocks/content/_content-slider.scss */
.content-slider .carousel .carousel-item .carousel-caption {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-shadow: none;
  text-align: left;
}
/* line 21, ../scss/blocks/content/_content-slider.scss */
.content-slider .caption {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 27, ../scss/blocks/content/_content-slider.scss */
.content-slider .carousel-indicators {
  z-index: 999;
}
/* line 29, ../scss/blocks/content/_content-slider.scss */
.content-slider .carousel-indicators li {
  border-color: #bcbcbc;
}
/* line 33, ../scss/blocks/content/_content-slider.scss */
.content-slider .carousel-indicators .active {
  background-color: #bcbcbc;
}
/* line 38, ../scss/blocks/content/_content-slider.scss */
.content-slider .white.carousel-indicators li {
  border-color: #fff;
}
/* line 42, ../scss/blocks/content/_content-slider.scss */
.content-slider .white.carousel-indicators .active {
  background-color: #fff;
}
@media (min-width: 768px) {
  /* line 47, ../scss/blocks/content/_content-slider.scss */
  .content-slider .carousel-indicators {
    width: auto;
    right: 5%;
    top: 50%;
    left: auto;
  }
  /* line 53, ../scss/blocks/content/_content-slider.scss */
  .content-slider .carousel-indicators li {
    display: block;
  }
  /* line 58, ../scss/blocks/content/_content-slider.scss */
  .content-slider .carousel .carousel-item {
    min-height: 500px;
  }
}
/* line 63, ../scss/blocks/content/_content-slider.scss */
.content-slider img {
  max-width: 100%;
}
/* line 68, ../scss/blocks/content/_content-slider.scss */
.content-slider .delay1 {
  animation-delay: 1s;
}
/* line 71, ../scss/blocks/content/_content-slider.scss */
.content-slider .delay2 {
  animation-delay: 1.5s;
}
/* line 74, ../scss/blocks/content/_content-slider.scss */
.content-slider .delay2 {
  animation-delay: 2s;
}
/* line 77, ../scss/blocks/content/_content-slider.scss */
.content-slider .delay4 {
  animation-delay: 2.5s;
}
/* line 81, ../scss/blocks/content/_content-slider.scss */
.content-slider h3.caption {
  color: #fff;
}

/* line 2, ../scss/blocks/content/_content-video.scss */
.ct-vid .ct-vid-header,
.ct-vid .embed-responsive {
  margin-bottom: 2rem;
}

/* line 1, ../scss/blocks/content/_content-default.scss */
.ct-img-bg,
.ct-norm {
  text-align: center;
}

/* line 6, ../scss/blocks/content/_content-default.scss */
.ct-img-bg {
  color: #fff;
}
/* line 9, ../scss/blocks/content/_content-default.scss */
.ct-img-bg h2 {
  color: #fff;
}

@media (min-width: 768px) {
  /* line 16, ../scss/blocks/content/_content-default.scss */
  .ct-img-left .row {
    display: table;
    width: 100%;
  }
  /* line 20, ../scss/blocks/content/_content-default.scss */
  .ct-img-left .row .col-md-6 {
    display: table-cell;
    float: none;
  }
}
/* line 10, ../scss/blocks/content/_content.scss */
.block-v4 {
  padding: 48px 0;
  text-align: center;
}

/* line 1, ../scss/blocks/testimonial/_testimonial-company.scss */
.testi-comp {
  text-align: center;
  padding: 0 15%;
  color: #fff;
}

/* line 6, ../scss/blocks/testimonial/_testimonial-company.scss */
.carouel-comp {
  position: relative;
  z-index: 2;
}
/* line 9, ../scss/blocks/testimonial/_testimonial-company.scss */
.carouel-comp .carousel-indicators {
  text-align: center;
  position: relative;
  left: auto;
  margin-left: 0;
  width: 100%;
  right: auto;
}
/* line 17, ../scss/blocks/testimonial/_testimonial-company.scss */
.carouel-comp .carousel-indicators li {
  display: inline-block;
  text-indent: inherit;
  width: auto;
  height: auto;
  border: 0;
  background-color: transparent;
}
/* line 26, ../scss/blocks/testimonial/_testimonial-company.scss */
.carouel-comp .carousel-indicators img {
  max-height: 60px;
  max-width: 140px;
  cursor: pointer;
  opacity: 0.3;
}
/* line 33, ../scss/blocks/testimonial/_testimonial-company.scss */
.carouel-comp .carousel-indicators .active img {
  opacity: 1;
}

/* line 1, ../scss/blocks/testimonial/_testimonial-default.scss */
.testimonial-default {
  margin-bottom: 0.5rem;
  text-align: center;
}
/* line 5, ../scss/blocks/testimonial/_testimonial-default.scss */
.testimonial-default cite {
  display: block;
  font-size: 75%;
}
/* line 10, ../scss/blocks/testimonial/_testimonial-default.scss */
.testimonial-default .img-circle,
.testimonial-default header {
  margin-bottom: 10.5px;
}

/* line 1, ../scss/blocks/testimonial/_testimonial-grid.scss */
.testimonial-grid {
  margin-bottom: 0.5rem;
}
/* line 3, ../scss/blocks/testimonial/_testimonial-grid.scss */
.testimonial-grid .thumbnail {
  float: left;
}
/* line 7, ../scss/blocks/testimonial/_testimonial-grid.scss */
.testimonial-grid .testimonial-detail {
  margin-left: 130px;
}

/* line 1, ../scss/blocks/testimonial/_testimonial-single.scss */
.tes-single {
  text-align: center;
  padding: 0 15%;
  margin-bottom: 0;
}
/* line 6, ../scss/blocks/testimonial/_testimonial-single.scss */
.tes-single .avatar {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  margin-bottom: 1rem;
}

/* line 1, ../scss/blocks/testimonial/_testimonial-multiple.scss */
.tes-multi {
  padding: 0;
  margin-bottom: 0;
  display: table;
}
/* line 6, ../scss/blocks/testimonial/_testimonial-multiple.scss */
.tes-multi .avatar {
  background-size: cover;
}
@media (min-width: 992px) {
  /* line 11, ../scss/blocks/testimonial/_testimonial-multiple.scss */
  .tes-multi .avatar,
  .tes-multi .detail {
    display: table-cell;
    width: 50%;
  }
  /* line 17, ../scss/blocks/testimonial/_testimonial-multiple.scss */
  .tes-multi .detail {
    padding: 10rem 5%;
    padding-bottom: 20rem;
    font-weight: 100;
  }
}
@media (max-width: 991px) {
  /* line 25, ../scss/blocks/testimonial/_testimonial-multiple.scss */
  .tes-multi .detail {
    padding: 0.5rem 10%;
    text-align: center;
    padding-bottom: 100px;
  }
}

/* line 34, ../scss/blocks/testimonial/_testimonial-multiple.scss */
.carousel-multi .carousel-indicators {
  text-align: left;
  margin-left: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin-bottom: 0.5rem;
  z-index: 2;
}
/* line 43, ../scss/blocks/testimonial/_testimonial-multiple.scss */
.carousel-multi .carousel-indicators img {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  opacity: 0.3;
}
/* line 50, ../scss/blocks/testimonial/_testimonial-multiple.scss */
.carousel-multi .carousel-indicators li {
  cursor: pointer;
  display: inline-block;
  text-indent: inherit;
  width: auto;
  height: auto;
  border: 0;
  background-color: transparent;
}
/* line 60, ../scss/blocks/testimonial/_testimonial-multiple.scss */
.carousel-multi .carousel-indicators .active img {
  opacity: 1;
}

@media (max-width: 991px) {
  /* line 68, ../scss/blocks/testimonial/_testimonial-multiple.scss */
  .carousel-multi .carousel-indicators {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  /* line 77, ../scss/blocks/testimonial/_testimonial-multiple.scss */
  .carousel-multi .carousel-indicators {
    margin-left: 5%;
    margin-bottom: 2rem;
  }
}
/* line 7, ../scss/blocks/testimonial/_testimonial.scss */
.tes-single,
.tes-multi,
.testi-comp {
  font-family: Georgia, "Times New Roman", Times, serif;
  border-left: 0;
  font-size: 1.125em;
}
/* line 14, ../scss/blocks/testimonial/_testimonial.scss */
.tes-single footer,
.tes-multi footer,
.testi-comp footer {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
}

/* line 1, ../scss/blocks/contact/_contact-strip.scss */
.ct-strip-header {
  padding: 0 10%;
  margin-bottom: 6rem;
}
/* line 5, ../scss/blocks/contact/_contact-strip.scss */
.ct-strip-header .ct-strip-title {
  color: #fff;
  text-transform: uppercase;
}

/* line 11, ../scss/blocks/contact/_contact-strip.scss */
.ct-strip-info {
  text-align: center;
}
/* line 13, ../scss/blocks/contact/_contact-strip.scss */
.ct-strip-info .icon {
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 8rem;
  display: inline-block;
  margin-bottom: 2rem;
}
/* line 24, ../scss/blocks/contact/_contact-strip.scss */
.ct-strip-info .social > li > a {
  border: 0;
}

/* line 2, ../scss/blocks/contact/_contact-form-full.scss */
.ct-form-full .ct-strip-title {
  border-bottom: 2px solid #2a628f;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125em;
}
/* line 10, ../scss/blocks/contact/_contact-form-full.scss */
.ct-form-full .ct-form-full-header {
  margin-bottom: 3rem;
}

/* line 2, ../scss/blocks/contact/_contact-form.scss */
.contact-form address strong {
  font-size: 1.25rem;
  font-weight: bold;
  color: #bcbcbc;
}
/* line 8, ../scss/blocks/contact/_contact-form.scss */
.contact-form .contact-form-title {
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 4rem;
}
/* line 13, ../scss/blocks/contact/_contact-form.scss */
.contact-form .contact-form-title::before {
  content: "";
  width: 6rem;
  height: 3px;
  background-color: #2a628f;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 6, ../scss/blocks/contact/_contact.scss */
.ct-form-full,
.contact-form {
  /* all */
  /* firefox 19+ */
  /* ie */
}
/* line 9, ../scss/blocks/contact/_contact.scss */
.ct-form-full .form-control::-webkit-input-placeholder,
.contact-form .form-control::-webkit-input-placeholder {
  text-transform: uppercase;
}
/* line 12, ../scss/blocks/contact/_contact.scss */
.ct-form-full .form-control::-moz-placeholder,
.contact-form .form-control::-moz-placeholder {
  text-transform: uppercase;
}
/* line 16, ../scss/blocks/contact/_contact.scss */
.ct-form-full .form-control:-ms-input-placeholder,
.contact-form .form-control:-ms-input-placeholder {
  text-transform: uppercase;
}
/* line 20, ../scss/blocks/contact/_contact.scss */
.ct-form-full .form-control:-moz-placeholder,
.contact-form .form-control:-moz-placeholder {
  text-transform: uppercase;
}
/* line 24, ../scss/blocks/contact/_contact.scss */
.ct-form-full .form-control,
.contact-form .form-control {
  background-color: #eceeef;
  border-color: #eceeef;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
}

/* line 1, ../scss/blocks/cta/_cta.scss */
.fbcta {
  position: relative;
  width: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 10, ../scss/blocks/cta/_cta.scss */
.fbcta .sc-image {
  margin: 0;
}
/* line 13, ../scss/blocks/cta/_cta.scss */
.fbcta .sc-image .caption {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 20, ../scss/blocks/cta/_cta.scss */
.fbcta .typography img {
  border: none;
  border-radius: 0;
}

/* line 27, ../scss/blocks/cta/_cta.scss */
.fbcta-row {
  display: table;
  width: calc(100% + 30px);
}
/* line 31, ../scss/blocks/cta/_cta.scss */
.fbcta-row > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
@media (max-width: 991px) {
  /* line 27, ../scss/blocks/cta/_cta.scss */
  .fbcta-row {
    display: block;
    width: auto;
  }
  /* line 41, ../scss/blocks/cta/_cta.scss */
  .fbcta-row > div {
    display: block;
    width: auto;
  }
}

@media (max-width: 767px) {
  /* line 49, ../scss/blocks/cta/_cta.scss */
  .fbcta-contents .fbcta-heading {
    text-align: center;
    margin-bottom: 1rem;
  }
}

/* line 58, ../scss/blocks/cta/_cta.scss */
.fbcta-buttons .btn {
  margin-bottom: 0.5rem;
}
/* line 61, ../scss/blocks/cta/_cta.scss */
.fbcta-buttons .btn:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  /* line 57, ../scss/blocks/cta/_cta.scss */
  .fbcta-buttons {
    margin-top: 1rem;
    text-align: center !important;
  }
  /* line 70, ../scss/blocks/cta/_cta.scss */
  .fbcta-buttons .btn {
    display: block;
  }
}

/* line 77, ../scss/blocks/cta/_cta.scss */
.fbcta-button-align-right .fbcta-buttons {
  text-align: right;
}

/* line 83, ../scss/blocks/cta/_cta.scss */
.fbcta-button-align-center .fbcta-buttons {
  text-align: center;
}

/* line 88, ../scss/blocks/cta/_cta.scss */
.fbcta-default {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

/* line 93, ../scss/blocks/cta/_cta.scss */
.fbcta-success {
  border-color: #d0e9c6;
  background-color: #dff0d8;
}
/* line 97, ../scss/blocks/cta/_cta.scss */
.fbcta-success * {
  color: #3c763d;
}

/* line 102, ../scss/blocks/cta/_cta.scss */
.fbcta-info {
  border-color: #bcdff1;
  background-color: #d9edf7;
}
/* line 106, ../scss/blocks/cta/_cta.scss */
.fbcta-info * {
  color: #31708f;
}

/* line 111, ../scss/blocks/cta/_cta.scss */
.fbcta-warning {
  border-color: #faf2cc;
  background-color: #fcf8e3;
}
/* line 115, ../scss/blocks/cta/_cta.scss */
.fbcta-warning * {
  color: #8a6d3b;
}

/* line 120, ../scss/blocks/cta/_cta.scss */
.fbcta-danger {
  border-color: #ebcccc;
  background-color: #f2dede;
}
/* line 124, ../scss/blocks/cta/_cta.scss */
.fbcta-danger * {
  color: #a94442;
}

/* line 130, ../scss/blocks/cta/_cta.scss */
.fbcta-light-text * {
  color: #F9F9F9;
}

@media (max-width: 991px) {
  /* line 136, ../scss/blocks/cta/_cta.scss */
  .fbcta-button-left .fbcta-buttons {
    margin-bottom: 1rem;
    margin-top: 0;
  }
}

/* line 145, ../scss/blocks/cta/_cta.scss */
.fbcta-button-bottom .fbcta-buttons {
  margin-top: 0;
}
/* line 148, ../scss/blocks/cta/_cta.scss */
.fbcta-button-bottom .fbcta-buttons .btn {
  margin-bottom: 0;
  margin-top: 0.5rem;
}

/* line 4, ../scss/blocks/client/_client.scss */
.client {
  margin-bottom: 0.5rem;
  opacity: .8;
}
/* line 7, ../scss/blocks/client/_client.scss */
.client:hover {
  opacity: 1;
}
/* line 11, ../scss/blocks/client/_client.scss */
.client img {
  max-width: 100%;
}

/* line 2, ../scss/blocks/iconbox/_iconbox.scss */
.iconbox .fa {
  color: #2a628f;
}

/* line 9, ../scss/blocks/iconbox/_iconbox.scss */
.icon-left .iconbox .iconbox-icon {
  float: left;
  width: 60px;
}
/* line 14, ../scss/blocks/iconbox/_iconbox.scss */
.icon-left .iconbox .detail {
  padding-left: 60px;
}

/* line 22, ../scss/blocks/iconbox/_iconbox.scss */
.icon-right .iconbox .iconbox-icon {
  float: right;
  width: 60px;
  text-align: right;
}
/* line 28, ../scss/blocks/iconbox/_iconbox.scss */
.icon-right .iconbox .iconbox-detail {
  padding-right: 60px;
  text-align: justify;
}

/* line 1, ../scss/blocks/iconbox/_iconbox-big-rows.scss */
.iconbox-big-row {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/* line 4, ../scss/blocks/iconbox/_iconbox-big-rows.scss */
.iconbox-big-row .detail {
  margin-right: 100px;
}
/* line 8, ../scss/blocks/iconbox/_iconbox-big-rows.scss */
.iconbox-big-row .iconbox-icon {
  float: right;
}
/* line 12, ../scss/blocks/iconbox/_iconbox-big-rows.scss */
.iconbox-big-row:nth-child(even) {
  background-color: #eceeef;
}

/* line 1, ../scss/blocks/iconbox/_iconbox-compact-grid.scss */
.iconbox-compact {
  text-align: center;
  padding: 32px;
}
/* line 5, ../scss/blocks/iconbox/_iconbox-compact-grid.scss */
.iconbox-compact:hover {
  background-color: #5396cc;
  color: #fff;
}
/* line 9, ../scss/blocks/iconbox/_iconbox-compact-grid.scss */
.iconbox-compact:hover a {
  color: #fff;
}
/* line 12, ../scss/blocks/iconbox/_iconbox-compact-grid.scss */
.iconbox-compact:hover a:hover, .iconbox-compact:hover a:focus {
  opacity: 0.8;
}

/* line 1, ../scss/blocks/iconbox/_iconbox-image-left.scss */
.iconbox-image-left {
  padding: 0;
}
/* line 4, ../scss/blocks/iconbox/_iconbox-image-left.scss */
.iconbox-image-left .header {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  /* line 1, ../scss/blocks/iconbox/_iconbox-image-left.scss */
  .iconbox-image-left {
    display: table;
    min-height: 500px;
  }
  /* line 12, ../scss/blocks/iconbox/_iconbox-image-left.scss */
  .iconbox-image-left .image {
    padding: 0;
    background-size: cover;
    display: table-cell;
    float: none;
  }
  /* line 19, ../scss/blocks/iconbox/_iconbox-image-left.scss */
  .iconbox-image-left .content {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  /* line 25, ../scss/blocks/iconbox/_iconbox-image-left.scss */
  .iconbox-image-left .container {
    padding: 20px 5%;
  }
}
@media (max-width: 991px) {
  /* line 31, ../scss/blocks/iconbox/_iconbox-image-left.scss */
  .iconbox-image-left .image {
    min-height: 300px;
  }
  /* line 35, ../scss/blocks/iconbox/_iconbox-image-left.scss */
  .iconbox-image-left .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* line 1, ../scss/blocks/iconbox/_iconbox-image-right.scss */
.iconbox-image-right {
  padding: 0;
}
/* line 4, ../scss/blocks/iconbox/_iconbox-image-right.scss */
.iconbox-image-right .header {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  /* line 1, ../scss/blocks/iconbox/_iconbox-image-right.scss */
  .iconbox-image-right {
    display: table;
    min-height: 500px;
  }
  /* line 12, ../scss/blocks/iconbox/_iconbox-image-right.scss */
  .iconbox-image-right .image {
    padding: 0;
    background-size: cover;
    display: table-cell;
    float: none;
  }
  /* line 19, ../scss/blocks/iconbox/_iconbox-image-right.scss */
  .iconbox-image-right .content {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  /* line 25, ../scss/blocks/iconbox/_iconbox-image-right.scss */
  .iconbox-image-right .container {
    padding: 20px 5%;
  }
}
@media (max-width: 991px) {
  /* line 31, ../scss/blocks/iconbox/_iconbox-image-right.scss */
  .iconbox-image-right .image {
    min-height: 300px;
    padding: 0;
    background-size: cover;
  }
  /* line 37, ../scss/blocks/iconbox/_iconbox-image-right.scss */
  .iconbox-image-right .content {
    padding: 0.5rem 0;
  }
}

/* line 2, ../scss/blocks/iconbox/_iconbox-introduction.scss */
.iconbox-intro .iconbox-icon {
  width: 65px;
  float: left;
}
/* line 6, ../scss/blocks/iconbox/_iconbox-introduction.scss */
.iconbox-intro .iconbox-detail {
  margin-left: 65px;
}

/* line 1, ../scss/blocks/iconbox/_iconbox-statistics.scss */
.iconbox-statistic {
  text-align: center;
}
/* line 4, ../scss/blocks/iconbox/_iconbox-statistics.scss */
.iconbox-statistic .iconbox-icon {
  font-size: 48px;
}
/* line 8, ../scss/blocks/iconbox/_iconbox-statistics.scss */
.iconbox-statistic .number,
.iconbox-statistic .des {
  display: block;
}
/* line 13, ../scss/blocks/iconbox/_iconbox-statistics.scss */
.iconbox-statistic .number {
  font-size: 32px;
}

/* line 1, ../scss/blocks/iconbox/_iconbox-three-tiles.scss */
.iconbox-compact-circle {
  text-align: center;
  padding: 32px;
  background-color: #fff;
}
/* line 6, ../scss/blocks/iconbox/_iconbox-three-tiles.scss */
.iconbox-compact-circle:hover {
  background-color: #5396cc;
  color: #fff;
}
/* line 10, ../scss/blocks/iconbox/_iconbox-three-tiles.scss */
.iconbox-compact-circle:hover a {
  color: #fff;
}
/* line 13, ../scss/blocks/iconbox/_iconbox-three-tiles.scss */
.iconbox-compact-circle:hover a:hover, .iconbox-compact-circle:hover a:focus {
  opacity: 0.8;
}
/* line 20, ../scss/blocks/iconbox/_iconbox-three-tiles.scss */
.iconbox-compact-circle .iconbox-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  text-align: center;
  font-size: 25px;
  border: 1px solid #F9F9F9;
  display: inline-block;
}
/* line 30, ../scss/blocks/iconbox/_iconbox-three-tiles.scss */
.iconbox-compact-circle .iconbox-icon .fa {
  font-size: 24px;
}

/* line 1, ../scss/blocks/iconbox/_iconbox-tiles.scss */
.iconbox-win-tile {
  margin: 0 !important;
  text-align: center;
  padding: 48px 0;
  font-size: 24px;
}
/* line 7, ../scss/blocks/iconbox/_iconbox-tiles.scss */
.iconbox-win-tile a {
  color: #fff;
}
/* line 10, ../scss/blocks/iconbox/_iconbox-tiles.scss */
.iconbox-win-tile a:hover, .iconbox-win-tile a:focus {
  opacity: 0.8;
}
/* line 16, ../scss/blocks/iconbox/_iconbox-tiles.scss */
.iconbox-win-tile .fa {
  color: #FFF;
}

/* line 1, ../scss/blocks/iconbox/_iconbox-two-columns-grid.scss */
.iconbox-2-columns {
  padding: 32px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
/* line 7, ../scss/blocks/iconbox/_iconbox-two-columns-grid.scss */
.iconbox-2-columns .fa {
  color: #fff;
}
/* line 11, ../scss/blocks/iconbox/_iconbox-two-columns-grid.scss */
.iconbox-2-columns .iconbox-icon {
  width: 75px;
  float: left;
}
/* line 16, ../scss/blocks/iconbox/_iconbox-two-columns-grid.scss */
.iconbox-2-columns .iconbox-title {
  color: #fff;
}
/* line 19, ../scss/blocks/iconbox/_iconbox-two-columns-grid.scss */
.iconbox-2-columns .iconbox-title > a {
  color: #fff;
}
/* line 22, ../scss/blocks/iconbox/_iconbox-two-columns-grid.scss */
.iconbox-2-columns .iconbox-title > a:hover {
  opacity: 0.8;
}
/* line 28, ../scss/blocks/iconbox/_iconbox-two-columns-grid.scss */
.iconbox-2-columns .iconbox-detail {
  margin-left: 75px;
}

/* line 1, ../scss/blocks/iconbox/_iconbox-squares.scss */
.iconbox-squares {
  padding: 3rem;
  text-align: center;
  background-color: rgba(83, 150, 204, 0.8);
}
/* line 6, ../scss/blocks/iconbox/_iconbox-squares.scss */
.iconbox-squares .iconbox-icon {
  margin-bottom: 2rem;
}
/* line 8, ../scss/blocks/iconbox/_iconbox-squares.scss */
.iconbox-squares .iconbox-icon .fa {
  color: white;
}
/* line 14, ../scss/blocks/iconbox/_iconbox-squares.scss */
.iconbox-squares .iconbox-detail .iconbox-title a {
  color: white;
}
/* line 16, ../scss/blocks/iconbox/_iconbox-squares.scss */
.iconbox-squares .iconbox-detail .iconbox-title a:hover, .iconbox-squares .iconbox-detail .iconbox-title a:focus {
  color: #2a628f;
}

/* line 1, ../scss/blocks/iconbox/_iconbox-default.scss */
.iconbox {
  margin-bottom: 0.5rem;
}

/* line 1, ../scss/blocks/textbox/_textbox.scss */
.textbox {
  margin-bottom: 0.5rem;
}

/* line 1, ../scss/blocks/textbox/_textbox-grid.scss */
.textbox-grid h3 {
  margin: 12px 0;
}

/* line 2, ../scss/blocks/textbox/_textbox-horizontal-rounded.scss */
.textbox-horizontal-rounded .nav-tabs {
  margin-bottom: 21px;
  border: 0;
  text-align: center;
}
/* line 7, ../scss/blocks/textbox/_textbox-horizontal-rounded.scss */
.textbox-horizontal-rounded .nav-tabs .nav-item {
  display: inline-block;
  float: none;
  margin-left: -4px;
}
/* line 12, ../scss/blocks/textbox/_textbox-horizontal-rounded.scss */
.textbox-horizontal-rounded .nav-tabs .nav-item .nav-link {
  border-radius: 2px;
}
/* line 17, ../scss/blocks/textbox/_textbox-horizontal-rounded.scss */
.textbox-horizontal-rounded .nav-tabs .active .nav-link, .textbox-horizontal-rounded .nav-tabs .active.nav-link {
  background-color: #2a628f;
  color: #fff;
  border: 0;
}
@media (max-width: 767px) {
  /* line 25, ../scss/blocks/textbox/_textbox-horizontal-rounded.scss */
  .textbox-horizontal-rounded .nav-tabs .nav-item {
    width: 100%;
  }
}

/* line 2, ../scss/blocks/textbox/_textbox-vertical-tabs.scss */
.textbox-vertical-tabs .nav-link {
  border-radius: 2px;
  background-color: #eceeef;
}
/* line 7, ../scss/blocks/textbox/_textbox-vertical-tabs.scss */
.textbox-vertical-tabs .active.nav-link, .textbox-vertical-tabs .active.nav-link:hover, .textbox-vertical-tabs .active.nav-link:focus {
  background-color: #2a628f;
  color: #fff;
}

/* line 1, ../scss/blocks/pricing/_pricing.scss */
.pricing-table {
  border: 1px solid #ddd;
  margin-bottom: 0.5rem;
  text-align: center;
}
/* line 6, ../scss/blocks/pricing/_pricing.scss */
.pricing-table:hover {
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
}

/* line 10, ../scss/blocks/pricing/_pricing.scss */
.pricing-table-content {
  padding: 32px;
}

/* line 13, ../scss/blocks/pricing/_pricing.scss */
.pricing-table-header {
  padding: 25px 0;
  text-align: center;
}
/* line 17, ../scss/blocks/pricing/_pricing.scss */
.pricing-table-header .pricing-table-price {
  font-size: 75px;
  font-weight: bold;
  line-height: 75px;
}
/* line 22, ../scss/blocks/pricing/_pricing.scss */
.pricing-table-header .pricing-table-name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 21px;
}
/* line 28, ../scss/blocks/pricing/_pricing.scss */
.pricing-table-header .pricing-table-renew {
  text-transform: uppercase;
}

/* line 33, ../scss/blocks/pricing/_pricing.scss */
.pricing-table-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 38, ../scss/blocks/pricing/_pricing.scss */
.pricing-table-list li {
  padding: 10px 50px;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
}

/* line 45, ../scss/blocks/pricing/_pricing.scss */
.pricing-table-footer {
  padding: 25px 0;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 52, ../scss/blocks/pricing/_pricing.scss */
  .pricing-tables .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 56, ../scss/blocks/pricing/_pricing.scss */
  .pricing-tables .row > div {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 63, ../scss/blocks/pricing/_pricing.scss */
  .pricing-table {
    margin-right: -1px;
  }
}
/* line 1, ../scss/blocks/portfolio/_portfolio.scss */
.portfolio-item {
  position: relative;
  color: #fff;
  overflow: hidden;
  display: block;
}
/* line 8, ../scss/blocks/portfolio/_portfolio.scss */
.portfolio-item .portfolio-thumbnail > img {
  width: 100%;
}
/* line 13, ../scss/blocks/portfolio/_portfolio.scss */
.portfolio-item .portfolio-detail {
  background-color: #2a628f;
  position: absolute;
  left: 0;
  bottom: -150px;
  right: 0;
  text-align: center;
  padding: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}
/* line 25, ../scss/blocks/portfolio/_portfolio.scss */
.portfolio-item .portfolio-detail h4 {
  margin-bottom: 5px;
  color: #fff;
}
/* line 31, ../scss/blocks/portfolio/_portfolio.scss */
.portfolio-item .categories {
  font-size: 12px;
}
/* line 35, ../scss/blocks/portfolio/_portfolio.scss */
.portfolio-item:hover {
  color: #fff;
}
/* line 38, ../scss/blocks/portfolio/_portfolio.scss */
.portfolio-item:hover .portfolio-detail {
  bottom: 0;
}
/* line 43, ../scss/blocks/portfolio/_portfolio.scss */
.portfolio-item:hover .portfolio-thumbnail > img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/* line 57, ../scss/blocks/portfolio/_portfolio.scss */
#portfolio .portfolio-item {
  margin-bottom: 30px;
}

/* line 62, ../scss/blocks/portfolio/_portfolio.scss */
.portfolio-filtering-header {
  text-align: center;
  margin-bottom: 35px;
}

/* line 1, ../scss/blocks/_login.scss */
.l-form {
  padding: 4rem;
  background-color: #fff;
}

/* line 6, ../scss/blocks/_login.scss */
.r-form {
  padding: 4rem;
}

/* line 3, ../scss/blocks/workbox/_workbox.scss */
.block-FlexBlock_WorkBox .row-compact img {
  width: 100%;
  max-width: 100%;
}

/* line 10, ../scss/blocks/workbox/_workbox.scss */
.workbox {
  position: relative;
  overflow: hidden;
  display: block;
}
/* line 15, ../scss/blocks/workbox/_workbox.scss */
.workbox img {
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  max-width: 100%;
}
/* line 22, ../scss/blocks/workbox/_workbox.scss */
.workbox:hover img {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari */
  transform: scale(1.05);
}
/* line 28, ../scss/blocks/workbox/_workbox.scss */
.workbox .detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 4rem;
}
/* line 36, ../scss/blocks/workbox/_workbox.scss */
.workbox .detail * {
  color: #fff;
}
/* line 41, ../scss/blocks/workbox/_workbox.scss */
.workbox .make-center {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 46, ../scss/blocks/workbox/_workbox.scss */
.workbox .make-center .center {
  display: table-cell;
  vertical-align: middle;
}

/* line 55, ../scss/blocks/workbox/_workbox.scss */
.workbox-default .detail {
  text-align: center;
}

/* line 62, ../scss/blocks/workbox/_workbox.scss */
html.no-touch .workbox-default .detail {
  cursor: pointer;
  opacity: 0;
}
/* line 66, ../scss/blocks/workbox/_workbox.scss */
html.no-touch .workbox-default .detail h3, html.no-touch .workbox-default .detail p {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
/* line 72, ../scss/blocks/workbox/_workbox.scss */
html.no-touch .workbox-default .detail h3 {
  -webkit-transform: translate(0, 25px);
  -ms-transform: translate(0, 25px);
  -o-transform: translate(0, 25px);
  transform: translate(0, 25px);
}
/* line 79, ../scss/blocks/workbox/_workbox.scss */
html.no-touch .workbox-default .detail p {
  -webkit-transform: translate(0, -25px);
  -ms-transform: translate(0, -25px);
  -o-transform: translate(0, -25px);
  transform: translate(0, -25px);
}
/* line 86, ../scss/blocks/workbox/_workbox.scss */
html.no-touch .workbox-default .detail:hover {
  background-color: rgba(87, 111, 158, 0.8);
  opacity: 1;
}
/* line 90, ../scss/blocks/workbox/_workbox.scss */
html.no-touch .workbox-default .detail:hover h3, html.no-touch .workbox-default .detail:hover p {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 103, ../scss/blocks/workbox/_workbox.scss */
html.touch .workbox-default .detail {
  background-color: rgba(87, 111, 158, 0.8);
  cursor: pointer;
}
/* line 107, ../scss/blocks/workbox/_workbox.scss */
html.touch .workbox-default .detail h3, html.touch .workbox-default .detail p {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 118, ../scss/blocks/workbox/_workbox.scss */
.servicebox {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
/* line 123, ../scss/blocks/workbox/_workbox.scss */
.servicebox img {
  max-width: 100%;
}
/* line 127, ../scss/blocks/workbox/_workbox.scss */
.servicebox .fa {
  color: #2a628f;
}
/* line 131, ../scss/blocks/workbox/_workbox.scss */
.servicebox .servicebox-detail {
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  z-index: 2;
}
/* line 145, ../scss/blocks/workbox/_workbox.scss */
.servicebox .servicebox-detail .servicebox-top {
  display: inline-block;
  width: 166px;
  height: 134px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 6px;
  border: 2px solid #f0f0f0;
  margin-bottom: 25px;
}
/* line 157, ../scss/blocks/workbox/_workbox.scss */
.servicebox .servicebox-detail .servicebox-bottom {
  display: none;
}
/* line 162, ../scss/blocks/workbox/_workbox.scss */
.servicebox .servicebox-thumbnail {
  z-index: 0;
}
/* line 167, ../scss/blocks/workbox/_workbox.scss */
.servicebox:hover:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #2a628f;
  opacity: 0.5;
}
/* line 184, ../scss/blocks/workbox/_workbox.scss */
.servicebox:hover .servicebox-bottom {
  display: block;
}

/* line 191, ../scss/blocks/workbox/_workbox.scss */
html.touch .servicebox .servicebox-detail .servicebox-bottom {
  display: block;
}

@media (max-width: 767px) {
  /* line 199, ../scss/blocks/workbox/_workbox.scss */
  .row-workbox > div:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  /* line 209, ../scss/blocks/workbox/_workbox.scss */
  .workbox-case-study .row-workbox > div:not(:last-child) {
    margin-bottom: 1rem;
  }
}
/* line 1, ../scss/components/_social-icons.scss */
.social-icons {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 8, ../scss/components/_social-icons.scss */
.social-icons > li {
  padding: 0;
  margin: 0;
  border-right: 0;
  display: inline-block;
}
/* line 14, ../scss/components/_social-icons.scss */
.social-icons > li a {
  margin-left: -4px;
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
  line-height: 45px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 23, ../scss/components/_social-icons.scss */
.social-icons > li a > .fa {
  line-height: 30px;
}
/* line 29, ../scss/components/_social-icons.scss */
.social-icons > li:first-child a {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 36, ../scss/components/_social-icons.scss */
.social-icons > .social-facebook > a:hover, .social-icons > .social-facebook > a:focus {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
/* line 44, ../scss/components/_social-icons.scss */
.social-icons > .social-twitter > a:hover, .social-icons > .social-twitter > a:focus {
  background-color: #00aced;
  border-color: #00aced;
  color: #fff;
}
/* line 52, ../scss/components/_social-icons.scss */
.social-icons > .social-google-plus > a:hover, .social-icons > .social-google-plus > a:focus {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}
/* line 60, ../scss/components/_social-icons.scss */
.social-icons > .social-behance > a:hover, .social-icons > .social-behance > a:focus {
  background-color: #45668e;
  border-color: #45668e;
  color: #fff;
}
/* line 68, ../scss/components/_social-icons.scss */
.social-icons > .social-dribbble > a:hover, .social-icons > .social-dribbble > a:focus {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
/* line 76, ../scss/components/_social-icons.scss */
.social-icons > .social-pinterest > a:hover, .social-icons > .social-pinterest > a:focus {
  background-color: #cb2027;
  border-color: #cb2027;
  color: #fff;
}
/* line 84, ../scss/components/_social-icons.scss */
.social-icons > .social-flickr > a:hover, .social-icons > .social-flickr > a:focus {
  background-color: #ff0084;
  border-color: #ff0084;
  color: #fff;
}
/* line 92, ../scss/components/_social-icons.scss */
.social-icons.social-icons-v2 > li > a {
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 100%;
  border: 1px solid transparent;
  margin-left: 0;
}
/* line 100, ../scss/components/_social-icons.scss */
.social-icons.social-icons-v2 > li > a > .fa {
  line-height: 40px;
}
/* line 107, ../scss/components/_social-icons.scss */
.social-icons.social-icons-v3 > li > a {
  width: 30px;
  height: 30px;
  line-height: 1;
  border-radius: 100%;
  border: 1px solid transparent;
  margin-left: 0;
}
/* line 115, ../scss/components/_social-icons.scss */
.social-icons.social-icons-v3 > li > a > .fa {
  line-height: 30px;
}

/* line 124, ../scss/components/_social-icons.scss */
.social-icons-default.social-icons-v2 > li > a {
  border-color: #eceeef;
}
/* line 130, ../scss/components/_social-icons.scss */
.social-icons-default.social-icons-v3 > li > a {
  border-color: #eceeef;
}

/* line 138, ../scss/components/_social-icons.scss */
.icon-block .social-icons-v2 > li > a {
  width: 65px;
  height: 65px;
  line-height: 59px;
  font-size: 25px;
  border: 3px solid #2a628f;
}

/* line 149, ../scss/components/_social-icons.scss */
.site-footer .social-icons li {
  display: inline-block;
}
/* line 152, ../scss/components/_social-icons.scss */
.site-footer .social-icons li::before {
  content: '' !important;
}
/* line 156, ../scss/components/_social-icons.scss */
.site-footer .social-icons li a {
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 100%;
  border: 1px solid #fff;
  display: block;
  text-align: center;
}

/* line 168, ../scss/components/_social-icons.scss */
.topbar .social-icons {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

/* line 173, ../scss/components/_social-icons.scss */
.social {
  list-style: none;
  padding-left: 0;
}
/* line 177, ../scss/components/_social-icons.scss */
.social > li {
  display: inline-block;
}
/* line 180, ../scss/components/_social-icons.scss */
.social > li > a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 30px;
  color: #fff;
}
/* line 191, ../scss/components/_social-icons.scss */
.social > li > a:hover {
  color: #2a628f;
}

/* line 2, ../scss/components/_panels.scss */
.accordion-heading {
  font-size: 1.25rem;
}
/* line 5, ../scss/components/_panels.scss */
.accordion-heading span {
  display: inline-block;
  border-bottom: 3px solid #0275d8;
  padding-bottom: 3px;
}

/* line 12, ../scss/components/_panels.scss */
.panel {
  padding: 1.3rem 0 0;
  border-bottom: 1px solid #eceeef;
}
/* line 16, ../scss/components/_panels.scss */
.panel .panel-heading {
  padding-bottom: 1.3rem;
}
/* line 20, ../scss/components/_panels.scss */
.panel .panel-title {
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  font-weight: normal;
}
/* line 26, ../scss/components/_panels.scss */
.panel .panel-title a::after {
  content: "\f147";
  float: right;
  font-family: "FontAwesome";
}
/* line 32, ../scss/components/_panels.scss */
.panel .panel-title .collapsed::after {
  content: "\f196";
}
/* line 38, ../scss/components/_panels.scss */
.panel .panel-body * {
  font-size: 0.9rem;
}
/* line 45, ../scss/components/_panels.scss */
.panel.active .panel-title a::after {
  content: "\f196";
}

/**
 * Timeline
 */
/* line 16, ../scss/components/_timeline.scss */
.timeline-wrapper .pagination-wrapper {
  margin-top: 30px;
}

/* line 21, ../scss/components/_timeline.scss */
.timeline-sidebar {
  margin-top: 5px;
}

/* line 25, ../scss/components/_timeline.scss */
.timeline {
  list-style: none;
  padding: 60px 0 20px;
  position: relative;
  margin: 0;
}
/* line 31, ../scss/components/_timeline.scss */
.timeline img {
  max-width: 100%;
}
/* line 35, ../scss/components/_timeline.scss */
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
/* line 46, ../scss/components/_timeline.scss */
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
/* line 50, ../scss/components/_timeline.scss */
.timeline > li.last {
  margin-bottom: 80px;
}
/* line 54, ../scss/components/_timeline.scss */
.timeline > li:last-child {
  margin-bottom: 0;
}
/* line 58, ../scss/components/_timeline.scss */
.timeline > li:before {
  content: " ";
  display: table;
  content: " ";
  display: table;
}
/* line 65, ../scss/components/_timeline.scss */
.timeline > li:after {
  content: " ";
  display: table;
  clear: both;
  content: " ";
  display: table;
  clear: both;
}
/* line 74, ../scss/components/_timeline.scss */
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #ecf0f1;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}
/* line 82, ../scss/components/_timeline.scss */
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ecf0f1;
  border-right: 0 solid #ecf0f1;
  border-bottom: 15px solid transparent;
  content: " ";
}
/* line 94, ../scss/components/_timeline.scss */
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
/* line 107, ../scss/components/_timeline.scss */
.timeline > li > .timeline-badge {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 31px;
  left: 50%;
  margin-left: -11px;
  z-index: 100;
  border-radius: 50%;
  border: 2px solid #2a628f;
  color: #FFF;
  background: #FFF;
}
/* line 124, ../scss/components/_timeline.scss */
.timeline > li > .timeline-date {
  color: #ededed;
  background-color: #414141;
  padding: 12px 0;
  width: 180px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -90px;
  z-index: 100;
  border-radius: 3px;
}
/* line 141, ../scss/components/_timeline.scss */
.timeline > li:nth-child(even) > .timeline-panel {
  float: right;
}
/* line 144, ../scss/components/_timeline.scss */
.timeline > li:nth-child(even) > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
/* line 151, ../scss/components/_timeline.scss */
.timeline > li:nth-child(even) > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

/* line 161, ../scss/components/_timeline.scss */
.timeline-title {
  margin-top: 0;
  color: #2a628f;
}
/* line 165, ../scss/components/_timeline.scss */
.timeline-title a {
  color: inherit;
}

/* line 170, ../scss/components/_timeline.scss */
.timeline-event-date {
  color: #999;
}

/* line 175, ../scss/components/_timeline.scss */
.timeline-body > p {
  margin-bottom: 0;
}
/* line 177, ../scss/components/_timeline.scss */
.timeline-body > p + p {
  margin-top: 5px;
}
/* line 182, ../scss/components/_timeline.scss */
.timeline-body > ul {
  margin-bottom: 0;
}

/* line 187, ../scss/components/_timeline.scss */
.timeline-thumbnail {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  /* line 192, ../scss/components/_timeline.scss */
  ul.timeline:before {
    left: 40px;
  }
  /* line 197, ../scss/components/_timeline.scss */
  ul.timeline > li > .timeline-panel {
    float: right;
    width: 80%;
  }
  /* line 201, ../scss/components/_timeline.scss */
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  /* line 208, ../scss/components/_timeline.scss */
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  /* line 216, ../scss/components/_timeline.scss */
  ul.timeline > li > .timeline-badge {
    left: 30px;
    top: 32px;
    margin-left: 0;
  }
  /* line 222, ../scss/components/_timeline.scss */
  ul.timeline > li > .timeline-date {
    margin-left: 0;
    right: 0;
    left: auto;
  }
}
/**
 * Timeline Event
 */
/* line 234, ../scss/components/_timeline.scss */
.tle-heading {
  margin: 0 0 5px;
}

/* line 238, ../scss/components/_timeline.scss */
.tle-meta {
  margin-bottom: 25px;
}

/* line 1, ../scss/components/_page-header.scss */
.page-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eceeef;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 8, ../scss/components/_page-header.scss */
.page-header .page-intro {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  /* line 8, ../scss/components/_page-header.scss */
  .page-header .page-intro {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
/* line 18, ../scss/components/_page-header.scss */
.page-header .page-heading {
  font-size: 1.6em;
  font-weight: 400;
}
@media (min-width: 768px) {
  /* line 18, ../scss/components/_page-header.scss */
  .page-header .page-heading {
    font-size: 2.5em;
  }
}
/* line 27, ../scss/components/_page-header.scss */
.page-header .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background: none;
  border-radius: 0;
}
/* line 33, ../scss/components/_page-header.scss */
.page-header .breadcrumb .breadcrumb-item {
  font-size: 0.8rem;
  font-weight: 400;
}
/* line 39, ../scss/components/_page-header.scss */
.page-header .breadcrumb-item + .breadcrumb-item::before {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
/* line 44, ../scss/components/_page-header.scss */
.page-header .container > .row {
  width: 100%;
}
/* line 47, ../scss/components/_page-header.scss */
.page-header .container > .row > div {
  width: 100% !important;
}
@media (min-width: 992px) {
  /* line 1, ../scss/components/_page-header.scss */
  .page-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
    		/*
            .container > .row {
                display: table;
                width: 100%;
    
                > div {
                    display: table-cell;
                    vertical-align: middle;
                    float: none;
    
                    .breadcrumb {
                        float: right;
                    }
                }
            }
    		*/
  }
}

/* line 1, ../scss/components/_headings.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  letter-spacing: -1px;
}

@media (max-width: 1199px) {
  /* line 7, ../scss/components/_headings.scss */
  h1 {
    font-size: 2.5em;
  }

  /* line 10, ../scss/components/_headings.scss */
  h2 {
    font-size: 2.25em;
  }

  /* line 13, ../scss/components/_headings.scss */
  h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  /* line 19, ../scss/components/_headings.scss */
  h1 {
    font-size: 2em;
  }

  /* line 22, ../scss/components/_headings.scss */
  h2 {
    font-size: 1.625em;
  }

  /* line 25, ../scss/components/_headings.scss */
  h3 {
    font-size: 1.375em;
  }
}
/* line 31, ../scss/components/_headings.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #333;
}

/* line 37, ../scss/components/_headings.scss */
.block-white-heading .section-title, .block-white-heading .typography {
  color: #FFF;
}

/* line 2, ../scss/components/_buttons.scss */
.btn-rounded {
  border-radius: 1000px !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 9, ../scss/components/_buttons.scss */
.btn-brand-second {
  color: #fff;
  background-color: #367db6;
  border-color: #367db6;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-brand-second:hover {
  color: #fff;
  background-color: #2a628f;
  border-color: #285c87;
}
/* line 21, ../scss/bootstrap/mixins/_buttons.scss */
.btn-brand-second:focus, .btn-brand-second.focus {
  color: #fff;
  background-color: #2a628f;
  border-color: #285c87;
}
/* line 28, ../scss/bootstrap/mixins/_buttons.scss */
.btn-brand-second:active, .btn-brand-second.active, .open > .btn-brand-second.dropdown-toggle {
  color: #fff;
  background-color: #2a628f;
  border-color: #285c87;
  background-image: none;
}
/* line 38, ../scss/bootstrap/mixins/_buttons.scss */
.btn-brand-second:active:hover, .btn-brand-second:active:focus, .btn-brand-second:active.focus, .btn-brand-second.active:hover, .btn-brand-second.active:focus, .btn-brand-second.active.focus, .open > .btn-brand-second.dropdown-toggle:hover, .open > .btn-brand-second.dropdown-toggle:focus, .open > .btn-brand-second.dropdown-toggle.focus {
  color: #fff;
  background-color: #224f73;
  border-color: #193954;
}
/* line 49, ../scss/bootstrap/mixins/_buttons.scss */
.btn-brand-second.disabled:focus, .btn-brand-second.disabled.focus, .btn-brand-second:disabled:focus, .btn-brand-second:disabled.focus {
  background-color: #367db6;
  border-color: #367db6;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-brand-second.disabled:hover, .btn-brand-second:disabled:hover {
  background-color: #367db6;
  border-color: #367db6;
}

/* line 13, ../scss/components/_buttons.scss */
.btn-brand-third {
  color: #fff;
  background-color: #2a628f;
  border-color: #2a628f;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-brand-third:hover {
  color: #fff;
  background-color: #1f4767;
  border-color: #1c425f;
}
/* line 21, ../scss/bootstrap/mixins/_buttons.scss */
.btn-brand-third:focus, .btn-brand-third.focus {
  color: #fff;
  background-color: #1f4767;
  border-color: #1c425f;
}
/* line 28, ../scss/bootstrap/mixins/_buttons.scss */
.btn-brand-third:active, .btn-brand-third.active, .open > .btn-brand-third.dropdown-toggle {
  color: #fff;
  background-color: #1f4767;
  border-color: #1c425f;
  background-image: none;
}
/* line 38, ../scss/bootstrap/mixins/_buttons.scss */
.btn-brand-third:active:hover, .btn-brand-third:active:focus, .btn-brand-third:active.focus, .btn-brand-third.active:hover, .btn-brand-third.active:focus, .btn-brand-third.active.focus, .open > .btn-brand-third.dropdown-toggle:hover, .open > .btn-brand-third.dropdown-toggle:focus, .open > .btn-brand-third.dropdown-toggle.focus {
  color: #fff;
  background-color: #16344c;
  border-color: #0d1e2c;
}
/* line 49, ../scss/bootstrap/mixins/_buttons.scss */
.btn-brand-third.disabled:focus, .btn-brand-third.disabled.focus, .btn-brand-third:disabled:focus, .btn-brand-third:disabled.focus {
  background-color: #2a628f;
  border-color: #2a628f;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-brand-third.disabled:hover, .btn-brand-third:disabled:hover {
  background-color: #2a628f;
  border-color: #2a628f;
}

/* line 18, ../scss/components/_buttons.scss */
.btn-outline-brand-second {
  color: #367db6;
  background-image: none;
  background-color: transparent;
  border-color: #367db6;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-outline-brand-second:hover {
  color: #fff;
  background-color: #367db6;
  border-color: #367db6;
}
/* line 73, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-second:focus, .btn-outline-brand-second.focus {
  color: #fff;
  background-color: #367db6;
  border-color: #367db6;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-second:active, .btn-outline-brand-second.active, .open > .btn-outline-brand-second.dropdown-toggle {
  color: #fff;
  background-color: #367db6;
  border-color: #367db6;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-second:active:hover, .btn-outline-brand-second:active:focus, .btn-outline-brand-second:active.focus, .btn-outline-brand-second.active:hover, .btn-outline-brand-second.active:focus, .btn-outline-brand-second.active.focus, .open > .btn-outline-brand-second.dropdown-toggle:hover, .open > .btn-outline-brand-second.dropdown-toggle:focus, .open > .btn-outline-brand-second.dropdown-toggle.focus {
  color: #fff;
  background-color: #224f73;
  border-color: #193954;
}
/* line 98, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-second.disabled:focus, .btn-outline-brand-second.disabled.focus, .btn-outline-brand-second:disabled:focus, .btn-outline-brand-second:disabled.focus {
  border-color: #7aaed8;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-outline-brand-second.disabled:hover, .btn-outline-brand-second:disabled:hover {
  border-color: #7aaed8;
}

/* line 22, ../scss/components/_buttons.scss */
.btn-outline-brand-third {
  color: #2a628f;
  background-image: none;
  background-color: transparent;
  border-color: #2a628f;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-outline-brand-third:hover {
  color: #fff;
  background-color: #2a628f;
  border-color: #2a628f;
}
/* line 73, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-third:focus, .btn-outline-brand-third.focus {
  color: #fff;
  background-color: #2a628f;
  border-color: #2a628f;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-third:active, .btn-outline-brand-third.active, .open > .btn-outline-brand-third.dropdown-toggle {
  color: #fff;
  background-color: #2a628f;
  border-color: #2a628f;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-third:active:hover, .btn-outline-brand-third:active:focus, .btn-outline-brand-third:active.focus, .btn-outline-brand-third.active:hover, .btn-outline-brand-third.active:focus, .btn-outline-brand-third.active.focus, .open > .btn-outline-brand-third.dropdown-toggle:hover, .open > .btn-outline-brand-third.dropdown-toggle:focus, .open > .btn-outline-brand-third.dropdown-toggle.focus {
  color: #fff;
  background-color: #16344c;
  border-color: #0d1e2c;
}
/* line 98, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-third.disabled:focus, .btn-outline-brand-third.disabled.focus, .btn-outline-brand-third:disabled:focus, .btn-outline-brand-third:disabled.focus {
  border-color: #5396cc;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-outline-brand-third.disabled:hover, .btn-outline-brand-third:disabled:hover {
  border-color: #5396cc;
}

/* line 26, ../scss/components/_buttons.scss */
.btn-outline-brand-white {
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-outline-brand-white:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
/* line 73, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-white:focus, .btn-outline-brand-white.focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-white:active, .btn-outline-brand-white.active, .open > .btn-outline-brand-white.dropdown-toggle {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-white:active:hover, .btn-outline-brand-white:active:focus, .btn-outline-brand-white:active.focus, .btn-outline-brand-white.active:hover, .btn-outline-brand-white.active:focus, .btn-outline-brand-white.active.focus, .open > .btn-outline-brand-white.dropdown-toggle:hover, .open > .btn-outline-brand-white.dropdown-toggle:focus, .open > .btn-outline-brand-white.dropdown-toggle.focus {
  color: #fff;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
/* line 98, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-brand-white.disabled:focus, .btn-outline-brand-white.disabled.focus, .btn-outline-brand-white:disabled:focus, .btn-outline-brand-white:disabled.focus {
  border-color: white;
}
/* line 11, ../scss/bootstrap/mixins/_hover.scss */
.btn-outline-brand-white.disabled:hover, .btn-outline-brand-white:disabled:hover {
  border-color: white;
}
/* line 29, ../scss/components/_buttons.scss */
.btn-outline-brand-white:hover, .btn-outline-brand-white:focus {
  color: #2a628f;
}

@media (max-width: 767px) {
  /* line 36, ../scss/components/_buttons.scss */
  .btn-block-sm {
    display: block;
  }
}
/* line 2, ../scss/components/_forms.scss */
.form-control.required, .form-control.error {
  border: 1px solid #ebcccc;
  margin-bottom: 3px;
}

/**
 * Form
 */
/* line 12, ../scss/components/_forms.scss */
form .message {
  padding: 3px 8px;
  font-weight: normal;
  font-size: 80%;
}
/* line 17, ../scss/components/_forms.scss */
form .message.required, form .message.error {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
/* line 8, ../scss/bootstrap/mixins/_alert.scss */
form .message.required hr, form .message.error hr {
  border-top-color: #e4b9b9;
}
/* line 11, ../scss/bootstrap/mixins/_alert.scss */
form .message.required .alert-link, form .message.error .alert-link {
  color: #843534;
}
/* line 23, ../scss/components/_forms.scss */
form fieldset > .field {
  margin-bottom: 15px;
}
/* line 26, ../scss/components/_forms.scss */
form fieldset > .field > label {
  font-weight: 700;
}
/* line 33, ../scss/components/_forms.scss */
form fieldset > .checkbox > .middleColumn > input {
  margin-left: 0;
  position: static;
  display: inline-block;
}
/* line 39, ../scss/components/_forms.scss */
form fieldset > .checkbox > .middleColumn > label {
  font-weight: normal;
  padding-left: 0;
  float: none;
}
/* line 48, ../scss/components/_forms.scss */
form fieldset > .optionset > legend {
  font-size: 1rem;
  line-height: 1.6875;
  border: none;
  color: #555;
  font-weight: 700;
}
/* line 56, ../scss/components/_forms.scss */
form fieldset > .optionset ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 61, ../scss/components/_forms.scss */
form fieldset > .optionset ul li {
  padding: 0;
  margin: 0;
}
/* line 65, ../scss/components/_forms.scss */
form fieldset > .optionset ul li label {
  font-weight: normal;
}
/* line 71, ../scss/components/_forms.scss */
form fieldset > .optionset input.checkbox, form fieldset > .optionset input.radio {
  display: inline-block;
}
/* line 78, ../scss/components/_forms.scss */
form .middleColumn > span.message {
  display: block;
}
/* line 83, ../scss/components/_forms.scss */
form .middleColumn > .message.error {
  color: #fff;
  background: #d9534f;
  border: 1px solid #d9534f;
}

/**
 * Input group
 */
/* line 96, ../scss/components/_forms.scss */
.input-group-addon button[type="submit"], .input-group-addon input[type="submit"] {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
}
/* line 104, ../scss/components/_forms.scss */
.input-group-addon.primary {
  color: #fff;
  background: #5396cc;
  border-color: #5396cc;
}
/* line 110, ../scss/components/_forms.scss */
.input-group-addon.success {
  color: #fff;
  background: #5cb85c;
  border-color: #5cb85c;
}
/* line 116, ../scss/components/_forms.scss */
.input-group-addon.info {
  color: #fff;
  background: #5bc0de;
  border-color: #5bc0de;
}
/* line 122, ../scss/components/_forms.scss */
.input-group-addon.warning {
  color: #fff;
  background: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 128, ../scss/components/_forms.scss */
.input-group-addon.danger {
  color: #fff;
  background: #d9534f;
  border-color: #d9534f;
}

/**
 * reCaptcha field
 */
/* line 138, ../scss/components/_forms.scss */
.g-recaptcha > div {
  width: auto !important;
}
/* line 141, ../scss/components/_forms.scss */
.g-recaptcha > div > div {
  width: inherit !important;
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  max-width: 300px;
  min-height: 78px;
  border-right: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: 2px 0px 4px -1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 2px 0px 4px -1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 2px 0px 4px -1px rgba(0, 0, 0, 0.08);
}
/* line 155, ../scss/components/_forms.scss */
.g-recaptcha > div > div iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* line 165, ../scss/components/_forms.scss */
.g-recaptcha > div > div > div {
  position: relative;
}
/* line 168, ../scss/components/_forms.scss */
.g-recaptcha > div > div > div:before {
  content: 'Loading captcha...';
  position: absolute;
  top: 38%;
  left: 0;
}
/* line 176, ../scss/components/_forms.scss */
.g-recaptcha > div > div:empty:before {
  content: 'Something went wrong!';
}

/**
 * General search form
 */
/* line 185, ../scss/components/_forms.scss */
.search-form {
  position: relative;
}
/* line 188, ../scss/components/_forms.scss */
.search-form .action {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 195, ../scss/components/_forms.scss */
.bottom-search-form {
  max-width: 480px;
  margin: 0 auto;
}

/**
 * Member login form
 */
/* line 204, ../scss/components/_forms.scss */
.login-wrapper .section-title, .login-wrapper .primary-content {
  margin-bottom: 25px;
}
/* line 208, ../scss/components/_forms.scss */
.login-wrapper #ForgotPassword {
  margin-top: 15px;
  text-align: right;
}
/* line 213, ../scss/components/_forms.scss */
.login-wrapper input[type="submit"] {
  display: block;
  width: 100%;
}

/**
 * Member register form
 */
/* line 223, ../scss/components/_forms.scss */
.register-wrapper .section-title, .register-wrapper .primary-content {
  margin-bottom: 25px;
}
/* line 227, ../scss/components/_forms.scss */
.register-wrapper input[type="submit"] {
  display: block;
  width: 100%;
}

/**
 * Contact form
 */
/* line 237, ../scss/components/_forms.scss */
.Contact_Message textarea {
  max-height: 100px;
}

/**
 * Responsive table
 */
/* line 4, ../scss/components/_tables.scss */
table.fluid-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
/* line 9, ../scss/components/_tables.scss */
table.fluid-table td {
  vertical-align: top;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  /* Force table to not be like tables anymore */
  /* line 17, ../scss/components/_tables.scss */
  table.fluid-table,
  table.fluid-table thead,
  table.fluid-table tbody,
  table.fluid-table th,
  table.fluid-table td,
  table.fluid-table tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  /* line 27, ../scss/components/_tables.scss */
  table.fluid-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /* line 33, ../scss/components/_tables.scss */
  table.fluid-table td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
  }
}
/* line 1, ../scss/components/_sidebars.scss */
.widget {
  margin-bottom: 1rem;
}
/* line 4, ../scss/components/_sidebars.scss */
.widget .widget-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  color: #555;
}
/* line 12, ../scss/components/_sidebars.scss */
.widget ul {
  padding-left: 0;
  list-style: none;
}
/* line 17, ../scss/components/_sidebars.scss */
.widget ul li:before {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-right: 10px;
}
/* line 25, ../scss/components/_sidebars.scss */
.widget .social-icons li::before {
  margin-right: 0;
  content: "";
}
/* line 31, ../scss/components/_sidebars.scss */
.widget a:hover, .widget a:focus {
  opacity: 0.8;
}

/* line 16, ../scss/components/_common.scss */
.color-bright,
.color-bright .h1,
.color-bright .h2,
.color-bright .h3,
.color-bright .h4,
.color-bright .h5,
.color-bright .h6,
.color-bright a,
.color-bright h1,
.color-bright h2,
.color-bright h3,
.color-bright h4,
.color-bright h5,
.color-bright h6 {
  color: #fff;
}
/* line 33, ../scss/components/_common.scss */
.color-bright a:hover {
  opacity: 0.8;
}

/* line 39, ../scss/components/_common.scss */
.bg-none {
  background-color: transparent !important;
}

/* line 43, ../scss/components/_common.scss */
.bg-brand-first {
  background-color: #5396cc;
}

/* line 47, ../scss/components/_common.scss */
.bg-brand-second {
  background-color: #367db6;
}

/* line 51, ../scss/components/_common.scss */
.bg-brand-third {
  background-color: #2a628f;
}

/* line 55, ../scss/components/_common.scss */
.bg-brand-fourth {
  background-color: #1f4767;
}

/* line 59, ../scss/components/_common.scss */
.bg-brand-fifth {
  background-color: #132c40;
}

/* line 65, ../scss/components/_common.scss */
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  margin-top: 0 !important;
}
/* line 69, ../scss/components/_common.scss */
.typography img {
  border: 3px solid #CCC;
  height: auto;
  border-radius: 5px;
  background: transparent url(../images/ajax-loader.gif) no-repeat center center;
}
/* line 75, ../scss/components/_common.scss */
.typography img.left {
  float: left;
  max-width: 50%;
  margin: 5px 20px 10px 0;
}
/* line 81, ../scss/components/_common.scss */
.typography img.right {
  float: right;
  max-width: 50%;
  margin: 5px 0 10px 20px;
}
/* line 87, ../scss/components/_common.scss */
.typography img.leftAlone {
  float: left;
  margin-right: 100%;
  margin-bottom: 10px;
  clear: both;
}
/* line 94, ../scss/components/_common.scss */
.typography img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  clear: both;
  max-width: 100%;
}
/* line 105, ../scss/components/_common.scss */
.typography .captionImage {
  width: 100% !important;
  margin-top: 5px;
}
/* line 109, ../scss/components/_common.scss */
.typography .captionImage img {
  margin: 0;
}
/* line 113, ../scss/components/_common.scss */
.typography .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}
/* line 120, ../scss/components/_common.scss */
.typography .captionImage .caption {
  border-left: 3px solid #CCC;
  padding: 5px 0 0 10px;
}
/* line 125, ../scss/components/_common.scss */
.typography .captionImage.left {
  float: left;
  margin: 5px 30px 20px 0px;
}
/* line 129, ../scss/components/_common.scss */
.typography .captionImage.left img {
  float: none;
  max-width: none;
  width: 100%;
  margin-right: -10px;
}
/* line 137, ../scss/components/_common.scss */
.typography .captionImage.right {
  float: right;
  margin: 5px 0 20px 30px;
}
/* line 141, ../scss/components/_common.scss */
.typography .captionImage.right img {
  float: none;
  max-width: none;
  width: 100%;
  margin-left: -10px;
}
/* line 148, ../scss/components/_common.scss */
.typography .captionImage.right p {
  margin-left: -10px;
  text-align: left;
  margin-left: -10px;
}
/* line 155, ../scss/components/_common.scss */
.typography .captionImage.left[style] {
  max-width: 50%;
}
/* line 159, ../scss/components/_common.scss */
.typography .captionImage.right[style] {
  max-width: 50%;
}
/* line 163, ../scss/components/_common.scss */
.typography .captionImage.leftAlone {
  float: none;
  margin: 0 20px 20px 0px;
}
/* line 168, ../scss/components/_common.scss */
.typography .captionImage.center {
  margin: 0 auto 20px;
}
/* line 173, ../scss/components/_common.scss */
.typography > :last-child {
  margin-bottom: 0 !important;
}
/* line 177, ../scss/components/_common.scss */
.typography .btn {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  /* line 185, ../scss/components/_common.scss */
  .typography img.left, .typography img.right, .typography img.leftAlone {
    float: none;
    max-width: 100%;
    margin: 0;
  }
  /* line 193, ../scss/components/_common.scss */
  .typography .captionImage.left, .typography .captionImage.right {
    float: none;
    margin: 0;
    padding: 0;
  }
  /* line 198, ../scss/components/_common.scss */
  .typography .captionImage.left p, .typography .captionImage.left img, .typography .captionImage.right p, .typography .captionImage.right img {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 204, ../scss/components/_common.scss */
  .typography .captionImage.left[style], .typography .captionImage.right[style] {
    max-width: 100%;
  }
}
/* line 212, ../scss/components/_common.scss */
.border-top {
  border-top: 1px solid #EEE;
}

/* line 216, ../scss/components/_common.scss */
.border-btm {
  border-bottom: 1px solid #EEE;
}

/* line 220, ../scss/components/_common.scss */
.brand-first-color {
  color: #5396cc;
}

/* line 224, ../scss/components/_common.scss */
.brand-second-color {
  color: #367db6;
}

/* line 228, ../scss/components/_common.scss */
.brand-third-color {
  color: #2a628f;
}

/* line 232, ../scss/components/_common.scss */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}

/* line 244, ../scss/components/_common.scss */
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
/* line 248, ../scss/components/_common.scss */
.no-gutter .col-md-3,
.no-gutter .col-md-4,
.no-gutter .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

/* line 256, ../scss/components/_common.scss */
.p-t-4 {
  padding-top: 8rem;
}

/* line 260, ../scss/components/_common.scss */
.p-t-5 {
  padding-top: 10rem;
}

/* line 264, ../scss/components/_common.scss */
.p-b-4 {
  padding-bottom: 8rem;
}

/* line 268, ../scss/components/_common.scss */
.p-b-5 {
  padding-bottom: 10rem;
}

@media (max-width: 767px) {
  /* line 273, ../scss/components/_common.scss */
  .p-a-3 {
    padding: 3rem 3rem !important;
  }

  /* line 277, ../scss/components/_common.scss */
  .p-t-3 {
    padding-top: 3rem !important;
  }

  /* line 281, ../scss/components/_common.scss */
  .p-r-3 {
    padding-right: 3rem !important;
  }

  /* line 285, ../scss/components/_common.scss */
  .p-b-3 {
    padding-bottom: 3rem !important;
  }

  /* line 289, ../scss/components/_common.scss */
  .p-l-3 {
    padding-left: 3rem !important;
  }

  /* line 293, ../scss/components/_common.scss */
  .p-x-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}
/* line 300, ../scss/components/_common.scss */
.text-center {
  text-align: center;
}

/* line 305, ../scss/components/_common.scss */
.fa-6x {
  font-size: 6em;
}

/* line 309, ../scss/components/_common.scss */
.fa-7x {
  font-size: 7em;
}

/* line 313, ../scss/components/_common.scss */
.fa-8x {
  font-size: 8em;
}

/* line 317, ../scss/components/_common.scss */
.fa-9x {
  font-size: 9em;
}

/* line 321, ../scss/components/_common.scss */
.fa-10x {
  font-size: 10em;
}

/* line 328, ../scss/components/_common.scss */
.widget .arrow {
  display: none;
}

/* line 333, ../scss/components/_common.scss */
.row-same-height {
  overflow: hidden;
}
/* line 336, ../scss/components/_common.scss */
.row-same-height > [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

/* line 342, ../scss/components/_common.scss */
.display-table {
  display: table;
}

/* line 346, ../scss/components/_common.scss */
.display-table-cell {
  display: table-cell;
}

/* line 350, ../scss/components/_common.scss */
.align-middle {
  vertical-align: middle;
}

/* line 355, ../scss/components/_common.scss */
.js-circle-box {
  display: table !important;
  padding: 0 !important;
  margin-left: auto;
  margin-right: auto;
  line-height: 1 !important;
}
/* line 362, ../scss/components/_common.scss */
.js-circle-box > div {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center;
}

/* line 370, ../scss/components/_common.scss */
.shortcode-divider {
  display: none;
}

/* line 374, ../scss/components/_common.scss */
.shortcode-wrapper {
  padding: 0;
  margin: 0;
}

/* line 379, ../scss/components/_common.scss */
.sc-image {
  margin-bottom: 20px;
}
/* line 382, ../scss/components/_common.scss */
.sc-image .caption {
  border-left: 3px solid #CCC;
  padding: 5px 0 0 10px;
  margin-top: 3px;
  font-style: italic;
}
/* line 389, ../scss/components/_common.scss */
.sc-image.center {
  display: table;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
/* line 397, ../scss/components/_common.scss */
.sc-image.left {
  display: block;
  float: left;
  margin-right: 20px;
  max-width: 50%;
}
/* line 404, ../scss/components/_common.scss */
.sc-image.right {
  float: right;
  display: block;
  margin-left: 20px;
  max-width: 50%;
}
/* line 411, ../scss/components/_common.scss */
.sc-image img {
  max-width: 100% !important;
}

/* line 1, ../scss/navbar/_navbar.scss */
.navbar {
  transition: all 0.1s linear;
}
@media (max-width: 991px) {
  /* line 5, ../scss/navbar/_navbar.scss */
  .navbar .navbar-nav {
    height: auto !important;
    padding: 1rem 1rem;
  }
  /* line 9, ../scss/navbar/_navbar.scss */
  .navbar .navbar-nav .nav-item {
    height: auto !important;
    line-height: normal !important;
  }
}
/* line 14, ../scss/navbar/_navbar.scss */
.navbar .navbar-nav .nav-link {
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
/* line 22, ../scss/navbar/_navbar.scss */
.navbar .dropdown-toggle::after {
  content: '\f107';
  font-family: 'FontAwesome';
  border: 0;
  display: inline;
}
@media (max-width: 1199px) {
  /* line 32, ../scss/navbar/_navbar.scss */
  .navbar .mega-menu-content .row > div {
    margin-bottom: 15px;
  }
  /* line 36, ../scss/navbar/_navbar.scss */
  .navbar .mega-menu-content .row h5 {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  /* line 45, ../scss/navbar/_navbar.scss */
  .navbar .mega-menu-content .list-unstyled > li a {
    display: block;
    padding: 5px 0;
    color: #444;
  }
  /* line 50, ../scss/navbar/_navbar.scss */
  .navbar .mega-menu-content .list-unstyled > li a:hover {
    background-color: #eceeef;
    color: #2a628f;
    text-decoration: none;
  }
  /* line 58, ../scss/navbar/_navbar.scss */
  .navbar .open > .dropdown-menu {
    height: auto;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #2a628f;
    border: 0;
    padding: 1rem 2rem;
  }
  /* line 67, ../scss/navbar/_navbar.scss */
  .navbar .open > .dropdown-menu .dropdown-item {
    height: auto;
    line-height: normal;
    padding: 1rem 1rem;
  }
  /* line 72, ../scss/navbar/_navbar.scss */
  .navbar .open > .dropdown-menu .dropdown-item:hover {
    background-color: #eceeef;
  }
  /* line 76, ../scss/navbar/_navbar.scss */
  .navbar .open > .dropdown-menu .dropdown-item > a {
    height: 2rem;
    color: #444;
  }
  /* line 80, ../scss/navbar/_navbar.scss */
  .navbar .open > .dropdown-menu .dropdown-item > a:hover {
    color: #2a628f;
    text-decoration: none;
  }
  /* line 88, ../scss/navbar/_navbar.scss */
  .navbar .dropdown.yamm-fw .dropdown-menu {
    padding: 4rem;
  }
}
@media (max-width: 991px) {
  /* line 1, ../scss/navbar/_navbar.scss */
  .navbar {
    border-top: 2px solid #2a628f;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 98, ../scss/navbar/_navbar.scss */
  .navbar .navbar-brand {
    display: none;
  }
  /* line 102, ../scss/navbar/_navbar.scss */
  .navbar .open > .dropdown-menu {
    position: relative;
    width: 100%;
    border: 0;
  }
  /* line 106, ../scss/navbar/_navbar.scss */
  .navbar .open > .dropdown-menu .dropdown-item {
    padding: 7px 15px;
  }
}

@media (min-width: 992px) {
  /* line 115, ../scss/navbar/_navbar.scss */
  .navbar:not(.scrolled):not(.navbar-w-100) .open > .dropdown-menu {
    top: calc(100% + 24px);
  }
}
/* line 121, ../scss/navbar/_navbar.scss */
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 126, ../scss/navbar/_navbar.scss */
.navbar-toggler {
  border: 1px solid #eceeef;
}

/* line 130, ../scss/navbar/_navbar.scss */
.fake-navbar {
  display: none;
  width: 100%;
  opacity: 0;
}

@media (min-width: 992px) {
  /* line 137, ../scss/navbar/_navbar.scss */
  .fake-navbar {
    display: block;
  }
}
/* line 146, ../scss/navbar/_navbar.scss */
.navbar-default {
  background-color: #fff;
  border-bottom: 1px solid #eceeef;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
/* line 152, ../scss/navbar/_navbar.scss */
.navbar-default + .fake-navbar {
  height: 72px;
  display: block;
}
@media (min-width: 992px) {
  /* line 146, ../scss/navbar/_navbar.scss */
  .navbar-default {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 161, ../scss/navbar/_navbar.scss */
  .navbar-default.scrolled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 166, ../scss/navbar/_navbar.scss */
  .navbar-default + .fake-navbar {
    height: 102px;
  }
}

@media (min-width: 992px) {
  /* line 177, ../scss/navbar/_navbar.scss */
  .has-bright-header .nabvar-transparent:not(.scrolled) .nav > li > a, .has-bright-header .semi-transparent:not(.scrolled) .nav > li > a {
    color: #FFF;
  }
  /* line 180, ../scss/navbar/_navbar.scss */
  .has-bright-header .nabvar-transparent:not(.scrolled) .nav > li > a:hover, .has-bright-header .nabvar-transparent:not(.scrolled) .nav > li > a:focus, .has-bright-header .semi-transparent:not(.scrolled) .nav > li > a:hover, .has-bright-header .semi-transparent:not(.scrolled) .nav > li > a:focus {
    color: #cccccc;
  }
  /* line 186, ../scss/navbar/_navbar.scss */
  .has-bright-header .nabvar-transparent:not(.scrolled) .nav > li.active > a, .has-bright-header .semi-transparent:not(.scrolled) .nav > li.active > a {
    color: #cccccc;
  }
  /* line 193, ../scss/navbar/_navbar.scss */
  .has-bright-header .nabvar-transparent:not(.scrolled) .logo-dark, .has-bright-header .semi-transparent:not(.scrolled) .logo-dark {
    display: none;
  }
  /* line 197, ../scss/navbar/_navbar.scss */
  .has-bright-header .nabvar-transparent:not(.scrolled) .logo-white, .has-bright-header .semi-transparent:not(.scrolled) .logo-white {
    display: block;
  }
}
/* line 203, ../scss/navbar/_navbar.scss */
.has-bright-header .page-header * {
  color: #FFF;
}

@media (min-width: 992px) {
  /* line 213, ../scss/navbar/_navbar.scss */
  .bright-banner-text .nabvar-transparent:not(.scrolled) .nav > li > a, .bright-banner-text .semi-transparent:not(.scrolled) .nav > li > a {
    color: #FFF;
  }
  /* line 216, ../scss/navbar/_navbar.scss */
  .bright-banner-text .nabvar-transparent:not(.scrolled) .nav > li > a:hover, .bright-banner-text .nabvar-transparent:not(.scrolled) .nav > li > a:focus, .bright-banner-text .semi-transparent:not(.scrolled) .nav > li > a:hover, .bright-banner-text .semi-transparent:not(.scrolled) .nav > li > a:focus {
    color: #cccccc;
  }
  /* line 222, ../scss/navbar/_navbar.scss */
  .bright-banner-text .nabvar-transparent:not(.scrolled) .nav > li.active > a, .bright-banner-text .semi-transparent:not(.scrolled) .nav > li.active > a {
    color: #cccccc;
  }
  /* line 229, ../scss/navbar/_navbar.scss */
  .bright-banner-text .nabvar-transparent:not(.scrolled) .logo-dark, .bright-banner-text .semi-transparent:not(.scrolled) .logo-dark {
    display: none;
  }
  /* line 233, ../scss/navbar/_navbar.scss */
  .bright-banner-text .nabvar-transparent:not(.scrolled) .logo-white, .bright-banner-text .semi-transparent:not(.scrolled) .logo-white {
    display: block;
  }
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
/* line 15, ../scss/navbar/_yamm.scss */
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static;
}
/* line 20, ../scss/navbar/_yamm.scss */
.yamm .container {
  position: relative;
}
/* line 25, ../scss/navbar/_yamm.scss */
.yamm .dropdown-menu {
  left: auto;
}
/* line 30, ../scss/navbar/_yamm.scss */
.yamm .yamm-content {
  padding: 20px 30px;
}
/* line 35, ../scss/navbar/_yamm.scss */
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* line 1, ../scss/navbar/_navbar-centered.scss */
.navbar-centered {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
/* line 5, ../scss/navbar/_navbar-centered.scss */
.navbar-centered + .fake-navbar {
  height: 72px;
  display: block;
}
@media (min-width: 992px) {
  /* line 1, ../scss/navbar/_navbar-centered.scss */
  .navbar-centered {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 14, ../scss/navbar/_navbar-centered.scss */
  .navbar-centered .navbar-nav {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
  }
  /* line 20, ../scss/navbar/_navbar-centered.scss */
  .navbar-centered .navbar-nav .nav-item {
    float: none;
    display: inline-block;
  }
  /* line 26, ../scss/navbar/_navbar-centered.scss */
  .navbar-centered .navbar-brand {
    text-align: center;
    float: none;
    display: block;
  }
  /* line 31, ../scss/navbar/_navbar-centered.scss */
  .navbar-centered .navbar-brand > img {
    display: inline-block;
  }
  /* line 36, ../scss/navbar/_navbar-centered.scss */
  .navbar-centered.scrolled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 42, ../scss/navbar/_navbar-centered.scss */
  .navbar-centered + .fake-navbar {
    height: 160px;
  }
}

/* line 1, ../scss/navbar/_navbar-flat.scss */
.navbar-flat {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
/* line 5, ../scss/navbar/_navbar-flat.scss */
.navbar-flat + .fake-navbar {
  height: 72px;
  display: block;
}
@media (min-width: 992px) {
  /* line 1, ../scss/navbar/_navbar-flat.scss */
  .navbar-flat {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 15, ../scss/navbar/_navbar-flat.scss */
  .navbar-flat .navbar-nav > .active > a {
    position: relative;
  }
  /* line 18, ../scss/navbar/_navbar-flat.scss */
  .navbar-flat .navbar-nav > .active > a::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #5396cc;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -3rem;
  }
  /* line 31, ../scss/navbar/_navbar-flat.scss */
  .navbar-flat.scrolled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 35, ../scss/navbar/_navbar-flat.scss */
  .navbar-flat.scrolled .navbar-nav > .active > a::before {
    margin-top: -1rem;
  }
  /* line 40, ../scss/navbar/_navbar-flat.scss */
  .navbar-flat + .fake-navbar {
    height: 102px;
  }
}

/* line 46, ../scss/navbar/_navbar-flat.scss */
.topbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eceeef;
}
/* line 51, ../scss/navbar/_navbar-flat.scss */
.topbar ul {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 59, ../scss/navbar/_navbar-flat.scss */
  .header-Flat_topbar .topbar .social-icons {
    text-align: center;
    padding: 0;
  }
}
/* line 1, ../scss/navbar/_navbar-full.scss */
.navbar-w-100 {
  background-color: #fff;
}
/* line 4, ../scss/navbar/_navbar-full.scss */
.navbar-w-100 + .fake-navbar {
  height: 72px;
  display: block;
}
/* line 9, ../scss/navbar/_navbar-full.scss */
.navbar-w-100 .navbar-contact {
  color: #fff;
  font-size: 1.25rem;
  background-color: #2a628f;
  margin-right: -47px;
  margin-top: -24px;
  padding: 16px 25px;
}
/* line 17, ../scss/navbar/_navbar-full.scss */
.navbar-w-100 .navbar-contact .display-table-cell {
  vertical-align: middle;
}
/* line 21, ../scss/navbar/_navbar-full.scss */
.navbar-w-100 .navbar-contact .icon {
  padding-right: 1rem;
}
/* line 26, ../scss/navbar/_navbar-full.scss */
.navbar-w-100 .navbar-contact .detail span {
  display: block;
}
/* line 30, ../scss/navbar/_navbar-full.scss */
.navbar-w-100 .navbar-contact .detail .contact-number {
  font-weight: bold;
}
/* line 36, ../scss/navbar/_navbar-full.scss */
.navbar-w-100.scrolled {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  /* line 1, ../scss/navbar/_navbar-full.scss */
  .navbar-w-100 {
    padding-top: 1.5rem;
    padding-bottom: 2px;
  }
  /* line 44, ../scss/navbar/_navbar-full.scss */
  .navbar-w-100.scrolled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 48, ../scss/navbar/_navbar-full.scss */
  .navbar-w-100.scrolled .navbar-contact {
    margin-top: -8px;
    margin-bottom: -8px;
    padding: 0 25px;
  }
  /* line 55, ../scss/navbar/_navbar-full.scss */
  .navbar-w-100 + .fake-navbar {
    height: 100px;
  }
}
/* line 60, ../scss/navbar/_navbar-full.scss */
.navbar-w-100 .social-icons {
  margin: 0 15px;
}

/* line 1, ../scss/navbar/_navbar-radius.scss */
.navbar-radius {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
/* line 5, ../scss/navbar/_navbar-radius.scss */
.navbar-radius + .fake-navbar {
  height: 72px;
  display: block;
}
/* line 11, ../scss/navbar/_navbar-radius.scss */
.navbar-radius .navbar-nav .nav-link {
  line-height: 1;
  padding-top: .75rem;
  padding-bottom: .585rem;
}
/* line 18, ../scss/navbar/_navbar-radius.scss */
.navbar-radius .social-icons {
  margin-left: 15px;
}
@media (min-width: 992px) {
  /* line 1, ../scss/navbar/_navbar-radius.scss */
  .navbar-radius {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 27, ../scss/navbar/_navbar-radius.scss */
  .navbar-radius .navbar-nav .active > a {
    border: 2px solid #5396cc;
    border-radius: 1000px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 35, ../scss/navbar/_navbar-radius.scss */
  .navbar-radius.scrolled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 40, ../scss/navbar/_navbar-radius.scss */
  .navbar-radius.scrolled .navbar-nav > li > a {
    border: 0;
    padding: 0;
  }
  /* line 47, ../scss/navbar/_navbar-radius.scss */
  .navbar-radius.scrolled .navbar-nav .nav-link {
    padding-top: 0.35rem;
  }
  /* line 51, ../scss/navbar/_navbar-radius.scss */
  .navbar-radius.scrolled .navbar-nav > .active > a {
    color: #2a628f;
    border-radius: 0;
    border: none;
  }
  /* line 59, ../scss/navbar/_navbar-radius.scss */
  .navbar-radius + .fake-navbar {
    height: 102px;
  }
}

/* line 1, ../scss/navbar/_semi-transparent.scss */
.semi-transparent {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 4, ../scss/navbar/_semi-transparent.scss */
.semi-transparent + .page-header {
  margin-top: 62px;
}
/* line 8, ../scss/navbar/_semi-transparent.scss */
.semi-transparent.navbar-light .navbar-nav .nav-link {
  color: #444;
}
/* line 11, ../scss/navbar/_semi-transparent.scss */
.semi-transparent.navbar-light .navbar-nav .nav-link:hover {
  opacity: 0.8;
}
@media (min-width: 992px) {
  /* line 1, ../scss/navbar/_semi-transparent.scss */
  .semi-transparent {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 20, ../scss/navbar/_semi-transparent.scss */
  .semi-transparent + .page-header {
    margin-top: 125px;
  }
  /* line 24, ../scss/navbar/_semi-transparent.scss */
  .semi-transparent .logo-white {
    display: none;
  }
  /* line 28, ../scss/navbar/_semi-transparent.scss */
  .semi-transparent.scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) {
  /* line 1, ../scss/navbar/_semi-transparent.scss */
  .semi-transparent {
    background-color: #fff;
  }
}

/* line 42, ../scss/navbar/_semi-transparent.scss */
.header-semi_transparent:not(.has-banner) .page-header, .header-semi_transparent:not(.has-banner) .page-header-blank {
  padding-top: 90px;
}
@media (min-width: 992px) {
  /* line 42, ../scss/navbar/_semi-transparent.scss */
  .header-semi_transparent:not(.has-banner) .page-header, .header-semi_transparent:not(.has-banner) .page-header-blank {
    padding-top: 8rem;
  }
}
@media (max-width: 991px) {
  /* line 53, ../scss/navbar/_semi-transparent.scss */
  .header-semi_transparent.has-banner .page-header, .header-semi_transparent.has-banner .page-header-blank {
    padding-top: 72px;
  }
}
@media (min-width: 992px) {
  /* line 61, ../scss/navbar/_semi-transparent.scss */
  .header-semi_transparent .banner-carousel .display-table {
    padding-top: 85px;
  }
}

/* line 2, ../scss/navbar/_transparent.scss */
.nabvar-transparent + .page-header {
  margin-top: 62px;
}
/* line 6, ../scss/navbar/_transparent.scss */
.nabvar-transparent.navbar-light .navbar-nav .nav-link {
  color: #444;
}
/* line 9, ../scss/navbar/_transparent.scss */
.nabvar-transparent.navbar-light .navbar-nav .nav-link:hover {
  opacity: 0.8;
}
@media (min-width: 992px) {
  /* line 1, ../scss/navbar/_transparent.scss */
  .nabvar-transparent {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 15, ../scss/navbar/_transparent.scss */
  .nabvar-transparent + .page-header {
    margin-top: 125px;
  }
  /* line 22, ../scss/navbar/_transparent.scss */
  .nabvar-transparent .logo-white {
    display: none;
  }
  /* line 26, ../scss/navbar/_transparent.scss */
  .nabvar-transparent.scrolled {
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 0.66667rem;
    padding-bottom: 0.66667rem;
  }
}
@media (max-width: 991px) {
  /* line 1, ../scss/navbar/_transparent.scss */
  .nabvar-transparent {
    background-color: #fff;
  }
}

/* line 41, ../scss/navbar/_transparent.scss */
.header-transparent:not(.has-banner) .page-header, .header-transparent:not(.has-banner) .page-header-blank {
  padding-top: 90px;
}
@media (min-width: 992px) {
  /* line 41, ../scss/navbar/_transparent.scss */
  .header-transparent:not(.has-banner) .page-header, .header-transparent:not(.has-banner) .page-header-blank {
    padding-top: 6.5rem;
  }
}
@media (max-width: 991px) {
  /* line 52, ../scss/navbar/_transparent.scss */
  .header-transparent.has-banner .page-header, .header-transparent.has-banner .page-header-blank {
    padding-top: 72px;
  }
}
@media (min-width: 992px) {
  /* line 60, ../scss/navbar/_transparent.scss */
  .header-transparent .banner-carousel .display-table {
    padding-top: 85px;
  }
}

/* line 1, ../scss/banners/_sliders.scss */
.home-slider {
  margin-top: -40px;
  padding-top: 40px;
  background-color: #fbfbfb;
  background-image: -webkit-radial-gradient(circle, #fbfbfb, #dcdcdc);
  background-image: radial-gradient(circle, #fbfbfb, #dcdcdc);
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.05);
}
/* line 11, ../scss/banners/_sliders.scss */
.home-slider .item {
  height: 500px;
  overflow: hidden;
}
/* line 15, ../scss/banners/_sliders.scss */
.home-slider .item > .bg-img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}
/* line 21, ../scss/banners/_sliders.scss */
.home-slider .item > .bg-img > img {
  height: 100%;
  width: auto;
}
/* line 28, ../scss/banners/_sliders.scss */
.home-slider .logo-img {
  max-width: 250px;
  margin: 140px auto 20px;
}
/* line 33, ../scss/banners/_sliders.scss */
.home-slider .slogan {
  display: inline-block;
  margin-bottom: 30px;
  padding: 12px 18px;
  background: #505050;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}

/* line 44, ../scss/banners/_sliders.scss */
.fully-responsive {
  margin-top: 140px;
}

@media (max-width: 767px) {
  /* line 49, ../scss/banners/_sliders.scss */
  .fully-responsive {
    margin-top: 120px;
  }
}
/* line 54, ../scss/banners/_sliders.scss */
.fully-responsive__title {
  display: inline-block;
  margin: 0 auto 10px;
  font-size: 28px;
  font-weight: 700;
  color: #505050;
  text-transform: capitalize;
}

/* line 63, ../scss/banners/_sliders.scss */
.fully-responsive__text {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
}

/* line 69, ../scss/banners/_sliders.scss */
.fully-responsive__btns {
  margin-top: 30px;
}

/* line 73, ../scss/banners/_sliders.scss */
.fully-responsive-btns__btn {
  font-weight: 400;
  text-transform: capitalize;
}

/* line 78, ../scss/banners/_sliders.scss */
.home-slider .key-features.primary {
  margin-top: 140px;
}

/* line 82, ../scss/banners/_sliders.scss */
.home-slider .key-features.secondary {
  margin-top: 20px;
}

/* line 86, ../scss/banners/_sliders.scss */
.home-slider .key-features.primary > span, .home-slider .key-features.secondary > span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 8px 18px;
  color: white;
  font-weight: 600;
  text-transform: capitalize;
}

/* line 95, ../scss/banners/_sliders.scss */
.home-slider .key-features.primary > span {
  background: #505050;
}

/* line 99, ../scss/banners/_sliders.scss */
.home-slider .key-features.secondary > span {
  background: #ec7263;
}

/* line 103, ../scss/banners/_sliders.scss */
a.carousel-arrow {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -25px;
  background-color: transparent;
  color: transparent;
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
}

/* line 122, ../scss/banners/_sliders.scss */
.carousel:hover a.carousel-arrow {
  background: rgba(0, 0, 0, 0.2);
  color: #f6f6f6 !important;
}

/* line 127, ../scss/banners/_sliders.scss */
.carousel a.carousel-arrow:hover {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

/* line 132, ../scss/banners/_sliders.scss */
a.carousel-arrow:hover, a.carousel-arrow:active {
  text-decoration: none;
}

/* line 136, ../scss/banners/_sliders.scss */
a.carousel-arrow-prev {
  left: 20px;
  right: auto;
  padding-right: 5px;
}

/* line 142, ../scss/banners/_sliders.scss */
a.carousel-arrow-next {
  right: 20px;
  left: auto;
  padding-left: 5px;
}

/* line 148, ../scss/banners/_sliders.scss */
.g-delay_1 {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
}

/* line 154, ../scss/banners/_sliders.scss */
.g-delay_2 {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  animation-delay: 600ms;
}

/* line 160, ../scss/banners/_sliders.scss */
.g-delay_3 {
  -webkit-animation-delay: 900ms;
  -moz-animation-delay: 900ms;
  animation-delay: 900ms;
}

/* line 166, ../scss/banners/_sliders.scss */
.g-delay_4 {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

/* line 172, ../scss/banners/_sliders.scss */
.g-delay_5 {
  -webkit-animation-delay: 1500ms;
  -moz-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

/* line 178, ../scss/banners/_sliders.scss */
.g-delay_6 {
  -webkit-animation-delay: 1800ms;
  -moz-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

/* line 184, ../scss/banners/_sliders.scss */
.g-delay_7 {
  -webkit-animation-delay: 2100ms;
  -moz-animation-delay: 2100ms;
  animation-delay: 2100ms;
}

/* line 190, ../scss/banners/_sliders.scss */
.g-delay_8 {
  -webkit-animation-delay: 2400ms;
  -moz-animation-delay: 2400ms;
  animation-delay: 2400ms;
}

/* line 196, ../scss/banners/_sliders.scss */
.g-delay_9 {
  -webkit-animation-delay: 2700ms;
  -moz-animation-delay: 2700ms;
  animation-delay: 2700ms;
}

/* line 202, ../scss/banners/_sliders.scss */
.ccaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}

/* line 210, ../scss/banners/_sliders.scss */
.something-semantic {
  display: table;
  width: 100%;
  height: 500px;
}

/* line 216, ../scss/banners/_sliders.scss */
.something-else-semantic {
  display: table-cell;
  vertical-align: middle;
}

/* line 221, ../scss/banners/_sliders.scss */
.tscarousel {
  overflow: hidden;
  background-color: #2a628f;
}
/* line 225, ../scss/banners/_sliders.scss */
.tscarousel .item {
  background-size: cover;
  overflow: hidden;
  background-position: center center;
}
/* line 231, ../scss/banners/_sliders.scss */
.tscarousel, .tscarousel .display-table, .tscarousel .has-side-pic {
  width: 100%;
  height: 500px;
}
/* line 236, ../scss/banners/_sliders.scss */
.tscarousel .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  text-shadow: none;
}
/* line 247, ../scss/banners/_sliders.scss */
.tscarousel h1 {
  font-size: 52px;
  font-weight: 700;
}
/* line 252, ../scss/banners/_sliders.scss */
.tscarousel .btn-circle {
  border: 2px solid #fff;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
}
/* line 259, ../scss/banners/_sliders.scss */
.tscarousel .btn-circle:hover {
  color: #0275d8;
  background-color: #fff;
}
/* line 265, ../scss/banners/_sliders.scss */
.tscarousel .has-border {
  margin-top: 50px;
  border: 3px solid #0275d8;
  display: inline-block;
  padding: 15px;
}
/* line 272, ../scss/banners/_sliders.scss */
.tscarousel .caption-big {
  background-color: #2a628f;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  margin: 0;
  margin-bottom: 5px;
  padding: 15px 25px;
  font-size: 35px;
}
/* line 283, ../scss/banners/_sliders.scss */
.tscarousel .caption-small {
  background-color: #0275d8;
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  font-size: 20px;
  margin-bottom: 20px;
}
/* line 292, ../scss/banners/_sliders.scss */
.tscarousel .well {
  height: 500px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 35px;
  margin: 0;
  border-radius: 0;
}
/* line 300, ../scss/banners/_sliders.scss */
.tscarousel .caption-type1 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 300;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 0 105px;
}
/* line 310, ../scss/banners/_sliders.scss */
.tscarousel .caption-type2 {
  font-weight: 800;
  border: 0;
}
/* line 315, ../scss/banners/_sliders.scss */
.tscarousel form {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 35px;
}
/* line 320, ../scss/banners/_sliders.scss */
.tscarousel .facade-minimal {
  padding: 0;
  margin: 0;
  padding-top: 5px;
  margin-bottom: -5px;
  margin-top: 50px;
}
/* line 328, ../scss/banners/_sliders.scss */
.tscarousel .carousel-indicators {
  width: 100%;
  left: 0;
  right: 0;
}
/* line 334, ../scss/banners/_sliders.scss */
.tscarousel .carousel-control {
  color: #F9F9F9;
  border-color: #F9F9F9;
  width: 30px;
  height: 30px;
  line-height: 28px;
}
/* line 341, ../scss/banners/_sliders.scss */
.tscarousel .carousel-control:hover, .tscarousel .carousel-control:focus {
  color: #FFF;
}
/* line 345, ../scss/banners/_sliders.scss */
.tscarousel .carousel-control.left {
  left: 1rem;
  bottom: 1rem;
}
/* line 350, ../scss/banners/_sliders.scss */
.tscarousel .carousel-control.right {
  right: 1rem;
  bottom: 1rem;
}

/* line 359, ../scss/banners/_sliders.scss */
.no-touch .tscarousel .carousel-control {
  display: none !important;
}

/* line 366, ../scss/banners/_sliders.scss */
.has-transparent-header + .carousel.tscarousel--v2, .has-transparent-header + .carousel.tscarousel--v2 .display-table, .has-transparent-header + .carousel.tscarousel--v2 .has-side-pic {
  height: 424px !important;
}
/* line 370, ../scss/banners/_sliders.scss */
.has-transparent-header + .carousel.tscarousel--v2 .carousel-caption {
  padding-top: 25px;
}

/* line 376, ../scss/banners/_sliders.scss */
.carousel-control {
  *display: none;
  top: 50%;
  bottom: auto;
  width: 52px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  margin-top: -21px;
  font-size: 14px;
  text-shadow: none;
  background-color: transparent;
  color: #0275d8;
  border: 2px solid #0275d8;
  border-radius: 1000px;
}
/* line 394, ../scss/banners/_sliders.scss */
.carousel-control.left {
  background-image: none;
  top: auto;
  bottom: 0;
  left: auto;
  right: 54px;
}
/* line 402, ../scss/banners/_sliders.scss */
.carousel-control.right {
  background-image: none;
  top: auto;
  bottom: 0;
}
/* line 408, ../scss/banners/_sliders.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #0275d8;
  cursor: pointer;
}
/* line 413, ../scss/banners/_sliders.scss */
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-prev, .carousel-control .icon-next {
  font-size: 14px;
  width: auto;
  height: auto;
  margin-top: 0;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  z-index: 5;
  display: inline-block;
}
/* line 426, ../scss/banners/_sliders.scss */
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  margin-left: 0;
}
/* line 430, ../scss/banners/_sliders.scss */
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  margin-right: 0;
}
/* line 434, ../scss/banners/_sliders.scss */
.section-header .carousel-control {
  top: 0;
  margin-top: 0;
}

/* line 440, ../scss/banners/_sliders.scss */
.carousel-control-birght {
  color: #FFF;
  border-color: #FFF;
  opacity: .6;
}
/* line 445, ../scss/banners/_sliders.scss */
.carousel-control-birght:hover, .carousel-control-birght:focus {
  color: #FFF;
  border-color: #FFF;
  opacity: 1;
}

/* line 453, ../scss/banners/_sliders.scss */
.carousel-control-middle.left {
  top: 50%;
  left: 15px;
}
/* line 458, ../scss/banners/_sliders.scss */
.carousel-control-middle.right {
  top: 50%;
  right: 15px;
}

/* line 465, ../scss/banners/_sliders.scss */
.block-carousel .carousel {
  padding-top: 75px;
}
/* line 468, ../scss/banners/_sliders.scss */
.block-carousel .carousel-control {
  background-color: #2a628f;
  color: #fff;
  bottom: auto;
  top: 0;
  left: 50%;
}
/* line 475, ../scss/banners/_sliders.scss */
.block-carousel .carousel-control.left {
  margin-left: -61px;
}
/* line 479, ../scss/banners/_sliders.scss */
.block-carousel .carousel-control.right {
  margin-right: -5px;
}

/* line 486, ../scss/banners/_sliders.scss */
.carou-wrap .carousel-control {
  bottom: auto;
  top: 0;
  right: 0;
  margin-top: 0;
  z-index: 9999;
}
/* line 493, ../scss/banners/_sliders.scss */
.carou-wrap .carousel-control.left {
  right: 61px;
}
/* line 500, ../scss/banners/_sliders.scss */
.carou-wrap .carousel-control:hover {
  cursor: pointer;
}

/* line 508, ../scss/banners/_sliders.scss */
.carousel:hover .carousel-control {
  display: block;
}

/* line 514, ../scss/banners/_sliders.scss */
.carousel-indicators {
  width: auto;
  margin-left: 0;
  left: auto;
  right: 168px;
  bottom: 0;
}

/* line 523, ../scss/banners/_sliders.scss */
.carou-wrap {
  position: relative;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
/* line 581, ../scss/banners/_sliders.scss */
.scroll-btn {
  margin-top: 50px;
  display: block;
}

/* line 585, ../scss/banners/_sliders.scss */
.scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #0275d8;
  letter-spacing: 2px;
}

/* line 594, ../scss/banners/_sliders.scss */
.scroll-btn > *:hover, .scroll-btn > *:focus, .scroll-btn > *.active {
  color: #0275d8;
}

/* line 597, ../scss/banners/_sliders.scss */
.scroll-btn > *:hover, .scroll-btn > *:focus, .scroll-btn > *:active, .scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 601, ../scss/banners/_sliders.scss */
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 46px;
  height: 73px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #0275d8;
  border-radius: 23px;
}

/* line 613, ../scss/banners/_sliders.scss */
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #0275d8;
  border-radius: 50%;
  -webkit-animation: ani-mouse 4s linear infinite;
  -moz-animation: ani-mouse 4s linear infinite;
  animation: ani-mouse 4s linear infinite;
}

/* line 628, ../scss/banners/_sliders.scss */
.has-transparent-header + .carousel, .has-transparent-header + .carousel .display-table {
  height: 600px;
}
/* line 632, ../scss/banners/_sliders.scss */
.has-transparent-header + .carousel .carousel-caption {
  padding-top: 100px;
}

/* line 3, ../scss/banners/_banner.scss */
.banner {
  overflow: hidden;
}
/* line 6, ../scss/banners/_banner.scss */
.banner .banner-inner {
  height: 600px;
}
/* line 9, ../scss/banners/_banner.scss */
.banner .banner-inner.banner-inner-v2 {
  padding: 0;
  position: relative;
}
/* line 13, ../scss/banners/_banner.scss */
.banner .banner-inner.banner-inner-v2 img {
  position: absolute;
  bottom: -175px;
  right: 0;
}
/* line 22, ../scss/banners/_banner.scss */
.banner.banner-v1 .caption-lg {
  font-size: 45px;
  margin-bottom: 25px;
  margin-top: 0;
}
/* line 28, ../scss/banners/_banner.scss */
.banner.banner-v1 .banner-btns {
  margin-top: 25px;
}
/* line 33, ../scss/banners/_banner.scss */
.banner.banner-v2 {
  padding-top: 50px;
}

/* line 39, ../scss/banners/_banner.scss */
.banner-carousel .carousel-item {
  background-size: cover;
}
/* line 43, ../scss/banners/_banner.scss */
.banner-carousel, .banner-carousel .display-table {
  height: 750px;
}
/* line 47, ../scss/banners/_banner.scss */
.banner-carousel .bc-heading {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 10px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
/* line 56, ../scss/banners/_banner.scss */
.banner-carousel .bc-heading [class^="caption-"] {
  margin-bottom: 0;
}
/* line 61, ../scss/banners/_banner.scss */
.banner-carousel .bc-subheading {
  font-size: 1.6rem;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 1.75rem;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
/* line 68, ../scss/banners/_banner.scss */
.banner-carousel .bc-subheading [class^="caption-"] {
  margin-bottom: 0;
}
/* line 73, ../scss/banners/_banner.scss */
.banner-carousel .btn {
  margin-bottom: 10px;
}
/* line 77, ../scss/banners/_banner.scss */
.banner-carousel .bc-content {
  margin-bottom: 15px;
}

/* line 84, ../scss/banners/_banner.scss */
.carousel-caption.left .bc-heading, .carousel-caption.left .bc-subheading, .carousel-caption.left .bc-content, .carousel-caption.left .bc-buttons {
  text-align: left;
}
/* line 90, ../scss/banners/_banner.scss */
.carousel-caption.right .bc-heading, .carousel-caption.right .bc-subheading, .carousel-caption.right .bc-content, .carousel-caption.right .bc-buttons {
  text-align: right;
}
/* line 96, ../scss/banners/_banner.scss */
.carousel-caption.center .bc-heading, .carousel-caption.center .bc-subheading, .carousel-caption.center .bc-content, .carousel-caption.center .bc-buttons {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 105, ../scss/banners/_banner.scss */
  .banner-carousel .bc-heading {
    font-size: 4.2rem;
  }
  /* line 109, ../scss/banners/_banner.scss */
  .banner-carousel .bc-subheading {
    font-size: 2rem;
  }
}
/* line 3, ../scss/footers/_footers.scss */
footer .widget .widget-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

/* line 13, ../scss/footers/_footers.scss */
#supplementary {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333;
  color: #ccc;
}
/* line 19, ../scss/footers/_footers.scss */
#supplementary a {
  color: #ccc;
}
/* line 22, ../scss/footers/_footers.scss */
#supplementary a:hover {
  color: #fff;
}
@media (min-width: 992px) {
  /* line 13, ../scss/footers/_footers.scss */
  #supplementary {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

/* line 33, ../scss/footers/_footers.scss */
.site-info {
  padding: 2rem 0;
  background-color: #282828;
  color: #bbb;
}
/* line 38, ../scss/footers/_footers.scss */
.site-info a {
  color: #bbb;
}
/* line 41, ../scss/footers/_footers.scss */
.site-info a:hover {
  color: #fff;
}

/* line 1, ../scss/footers/_has-contacts.scss */
.widget h5 {
  color: #fff;
}

/* line 2, ../scss/pages/_general.scss */
.ct-faq-header {
  margin-bottom: 2rem;
}

/* line 7, ../scss/pages/_general.scss */
.page-type-HelpPage .block-help-center {
  padding-top: 0;
  padding-bottom: 1.5rem;
}
/* line 13, ../scss/pages/_general.scss */
.page-type-HelpPage .help-article-lists:not(.first) {
  margin-top: 2.5rem;
}

/* line 20, ../scss/pages/_general.scss */
.page-type-HelpArticle .block-blog {
  padding-top: 0;
  padding-bottom: 1.5rem;
}

/* line 1, ../scss/pages/_blog_post.scss */
.entry-title {
  margin-top: 0;
}

/* line 5, ../scss/pages/_blog_post.scss */
.entry-thumbnail {
  margin-bottom: 25px;
}

/* line 9, ../scss/pages/_blog_post.scss */
article.v2 {
  margin-bottom: 25px;
}
/* line 12, ../scss/pages/_blog_post.scss */
article.v2 .entry-date {
  color: #2a628f;
  float: left;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  padding: 18px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid #2a628f;
  width: 75px;
  height: 75px;
}
/* line 25, ../scss/pages/_blog_post.scss */
article.v2 .entry-date span {
  display: block;
}
/* line 30, ../scss/pages/_blog_post.scss */
article.v2 .entry-content {
  margin-left: 95px;
}
/* line 33, ../scss/pages/_blog_post.scss */
article.v2 .entry-content a {
  color: #4c4c4c;
}

/* line 39, ../scss/pages/_blog_post.scss */
.block-blog {
  padding-bottom: 0;
}
/* line 42, ../scss/pages/_blog_post.scss */
.block-blog .hentry {
  padding-bottom: 40px;
}
/* line 45, ../scss/pages/_blog_post.scss */
.block-blog .hentry:last-of-type {
  border-bottom: 0;
}
/* line 50, ../scss/pages/_blog_post.scss */
.block-blog .entry-meta {
  padding-bottom: 1.25rem;
  font-size: .95rem;
}

/* line 57, ../scss/pages/_blog_post.scss */
.blog-v2 .site-content {
  background-color: #eceeef;
  padding-top: 0;
  padding-bottom: 25px;
}
/* line 63, ../scss/pages/_blog_post.scss */
.blog-v2 .hentry {
  padding-bottom: 0;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 75px;
}
/* line 72, ../scss/pages/_blog_post.scss */
.blog-v2 .entry-header {
  padding: 25px 50px 0 50px;
}
/* line 76, ../scss/pages/_blog_post.scss */
.blog-v2 .entry-content {
  padding: 0 50px 50px 50px;
}
/* line 81, ../scss/pages/_blog_post.scss */
.blog-v2 .posted-on a.date-circle {
  display: none;
}
/* line 86, ../scss/pages/_blog_post.scss */
.blog-v2 .posted-on span.hidden-date {
  display: block;
}
/* line 92, ../scss/pages/_blog_post.scss */
.blog-v2 .pagination {
  margin-bottom: 0;
}
/* line 95, ../scss/pages/_blog_post.scss */
.blog-v2 .pagination > li > a, .blog-v2 .pagination > li > span {
  margin-left: 10px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  /* line 102, ../scss/pages/_blog_post.scss */
  .blog-v2 .posted-on {
    display: table;
    position: absolute;
    top: 10px;
    left: -100px;
  }
  /* line 108, ../scss/pages/_blog_post.scss */
  .blog-v2 .posted-on a.date-circle {
    background-color: #2a628f;
    color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: block;
    text-align: center;
    line-height: 1;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    vertical-align: middle;
    display: table-cell;
  }
  /* line 122, ../scss/pages/_blog_post.scss */
  .blog-v2 .posted-on .day {
    font-weight: bold;
    font-size: 20px;
  }
  /* line 127, ../scss/pages/_blog_post.scss */
  .blog-v2 .posted-on span {
    display: block;
  }
  /* line 130, ../scss/pages/_blog_post.scss */
  .blog-v2 .posted-on span.hidden-date {
    display: none;
  }
  /* line 136, ../scss/pages/_blog_post.scss */
  .blog-v2 .block-blog {
    border-left: 1px solid #d4d4d4;
    padding-left: 65px;
    margin-left: 35px;
    margin-bottom: 75px;
  }
}

/* line 146, ../scss/pages/_blog_post.scss */
.blog-v3 .hentry {
  padding-bottom: 0;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 75px;
}
/* line 155, ../scss/pages/_blog_post.scss */
.blog-v3 .entry-title {
  font-size: 30px;
}
/* line 159, ../scss/pages/_blog_post.scss */
.blog-v3 .entry-header {
  padding: 0 30px 10px 30px;
}
/* line 163, ../scss/pages/_blog_post.scss */
.blog-v3 .entry-content {
  padding: 0 30px 10px 30px;
}
/* line 167, ../scss/pages/_blog_post.scss */
.blog-v3 .entry-meta {
  padding: 0 30px 30px 30px;
}
/* line 171, ../scss/pages/_blog_post.scss */
.blog-v3 .pagination {
  margin-bottom: 0;
}
/* line 174, ../scss/pages/_blog_post.scss */
.blog-v3 .pagination > li > a, .blog-v3 .pagination > li > span {
  margin-right: 10px;
  border-radius: 3px;
}

/* line 181, ../scss/pages/_blog_post.scss */
.blog-header {
  padding: 100px 0;
  color: #fff;
}
/* line 185, ../scss/pages/_blog_post.scss */
.blog-header .blog-title {
  color: #fff;
}
/* line 189, ../scss/pages/_blog_post.scss */
.blog-header .social-icons {
  margin-top: 15px;
}
/* line 192, ../scss/pages/_blog_post.scss */
.blog-header .social-icons > li > a {
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-width: 2px;
  font-size: 22px;
}

/* line 203, ../scss/pages/_blog_post.scss */
.layout-Blog-Blog_Home .has-transparent-header + .page-header {
  padding-bottom: 120px;
}
/* line 207, ../scss/pages/_blog_post.scss */
.layout-Blog-Blog_Home .entry-thumbnail {
  margin-bottom: 0;
}

/* line 213, ../scss/pages/_blog_post.scss */
.blog-v4 .entry-thumbnail {
  position: relative;
}
/* line 217, ../scss/pages/_blog_post.scss */
.blog-v4 .entry-header, .blog-v4 .entry-footer, .blog-v4 .entry-content {
  text-align: center;
}
/* line 221, ../scss/pages/_blog_post.scss */
.blog-v4 .entry-title {
  font-size: 2rem !important;
}
/* line 227, ../scss/pages/_blog_post.scss */
.blog-v4 .posted-on {
  display: table;
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 233, ../scss/pages/_blog_post.scss */
.blog-v4 .posted-on a {
  background-color: #2a628f;
  color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: block;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  vertical-align: middle;
  display: table-cell;
}
/* line 247, ../scss/pages/_blog_post.scss */
.blog-v4 .posted-on .day {
  font-weight: bold;
  font-size: 20px;
}
/* line 252, ../scss/pages/_blog_post.scss */
.blog-v4 .posted-on span {
  display: block;
}

/* line 258, ../scss/pages/_blog_post.scss */
.hentry-v2 {
  text-align: center;
  position: relative;
  background-color: #fff;
  margin-bottom: 35px;
}
/* line 264, ../scss/pages/_blog_post.scss */
.hentry-v2 .entry-header {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 0;
  padding: 35px;
  padding-bottom: 0;
}
/* line 270, ../scss/pages/_blog_post.scss */
.hentry-v2 .entry-header .entry-title {
  font-size: 20px;
  margin: 0;
}
/* line 276, ../scss/pages/_blog_post.scss */
.hentry-v2 .entry-content {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 0;
  padding: 35px;
  padding-top: 15px;
}
/* line 283, ../scss/pages/_blog_post.scss */
.hentry-v2 .posted-on {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2a628f;
  color: #fff;
  display: inline-block;
  padding: 15px;
  text-align: center;
  line-height: 1;
}
/* line 294, ../scss/pages/_blog_post.scss */
.hentry-v2 .posted-on span {
  display: block;
}
/* line 298, ../scss/pages/_blog_post.scss */
.hentry-v2 .posted-on .day {
  font-size: 30px;
  font-weight: bold;
}

/* line 305, ../scss/pages/_blog_post.scss */
.post-meta {
  margin-bottom: 15px;
}
/* line 308, ../scss/pages/_blog_post.scss */
.post-meta span {
  margin-right: 5px;
}

/* line 313, ../scss/pages/_blog_post.scss */
.blogTagCloud {
  font-size: 15px;
}

/* line 317, ../scss/pages/_blog_post.scss */
.tagCount10 {
  font-size: 140%;
}

/* line 321, ../scss/pages/_blog_post.scss */
.tagCount9 {
  font-size: 135%;
}

/* line 325, ../scss/pages/_blog_post.scss */
.tagCount8 {
  font-size: 130%;
}

/* line 329, ../scss/pages/_blog_post.scss */
.tagCount7 {
  font-size: 125%;
}

/* line 333, ../scss/pages/_blog_post.scss */
.tagCount6 {
  font-size: 120%;
}

/* line 337, ../scss/pages/_blog_post.scss */
.tagCount5 {
  font-size: 115%;
}

/* line 341, ../scss/pages/_blog_post.scss */
.tagCount4 {
  font-size: 110%;
}

/* line 345, ../scss/pages/_blog_post.scss */
.tagCount3 {
  font-size: 105%;
}

/* line 349, ../scss/pages/_blog_post.scss */
.tagCount2 {
  font-size: 90%;
}

/* line 353, ../scss/pages/_blog_post.scss */
.tagCount1 {
  font-size: 80%;
}

/* line 358, ../scss/pages/_blog_post.scss */
.blog-authors img {
  max-width: 100%;
}
/* line 361, ../scss/pages/_blog_post.scss */
.blog-authors .author-name {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 10px;
}
/* line 367, ../scss/pages/_blog_post.scss */
.blog-authors .blog-author {
  margin-bottom: 20px;
}
/* line 370, ../scss/pages/_blog_post.scss */
.blog-authors .blog-author:last-child {
  margin-bottom: 40px;
}

/* line 1, ../scss/pages/_blog_comments.scss */
.comments-section {
  margin: 0 0 75px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  padding: 50px;
}

/* line 11, ../scss/pages/_blog_comments.scss */
.comments-holder-container .form-actions input[type="submit"] {
  border-radius: 1000px !important;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 18px;
}

/* line 20, ../scss/pages/_blog_comments.scss */
.comments-holder {
  margin-bottom: 40px;
}

/* line 24, ../scss/pages/_blog_comments.scss */
.comments-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 29, ../scss/pages/_blog_comments.scss */
.comments-list .comments-list {
  margin-left: 25px;
}
/* line 34, ../scss/pages/_blog_comments.scss */
.comments-list.root-level > li {
  border-bottom: 1px solid #ebebeb;
}

/* line 40, ../scss/pages/_blog_comments.scss */
.comment {
  margin-bottom: 15px;
}
/* line 43, ../scss/pages/_blog_comments.scss */
.comment .comment-text {
  margin-bottom: 5px;
}
/* line 47, ../scss/pages/_blog_comments.scss */
.comment .comment-action-links {
  margin-bottom: 15px;
}
/* line 51, ../scss/pages/_blog_comments.scss */
.comment .comment-author-meta {
  margin-bottom: 8px;
}
/* line 55, ../scss/pages/_blog_comments.scss */
.comment .author {
  font-weight: bold;
}
/* line 59, ../scss/pages/_blog_comments.scss */
.comment .gravatar {
  float: left;
  max-width: 48px;
  margin-right: 8px;
}
/* line 65, ../scss/pages/_blog_comments.scss */
.comment .comment-time {
  font-size: 12px;
}
/* line 68, ../scss/pages/_blog_comments.scss */
.comment .comment-time .date {
  font-weight: bold;
}
/* line 73, ../scss/pages/_blog_comments.scss */
.comment .comment-reply-link {
  text-transform: uppercase;
  border-bottom: 1px solid #c5c5c5;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
}
/* line 81, ../scss/pages/_blog_comments.scss */
.comment .comment-reply-form-holder {
  margin-bottom: 20px;
}

/* line 86, ../scss/pages/_blog_comments.scss */
.commenting-rss-feed {
  text-align: right;
  font-size: 13px;
}

/* line 5, ../scss/pages/_blog.scss */
body.page-type-Blog .block-blog, .page-type-BlogPost .block-blog {
  padding-bottom: 0;
  padding-top: 0;
}

/* line 13, ../scss/pages/_blog.scss */
.blog-infinitelist img,
.blog-listing img {
  max-width: 100%;
}

/* line 19, ../scss/pages/_blog.scss */
.posts-grid .blog-post-summary,
.posts-grid .entry-title,
.posts-grid .home-blog-post-summary,
.posts-grid .post-meta {
  margin-top: 1rem;
  margin-bottom: 0;
}

/* line 29, ../scss/pages/_blog.scss */
.carousel-grid .post {
  position: relative;
  border: 1px solid #eceeef;
  background-color: #fff;
  text-align: center;
}
/* line 35, ../scss/pages/_blog.scss */
.carousel-grid .post .entry-thumbnail {
  margin-bottom: 1rem;
}
/* line 39, ../scss/pages/_blog.scss */
.carousel-grid .post .entry-footer,
.carousel-grid .post .entry-header,
.carousel-grid .post .entry-summary {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 1rem;
}
/* line 47, ../scss/pages/_blog.scss */
.carousel-grid .post .post-meta {
  margin: 0;
}
/* line 51, ../scss/pages/_blog.scss */
.carousel-grid .post .post-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2a628f;
  color: #fff;
  display: inline-block;
  padding: 15px;
  text-align: center;
  line-height: 1;
}
/* line 63, ../scss/pages/_blog.scss */
.carousel-grid .post .month,
.carousel-grid .post .day,
.carousel-grid .post .year {
  display: block;
  font-size: 0.875rem;
}
/* line 70, ../scss/pages/_blog.scss */
.carousel-grid .post .day {
  font-size: 1.75em;
  font-weight: bold;
}

/* line 79, ../scss/pages/_blog.scss */
.posts-fluid-grid .post,
.posts-fixed-grid .post {
  border: 1px solid #eceeef;
  background-color: #fff;
  margin-right: -1px;
}
/* line 84, ../scss/pages/_blog.scss */
.posts-fluid-grid .post .entry-thumbnail,
.posts-fixed-grid .post .entry-thumbnail {
  margin-bottom: 1rem;
}
/* line 88, ../scss/pages/_blog.scss */
.posts-fluid-grid .post .entry-footer,
.posts-fluid-grid .post .entry-header,
.posts-fixed-grid .post .entry-footer,
.posts-fixed-grid .post .entry-header {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
/* line 95, ../scss/pages/_blog.scss */
.posts-fluid-grid .post .entry-header,
.posts-fixed-grid .post .entry-header {
  border-bottom: 1px solid #eceeef;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
/* line 100, ../scss/pages/_blog.scss */
.posts-fluid-grid .post .entry-header .entry-title,
.posts-fixed-grid .post .entry-header .entry-title {
  font-size: 1.25rem;
}
/* line 105, ../scss/pages/_blog.scss */
.posts-fluid-grid .post .post-meta,
.posts-fixed-grid .post .post-meta {
  margin: 0;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  /* line 112, ../scss/pages/_blog.scss */
  .blog-sidebar {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e3e3e3;
  }
}
