/*B4045F*/
/*688A08*/
@font-face {
  font-family: sign-font;
  src: url("../../theme-variables/fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: body-font;
  src: url("../../theme-variables/fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: light-font;
  src: url("../../theme-variables/fonts/OpenSans-Light.ttf");
}
@font-face {
  font-family: header-font;
  src: url("../../theme-variables/fonts/OpenSans-Bold.ttf");
}
@font-face {
  font-family: gallery-fontawesome;
  src: url("../../theme-variables/fonts/gallery/fontawesome.woff?-e43dk9");
}
/* line 6, ../scss/_slick_slider.scss */
.slick-slider-container h1, .slick-slider-container p {
  color: #fff;
  text-shadow: 0px 0px 8px #272727;
}
/* line 7, ../scss/_slick_slider.scss */
.slick-slider-container h1 {
  font-size: 3.5em;
}
@media screen and (max-width: 64.0625em) {
  /* line 9, ../scss/_slick_slider.scss */
  .slick-slider-container h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 40.0625em) {
  /* line 12, ../scss/_slick_slider.scss */
  .slick-slider-container h1 {
    font-size: 2em;
  }
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/regular-icons.ttf") format("truetype");
}
/* Slider */
/* line 27, ../scss/_slick_slider.scss */
.slick-loading .slick-list {
  background: #fff center center no-repeat;
  /*url('./ajax-loader.gif')*/
}

/* Arrows */
/* line 32, ../scss/_slick_slider.scss */
.slick-prev, .slick-next {
  font-size: 20px;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent !important;
  z-index: 900;
}
/* line 38, ../scss/_slick_slider.scss */
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 44, ../scss/_slick_slider.scss */
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
/* line 47, ../scss/_slick_slider.scss */
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
/* line 51, ../scss/_slick_slider.scss */
.slick-prev .slick-disabled:before, .slick-next .slick-disabled:before {
  opacity: .25;
}

/* line 57, ../scss/_slick_slider.scss */
.slick-prev {
  left: 25px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -webkit-transform: rotate(-90deg);
  /* Safari and Chrome */
  -o-transform: rotate(-90deg);
  /* Opera */
}
/* line 61, ../scss/_slick_slider.scss */
.slick-prev::before {
  content: 'u';
}

/* line 66, ../scss/_slick_slider.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
/* line 70, ../scss/_slick_slider.scss */
[dir='rtl'] .slick-prev:before {
  content: 'u';
}

/* line 75, ../scss/_slick_slider.scss */
.slick-next {
  right: 25px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -webkit-transform: rotate(-90deg);
  /* Safari and Chrome */
  -o-transform: rotate(-90deg);
  /* Opera */
}
/* line 79, ../scss/_slick_slider.scss */
.slick-next::before {
  content: 'd';
}

/* line 84, ../scss/_slick_slider.scss */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
/* line 88, ../scss/_slick_slider.scss */
[dir='rtl'] .slick-next:before {
  content: 'd';
}

/* Dots */
/* line 96, ../scss/_slick_slider.scss */
.slick-slider .slick-slide {
  height: 90vh;
  background-position: center center;
  padding-top: 30vh;
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
}
/* line 103, ../scss/_slick_slider.scss */
.slick-slider .slick-slide p {
  font-size: 1.1em;
}
/* line 105, ../scss/_slick_slider.scss */
.slick-slider .slick-slide .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
}

/* line 112, ../scss/_slick_slider.scss */
.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}
/* line 116, ../scss/_slick_slider.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
/* line 119, ../scss/_slick_slider.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
/* line 123, ../scss/_slick_slider.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 126, ../scss/_slick_slider.scss */
.slick-dots li button:before {
  font-family: 'slick' !important;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'r';
  text-align: center;
  opacity: .8;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 137, ../scss/_slick_slider.scss */
.slick-dots .slick-active button:before {
  opacity: .75;
  color: #272727;
}

/* line 4, ../scss/_navbar.scss */
.navbar {
  height: 5em;
  width: 100%;
  background: #fff;
  padding: 1em;
  border-bottom: 0.3em solid #B378D3;
  position: fixed;
  z-index: 1000;
}
/* line 7, ../scss/_navbar.scss */
.navbar .org-logo {
  width: 5em;
  vertical-align: middle;
  margin-top: -0.9em;
}
/* line 8, ../scss/_navbar.scss */
.navbar .org-name {
  color: #272727;
  font-family: header-font;
  font-size: 1.9em;
  display: inline;
  text-transform: none;
}
/* line 10, ../scss/_navbar.scss */
.navbar .org-name strong {
  color: #B378D3;
}
/* line 13, ../scss/_navbar.scss */
.navbar .menuMarker {
  display: none;
  float: right;
  margin-top: 0.5em;
  width: 1.5em;
  position: relative;
  background-size: 100%;
  cursor: pointer;
}
/* line 16, ../scss/_navbar.scss */
.navbar .menuMarker + input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  right: 1em;
  top: 1.5em;
}
/* line 23, ../scss/_navbar.scss */
.navbar #menu {
  display: inline-block;
  position: absolute;
  right: 3.8em;
  top: 1em;
  margin-top: 0.95em;
}
/* line 26, ../scss/_navbar.scss */
.navbar #menu li {
  display: inline-block;
  margin-left: 1em;
}
/* line 28, ../scss/_navbar.scss */
.navbar #menu li a {
  color: #747474;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
}
/* line 31, ../scss/_navbar.scss */
.navbar #menu li a:hover {
  color: #272727;
}
/* line 32, ../scss/_navbar.scss */
.navbar #menu li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  /* IE 9 */
  -moz-transform: scaleX(0);
  /* Firefox */
  -webkit-transform: scaleX(0);
  /* Safari and Chrome */
  -o-transform: scaleX(0);
  /* Opera */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* line 38, ../scss/_navbar.scss */
.navbar #menu li a:hover:before {
  visibility: visible;
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  /* IE 9 */
  -moz-transform: scaleX(1);
  /* Firefox */
  -webkit-transform: scaleX(1);
  /* Safari and Chrome */
  -o-transform: scaleX(1);
  /* Opera */
}
/* line 42, ../scss/_navbar.scss */
.navbar #menu li .active {
  color: #272727;
  border-top: 1px solid #272727 !important;
}
/* line 46, ../scss/_navbar.scss */
.navbar #menu li f-dropdown:focus {
  outline: 0;
}
/* line 51, ../scss/_navbar.scss */
.navbar #menu li ul li {
  margin: 0;
  padding: 0.5em;
  width: 100%;
}
@media only screen and (max-width: 51.2em) {
  /* line 60, ../scss/_navbar.scss */
  .navbar #menu {
    width: 100%;
    background: #00363f;
    position: static;
    display: none;
    text-align: center;
    padding: 1em;
    line-height: 2em;
    margin-top: -0.3em;
  }
  /* line 62, ../scss/_navbar.scss */
  .navbar #menu li {
    margin-bottom: 1px;
    width: 100%;
    margin-left: 0px !important;
  }
  /* line 64, ../scss/_navbar.scss */
  .navbar .menuMarker {
    display: block;
  }
}

/* line 68, ../scss/_navbar.scss */
.rightNavOverlay {
  width: 100%;
  height: 150vh;
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  z-index: 1100;
  display: none;
}

/* line 70, ../scss/_navbar.scss */
.rightNavOverlayActive {
  display: block;
}

/* General styles for all menus */
/* line 73, ../scss/_navbar.scss */
.cbp-spmenu {
  background: #fff;
  position: fixed;
  overflow-y: auto;
  box-shadow: 1px 0px 10px -1px #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 76, ../scss/_navbar.scss */
.cbp-spmenu h3 {
  background: none repeat scroll 0 0 #fff;
  color: #272727;
  font-size: 1.9em;
  font-weight: 300;
  margin: 0;
  padding: 1.3em 1.3em 1.3em 20px;
}
/* line 79, ../scss/_navbar.scss */
.cbp-spmenu a {
  color: #747474;
  display: block;
  font-size: 1.1em;
  font-weight: 300;
}
/* line 81, ../scss/_navbar.scss */
.cbp-spmenu a:hover {
  background: #f4f4f4;
}
/* line 82, ../scss/_navbar.scss */
.cbp-spmenu a:active {
  background: #afdefa;
  color: #47a3da;
}
/* line 84, ../scss/_navbar.scss */
.cbp-spmenu li {
  list-style: none;
}
/* line 86, ../scss/_navbar.scss */
.cbp-spmenu li ul {
  margin: 0 !important;
}
/* line 88, ../scss/_navbar.scss */
.cbp-spmenu li ul li {
  padding-left: 1em;
}

/* Orientation-dependent styles for the content of the menu */
/* line 96, ../scss/_navbar.scss */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1200;
}
/* line 98, ../scss/_navbar.scss */
.cbp-spmenu-vertical a {
  border-bottom: 1px solid #f1f1f1;
  padding: 1em;
  font-weight: 400;
}

/* Vertical menu that slides from the left or right */
/* line 102, ../scss/_navbar.scss */
.cbp-spmenu-right {
  right: -250px;
}

/* line 103, ../scss/_navbar.scss */
.cbp-spmenu-open {
  right: 0px;
}

/* line 7, ../scss/stylesheet.scss */
.secondary-color {
  color: #B378D3;
}

/* line 8, ../scss/stylesheet.scss */
.rotate-right {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}

/* line 11, ../scss/stylesheet.scss */
body {
  font-family: body-font, sans-serif;
  font-weight: 400;
}

/* line 15, ../scss/stylesheet.scss */
label.inline {
  margin: 0;
  padding: 0;
}

/* line 20, ../scss/stylesheet.scss */
.notices p {
  margin: 1em 0;
}

/* line 25, ../scss/stylesheet.scss */
.f-dropdown {
  margin-top: 1em !important;
  outline: none;
}

/* line 30, ../scss/stylesheet.scss */
.pageHeader {
  padding: 10vh;
  background: #373435;
}
/* line 33, ../scss/stylesheet.scss */
.pageHeader h1 {
  color: #fff;
}

/* line 37, ../scss/stylesheet.scss */
.pageContent {
  padding: 40px 0;
}

/* line 40, ../scss/stylesheet.scss */
table {
  align-self: center;
}

/* line 43, ../scss/stylesheet.scss */
pre {
  background: #e2e2e2;
  width: 100%;
  padding: 0.7em;
}
/* line 48, ../scss/stylesheet.scss */
pre code {
  background: none;
  border: none;
}

/* line 53, ../scss/stylesheet.scss */
input,
textarea {
  color: #272727 !important;
  font-size: 1em !important;
  opacity: 0.9;
  resize: none;
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
/* line 38, ../scss/partials/_mixins.scss */
input.placeholder,
textarea.placeholder {
  color: #747474;
}
/* line 39, ../scss/partials/_mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #747474;
}
/* line 40, ../scss/partials/_mixins.scss */
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #747474;
}
/* line 41, ../scss/partials/_mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #747474;
}
/* line 42, ../scss/partials/_mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #747474;
}

/* line 63, ../scss/stylesheet.scss */
button {
  background: #373435 !important;
  color: #fff;
  border-radius: 4px !important;
  font-family: body-font;
  margin: 0;
}

/* line 69, ../scss/stylesheet.scss */
button:hover {
  background: #c99ee0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* line 74, ../scss/stylesheet.scss */
.primary-button {
  background: #272727;
  color: #fff;
  border-radius: 4px;
  font-family: body-font;
}
/* line 79, ../scss/stylesheet.scss */
.primary-button:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* line 83, ../scss/stylesheet.scss */
.secondary-button {
  background: #B378D3;
  color: #fff;
  border-radius: 4px;
  font-family: body-font;
  margin: 0;
}
/* line 89, ../scss/stylesheet.scss */
.secondary-button:hover {
  background: #c99ee0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* line 94, ../scss/stylesheet.scss */
h1 {
  font-family: header-font, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 3em;
  margin: 0;
  color: #272727;
}

/* line 102, ../scss/stylesheet.scss */
h2,
h3,
h4,
h5,
h6 {
  font-family: header-font, sans-serif;
  font-weight: 600;
  color: #272727;
}

/* line 111, ../scss/stylesheet.scss */
.about-us {
  padding: 40px 0;
  background: #272727;
  color: #fff;
}
/* line 115, ../scss/stylesheet.scss */
.about-us h1 {
  color: #fff;
  font-family: header-font;
  padding-bottom: 20px;
}
/* line 116, ../scss/stylesheet.scss */
.about-us.about-us-light-theme {
  background: #fff !important;
  color: #272727;
}
/* line 117, ../scss/stylesheet.scss */
.about-us.about-us-light-theme h1 {
  color: #272727;
}
/* line 120, ../scss/stylesheet.scss */
.about-us .punchline {
  font-size: 2em;
  margin-top: -8px;
  font-family: light-font;
}

/* line 127, ../scss/stylesheet.scss */
.our-clients {
  background: #272727;
  color: #fff;
}
/* line 130, ../scss/stylesheet.scss */
.our-clients.our-clients-light-theme {
  background: #fff !important;
  color: #272727;
}
/* line 131, ../scss/stylesheet.scss */
.our-clients.our-clients-light-theme h1 {
  color: #272727;
}
/* line 132, ../scss/stylesheet.scss */
.our-clients.our-clients-light-theme h2 {
  border-bottom: 1px solid #272727;
}
/* line 135, ../scss/stylesheet.scss */
.our-clients h2 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #fff;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
/* line 141, ../scss/stylesheet.scss */
.our-clients h2 span {
  background: #272727;
  padding: 0 20px;
  color: #fff;
}
/* line 147, ../scss/stylesheet.scss */
.our-clients img {
  margin-top: 20px;
}

/* line 152, ../scss/stylesheet.scss */
.services {
  padding: 40px 0;
  background: #e2e2e2;
  color: #272727;
}
/* line 156, ../scss/stylesheet.scss */
.services h1 {
  color: #272727;
}

/* line 161, ../scss/stylesheet.scss */
.top-padding {
  padding-top: 5em;
}

/* line 164, ../scss/stylesheet.scss */
.testimonial-tile {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  height: 100%;
}
/* line 169, ../scss/stylesheet.scss */
.testimonial-tile p {
  color: #747474;
  font-size: 0.9em;
  margin: 0;
  font-family: body-font;
}
/* line 175, ../scss/stylesheet.scss */
.testimonial-tile h3 {
  color: #272727;
  font-size: 1em;
  margin: 0;
  font-family: sign-font;
}
/* line 181, ../scss/stylesheet.scss */
.testimonial-tile h4 {
  color: #272727;
  font-size: 0.8em;
  margin: 0;
  font-family: body-font;
}
/* line 187, ../scss/stylesheet.scss */
.testimonial-tile > div {
  margin-top: 15px;
}
/* line 190, ../scss/stylesheet.scss */
.testimonial-tile > div > div {
  display: inline-block;
  margin-top: 1em;
}
/* line 194, ../scss/stylesheet.scss */
.testimonial-tile img {
  width: 4em;
  height: 4em;
  border-radius: 50%;
  float: right;
}

/* line 201, ../scss/stylesheet.scss */
.vibrant-tiled-section {
  padding: 40px 0;
  background: #B378D3;
  color: #fff;
}
/* line 205, ../scss/stylesheet.scss */
.vibrant-tiled-section h1 {
  color: #fff;
}
/* line 209, ../scss/stylesheet.scss */
.vibrant-tiled-section .hover-content-tile {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}
/* line 214, ../scss/stylesheet.scss */
.vibrant-tiled-section .hover-content-tile img {
  width: 100%;
}
/* line 217, ../scss/stylesheet.scss */
.vibrant-tiled-section .hover-content-tile h2 {
  color: #B378D3;
  font-size: 1em;
}
/* line 221, ../scss/stylesheet.scss */
.vibrant-tiled-section .hover-content-tile p {
  color: #fff;
  font-size: 0.9em;
  margin: 0 0 10px;
}
/* line 226, ../scss/stylesheet.scss */
.vibrant-tiled-section .hover-content-tile h6 {
  color: #fff;
  font-size: 0.7em;
  margin: 0;
  text-align: right;
}
/* line 232, ../scss/stylesheet.scss */
.vibrant-tiled-section .hover-content-tile div {
  position: absolute;
  width: 100%;
  height: 16em;
  background-color: #272727;
  opacity: 0.9;
  padding: 10px;
  bottom: -13em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 241, ../scss/stylesheet.scss */
.vibrant-tiled-section .hover-content-tile div span {
  right: 0;
  padding: 10px;
  position: absolute;
  bottom: 0;
}
/* line 249, ../scss/stylesheet.scss */
.vibrant-tiled-section .hover-content-tile:hover div {
  bottom: 0;
}

/* line 255, ../scss/stylesheet.scss */
.hero, .contact-form-hero, .contact-form-split-hero {
  position: relative;
  width: 100%;
  padding: 40px 0;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

/* line 266, ../scss/stylesheet.scss */
.contact-form-hero > div:nth-of-type(1), .contact-form-split-hero > div:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
/* line 275, ../scss/stylesheet.scss */
.contact-form-hero h1, .contact-form-split-hero h1 {
  color: #fff;
  font-family: header-font;
}
/* line 279, ../scss/stylesheet.scss */
.contact-form-hero p, .contact-form-split-hero p {
  font-family: body-font;
}

/* line 283, ../scss/stylesheet.scss */
.contact-form-split-hero .address-box {
  @extends .address-box;
}
/* line 285, ../scss/stylesheet.scss */
.contact-form-split-hero .address-box p {
  margin-top: 1em;
}
/* line 290, ../scss/stylesheet.scss */
.contact-form-split-hero .footerTitle span {
  color: #fff;
}
/* line 294, ../scss/stylesheet.scss */
.contact-form-split-hero .map-box {
  @extends .map-box;
  padding-top: 40px;
}

/* line 299, ../scss/stylesheet.scss */
.service-tile {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
}
/* line 303, ../scss/stylesheet.scss */
.service-tile h2 {
  color: #747474;
  font-size: 1em;
}
/* line 307, ../scss/stylesheet.scss */
.service-tile p {
  color: #747474;
  font-size: 0.9em;
  margin: 0;
}
/* line 312, ../scss/stylesheet.scss */
.service-tile h6 {
  color: #747474;
  font-size: 0.8em;
  margin: 0;
  text-align: right;
}
/* line 319, ../scss/stylesheet.scss */
.service-tile div:nth-child(1) {
  overflow: hidden;
}
/* line 321, ../scss/stylesheet.scss */
.service-tile div:nth-child(1) img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 325, ../scss/stylesheet.scss */
.service-tile div:nth-child(1) img:hover {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -o-transform: scale(1.2);
  /* Opera */
}
/* line 330, ../scss/stylesheet.scss */
.service-tile div:nth-child(2) {
  padding: 10px;
}
/* line 333, ../scss/stylesheet.scss */
.service-tile div:nth-child(3) {
  padding: 10px;
}
/* line 337, ../scss/stylesheet.scss */
.service-tile:hover {
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
/* line 340, ../scss/stylesheet.scss */
.service-tile:hover h2 {
  color: #272727;
}
/* line 343, ../scss/stylesheet.scss */
.service-tile:hover h6 {
  color: #272727;
}

/* line 348, ../scss/stylesheet.scss */
.grid-item {
  margin-top: 20px;
}

/* line 351, ../scss/stylesheet.scss */
.location-horizontal-tile1 {
  margin-bottom: 20px;
}

/* line 354, ../scss/stylesheet.scss */
.location-vertical-tile1 {
  margin-bottom: 20px;
}

/* line 357, ../scss/stylesheet.scss */
.address-box {
  background: #272727;
  padding: 1.5em;
  position: relative;
}
/* line 361, ../scss/stylesheet.scss */
.address-box h2 {
  color: #fff;
  font-size: 1.5em;
  font-family: header-font;
}
/* line 366, ../scss/stylesheet.scss */
.address-box p {
  color: #fff;
  font-weight: 400;
  padding: 0;
  font-family: light-font;
}

/* line 373, ../scss/stylesheet.scss */
.map-box {
  position: relative;
  padding-top: 30px;
  height: 0;
  padding-bottom: 25%;
}
/* line 378, ../scss/stylesheet.scss */
.map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 387, ../scss/stylesheet.scss */
.map-box-scroll-disable iframe {
  pointer-events: none;
}

/* line 392, ../scss/stylesheet.scss */
.thumbnail-grid, .grid-gallery {
  padding: 40px 0;
}

/* line 3, ../scss/common.scss */
.content-section {
  @extends .common-content;
  background: #e2e2e2;
}

/* line 4, ../scss/common.scss */
.common-content {
  padding: 40px 0;
  /********** Header tags*************/
  /*****Small tags ****/
  /***************Blockquotes*****************/
  /************Table***************/
}
/* line 7, ../scss/common.scss */
.common-content img {
  margin: 0 auto;
  display: block;
}
/* line 10, ../scss/common.scss */
.common-content h1 {
  color: #B378D3;
}
/* line 11, ../scss/common.scss */
.common-content h2 {
  color: #B378D3;
}
/* line 12, ../scss/common.scss */
.common-content h3 {
  color: #B378D3;
}
/* line 13, ../scss/common.scss */
.common-content h4 {
  color: #272727;
}
/* line 14, ../scss/common.scss */
.common-content h5 {
  color: #FE2E64;
}
/* line 15, ../scss/common.scss */
.common-content h6 {
  color: #0B615E;
}
/* line 18, ../scss/common.scss */
.common-content strong {
  color: #B378D3;
}
/* line 19, ../scss/common.scss */
.common-content del {
  color: #B378D3;
}
/* line 20, ../scss/common.scss */
.common-content em {
  color: #B378D3;
}
/* line 21, ../scss/common.scss */
.common-content ul {
  font-size: 20px;
}
/* line 22, ../scss/common.scss */
.common-content ul li {
  margin-bottom: 5px;
}
/* line 24, ../scss/common.scss */
.common-content ul ul li {
  margin-bottom: 5px;
}
/* line 30, ../scss/common.scss */
.common-content blockquote {
  border-left: 1px solid transparent;
  padding: 0;
}
/* line 33, ../scss/common.scss */
.common-content blockquote p {
  padding: 15px;
  font-size: 1.1rem;
  color: #999;
}
/* line 34, ../scss/common.scss */
.common-content blockquote cite {
  display: block;
  text-align: right;
  color: #666;
  font-size: 1.2rem;
}
/* line 38, ../scss/common.scss */
.common-content blockquote > p {
  border-left: 5px solid gray;
}
/* line 42, ../scss/common.scss */
.common-content blockquote > blockquote > blockquote {
  margin: 0;
}
/* line 44, ../scss/common.scss */
.common-content blockquote > blockquote > blockquote p {
  display: block;
  font-size: 1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
/* line 45, ../scss/common.scss */
.common-content blockquote > blockquote > blockquote > p {
  border-left: 5px solid #F0AD4E;
  background: #FCF8F2;
  color: #df8a13;
}
/* line 47, ../scss/common.scss */
.common-content blockquote > blockquote > blockquote > blockquote > p {
  border-left: 5px solid #D9534F;
  background: #FDF7F7;
  color: #b52b27;
}
/* line 49, ../scss/common.scss */
.common-content blockquote > blockquote > blockquote > blockquote > blockquote > p {
  border-left: 5px solid #5BC0DE;
  background: #F4F8FA;
  color: #28a1c5;
}
/* line 51, ../scss/common.scss */
.common-content blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p {
  border-left: 5px solid #5CB85C;
  background: #F1F9F1;
  color: #3d8b3d;
}
/* line 56, ../scss/common.scss */
.common-content table {
  border: 1px solid #ddd;
  margin: 0 auto;
}
/* line 59, ../scss/common.scss */
.common-content table thead {
  background: #272727;
}
/* line 61, ../scss/common.scss */
.common-content table thead tr th {
  color: #fff;
  text-align: center;
  font-weight: normal;
  background: #272727 !important;
}
/* line 64, ../scss/common.scss */
.common-content table tbody tr:nth-of-type(n),
.common-content table tbody tr:nth-of-type(2n) {
  background: transparent;
}
/* line 68, ../scss/common.scss */
.common-content table tbody > tr > td,
.common-content table tbody > tr > th,
.common-content table thead > tr > td,
.common-content table thead > tr > th {
  border: 1px solid #ddd;
}
/* line 73, ../scss/common.scss */
.common-content table > tbody > tr > td,
.common-content table > tbody > tr > th,
.common-content table > tfoot > tr > td,
.common-content table > tfoot > tr > th,
.common-content table > thead > tr > td,
.common-content table > thead > tr > th {
  border-top: 1px solid #ddd;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
  font-size: 1em;
  text-align: center;
}
/* line 82, ../scss/common.scss */
.common-content pre {
  background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 1rem;
  line-height: 1.15;
  margin: 2rem 0;
  padding: 1rem;
  font-family: body-font;
}

/* line 88, ../scss/common.scss */
#breadcrumbs {
  margin: 1em 0;
  padding-left: 1rem;
}
/* line 90, ../scss/common.scss */
#breadcrumbs a {
  color: #B378D3;
}
/* line 91, ../scss/common.scss */
#breadcrumbs span {
  display: inline-block;
  padding: 0 1rem;
}
/* line 92, ../scss/common.scss */
#breadcrumbs i {
  display: inline-block;
  width: 20px;
  text-align: center;
}
/* line 93, ../scss/common.scss */
#breadcrumbs span:first-child {
  padding-left: 0;
}

/* line 4, ../scss/_footer.scss */
.footer1 {
  background: #272727;
}
/* line 6, ../scss/_footer.scss */
.footer1 p {
  color: #fff;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 1em;
  padding-top: 0.7em;
}

/* line 10, ../scss/_footer.scss */
#footerdata {
  background: #272727;
}
/* line 12, ../scss/_footer.scss */
#footerdata > div:nth-of-type(1) {
  padding: 20px 0 40px 0;
}
/* line 13, ../scss/_footer.scss */
#footerdata span {
  text-transform: uppercase;
  color: white;
}
/* line 15, ../scss/_footer.scss */
#footerdata span a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 16, ../scss/_footer.scss */
#footerdata span a:hover {
  color: #B378D3;
}
/* line 19, ../scss/_footer.scss */
#footerdata p {
  color: #fff;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 1em;
  padding-top: 0.7em;
}
/* line 21, ../scss/_footer.scss */
#footerdata h6 {
  font-size: 0.9em;
  padding-top: 0.5em;
  color: #fff;
  text-transform: capitalize;
}
/* line 22, ../scss/_footer.scss */
#footerdata address {
  text-transform: capitalize;
  color: #fff;
  font-size: 0.8em;
}
/* line 23, ../scss/_footer.scss */
#footerdata iframe {
  padding-bottom: 1em;
}

/* line 26, ../scss/_footer.scss */
.social {
  width: 3em;
  border-radius: 0.5em;
  margin: 0.1em;
}
/* line 28, ../scss/_footer.scss */
.social:hover {
  box-shadow: 0px 0px 0.9em #fff;
}

/* line 31, ../scss/_footer.scss */
.footerMenu {
  padding: 0;
  margin: 0;
}
/* line 33, ../scss/_footer.scss */
.footerMenu li {
  display: block;
  font-weight: 600;
}
/* line 35, ../scss/_footer.scss */
.footerMenu li a {
  color: #fff;
  font-size: 0.8em;
  padding-top: 0.5em;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 300;
}
/* line 37, ../scss/_footer.scss */
.footerMenu li a:hover {
  color: #B378D3;
}

/* line 42, ../scss/_footer.scss */
.footerTitle {
  padding: 1.5em 0 0.2em 0;
}
/* line 44, ../scss/_footer.scss */
.footerTitle .social {
  width: 3em;
  border-radius: 0.5em;
}
/* line 46, ../scss/_footer.scss */
.footerTitle .social:hover {
  box-shadow: 0px 0px 0.9em #fff;
}

/* line 50, ../scss/_footer.scss */
#footerCredits {
  background: #272727;
}
/* line 52, ../scss/_footer.scss */
#footerCredits a {
  color: #B378D3;
}
/* line 53, ../scss/_footer.scss */
#footerCredits a:hover {
  color: #fff;
}
/* line 55, ../scss/_footer.scss */
#footerCredits p {
  font-size: 0.8em;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
  color: #fff !important;
}

/* line 58, ../scss/_footer.scss */
.flex {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
/* line 60, ../scss/_footer.scss */
.flex iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
