/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/* -- reset -- */
/* line 1, ../../private/scss/reset/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* mixins */
/* centralise your fonts here */
/* for best browser support use px of em */
/* common */
/* line 1, ../../private/scss/common/_common.scss */
.ir {
  display: block;
  text-indent: -9999px;
  text-transform: capitalize;
}

/* line 7, ../../private/scss/common/_common.scss */
.fouc {
  visibility: hidden;
}

/*********************************************
  :: Forms                             
********************************************/
/* line 17, ../../private/scss/common/_common.scss */
::-webkit-input-placeholder {
  color: #666666;
}

/* line 21, ../../private/scss/common/_common.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

/* line 25, ../../private/scss/common/_common.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

/* line 29, ../../private/scss/common/_common.scss */
:-ms-input-placeholder {
  color: #666666;
}

/*********************************************
  :: Error Messages                        
********************************************/
/* line 37, ../../private/scss/common/_common.scss */
input.error, textarea.error, select.error {
  border-color: #DE2828;
}

/* line 41, ../../private/scss/common/_common.scss */
label.error {
  color: #DE2828;
  margin-top: 10px;
  font-weight: bold;
}

/* line 1, ../../private/scss/common/_layout.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, ../../private/scss/common/_layout.scss */
html {
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

/* line 10, ../../private/scss/common/_layout.scss */
body {
  margin: 0 auto;
  max-width: 1404px;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
}

/* line 18, ../../private/scss/common/_layout.scss */
.container {
  position: relative;
  margin: 0 auto;
}

/* line 23, ../../private/scss/common/_layout.scss */
.row {
  *zoom: 1;
  width: auto;
  max-width: 960px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  clear: both;
  position: relative;
  *zoom: 1;
  padding: 0 10px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.row:before, .row:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.row:after {
  clear: both;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.row:before, .row:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.row:after {
  clear: both;
}

/* line 31, ../../private/scss/common/_layout.scss */
.row--full, .row--form {
  *zoom: 1;
  position: relative;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.row--full:before, .row--full:after, .row--form:before, .row--form:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.row--full:after, .row--form:after {
  clear: both;
}

/* ===========================================================
 *
 *  Name:          selectordie_dev.css
 *  Updated:       2014-10-10
 *  Created by:    Per V @ Vst.mn
 *  What?:         Base CSS for Select or Die
 *
 *  Copyright (c) 2014 Per Vestman
 *  Dual licensed under the MIT and GPL licenses.
 *
 *  No, I don't usually comment my CSS, but in this
 *  case it might "help" someone.
 *
 *  Oddny | Cogs 'n Kegs
 * =========================================================== */
/* Remove, change to fit your needs */
/*@import url(http://fonts.googleapis.com/css?family=Lato:300,700);*/
/* line 20, ../../private/scss/common/_selectordie.scss */
.sod_select,
.sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
/* line 34, ../../private/scss/common/_selectordie.scss */
.sod_select {
  display: inline-block;
  position: relative;
  line-height: 1;
  outline-offset: -2px;
  /* Opera */
  cursor: default;
  outline: none;
  border: none;
  background: #e8ebed;
  font-size: 15px;
  font-weight: 40;
  line-height: 25px;
  color: #212121;
  width: 100%;
  padding: 0px 10px 0px 20px;
  height: 37px;
  line-height: 37px;
}

/* Up/Down arrows */
/* line 57, ../../private/scss/common/_selectordie.scss */
.sod_select:before,
.sod_select:after {
  /*content: "\25B2";*/
  /*position: absolute;*/
  /*right: 10px;*/
  /*top: 12px;*/
  /*font-size: 7px;*/
}

/* Down arrow */
/* line 68, ../../private/scss/common/_selectordie.scss */
.sod_select:after {
  /*content: "\25BC";*/
  /*top: auto;*/
  /*bottom: 12px;*/
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: 'fontawesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #82CDDF;
}

/* Change the border color on hover, focus and when open */
/* line 98, ../../private/scss/common/_selectordie.scss */
.sod_select:hover,
.sod_select.open,
.sod_select.focus {
  border-color: #000000;
}

/* line 102, ../../private/scss/common/_selectordie.scss */
.sod_select.open {
  color: #919191;
}

/* When the entire SoD is disabled, go crazy! */
/* line 106, ../../private/scss/common/_selectordie.scss */
.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed;
}

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
/* line 114, ../../private/scss/common/_selectordie.scss */
.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px;
}

/* line 124, ../../private/scss/common/_selectordie.scss */
.sod_select .sod_prefix {
  /* Use this if you're using a prefix and want to style it */
}

/* line 125, ../../private/scss/common/_selectordie.scss */
.sod_select .sod_placeholder {
  /* Use this if you're using a placeholder and want to style it */
}

/* Options list wrapper */
/* line 130, ../../private/scss/common/_selectordie.scss */
.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: auto;
  width: 100%;
  margin: 0px 0 0 0px;
  background: #ffffff;
  border-top: none;
  color: #444444;
  font-weight: 300;
  z-index: 1;
  box-shadow: 0px 11px 20px 0px #C8C8C8;
  border-bottom: 3px solid #82CDDF;
}

/* Shows the option list (don't edit) */
/* line 149, ../../private/scss/common/_selectordie.scss */
.sod_select.open .sod_list_wrapper {
  display: block;
}

/* Don't display the options when  */
/* line 152, ../../private/scss/common/_selectordie.scss */
.sod_select.disabled.open .sod_list_wrapper {
  display: none;
}

/* When the option list is displayed above the SoD */
/* line 155, ../../private/scss/common/_selectordie.scss */
.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 3px solid #000000;
  border-bottom: none;
}

/* Options list container */
/* line 164, ../../private/scss/common/_selectordie.scss */
.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}

/* All the options. Keep the first three lines for truncating... */
/* line 173, ../../private/scss/common/_selectordie.scss */
.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px 10px;
  list-style-type: none;
}

/* Optgroups */
/* line 186, ../../private/scss/common/_selectordie.scss */
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic;
}

/* Children of an optgroup */
/* line 196, ../../private/scss/common/_selectordie.scss */
.sod_select .sod_option.groupchild {
  padding-left: 20px;
}

/* Used together with placeholderOption / data-placeholder-option */
/* line 199, ../../private/scss/common/_selectordie.scss */
.sod_select .sod_option.is-placeholder {
  display: none;
}

/* Disabled option */
/* line 204, ../../private/scss/common/_selectordie.scss */
.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc;
}

/* Hover state for options, also used when a user uses his/hers up/down keys */
/* line 211, ../../private/scss/common/_selectordie.scss */
.sod_select .sod_option.active {
  background: #f7f7f7;
  color: #333333;
}

/*Make room for the check mark */
/* line 218, ../../private/scss/common/_selectordie.scss */
.sod_select .sod_option.selected {
  font-weight: 700;
  padding-right: 25px;
}

/* Displays a check mark for the selected option */
/* line 225, ../../private/scss/common/_selectordie.scss */
.sod_select .sod_option.selected:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  color: #808080;
  height: 9px;
  width: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
}

/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
/* line 242, ../../private/scss/common/_selectordie.scss */
.sod_select.no_highlight .sod_option.selected {
  font-weight: 300;
}

/* line 243, ../../private/scss/common/_selectordie.scss */
.sod_select.no_highlight .sod_option.selected:before {
  display: none;
}

/* line 245, ../../private/scss/common/_selectordie.scss */
.sod_select .sod_option.link {
  /* If data-link is set on a specific option */
}

/* line 246, ../../private/scss/common/_selectordie.scss */
.sod_select .sod_option.linkexternal {
  /* If data-link-external is set on a specific option */
}

/* Hide native select */
/* line 251, ../../private/scss/common/_selectordie.scss */
.sod_select select {
  display: none !important;
}

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
/* line 254, ../../private/scss/common/_selectordie.scss */
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

/* mobile + tablet */
/* strictly mobile*/
/* strictly tablet*/
/* line 1, ../../private/scss/common/_typography.scss */
body {
  font-family: 'Roboto', sans-serif;
}

/* line 11, ../../private/scss/common/_typography.scss */
h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}
@media (max-width: 960px) {
  /* line 11, ../../private/scss/common/_typography.scss */
  h2 {
    font-size: 16px;
  }
}

/* line 22, ../../private/scss/common/_typography.scss */
h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0092C5;
}

/* line 30, ../../private/scss/common/_typography.scss */
h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  /* line 30, ../../private/scss/common/_typography.scss */
  h4 {
    margin-bottom: 15px;
  }
}

/* line 41, ../../private/scss/common/_typography.scss */
h5 {
  font-size: 16px;
  font-style: italic;
  color: white;
}
@media (max-width: 960px) {
  /* line 41, ../../private/scss/common/_typography.scss */
  h5 {
    font-size: 13px;
  }
}

/* line 51, ../../private/scss/common/_typography.scss */
p, li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}

/* line 64, ../../private/scss/common/_typography.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 69, ../../private/scss/common/_typography.scss */
ul {
  margin-left: 40px;
  margin-bottom: 18px;
}
@media (max-width: 960px) {
  /* line 69, ../../private/scss/common/_typography.scss */
  ul {
    margin-left: 20px;
    margin-bottom: 13px;
  }
}

/* line 80, ../../private/scss/common/_typography.scss */
li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  list-style-type: none;
  position: relative;
}
@media (max-width: 960px) {
  /* line 80, ../../private/scss/common/_typography.scss */
  li {
    font-size: 13px;
    line-height: 20px;
  }
}
/* line 92, ../../private/scss/common/_typography.scss */
li:before {
  content: "";
  width: 11px;
  height: 11px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  behavior: url(../js/PIE.htc);
  border: 2px solid #82CDDF;
  background: white;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -18px;
}
@media (max-width: 960px) {
  /* line 92, ../../private/scss/common/_typography.scss */
  li:before {
    width: 7px;
    height: 7px;
    top: 7px;
  }
}

/* line 116, ../../private/scss/common/_typography.scss */
.wysiwyg h1, .wysiwyg h2 {
  font-size: 18px;
  font-weight: 500;
  color: black;
  margin-top: 20px;
}
@media (max-width: 960px) {
  /* line 116, ../../private/scss/common/_typography.scss */
  .wysiwyg h1, .wysiwyg h2 {
    font-size: 14px;
    line-height: 17px;
    margin-top: 0px;
  }
}
/* line 130, ../../private/scss/common/_typography.scss */
.wysiwyg a {
  text-decoration: underline;
}

/*********************************************
  :: Off Canvas MENU                          
********************************************/
/*********************************************
  :: Main Menu Toggle                            
********************************************/
/* line 10, ../../private/scss/common/_header-small-screen-menu.scss */
button.small-screen-main-menu-trigger {
  display: none;
  cursor: pointer;
}
@media (max-width: 960px) {
  /* line 10, ../../private/scss/common/_header-small-screen-menu.scss */
  button.small-screen-main-menu-trigger {
    display: inline-block;
    float: right;
    background: white;
    border: none;
    margin-top: 23px;
    -moz-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
    -o-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
    padding: 2px 0px;
  }
}
/* line 25, ../../private/scss/common/_header-small-screen-menu.scss */
button.small-screen-main-menu-trigger span {
  width: 24px;
  height: 2px;
  background: #82CDDF;
  margin-bottom: 4px;
  display: block;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  opacity: 1;
}
/* line 36, ../../private/scss/common/_header-small-screen-menu.scss */
button.small-screen-main-menu-trigger span:last-of-type {
  margin-bottom: 0px;
}

/* line 42, ../../private/scss/common/_header-small-screen-menu.scss */
.open-menu .small-screen-main-menu-trigger {
  background: white;
  border-top: 5px solid #82CDDF;
  position: fixed;
  right: 85%;
  margin: 0px;
  top: 0%;
  left: auto;
  height: 94px;
  width: 58px;
  text-align: center;
  padding-left: 15px;
  z-index: 99999;
  padding: 0px;
  cursor: pointer;
}
/* line 58, ../../private/scss/common/_header-small-screen-menu.scss */
.open-menu .small-screen-main-menu-trigger span {
  margin: 0px;
  background: #82CDDF;
  width: 27px;
  margin-left: 16px;
}
/* line 65, ../../private/scss/common/_header-small-screen-menu.scss */
.open-menu .small-screen-main-menu-trigger span:last-of-type {
  opacity: 0;
}
/* line 69, ../../private/scss/common/_header-small-screen-menu.scss */
.open-menu .small-screen-main-menu-trigger span:first-of-type {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 73, ../../private/scss/common/_header-small-screen-menu.scss */
.open-menu .small-screen-main-menu-trigger span:nth-of-type(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -2px;
}

/*********************************************
  :: Main Menu                            
********************************************/
/* line 86, ../../private/scss/common/_header-small-screen-menu.scss */
.small-screen-main-menu {
  width: 85%;
  border-left: 1px solid white;
  background: #00B3D2;
  position: fixed;
  top: 0px;
  right: -85%;
  height: 100%;
  text-align: left;
  z-index: 999999;
  overflow-y: auto;
  -moz-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
}
/* line 99, ../../private/scss/common/_header-small-screen-menu.scss */
.small-screen-main-menu > ul {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  margin-top: 22px;
}
/* line 107, ../../private/scss/common/_header-small-screen-menu.scss */
.small-screen-main-menu > ul > li {
  list-style-type: none;
}
/* line 111, ../../private/scss/common/_header-small-screen-menu.scss */
.small-screen-main-menu li {
  margin-bottom: 0px;
  margin-left: 18px;
}
/* line 114, ../../private/scss/common/_header-small-screen-menu.scss */
.small-screen-main-menu li:before {
  display: none;
}
/* line 119, ../../private/scss/common/_header-small-screen-menu.scss */
.small-screen-main-menu > ul > li > a {
  line-height: 16px;
  font-size: 16px;
  color: white;
  text-decoration: none;
  padding: 13px 20px 13px 0px;
  display: block;
  font-weight: 600;
  border-bottom: 1px solid white;
  margin-bottom: 0px;
  -moz-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
}
/* line 132, ../../private/scss/common/_header-small-screen-menu.scss */
.small-screen-main-menu .parent {
  position: relative;
}
/* line 135, ../../private/scss/common/_header-small-screen-menu.scss */
.small-screen-main-menu .parent .arrow {
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 14px;
  display: block;
  -moz-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 148, ../../private/scss/common/_header-small-screen-menu.scss */
.small-screen-main-menu .current a {
  color: #f9f9f9;
}
/* line 153, ../../private/scss/common/_header-small-screen-menu.scss */
.small-screen-main-menu .products {
  font-weight: 700;
}

/* line 159, ../../private/scss/common/_header-small-screen-menu.scss */
.open-menu .small-screen-main-menu {
  right: 0px;
}

@media (min-width: gt1024) {
  /* line 163, ../../private/scss/common/_header-small-screen-menu.scss */
  .small-screen-main-menu {
    display: none;
  }
}

/*********************************************
  :: Sub Main Menu                            
********************************************/
/* line 174, ../../private/scss/common/_header-small-screen-menu.scss */
.small-screen-main-menu .parent ul {
  height: 0px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  -moz-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
}
/* line 182, ../../private/scss/common/_header-small-screen-menu.scss */
.small-screen-main-menu .parent ul li {
  list-style-type: none;
  display: inline-block;
  width: 49%;
  margin-bottom: 20px;
  vertical-align: top;
}
/* line 190, ../../private/scss/common/_header-small-screen-menu.scss */
.small-screen-main-menu .parent ul img {
  display: block;
  margin-bottom: 5px;
}
/* line 195, ../../private/scss/common/_header-small-screen-menu.scss */
.small-screen-main-menu .parent ul a {
  margin-bottom: 0px;
  padding: 0px;
  width: 81px;
  font-size: 13px;
  line-height: 16px;
  color: black;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  -moz-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: all 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
}
/* line 209, ../../private/scss/common/_header-small-screen-menu.scss */
.small-screen-main-menu .parent ul li:last-of-type a {
  border-bottom: none;
}

/* line 216, ../../private/scss/common/_header-small-screen-menu.scss */
.small-screen-main-menu .open-sub-menu > ul {
  height: auto;
  background: #EEEEEE;
  text-align: center;
  padding: 20px 20px 0px 20px;
}

/* Acive state for sub-menu parent */
/* line 225, ../../private/scss/common/_header-small-screen-menu.scss */
.small-screen-main-menu .open-sub-menu .arrow {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 232, ../../private/scss/common/_header-small-screen-menu.scss */
.call-off-menu {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 20px auto 0 auto;
  color: white;
  font-size: 20px;
  font-weight: 600;
}
/* line 241, ../../private/scss/common/_header-small-screen-menu.scss */
.call-off-menu span {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  width: 100%;
  display: block;
  color: black;
  text-align: center;
}

/* partials */
/* line 1, ../../private/scss/partials/_header.scss */
.header {
  padding-top: 22px;
  background: url("/images/header-bg-top.jpg") no-repeat top center;
  z-index: 9999;
  height: auto;
  position: relative;
}
@media (max-width: 960px) {
  /* line 1, ../../private/scss/partials/_header.scss */
  .header {
    width: 100%;
    padding: 0 6%;
    height: 94px;
    padding-top: 17px;
  }
}
/* line 15, ../../private/scss/partials/_header.scss */
.header__logo {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 20.83333%;
  margin-left: 0%;
  margin-right: 0%;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.header__logo:before, .header__logo:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.header__logo:after {
  clear: both;
}
@media (max-width: 960px) {
  /* line 15, ../../private/scss/partials/_header.scss */
  .header__logo {
    padding-left: 0px;
  }
}
/* line 22, ../../private/scss/partials/_header.scss */
.header__logo img {
  width: 183px;
  height: 85px;
}
@media (max-width: 960px) {
  /* line 22, ../../private/scss/partials/_header.scss */
  .header__logo img {
    width: 133px;
    height: 62px;
  }
}
/* line 33, ../../private/scss/partials/_header.scss */
.header__top-menu {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 79.16667%;
  margin-left: 0%;
  margin-right: 0%;
  padding-bottom: 17px;
  text-align: right;
  display: block;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.header__top-menu:before, .header__top-menu:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.header__top-menu:after {
  clear: both;
}
@media (max-width: 960px) {
  /* line 33, ../../private/scss/partials/_header.scss */
  .header__top-menu {
    display: none;
  }
}
/* line 43, ../../private/scss/partials/_header.scss */
.header__top-menu ul {
  list-style-type: none;
  float: right;
  margin-bottom: 0px;
}
/* line 48, ../../private/scss/partials/_header.scss */
.header__top-menu ul li {
  float: left;
  font-size: 14px;
  color: #999999;
  padding-left: 31px;
  padding-top: 2px;
}
/* line 55, ../../private/scss/partials/_header.scss */
.header__top-menu ul li:last-of-type {
  padding-left: 45px;
  font-size: 20px;
  font-weight: 600;
  color: #0094C7;
  padding-top: 2px;
}
/* line 63, ../../private/scss/partials/_header.scss */
.header__top-menu ul li:before {
  display: none;
}
/* line 70, ../../private/scss/partials/_header.scss */
.header__bottom-menu {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 79.16667%;
  margin-left: 0%;
  margin-right: 0%;
  float: right;
  text-align: right;
  display: block;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.header__bottom-menu:before, .header__bottom-menu:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.header__bottom-menu:after {
  clear: both;
}
@media (max-width: 960px) {
  /* line 70, ../../private/scss/partials/_header.scss */
  .header__bottom-menu {
    display: none;
  }
}
/* line 80, ../../private/scss/partials/_header.scss */
.header__bottom-menu ul {
  list-style-type: none;
  float: right;
  margin-bottom: 0px;
}
/* line 85, ../../private/scss/partials/_header.scss */
.header__bottom-menu ul li {
  float: left;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  padding-left: 30px;
  line-height: 33px;
}
/* line 93, ../../private/scss/partials/_header.scss */
.header__bottom-menu ul li:first-of-type {
  padding-left: 0px;
}
/* line 97, ../../private/scss/partials/_header.scss */
.header__bottom-menu ul li:last-of-type {
  margin-left: 30px;
  padding-left: 0px;
  color: #FFFFFF;
  background: #0094C7;
  width: 126px;
  height: 33px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(../js/PIE.htc);
  text-align: center;
}
/* line 108, ../../private/scss/partials/_header.scss */
.header__bottom-menu ul li:before {
  display: none;
}
/* line 115, ../../private/scss/partials/_header.scss */
.header li .active {
  color: #82CDDF;
}

/*********************************************
  :: Footer                           
********************************************/
/* line 4, ../../private/scss/partials/_footer.scss */
footer {
  width: 100%;
  clear: both;
}
@media (max-width: 960px) {
  /* line 4, ../../private/scss/partials/_footer.scss */
  footer {
    border: none;
    margin-top: 0px;
  }
}

/* Brown Paper Bag Container */
/* line 16, ../../private/scss/partials/_footer.scss */
.brownpaperbag-container {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
}
@media (max-width: 960px) {
  /* line 16, ../../private/scss/partials/_footer.scss */
  .brownpaperbag-container {
    margin: 10px 0 25px 0;
  }
}
/* line 25, ../../private/scss/partials/_footer.scss */
.brownpaperbag-container .left-section {
  float: left;
}
@media (max-width: 960px) {
  /* line 25, ../../private/scss/partials/_footer.scss */
  .brownpaperbag-container .left-section {
    float: none;
    text-align: center;
  }
}
/* line 34, ../../private/scss/partials/_footer.scss */
.brownpaperbag-container .right-section {
  float: right;
}
@media (max-width: 960px) {
  /* line 34, ../../private/scss/partials/_footer.scss */
  .brownpaperbag-container .right-section {
    float: none;
    text-align: center;
  }
}
/* line 43, ../../private/scss/partials/_footer.scss */
.brownpaperbag-container a, .brownpaperbag-container p {
  color: #888;
  margin: 0px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  line-height: 14px;
  font-size: 12px;
}
/* line 52, ../../private/scss/partials/_footer.scss */
.brownpaperbag-container a {
  border-bottom: 1px solid white;
  margin-right: 10px;
}
/* line 57, ../../private/scss/partials/_footer.scss */
.brownpaperbag-container .attribution {
  border: none;
  margin: 0px;
  display: block;
}
@media (max-width: 960px) {
  /* line 57, ../../private/scss/partials/_footer.scss */
  .brownpaperbag-container .attribution {
    margin: 10px 0px 0px 0px;
  }
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
/* line 7, ../../private/scss/partials/_owlcarousel.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 16, ../../private/scss/partials/_owlcarousel.scss */
.owl-carousel {
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 21, ../../private/scss/partials/_owlcarousel.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 26, ../../private/scss/partials/_owlcarousel.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 31, ../../private/scss/partials/_owlcarousel.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 39, ../../private/scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item {
  float: left;
}

/* line 42, ../../private/scss/partials/_owlcarousel.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 46, ../../private/scss/partials/_owlcarousel.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
/* line 56, ../../private/scss/partials/_owlcarousel.scss */
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}

/* fix */
/* line 61, ../../private/scss/partials/_owlcarousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
/* line 79, ../../private/scss/partials/_owlcarousel.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
/* line 86, ../../private/scss/partials/_owlcarousel.scss */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  width: 48px;
  height: 48px;
  text-indent: -9999px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 103, ../../private/scss/partials/_owlcarousel.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
/* line 111, ../../private/scss/partials/_owlcarousel.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 116, ../../private/scss/partials/_owlcarousel.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  background: #ccc;
}

/* line 124, ../../private/scss/partials/_owlcarousel.scss */
.owl-theme .owl-controls .owl-page.active span {
  background: url("../images/pager-active.png") no-repeat center center !important;
  width: 20px !important;
  height: 20px !important;
}

/* If PaginationNumbers is true */
/* line 132, ../../private/scss/partials/_owlcarousel.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
/* line 144, ../../private/scss/partials/_owlcarousel.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center;
}

/* line 149, ../../private/scss/partials/_owlcarousel.scss */
.owl-pagination {
  position: absolute;
  left: 0px;
}

/* line 155, ../../private/scss/partials/_owlcarousel.scss */
.owl-buttons {
  display: none;
  position: absolute;
  top: 0px;
  width: 100%;
  margin-left: 25px;
  margin-top: 160px;
}

/* Custom Owl Arrows */
/* views */
@media (max-width: 960px) {
  /* line 1, ../../private/scss/views/_home.scss */
  .row {
    padding: 0px;
  }
}

/* line 8, ../../private/scss/views/_home.scss */
.home {
  width: 100%;
  height: 100%;
  clear: both;
  /*-------------------------*/
  /*-------------------------*/
  /*-------------------------*/
  /*-------------------------*/
  /*-------------------------*/
}
/* line 16, ../../private/scss/views/_home.scss */
.home .owl-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #00B3D2;
  margin-top: -50px;
  margin-bottom: 30px;
  clear: both;
}
@media (max-width: 960px) {
  /* line 16, ../../private/scss/views/_home.scss */
  .home .owl-container {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
/* line 30, ../../private/scss/views/_home.scss */
.home .owl-container .row {
  padding: 0px;
}
/* line 35, ../../private/scss/views/_home.scss */
.home .owl-container .slide-down-button {
  background: url("/images/slide-down-button.png") no-repeat center bottom;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: inline-block;
  margin: auto;
  width: 70px;
  height: 70px;
  z-index: 11;
  cursor: pointer;
}
@media (max-width: 960px) {
  /* line 35, ../../private/scss/views/_home.scss */
  .home .owl-container .slide-down-button {
    display: none;
  }
}
/* line 53, ../../private/scss/views/_home.scss */
.home .owl-container #owl-slider {
  position: relative;
}
/* line 57, ../../private/scss/views/_home.scss */
.home .owl-container #owl-slider .item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-height: 563px;
}
/* line 65, ../../private/scss/views/_home.scss */
.home .owl-container .fg-img {
  position: absolute;
  z-index: 999999999999999999999999999;
  left: 0;
  bottom: 0;
}
/* line 72, ../../private/scss/views/_home.scss */
.home .owl-container .slide-text {
  z-index: 99;
  position: absolute;
  width: 290px;
  height: auto;
  top: 137px;
  left: 13px;
  color: white;
  font-size: 35px;
  font-weight: 300;
  line-height: 43px;
}
@media (max-width: 960px) {
  /* line 72, ../../private/scss/views/_home.scss */
  .home .owl-container .slide-text {
    font-size: 13px;
    width: 110px;
    top: 20%;
    left: 6%;
    line-height: 18px;
  }
}
@media (min-width: 480px) and (max-width: 960px) {
  /* line 72, ../../private/scss/views/_home.scss */
  .home .owl-container .slide-text {
    width: 220px;
    top: 30%;
    left: 6%;
    font-size: 22px;
    line-height: 28px;
  }
}
/* line 102, ../../private/scss/views/_home.scss */
.home .owl-container .owl-theme .owl-controls {
  text-align: right;
}
@media (max-width: 960px) {
  /* line 102, ../../private/scss/views/_home.scss */
  .home .owl-container .owl-theme .owl-controls {
    text-align: center;
    margin-top: 0px;
  }
}
/* line 109, ../../private/scss/views/_home.scss */
.home .owl-container .owl-theme .owl-controls .owl-pagination {
  position: absolute;
  bottom: 96px;
  right: -181px;
  z-index: 12;
}
@media (max-width: 960px) {
  /* line 109, ../../private/scss/views/_home.scss */
  .home .owl-container .owl-theme .owl-controls .owl-pagination {
    width: 100%;
    height: 42px;
    bottom: 0px;
    left: 0px;
    padding-top: 6px;
    background: rgba(0, 0, 0, 0.7);
  }
}
/* line 124, ../../private/scss/views/_home.scss */
.home .owl-container .owl-theme .owl-controls .owl-pagination .owl-page span {
  width: 8px;
  height: 8px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../js/PIE.htc);
  border: 2px solid white;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 9px;
}
/* line 143, ../../private/scss/views/_home.scss */
.home .topleft-overlay {
  background: url("/images/topleft-overlay.png") no-repeat left top;
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* line 154, ../../private/scss/views/_home.scss */
.home .left-overlay {
  background: url("/images/left-overlay2.png") no-repeat left center;
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 8;
}
@media (max-width: 960px) {
  /* line 154, ../../private/scss/views/_home.scss */
  .home .left-overlay {
    left: -50%;
    background: url("/images/left-overlay2.png") no-repeat right center;
    background-size: cover;
  }
}
@media (min-width: 960px) and (max-width: 1200px) {
  /* line 154, ../../private/scss/views/_home.scss */
  .home .left-overlay {
    left: -170px;
  }
}
/* line 180, ../../private/scss/views/_home.scss */
.home .right-overlay {
  background: url("/images/right-overlay.png") no-repeat right center;
  position: absolute;
  top: 0px;
  right: -65px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  /* line 180, ../../private/scss/views/_home.scss */
  .home .right-overlay {
    right: -50%;
    background: url("/images/right-overlay.png") no-repeat left center;
    background-size: cover;
  }
}
/* line 197, ../../private/scss/views/_home.scss */
.home .top-overlay {
  background: url("/images/top-overlay2.png") no-repeat center top;
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 9;
}
@media (max-width: 960px) {
  /* line 197, ../../private/scss/views/_home.scss */
  .home .top-overlay {
    display: none;
  }
}
/* line 212, ../../private/scss/views/_home.scss */
.home .bottom-overlay {
  background: url("/images/bottom-overlay.png") no-repeat center bottom;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 960px) {
  /* line 212, ../../private/scss/views/_home.scss */
  .home .bottom-overlay {
    display: none;
  }
}
/* line 228, ../../private/scss/views/_home.scss */
.home .bottomright-overlay {
  background: url("/images/bottomright-overlay.png") no-repeat right bottom;
  position: absolute;
  bottom: -84px;
  right: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 9;
}
@media (max-width: 960px) {
  /* line 228, ../../private/scss/views/_home.scss */
  .home .bottomright-overlay {
    display: none;
  }
}
/* line 248, ../../private/scss/views/_home.scss */
.home .content-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  background: white url("/images/blue-overlay.jpg") no-repeat bottom center;
}
@media (max-width: 960px) {
  /* line 248, ../../private/scss/views/_home.scss */
  .home .content-container {
    padding: 0 6%;
  }
}
/* line 259, ../../private/scss/views/_home.scss */
.home .content-container .content {
  *zoom: 1;
  width: auto;
  max-width: 780px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 117px;
  text-align: center;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.home .content-container .content:before, .home .content-container .content:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.home .content-container .content:after {
  clear: both;
}
@media (max-width: 960px) {
  /* line 259, ../../private/scss/views/_home.scss */
  .home .content-container .content {
    margin-bottom: 84px;
  }
}
/* line 268, ../../private/scss/views/_home.scss */
.home .content-container .content h4 {
  font-weight: 500;
}
@media (max-width: 960px) {
  /* line 268, ../../private/scss/views/_home.scss */
  .home .content-container .content h4 {
    font-size: 13px;
    line-height: 17px;
  }
}
/* line 277, ../../private/scss/views/_home.scss */
.home .content-container .content p {
  font-style: 18px;
}
@media (max-width: 960px) {
  /* line 277, ../../private/scss/views/_home.scss */
  .home .content-container .content p {
    font-size: 13px;
    line-height: 16px;
  }
}
/* line 296, ../../private/scss/views/_home.scss */
.home .qoute-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  text-align: center;
  background: #00B3D2;
  position: relative;
}
/* line 305, ../../private/scss/views/_home.scss */
.home .qoute-container .bottom-overlay-qoute {
  background: url("/images/bottom-overlay.png") no-repeat center bottom;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 960px) {
  /* line 305, ../../private/scss/views/_home.scss */
  .home .qoute-container .bottom-overlay-qoute {
    display: inline-block;
    background-size: contain;
    width: 100%;
  }
}
/* line 322, ../../private/scss/views/_home.scss */
.home .qoute-container img {
  margin: 31px 0 20px 0;
}
@media (max-width: 960px) {
  /* line 322, ../../private/scss/views/_home.scss */
  .home .qoute-container img {
    margin: -10px 0 15px 0;
    width: 49px;
    height: 49px;
  }
}
/* line 333, ../../private/scss/views/_home.scss */
.home .qoute-container h2 {
  color: white;
  margin-bottom: 32px;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  /* line 333, ../../private/scss/views/_home.scss */
  .home .qoute-container h2 {
    margin-bottom: 15px;
    padding: 0 5px;
  }
}
/* line 345, ../../private/scss/views/_home.scss */
.home .qoute-container h5 {
  margin-bottom: 108px;
}
@media (max-width: 960px) {
  /* line 345, ../../private/scss/views/_home.scss */
  .home .qoute-container h5 {
    margin-bottom: 40px;
  }
}
/* line 360, ../../private/scss/views/_home.scss */
.home .specialise-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  text-align: center;
  border-bottom: 5px solid #82CDDF;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  /* line 360, ../../private/scss/views/_home.scss */
  .home .specialise-container {
    width: 280px;
    margin: 0 auto;
    float: none;
    border-bottom: none;
  }
  /* line 375, ../../private/scss/views/_home.scss */
  .home .specialise-container .row {
    padding: 0px;
  }
}
/* line 380, ../../private/scss/views/_home.scss */
.home .specialise-container h3 {
  margin: 28px 0 34px 0;
  font-weight: 500;
}
@media (max-width: 960px) {
  /* line 380, ../../private/scss/views/_home.scss */
  .home .specialise-container h3 {
    margin: 10px 0 15px 0;
    font-size: 15px;
    position: relative;
    z-index: 11;
  }
}
/* line 392, ../../private/scss/views/_home.scss */
.home .specialise-container article {
  width: 220px;
  height: 220px;
  display: block;
  position: relative;
  text-align: center;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  background-color: #81CCDE;
  overflow: hidden;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.home .specialise-container article:before, .home .specialise-container article:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.home .specialise-container article:after {
  clear: both;
}
/* line 48, ../../private/scss/jeet/_grid.scss */
.home .specialise-container article:last-child {
  margin-right: 0%;
}
@media (max-width: 960px) {
  /* line 392, ../../private/scss/views/_home.scss */
  .home .specialise-container article {
    height: 140px;
    margin-right: 0px;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 5%;
  }
  /* line 204, ../../private/scss/jeet/_grid.scss */
  .home .specialise-container article:before, .home .specialise-container article:after {
    content: '';
    display: table;
  }
  /* line 208, ../../private/scss/jeet/_grid.scss */
  .home .specialise-container article:after {
    clear: both;
  }
  /* line 48, ../../private/scss/jeet/_grid.scss */
  .home .specialise-container article:last-child {
    margin-right: 0%;
  }
  /* line 408, ../../private/scss/views/_home.scss */
  .home .specialise-container article:nth-of-type(even) {
    margin-right: 0px;
  }
}
/* line 413, ../../private/scss/views/_home.scss */
.home .specialise-container article:nth-of-type(2) {
  background-color: #00B3D2;
}
/* line 417, ../../private/scss/views/_home.scss */
.home .specialise-container article:nth-of-type(3) {
  background-color: #0091C5;
}
/* line 421, ../../private/scss/views/_home.scss */
.home .specialise-container article:nth-of-type(4) {
  background-color: #81CCDE;
}
/* line 425, ../../private/scss/views/_home.scss */
.home .specialise-container article:last-of-type {
  margin-right: 0px;
}
/* line 429, ../../private/scss/views/_home.scss */
.home .specialise-container article img {
  height: 220px;
  position: absolute;
  left: 0;
  opacity: 0.6;
}
@media (max-width: 960px) {
  /* line 429, ../../private/scss/views/_home.scss */
  .home .specialise-container article img {
    height: 140px;
  }
}
/* line 441, ../../private/scss/views/_home.scss */
.home .specialise-container article p {
  position: relative;
  color: white;
  font-weight: 500;
  padding: 10px;
  font-size: 20px;
  height: 65px;
}
@media (max-width: 960px) {
  /* line 441, ../../private/scss/views/_home.scss */
  .home .specialise-container article p {
    font-size: 13px;
    padding: 5px;
    height: 38px;
  }
}
/* line 456, ../../private/scss/views/_home.scss */
.home .specialise-container article ul {
  margin: 0px 20px 18px 40px;
}
@media (max-width: 960px) {
  /* line 456, ../../private/scss/views/_home.scss */
  .home .specialise-container article ul {
    margin: 0px 10px 13px 20px;
  }
}
/* line 465, ../../private/scss/views/_home.scss */
.home .specialise-container article li {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  list-style-type: none;
  position: relative;
  color: white;
  text-align: left;
}
@media (max-width: 960px) {
  /* line 465, ../../private/scss/views/_home.scss */
  .home .specialise-container article li {
    font-size: 12px;
    line-height: 15px;
  }
}
/* line 479, ../../private/scss/views/_home.scss */
.home .specialise-container article li:before {
  content: "";
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  behavior: url(../js/PIE.htc);
  border: 1px solid #82CDDF;
  background: white;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: -15px;
}
@media (max-width: 960px) {
  /* line 479, ../../private/scss/views/_home.scss */
  .home .specialise-container article li:before {
    width: 6px;
    height: 6px;
    top: 4px;
  }
}
/* line 501, ../../private/scss/views/_home.scss */
.home .specialise-container article a {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 508, ../../private/scss/views/_home.scss */
.home .specialise-container .what-we-do-button {
  width: 176px;
  height: 33px;
  background: #00B3D2;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  behavior: url(../js/PIE.htc);
  text-align: center;
  clear: both;
  margin: 34px auto;
}
@media (max-width: 960px) {
  /* line 508, ../../private/scss/views/_home.scss */
  .home .specialise-container .what-we-do-button {
    margin: 0 auto 20px auto;
  }
}
/* line 522, ../../private/scss/views/_home.scss */
.home .specialise-container .what-we-do-button a {
  line-height: 36px;
  font-weight: 600;
  color: white;
}

/* line 1, ../../private/scss/views/_why-vital.scss */
.why-vital {
  width: 100%;
  height: 100%;
  clear: both;
  /*-------------------------*/
  /*-------------------------*/
  /*-------------------------*/
  /*-------------------------*/
}
/* line 9, ../../private/scss/views/_why-vital.scss */
.why-vital .intro-container {
  width: 100%;
  height: 100%;
  clear: both;
  position: relative;
}
@media (max-width: 960px) {
  /* line 9, ../../private/scss/views/_why-vital.scss */
  .why-vital .intro-container {
    min-height: 52px;
  }
}
/* line 19, ../../private/scss/views/_why-vital.scss */
.why-vital .intro-container .top-decoration {
  background: url("/images/top-overlay-intro.png") no-repeat center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  display: block;
  z-index: 2;
}
@media (max-width: 960px) {
  /* line 19, ../../private/scss/views/_why-vital.scss */
  .why-vital .intro-container .top-decoration {
    background-size: contain;
  }
}
/* line 34, ../../private/scss/views/_why-vital.scss */
.why-vital .intro-container .bottom-decoration {
  background: url("/images/bottom-overlay.png") no-repeat center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  display: block;
  z-index: 2;
}
@media (max-width: 960px) {
  /* line 34, ../../private/scss/views/_why-vital.scss */
  .why-vital .intro-container .bottom-decoration {
    background-size: contain;
  }
}
/* line 49, ../../private/scss/views/_why-vital.scss */
.why-vital .intro-container .color-decoration {
  background: rgba(0, 179, 210, 0.3);
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  display: block;
  z-index: 1;
}
/* line 59, ../../private/scss/views/_why-vital.scss */
.why-vital .intro-container img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  max-height: 216px;
}
/* line 72, ../../private/scss/views/_why-vital.scss */
.why-vital .content-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  background: white url("/images/blue-overlay.jpg") no-repeat bottom center;
}
@media (max-width: 960px) {
  /* line 72, ../../private/scss/views/_why-vital.scss */
  .why-vital .content-container {
    padding: 0 6%;
  }
}
/* line 83, ../../private/scss/views/_why-vital.scss */
.why-vital .content-container .content {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: 8.33333%;
  margin-bottom: 117px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.why-vital .content-container .content:before, .why-vital .content-container .content:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.why-vital .content-container .content:after {
  clear: both;
}
@media (max-width: 960px) {
  /* line 83, ../../private/scss/views/_why-vital.scss */
  .why-vital .content-container .content {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 84px;
  }
  /* line 142, ../../private/scss/jeet/_grid.scss */
  .why-vital .content-container .content:first-child {
    margin-left: auto;
  }
  /* line 145, ../../private/scss/jeet/_grid.scss */
  .why-vital .content-container .content:last-child {
    margin-right: auto;
  }
}
/* line 92, ../../private/scss/views/_why-vital.scss */
.why-vital .content-container .content h4 {
  display: none;
}
@media (max-width: 960px) {
  /* line 92, ../../private/scss/views/_why-vital.scss */
  .why-vital .content-container .content h4 {
    display: inline-block;
    color: #00B3D2;
    font-size: 14px;
    margin-top: 12px;
  }
}
/* line 103, ../../private/scss/views/_why-vital.scss */
.why-vital .content-container .content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin: 21px 0 15px 0px;
  font-style: normal;
}
@media (max-width: 960px) {
  /* line 103, ../../private/scss/views/_why-vital.scss */
  .why-vital .content-container .content h5 {
    font-size: 14px;
    margin: 18px 0 15px 0px;
  }
}
/* line 117, ../../private/scss/views/_why-vital.scss */
.why-vital .content-container .content p {
  font-size: 16px;
  margin-bottom: 18px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 960px) {
  /* line 117, ../../private/scss/views/_why-vital.scss */
  .why-vital .content-container .content p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 13px;
  }
}
/* line 129, ../../private/scss/views/_why-vital.scss */
.why-vital .content-container .content p:first-of-type {
  font-size: 18px;
  font-weight: 500;
  color: black;
  margin-top: 20px;
}
@media (max-width: 960px) {
  /* line 129, ../../private/scss/views/_why-vital.scss */
  .why-vital .content-container .content p:first-of-type {
    font-size: 14px;
    line-height: 17px;
    margin-top: 0px;
  }
}
@media (max-width: 960px) {
  /* line 144, ../../private/scss/views/_why-vital.scss */
  .why-vital .content-container .content ul {
    margin-bottom: 0px;
  }
}
/* line 154, ../../private/scss/views/_why-vital.scss */
.why-vital .content-container .sidebar {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 19px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.why-vital .content-container .sidebar:before, .why-vital .content-container .sidebar:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.why-vital .content-container .sidebar:after {
  clear: both;
}
@media (max-width: 960px) {
  /* line 154, ../../private/scss/views/_why-vital.scss */
  .why-vital .content-container .sidebar {
    display: none;
  }
}
/* line 162, ../../private/scss/views/_why-vital.scss */
.why-vital .content-container .sidebar p {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 13px 0;
  color: black;
}
/* line 177, ../../private/scss/views/_why-vital.scss */
.why-vital .qoute-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  text-align: center;
  background: #00B3D2;
  position: relative;
}
/* line 186, ../../private/scss/views/_why-vital.scss */
.why-vital .qoute-container .bottom-overlay-qoute {
  background: url("/images/bottom-overlay.png") no-repeat center bottom;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 960px) {
  /* line 186, ../../private/scss/views/_why-vital.scss */
  .why-vital .qoute-container .bottom-overlay-qoute {
    display: inline-block;
    background-size: contain;
    width: 100%;
  }
}
/* line 203, ../../private/scss/views/_why-vital.scss */
.why-vital .qoute-container img {
  margin: 43px 0 20px 0;
}
@media (max-width: 960px) {
  /* line 203, ../../private/scss/views/_why-vital.scss */
  .why-vital .qoute-container img {
    margin: -10px 0 15px 0;
    width: 49px;
    height: 49px;
  }
}
/* line 214, ../../private/scss/views/_why-vital.scss */
.why-vital .qoute-container h2 {
  color: white;
  padding-bottom: 32px;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  /* line 214, ../../private/scss/views/_why-vital.scss */
  .why-vital .qoute-container h2 {
    margin-bottom: 15px;
    padding: 0 5px;
  }
}
/* line 226, ../../private/scss/views/_why-vital.scss */
.why-vital .qoute-container h5 {
  margin-bottom: 108px;
}
@media (max-width: 960px) {
  /* line 226, ../../private/scss/views/_why-vital.scss */
  .why-vital .qoute-container h5 {
    margin-bottom: 40px;
  }
}

/* line 1, ../../private/scss/views/_what-we-do.scss */
.what-we-do {
  width: 100%;
  height: 100%;
  clear: both;
  /*-------------------------*/
  /*-------------------------*/
  /*-------------------------*/
  /*-------------------------*/
}
/* line 9, ../../private/scss/views/_what-we-do.scss */
.what-we-do .intro-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  position: relative;
}
@media (max-width: 960px) {
  /* line 9, ../../private/scss/views/_what-we-do.scss */
  .what-we-do .intro-container {
    min-height: 52px;
  }
}
/* line 20, ../../private/scss/views/_what-we-do.scss */
.what-we-do .intro-container .top-decoration {
  background: url("/images/top-overlay-intro.png") no-repeat center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  display: block;
  z-index: 2;
}
@media (max-width: 960px) {
  /* line 20, ../../private/scss/views/_what-we-do.scss */
  .what-we-do .intro-container .top-decoration {
    background-size: contain;
  }
}
/* line 35, ../../private/scss/views/_what-we-do.scss */
.what-we-do .intro-container .bottom-decoration {
  background: url("/images/bottom-overlay.png") no-repeat center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  display: block;
  z-index: 2;
}
@media (max-width: 960px) {
  /* line 35, ../../private/scss/views/_what-we-do.scss */
  .what-we-do .intro-container .bottom-decoration {
    background-size: contain;
  }
}
/* line 50, ../../private/scss/views/_what-we-do.scss */
.what-we-do .intro-container .color-decoration {
  background: rgba(0, 179, 210, 0.3);
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  display: block;
  z-index: 1;
}
/* line 60, ../../private/scss/views/_what-we-do.scss */
.what-we-do .intro-container img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  max-height: 216px;
}
/* line 74, ../../private/scss/views/_what-we-do.scss */
.what-we-do .content-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  background: white url("/images/blue-overlay.jpg") no-repeat bottom center;
}
@media (max-width: 960px) {
  /* line 74, ../../private/scss/views/_what-we-do.scss */
  .what-we-do .content-container {
    padding: 0 6%;
  }
}
/* line 85, ../../private/scss/views/_what-we-do.scss */
.what-we-do .content-container .content {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 96px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.what-we-do .content-container .content:before, .what-we-do .content-container .content:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.what-we-do .content-container .content:after {
  clear: both;
}
@media (max-width: 960px) {
  /* line 85, ../../private/scss/views/_what-we-do.scss */
  .what-we-do .content-container .content {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 84px;
  }
  /* line 142, ../../private/scss/jeet/_grid.scss */
  .what-we-do .content-container .content:first-child {
    margin-left: auto;
  }
  /* line 145, ../../private/scss/jeet/_grid.scss */
  .what-we-do .content-container .content:last-child {
    margin-right: auto;
  }
}
/* line 94, ../../private/scss/views/_what-we-do.scss */
.what-we-do .content-container .content h4 {
  display: none;
}
@media (max-width: 960px) {
  /* line 94, ../../private/scss/views/_what-we-do.scss */
  .what-we-do .content-container .content h4 {
    display: inline-block;
    color: #00B3D2;
    font-size: 14px;
    margin-top: 12px;
  }
}
/* line 106, ../../private/scss/views/_what-we-do.scss */
.what-we-do .content-container .content p {
  font-size: 16px;
  margin-bottom: 18px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 960px) {
  /* line 106, ../../private/scss/views/_what-we-do.scss */
  .what-we-do .content-container .content p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 13px;
  }
}
/* line 118, ../../private/scss/views/_what-we-do.scss */
.what-we-do .content-container .content p:first-of-type {
  font-size: 18px;
  font-weight: 500;
  color: black;
  margin-top: 20px;
}
@media (max-width: 960px) {
  /* line 118, ../../private/scss/views/_what-we-do.scss */
  .what-we-do .content-container .content p:first-of-type {
    font-size: 14px;
    line-height: 17px;
    margin-top: 0px;
  }
}
@media (max-width: 960px) {
  /* line 133, ../../private/scss/views/_what-we-do.scss */
  .what-we-do .content-container .content ul {
    margin-bottom: 13px;
  }
}
/* line 143, ../../private/scss/views/_what-we-do.scss */
.what-we-do .content-container .sidebar {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: center;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.what-we-do .content-container .sidebar:before, .what-we-do .content-container .sidebar:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.what-we-do .content-container .sidebar:after {
  clear: both;
}
@media (max-width: 960px) {
  /* line 143, ../../private/scss/views/_what-we-do.scss */
  .what-we-do .content-container .sidebar {
    display: none;
  }
}
/* line 151, ../../private/scss/views/_what-we-do.scss */
.what-we-do .content-container .sidebar p {
  font-size: 23px;
  font-weight: 500;
  line-height: 29px;
  margin-top: 13px;
  color: #00B3D2;
  padding: 0 27px;
}
/* line 160, ../../private/scss/views/_what-we-do.scss */
.what-we-do .content-container .sidebar img {
  width: 64px;
  height: 64px;
  margin: 20px auto 3px auto;
}
/* line 166, ../../private/scss/views/_what-we-do.scss */
.what-we-do .content-container .sidebar .author {
  color: #006B7E;
  font-size: 13px;
  margin-top: 0px;
}
/* line 180, ../../private/scss/views/_what-we-do.scss */
.what-we-do .qoute-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  text-align: center;
  background: #00B3D2;
  position: relative;
}
/* line 189, ../../private/scss/views/_what-we-do.scss */
.what-we-do .qoute-container .bottom-overlay-qoute {
  background: url("/images/bottom-overlay.png") no-repeat center bottom;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 960px) {
  /* line 189, ../../private/scss/views/_what-we-do.scss */
  .what-we-do .qoute-container .bottom-overlay-qoute {
    display: inline-block;
    background-size: contain;
    width: 100%;
  }
}
/* line 206, ../../private/scss/views/_what-we-do.scss */
.what-we-do .qoute-container img {
  margin: 43px 0 20px 0;
}
@media (max-width: 960px) {
  /* line 206, ../../private/scss/views/_what-we-do.scss */
  .what-we-do .qoute-container img {
    margin: -10px 0 15px 0;
    width: 49px;
    height: 49px;
  }
}
/* line 217, ../../private/scss/views/_what-we-do.scss */
.what-we-do .qoute-container h2 {
  color: white;
  padding-bottom: 32px;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  /* line 217, ../../private/scss/views/_what-we-do.scss */
  .what-we-do .qoute-container h2 {
    margin-bottom: 15px;
    padding: 0 5px;
  }
}
/* line 229, ../../private/scss/views/_what-we-do.scss */
.what-we-do .qoute-container h5 {
  margin-bottom: 108px;
}
@media (max-width: 960px) {
  /* line 229, ../../private/scss/views/_what-we-do.scss */
  .what-we-do .qoute-container h5 {
    margin-bottom: 40px;
  }
}

/* line 1, ../../private/scss/views/_about-us.scss */
.about-us {
  width: 100%;
  height: 100%;
  clear: both;
  /*-------------------------*/
  /*-------------------------*/
  /*-------------------------*/
  /*-------------------------*/
}
/* line 9, ../../private/scss/views/_about-us.scss */
.about-us .intro-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  position: relative;
}
@media (max-width: 960px) {
  /* line 9, ../../private/scss/views/_about-us.scss */
  .about-us .intro-container {
    min-height: 52px;
  }
}
/* line 20, ../../private/scss/views/_about-us.scss */
.about-us .intro-container .top-decoration {
  background: url("/images/top-overlay-intro.png") no-repeat center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  display: block;
  z-index: 2;
}
@media (max-width: 960px) {
  /* line 20, ../../private/scss/views/_about-us.scss */
  .about-us .intro-container .top-decoration {
    background-size: contain;
  }
}
/* line 35, ../../private/scss/views/_about-us.scss */
.about-us .intro-container .bottom-decoration {
  background: url("/images/bottom-overlay.png") no-repeat center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  display: block;
  z-index: 2;
}
@media (max-width: 960px) {
  /* line 35, ../../private/scss/views/_about-us.scss */
  .about-us .intro-container .bottom-decoration {
    background-size: contain;
  }
}
/* line 50, ../../private/scss/views/_about-us.scss */
.about-us .intro-container .color-decoration {
  background: rgba(0, 179, 210, 0.3);
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  display: block;
  z-index: 1;
}
/* line 60, ../../private/scss/views/_about-us.scss */
.about-us .intro-container img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  max-height: 216px;
}
/* line 73, ../../private/scss/views/_about-us.scss */
.about-us .content-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  background: white url("/images/blue-overlay.jpg") no-repeat bottom center;
}
@media (max-width: 960px) {
  /* line 73, ../../private/scss/views/_about-us.scss */
  .about-us .content-container {
    padding: 0 6%;
  }
}
/* line 84, ../../private/scss/views/_about-us.scss */
.about-us .content-container .content {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: 8.33333%;
  margin-bottom: 100px;
  padding-right: 5px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.about-us .content-container .content:before, .about-us .content-container .content:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.about-us .content-container .content:after {
  clear: both;
}
@media (max-width: 960px) {
  /* line 84, ../../private/scss/views/_about-us.scss */
  .about-us .content-container .content {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 84px;
    padding-right: 0px;
  }
  /* line 142, ../../private/scss/jeet/_grid.scss */
  .about-us .content-container .content:first-child {
    margin-left: auto;
  }
  /* line 145, ../../private/scss/jeet/_grid.scss */
  .about-us .content-container .content:last-child {
    margin-right: auto;
  }
}
/* line 95, ../../private/scss/views/_about-us.scss */
.about-us .content-container .content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333333;
  margin: -3px 0 10px 0;
}
/* line 103, ../../private/scss/views/_about-us.scss */
.about-us .content-container .content h4 {
  display: none;
}
@media (max-width: 960px) {
  /* line 103, ../../private/scss/views/_about-us.scss */
  .about-us .content-container .content h4 {
    display: inline-block;
    color: #00B3D2;
    font-size: 14px;
    margin-top: 12px;
  }
}
/* line 115, ../../private/scss/views/_about-us.scss */
.about-us .content-container .content p {
  font-size: 16px;
  margin-bottom: 18px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 960px) {
  /* line 115, ../../private/scss/views/_about-us.scss */
  .about-us .content-container .content p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 13px;
  }
}
/* line 127, ../../private/scss/views/_about-us.scss */
.about-us .content-container .content p:first-of-type {
  font-size: 18px;
  font-weight: 500;
  color: black;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  /* line 127, ../../private/scss/views/_about-us.scss */
  .about-us .content-container .content p:first-of-type {
    font-size: 14px;
    line-height: 17px;
    margin-top: 0px;
  }
}
@media (max-width: 960px) {
  /* line 144, ../../private/scss/views/_about-us.scss */
  .about-us .content-container .content ul {
    margin-bottom: 0px;
  }
}
/* line 154, ../../private/scss/views/_about-us.scss */
.about-us .content-container .sidebar {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 19px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.about-us .content-container .sidebar:before, .about-us .content-container .sidebar:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.about-us .content-container .sidebar:after {
  clear: both;
}
@media (max-width: 960px) {
  /* line 154, ../../private/scss/views/_about-us.scss */
  .about-us .content-container .sidebar {
    display: none;
  }
}
/* line 162, ../../private/scss/views/_about-us.scss */
.about-us .content-container .sidebar p {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 13px 0;
  color: black;
}
/* line 177, ../../private/scss/views/_about-us.scss */
.about-us .qoute-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  text-align: center;
  background: #00B3D2;
  position: relative;
}
/* line 186, ../../private/scss/views/_about-us.scss */
.about-us .qoute-container .bottom-overlay-qoute {
  background: url("/images/bottom-overlay.png") no-repeat center bottom;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 960px) {
  /* line 186, ../../private/scss/views/_about-us.scss */
  .about-us .qoute-container .bottom-overlay-qoute {
    display: inline-block;
    background-size: contain;
    width: 100%;
  }
}
/* line 203, ../../private/scss/views/_about-us.scss */
.about-us .qoute-container img {
  margin: 18px 0 20px 0;
}
@media (max-width: 960px) {
  /* line 203, ../../private/scss/views/_about-us.scss */
  .about-us .qoute-container img {
    margin: -10px 0 15px 0;
    width: 49px;
    height: 49px;
  }
}
/* line 214, ../../private/scss/views/_about-us.scss */
.about-us .qoute-container h2 {
  color: white;
  padding-bottom: 32px;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  /* line 214, ../../private/scss/views/_about-us.scss */
  .about-us .qoute-container h2 {
    margin-bottom: 15px;
    padding: 0 5px;
  }
}
/* line 226, ../../private/scss/views/_about-us.scss */
.about-us .qoute-container h5 {
  margin-bottom: 108px;
}
@media (max-width: 960px) {
  /* line 226, ../../private/scss/views/_about-us.scss */
  .about-us .qoute-container h5 {
    margin-bottom: 40px;
  }
}

/* line 1, ../../private/scss/views/_resources.scss */
.resources {
  width: 100%;
  height: 100%;
  clear: both;
  /*-------------------------*/
  /*-------------------------*/
  /*-------------------------*/
  /*-------------------------*/
}
/* line 9, ../../private/scss/views/_resources.scss */
.resources .intro-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  position: relative;
}
@media (max-width: 960px) {
  /* line 9, ../../private/scss/views/_resources.scss */
  .resources .intro-container {
    min-height: 52px;
  }
}
/* line 20, ../../private/scss/views/_resources.scss */
.resources .intro-container .top-decoration {
  background: url("/images/top-overlay-intro.png") no-repeat center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  display: block;
  z-index: 2;
}
@media (max-width: 960px) {
  /* line 20, ../../private/scss/views/_resources.scss */
  .resources .intro-container .top-decoration {
    background-size: contain;
  }
}
/* line 35, ../../private/scss/views/_resources.scss */
.resources .intro-container .bottom-decoration {
  background: url("/images/bottom-overlay.png") no-repeat center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  display: block;
  z-index: 2;
}
@media (max-width: 960px) {
  /* line 35, ../../private/scss/views/_resources.scss */
  .resources .intro-container .bottom-decoration {
    background-size: contain;
  }
}
/* line 50, ../../private/scss/views/_resources.scss */
.resources .intro-container .color-decoration {
  background: rgba(0, 179, 210, 0.3);
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  display: block;
  z-index: 1;
}
/* line 60, ../../private/scss/views/_resources.scss */
.resources .intro-container img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  max-height: 216px;
}
/* line 73, ../../private/scss/views/_resources.scss */
.resources .content-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  background: white url("/images/blue-overlay.jpg") no-repeat bottom center;
}
@media (max-width: 960px) {
  /* line 73, ../../private/scss/views/_resources.scss */
  .resources .content-container {
    padding: 0 6%;
  }
}
/* line 84, ../../private/scss/views/_resources.scss */
.resources .content-container .content {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: 8.33333%;
  margin-bottom: 117px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.resources .content-container .content:before, .resources .content-container .content:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.resources .content-container .content:after {
  clear: both;
}
@media (max-width: 960px) {
  /* line 84, ../../private/scss/views/_resources.scss */
  .resources .content-container .content {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 84px;
  }
  /* line 142, ../../private/scss/jeet/_grid.scss */
  .resources .content-container .content:first-child {
    margin-left: auto;
  }
  /* line 145, ../../private/scss/jeet/_grid.scss */
  .resources .content-container .content:last-child {
    margin-right: auto;
  }
}
/* line 93, ../../private/scss/views/_resources.scss */
.resources .content-container .content h4 {
  display: none;
}
@media (max-width: 960px) {
  /* line 93, ../../private/scss/views/_resources.scss */
  .resources .content-container .content h4 {
    display: inline-block;
    color: #00B3D2;
    font-size: 14px;
    margin-top: 12px;
  }
}
/* line 104, ../../private/scss/views/_resources.scss */
.resources .content-container .content .dropdown {
  width: 100%;
  max-width: 300px;
  float: left;
  margin: 0 0 30px 0;
}
/* line 112, ../../private/scss/views/_resources.scss */
.resources .content-container .content p {
  font-size: 16px;
  margin-bottom: 18px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 960px) {
  /* line 112, ../../private/scss/views/_resources.scss */
  .resources .content-container .content p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 13px;
  }
}
/* line 124, ../../private/scss/views/_resources.scss */
.resources .content-container .content p:first-of-type {
  font-size: 18px;
  font-weight: 500;
  color: black;
  margin-top: 20px;
}
@media (max-width: 960px) {
  /* line 124, ../../private/scss/views/_resources.scss */
  .resources .content-container .content p:first-of-type {
    font-size: 14px;
    line-height: 17px;
    margin-top: 0px;
  }
}
@media (max-width: 960px) {
  /* line 139, ../../private/scss/views/_resources.scss */
  .resources .content-container .content ul {
    margin-bottom: 0px;
  }
}
/* line 150, ../../private/scss/views/_resources.scss */
.resources .content-container .pdf {
  width: 100%;
  float: left;
  border-bottom: 1px solid #CCC;
  padding: 18px 0;
}
@media (max-width: 960px) {
  /* line 150, ../../private/scss/views/_resources.scss */
  .resources .content-container .pdf {
    padding: 12px 0;
  }
}
/* line 161, ../../private/scss/views/_resources.scss */
.resources .content-container .pdf:first-of-type {
  border-top: 1px solid #CCC;
}
/* line 165, ../../private/scss/views/_resources.scss */
.resources .content-container .pdf .pdf-icon {
  float: left;
  padding-left: 10px;
  display: block;
}
@media (max-width: 960px) {
  /* line 165, ../../private/scss/views/_resources.scss */
  .resources .content-container .pdf .pdf-icon {
    display: none;
  }
}
/* line 174, ../../private/scss/views/_resources.scss */
.resources .content-container .pdf .pdf-icon img {
  width: 26px;
  height: 35px;
  margin-top: 4px;
}
/* line 181, ../../private/scss/views/_resources.scss */
.resources .content-container .pdf .pdf-info {
  float: left;
  margin-left: 20px;
}
@media (max-width: 960px) {
  /* line 181, ../../private/scss/views/_resources.scss */
  .resources .content-container .pdf .pdf-info {
    margin-left: 0px;
  }
}
/* line 189, ../../private/scss/views/_resources.scss */
.resources .content-container .pdf .pdf-info p {
  margin: 0px;
}
/* line 193, ../../private/scss/views/_resources.scss */
.resources .content-container .pdf .pdf-info .pdf-title {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #009FDE;
}
@media (max-width: 960px) {
  /* line 193, ../../private/scss/views/_resources.scss */
  .resources .content-container .pdf .pdf-info .pdf-title {
    font-size: 14px;
  }
}
/* line 204, ../../private/scss/views/_resources.scss */
.resources .content-container .pdf .pdf-info .pdf-title.active {
  color: #009FDE;
}
/* line 209, ../../private/scss/views/_resources.scss */
.resources .content-container .pdf .pdf-info .pdf-desc {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}
/* line 219, ../../private/scss/views/_resources.scss */
.resources .content-container .sidebar {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 19px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.resources .content-container .sidebar:before, .resources .content-container .sidebar:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.resources .content-container .sidebar:after {
  clear: both;
}
@media (max-width: 960px) {
  /* line 219, ../../private/scss/views/_resources.scss */
  .resources .content-container .sidebar {
    display: none;
  }
}
/* line 227, ../../private/scss/views/_resources.scss */
.resources .content-container .sidebar p {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 13px 0;
  color: black;
}
/* line 236, ../../private/scss/views/_resources.scss */
.resources .content-container .pagination {
  width: 100%;
  float: left;
  display: block;
  margin-top: 20px;
}
/* line 242, ../../private/scss/views/_resources.scss */
.resources .content-container .pagination .prev, .resources .content-container .pagination .next {
  display: inline-block;
  width: auto;
  text-align: center;
  height: 34px;
  line-height: 34px;
  font-weight: 600;
  color: white;
  background: #00B3D2;
}
/* line 252, ../../private/scss/views/_resources.scss */
.resources .content-container .pagination .prev.first-last, .resources .content-container .pagination .next.first-last {
  background: #0094C7;
}
/* line 256, ../../private/scss/views/_resources.scss */
.resources .content-container .pagination .prev a, .resources .content-container .pagination .next a {
  width: 100%;
  padding: 10px 22px;
}
/* line 262, ../../private/scss/views/_resources.scss */
.resources .content-container .pagination .prev {
  float: left;
}
/* line 266, ../../private/scss/views/_resources.scss */
.resources .content-container .pagination .next {
  float: right;
}
/* line 280, ../../private/scss/views/_resources.scss */
.resources .qoute-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  text-align: center;
  background: #00B3D2;
  position: relative;
}
/* line 289, ../../private/scss/views/_resources.scss */
.resources .qoute-container .bottom-overlay-qoute {
  background: url("/images/bottom-overlay.png") no-repeat center bottom;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 960px) {
  /* line 289, ../../private/scss/views/_resources.scss */
  .resources .qoute-container .bottom-overlay-qoute {
    display: inline-block;
    background-size: contain;
    width: 100%;
  }
}
/* line 306, ../../private/scss/views/_resources.scss */
.resources .qoute-container img {
  margin: 18px 0 20px 0;
}
@media (max-width: 960px) {
  /* line 306, ../../private/scss/views/_resources.scss */
  .resources .qoute-container img {
    margin: -10px 0 15px 0;
    width: 49px;
    height: 49px;
  }
}
/* line 317, ../../private/scss/views/_resources.scss */
.resources .qoute-container h2 {
  color: white;
  padding-bottom: 32px;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  /* line 317, ../../private/scss/views/_resources.scss */
  .resources .qoute-container h2 {
    margin-bottom: 15px;
    padding: 0 5px;
  }
}
/* line 329, ../../private/scss/views/_resources.scss */
.resources .qoute-container h5 {
  margin-bottom: 108px;
}
@media (max-width: 960px) {
  /* line 329, ../../private/scss/views/_resources.scss */
  .resources .qoute-container h5 {
    margin-bottom: 40px;
  }
}

/* line 1, ../../private/scss/views/_testimonials.scss */
.testimonials {
  width: 100%;
  height: 100%;
  clear: both;
  /*-------------------------*/
  /*-------------------------*/
  /*-------------------------*/
  /*-------------------------*/
}
/* line 9, ../../private/scss/views/_testimonials.scss */
.testimonials .intro-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  position: relative;
}
@media (max-width: 960px) {
  /* line 9, ../../private/scss/views/_testimonials.scss */
  .testimonials .intro-container {
    min-height: 52px;
  }
}
/* line 20, ../../private/scss/views/_testimonials.scss */
.testimonials .intro-container .top-decoration {
  background: url("/images/top-overlay-intro.png") no-repeat center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  display: block;
  z-index: 2;
}
@media (max-width: 960px) {
  /* line 20, ../../private/scss/views/_testimonials.scss */
  .testimonials .intro-container .top-decoration {
    background-size: contain;
  }
}
/* line 35, ../../private/scss/views/_testimonials.scss */
.testimonials .intro-container .bottom-decoration {
  background: url("/images/bottom-overlay.png") no-repeat center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  display: block;
  z-index: 2;
}
@media (max-width: 960px) {
  /* line 35, ../../private/scss/views/_testimonials.scss */
  .testimonials .intro-container .bottom-decoration {
    background-size: contain;
  }
}
/* line 50, ../../private/scss/views/_testimonials.scss */
.testimonials .intro-container .color-decoration {
  background: rgba(0, 179, 210, 0.3);
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  display: block;
  z-index: 1;
}
/* line 60, ../../private/scss/views/_testimonials.scss */
.testimonials .intro-container img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  max-height: 216px;
}
/* line 73, ../../private/scss/views/_testimonials.scss */
.testimonials .content-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  background: white url("/images/blue-overlay.jpg") no-repeat bottom center;
}
@media (max-width: 960px) {
  /* line 73, ../../private/scss/views/_testimonials.scss */
  .testimonials .content-container {
    padding: 0 6%;
  }
}
/* line 84, ../../private/scss/views/_testimonials.scss */
.testimonials .content-container .content {
  width: 100%;
  height: 100%;
  clear: both;
  display: inline-block;
  margin-bottom: 117px;
}
@media (max-width: 960px) {
  /* line 84, ../../private/scss/views/_testimonials.scss */
  .testimonials .content-container .content {
    width: 100%;
    margin-bottom: 84px;
  }
}
/* line 96, ../../private/scss/views/_testimonials.scss */
.testimonials .content-container .content h4 {
  display: none;
}
@media (max-width: 960px) {
  /* line 96, ../../private/scss/views/_testimonials.scss */
  .testimonials .content-container .content h4 {
    display: inline-block;
    color: #00B3D2;
    font-size: 14px;
    margin-top: 12px;
  }
}
/* line 107, ../../private/scss/views/_testimonials.scss */
.testimonials .content-container .content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin: 21px 0 15px 0px;
  font-style: normal;
}
@media (max-width: 960px) {
  /* line 107, ../../private/scss/views/_testimonials.scss */
  .testimonials .content-container .content h5 {
    font-size: 14px;
    margin: 18px 0 15px 0px;
  }
}
/* line 120, ../../private/scss/views/_testimonials.scss */
.testimonials .content-container .content article {
  float: left;
  width: 100%;
  height: 100%;
  clear: both;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
}
@media (max-width: 960px) {
  /* line 120, ../../private/scss/views/_testimonials.scss */
  .testimonials .content-container .content article {
    margin-bottom: 10px;
  }
}
/* line 132, ../../private/scss/views/_testimonials.scss */
.testimonials .content-container .content article:last-of-type {
  border-bottom: none;
}
/* line 138, ../../private/scss/views/_testimonials.scss */
.testimonials .content-container .content p {
  font-size: 14px;
  margin-bottom: 18px;
  font-weight: 400;
  line-height: 19.5px;
  display: none;
  width: 100%;
}
@media (max-width: 960px) {
  /* line 138, ../../private/scss/views/_testimonials.scss */
  .testimonials .content-container .content p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 13px;
  }
}
/* line 152, ../../private/scss/views/_testimonials.scss */
.testimonials .content-container .content p:first-of-type {
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  color: black;
  margin-top: 20px;
  display: block !important;
}
@media (max-width: 960px) {
  /* line 152, ../../private/scss/views/_testimonials.scss */
  .testimonials .content-container .content p:first-of-type {
    font-size: 14px;
    margin-top: 0px;
  }
}
/* line 166, ../../private/scss/views/_testimonials.scss */
.testimonials .content-container .content p:nth-of-type(2) {
  display: block !important;
}
/* line 172, ../../private/scss/views/_testimonials.scss */
.testimonials .content-container .content span {
  display: inline-block;
  float: left;
  color: #00B3D2;
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 960px) {
  /* line 172, ../../private/scss/views/_testimonials.scss */
  .testimonials .content-container .content span {
    margin-bottom: 15px;
  }
}
/* line 185, ../../private/scss/views/_testimonials.scss */
.testimonials .content-container .content .toggle-testimonial {
  display: inline-block;
  float: right;
  cursor: pointer;
  width: 114px;
}
@media (max-width: 960px) {
  /* line 185, ../../private/scss/views/_testimonials.scss */
  .testimonials .content-container .content .toggle-testimonial {
    display: block;
    float: left;
    width: 100%;
  }
}
/* line 197, ../../private/scss/views/_testimonials.scss */
.testimonials .content-container .content .toggle-testimonial p {
  color: #00B3D2;
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
  width: auto;
  float: left;
}
/* line 206, ../../private/scss/views/_testimonials.scss */
.testimonials .content-container .content .toggle-testimonial img {
  display: inline-block;
  float: right;
  margin-top: -8px;
}
@media (max-width: 960px) {
  /* line 206, ../../private/scss/views/_testimonials.scss */
  .testimonials .content-container .content .toggle-testimonial img {
    float: left;
    margin-top: -10px;
    margin-left: 5px;
  }
}
/* line 230, ../../private/scss/views/_testimonials.scss */
.testimonials .qoute-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  text-align: center;
  background: #00B3D2;
  position: relative;
}
/* line 239, ../../private/scss/views/_testimonials.scss */
.testimonials .qoute-container .bottom-overlay-qoute {
  background: url("/images/bottom-overlay.png") no-repeat center bottom;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 960px) {
  /* line 239, ../../private/scss/views/_testimonials.scss */
  .testimonials .qoute-container .bottom-overlay-qoute {
    display: inline-block;
    background-size: contain;
    width: 100%;
  }
}
/* line 256, ../../private/scss/views/_testimonials.scss */
.testimonials .qoute-container img {
  margin: 18px 0 20px 0;
}
@media (max-width: 960px) {
  /* line 256, ../../private/scss/views/_testimonials.scss */
  .testimonials .qoute-container img {
    margin: -10px 0 15px 0;
    width: 49px;
    height: 49px;
  }
}
/* line 267, ../../private/scss/views/_testimonials.scss */
.testimonials .qoute-container h2 {
  color: white;
  padding-bottom: 32px;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  /* line 267, ../../private/scss/views/_testimonials.scss */
  .testimonials .qoute-container h2 {
    margin-bottom: 15px;
    padding: 0 5px;
  }
}
/* line 279, ../../private/scss/views/_testimonials.scss */
.testimonials .qoute-container h5 {
  margin-bottom: 108px;
}
@media (max-width: 960px) {
  /* line 279, ../../private/scss/views/_testimonials.scss */
  .testimonials .qoute-container h5 {
    margin-bottom: 40px;
  }
}

/* line 1, ../../private/scss/views/_links.scss */
.links {
  width: 100%;
  height: 100%;
  clear: both;
  /*-------------------------*/
  /*-------------------------*/
  /*-------------------------*/
  /*-------------------------*/
}
/* line 9, ../../private/scss/views/_links.scss */
.links .intro-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  position: relative;
}
@media (max-width: 960px) {
  /* line 9, ../../private/scss/views/_links.scss */
  .links .intro-container {
    min-height: 52px;
  }
}
/* line 20, ../../private/scss/views/_links.scss */
.links .intro-container .top-decoration {
  background: url("/images/top-overlay-intro.png") no-repeat center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  display: block;
  z-index: 2;
}
@media (max-width: 960px) {
  /* line 20, ../../private/scss/views/_links.scss */
  .links .intro-container .top-decoration {
    background-size: contain;
  }
}
/* line 35, ../../private/scss/views/_links.scss */
.links .intro-container .bottom-decoration {
  background: url("/images/bottom-overlay.png") no-repeat center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  display: block;
  z-index: 2;
}
@media (max-width: 960px) {
  /* line 35, ../../private/scss/views/_links.scss */
  .links .intro-container .bottom-decoration {
    background-size: contain;
  }
}
/* line 50, ../../private/scss/views/_links.scss */
.links .intro-container .color-decoration {
  background: rgba(0, 179, 210, 0.3);
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  display: block;
  z-index: 1;
}
/* line 60, ../../private/scss/views/_links.scss */
.links .intro-container img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  max-height: 216px;
}
/* line 73, ../../private/scss/views/_links.scss */
.links .content-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  background: white url("/images/blue-overlay.jpg") no-repeat bottom center;
}
@media (max-width: 960px) {
  /* line 73, ../../private/scss/views/_links.scss */
  .links .content-container {
    padding: 0 6%;
  }
}
/* line 84, ../../private/scss/views/_links.scss */
.links .content-container .content {
  width: 100%;
  height: 100%;
  clear: both;
  display: inline-block;
  margin-bottom: 100px;
  margin-top: 32px;
}
@media (max-width: 960px) {
  /* line 84, ../../private/scss/views/_links.scss */
  .links .content-container .content {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 84px;
  }
}
/* line 98, ../../private/scss/views/_links.scss */
.links .content-container .content h4 {
  display: none;
}
@media (max-width: 960px) {
  /* line 98, ../../private/scss/views/_links.scss */
  .links .content-container .content h4 {
    display: inline-block;
    color: #00B3D2;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 10px;
    width: 100%;
  }
}
/* line 114, ../../private/scss/views/_links.scss */
.links .content-container .content article {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  height: 172px;
  border-bottom: 1px solid #CCCCCC;
  padding: 24px 10px 24px 0px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.links .content-container .content article:before, .links .content-container .content article:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.links .content-container .content article:after {
  clear: both;
}
@media (max-width: 960px) {
  /* line 114, ../../private/scss/views/_links.scss */
  .links .content-container .content article {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    padding: 12px 0 15px 0;
    border-bottom: 1px solid #CCCCCC;
  }
  /* line 142, ../../private/scss/jeet/_grid.scss */
  .links .content-container .content article:first-child {
    margin-left: auto;
  }
  /* line 145, ../../private/scss/jeet/_grid.scss */
  .links .content-container .content article:last-child {
    margin-right: auto;
  }
}
/* line 127, ../../private/scss/views/_links.scss */
.links .content-container .content article:nth-of-type(odd) {
  border-right: 1px solid #CCCCCC;
}
@media (max-width: 960px) {
  /* line 127, ../../private/scss/views/_links.scss */
  .links .content-container .content article:nth-of-type(odd) {
    border-right: none;
  }
}
/* line 136, ../../private/scss/views/_links.scss */
.links .content-container .content article:nth-of-type(even) .link-image {
  margin-left: 20px;
}
@media (max-width: 960px) {
  /* line 136, ../../private/scss/views/_links.scss */
  .links .content-container .content article:nth-of-type(even) .link-image {
    margin-left: 0px;
  }
}
/* line 145, ../../private/scss/views/_links.scss */
.links .content-container .content article:last-of-type {
  border: none;
}
/* line 149, ../../private/scss/views/_links.scss */
.links .content-container .content article:nth-last-of-type(2) {
  border-bottom: none;
}
@media (max-width: 960px) {
  /* line 149, ../../private/scss/views/_links.scss */
  .links .content-container .content article:nth-last-of-type(2) {
    border-bottom: 1px solid #CCCCCC;
  }
}
/* line 157, ../../private/scss/views/_links.scss */
.links .content-container .content article .link-image {
  width: 131px;
  height: 100%;
  float: left;
  position: relative;
  display: inline-block;
}
@media (max-width: 960px) {
  /* line 157, ../../private/scss/views/_links.scss */
  .links .content-container .content article .link-image {
    display: none;
  }
}
/* line 168, ../../private/scss/views/_links.scss */
.links .content-container .content article .link-image img {
  max-width: 130px;
  max-height: 130px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 178, ../../private/scss/views/_links.scss */
.links .content-container .content article .link-content {
  width: 270px;
  float: left;
  padding-left: 32px;
}
@media (max-width: 960px) {
  /* line 178, ../../private/scss/views/_links.scss */
  .links .content-container .content article .link-content {
    padding-left: 0px;
    width: auto;
  }
}
/* line 188, ../../private/scss/views/_links.scss */
.links .content-container .content article .link-content h5 {
  color: #00B3D2;
  font-size: 16px;
  margin: 0 0 5px 0;
  font-style: normal;
}
@media (max-width: 960px) {
  /* line 188, ../../private/scss/views/_links.scss */
  .links .content-container .content article .link-content h5 {
    font-size: 14px;
    margin: 0 0 3px 0;
  }
}
/* line 200, ../../private/scss/views/_links.scss */
.links .content-container .content article .link-content a {
  font-size: 13px;
  color: #999999;
}
/* line 223, ../../private/scss/views/_links.scss */
.links .qoute-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  text-align: center;
  background: #00B3D2;
  position: relative;
}
/* line 232, ../../private/scss/views/_links.scss */
.links .qoute-container .bottom-overlay-qoute {
  background: url("/images/bottom-overlay.png") no-repeat center bottom;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 960px) {
  /* line 232, ../../private/scss/views/_links.scss */
  .links .qoute-container .bottom-overlay-qoute {
    display: inline-block;
    background-size: contain;
    width: 100%;
  }
}
/* line 249, ../../private/scss/views/_links.scss */
.links .qoute-container img {
  margin: 18px 0 20px 0;
}
@media (max-width: 960px) {
  /* line 249, ../../private/scss/views/_links.scss */
  .links .qoute-container img {
    margin: -10px 0 15px 0;
    width: 49px;
    height: 49px;
  }
}
/* line 260, ../../private/scss/views/_links.scss */
.links .qoute-container h2 {
  color: white;
  padding-bottom: 32px;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  /* line 260, ../../private/scss/views/_links.scss */
  .links .qoute-container h2 {
    margin-bottom: 15px;
    padding: 0 5px;
  }
}
/* line 272, ../../private/scss/views/_links.scss */
.links .qoute-container h5 {
  margin-bottom: 108px;
}
@media (max-width: 960px) {
  /* line 272, ../../private/scss/views/_links.scss */
  .links .qoute-container h5 {
    margin-bottom: 40px;
  }
}

/* line 1, ../../private/scss/views/_contact-us.scss */
.contact {
  width: 100%;
  height: 100%;
  clear: both;
  /*-------------------------*/
  /*-------------------------*/
  /*-------------------------*/
  /*-------------------------*/
  /*-------------------------*/
}
/* line 9, ../../private/scss/views/_contact-us.scss */
.contact .intro-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  position: relative;
}
@media (max-width: 960px) {
  /* line 9, ../../private/scss/views/_contact-us.scss */
  .contact .intro-container {
    min-height: 52px;
  }
}
/* line 20, ../../private/scss/views/_contact-us.scss */
.contact .intro-container .top-decoration {
  background: url("/images/top-overlay-intro.png") no-repeat center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  display: block;
  z-index: 2;
}
@media (max-width: 960px) {
  /* line 20, ../../private/scss/views/_contact-us.scss */
  .contact .intro-container .top-decoration {
    background-size: contain;
  }
}
/* line 35, ../../private/scss/views/_contact-us.scss */
.contact .intro-container .bottom-decoration {
  background: url("/images/bottom-overlay.png") no-repeat center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  display: block;
  z-index: 2;
}
@media (max-width: 960px) {
  /* line 35, ../../private/scss/views/_contact-us.scss */
  .contact .intro-container .bottom-decoration {
    background-size: contain;
  }
}
/* line 50, ../../private/scss/views/_contact-us.scss */
.contact .intro-container .color-decoration {
  background: rgba(0, 179, 210, 0.3);
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  display: block;
  z-index: 1;
}
/* line 60, ../../private/scss/views/_contact-us.scss */
.contact .intro-container img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  max-height: 216px;
}
/* line 74, ../../private/scss/views/_contact-us.scss */
.contact .content-container {
  width: 100%;
  height: 100%;
  float: left;
  clear: both;
  margin-top: 30px;
  /*-------------------------*/
}
@media (max-width: 960px) {
  /* line 74, ../../private/scss/views/_contact-us.scss */
  .contact .content-container {
    padding: 0 6% 40px 6%;
    margin-top: 0px;
    background: white url("/images/blue-overlay.jpg") no-repeat bottom center;
  }
}
/* line 87, ../../private/scss/views/_contact-us.scss */
.contact .content-container h4 {
  display: none;
}
@media (max-width: 960px) {
  /* line 87, ../../private/scss/views/_contact-us.scss */
  .contact .content-container h4 {
    display: inline-block;
    color: #00B3D2;
    font-size: 14px;
    margin-top: 12px;
  }
}
/* line 98, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-left {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 34.16667%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0px 40px 0 0;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.contact .content-container .contact-left:before, .contact .content-container .contact-left:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.contact .content-container .contact-left:after {
  clear: both;
}
@media (max-width: 960px) {
  /* line 98, ../../private/scss/views/_contact-us.scss */
  .contact .content-container .contact-left {
    width: 100%;
    padding-right: 0px;
  }
}
/* line 107, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-left h3 {
  font-size: 16px;
  font-weight: 500;
  color: black;
  margin-bottom: 7px;
}
@media (max-width: 960px) {
  /* line 107, ../../private/scss/views/_contact-us.scss */
  .contact .content-container .contact-left h3 {
    font-size: 13px;
  }
}
/* line 118, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-left .left-details {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 17px;
  margin-bottom: 18px;
}
@media (max-width: 960px) {
  /* line 118, ../../private/scss/views/_contact-us.scss */
  .contact .content-container .contact-left .left-details {
    padding-bottom: 7px;
    margin-bottom: 13px;
  }
}
/* line 128, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-left .left-details a {
  font-size: 21px;
  font-weight: 600;
  color: #00B3D2;
}
/* line 133, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-left .left-details a.email {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}
/* line 143, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-left .left-address {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 7px;
  margin-bottom: 18px;
}
@media (max-width: 960px) {
  /* line 143, ../../private/scss/views/_contact-us.scss */
  .contact .content-container .contact-left .left-address {
    padding-bottom: 11px;
    margin-bottom: 11px;
  }
}
/* line 153, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-left .left-address p {
  font-size: 14px;
  font-weight: 300;
  color: black;
  margin: 1px 0 4px 0;
}
@media (max-width: 960px) {
  /* line 153, ../../private/scss/views/_contact-us.scss */
  .contact .content-container .contact-left .left-address p {
    font-size: 13px;
  }
}
/* line 164, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-left .left-address span {
  display: inline-block;
  width: 80px;
  color: #999999;
  font-weight: 500;
}
/* line 171, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-left .left-address a {
  display: none;
}
@media (max-width: 960px) {
  /* line 171, ../../private/scss/views/_contact-us.scss */
  .contact .content-container .contact-left .left-address a {
    display: inline-block;
    font-size: 13px;
    color: #00B3D2;
    text-decoration: underline;
  }
}
/* line 192, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-right {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 65.83333%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0 10px 0 0;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.contact .content-container .contact-right:before, .contact .content-container .contact-right:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.contact .content-container .contact-right:after {
  clear: both;
}
@media (max-width: 960px) {
  /* line 192, ../../private/scss/views/_contact-us.scss */
  .contact .content-container .contact-right {
    width: 100%;
  }
}
/* line 200, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-right p {
  font-size: 18px;
  font-weight: 500;
  color: black;
  line-height: 22px;
  margin-bottom: 7px;
}
@media (max-width: 960px) {
  /* line 200, ../../private/scss/views/_contact-us.scss */
  .contact .content-container .contact-right p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0px;
  }
}
/* line 216, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-right form {
  width: 100%;
  height: 100%;
  float: left;
  margin: 15px 0 27px 0;
}
@media (max-width: 960px) {
  /* line 216, ../../private/scss/views/_contact-us.scss */
  .contact .content-container .contact-right form {
    margin: 15px 0 56px 0;
  }
}
/* line 226, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-right form input, .contact .content-container .contact-right form textarea, .contact .content-container .contact-right form select {
  outline: none;
  border: none;
  background: white;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
  border: 1px solid #ccc;
  width: 100%;
  height: 40px;
  padding: 10px;
  margin: 5px 0 12px 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
}
@media (max-width: 960px) {
  /* line 226, ../../private/scss/views/_contact-us.scss */
  .contact .content-container .contact-right form input, .contact .content-container .contact-right form textarea, .contact .content-container .contact-right form select {
    margin: 5px 0 8px 0;
    height: 38px;
  }
  /* line 246, ../../private/scss/views/_contact-us.scss */
  .contact .content-container .contact-right form input:hover, .contact .content-container .contact-right form input:focus, .contact .content-container .contact-right form textarea:hover, .contact .content-container .contact-right form textarea:focus, .contact .content-container .contact-right form select:hover, .contact .content-container .contact-right form select:focus {
    border-color: #3987AD;
    color: #000;
  }
}
/* line 254, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-right form textarea {
  height: 158px;
  margin-bottom: 0px;
}
@media (max-width: 960px) {
  /* line 254, ../../private/scss/views/_contact-us.scss */
  .contact .content-container .contact-right form textarea {
    height: 60px;
  }
}
/* line 264, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-right form .form__row {
  width: 100%;
  clear: both;
  margin-bottom: 0px;
  float: left;
}
@media (max-width: 960px) {
  /* line 264, ../../private/scss/views/_contact-us.scss */
  .contact .content-container .contact-right form .form__row {
    margin-bottom: 0px;
  }
}
/* line 274, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-right form .form__row label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 20px;
  color: #666666;
}
@media (max-width: 960px) {
  /* line 274, ../../private/scss/views/_contact-us.scss */
  .contact .content-container .contact-right form .form__row label {
    font-size: 13.5px;
  }
}
/* line 289, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-right form .form__row--multi {
  width: 100%;
  clear: both;
  margin-bottom: 0px;
  float: left;
}
/* line 295, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-right form .form__row--multi label {
  width: 47.5%;
  margin: 0 2.5% 0 0;
  float: left;
}
@media (max-width: 960px) {
  /* line 295, ../../private/scss/views/_contact-us.scss */
  .contact .content-container .contact-right form .form__row--multi label {
    width: 100%;
    margin: 0px;
  }
}
/* line 305, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-right form .form__row--multi label:last-of-type {
  width: 47.5%;
  margin: 0 0 0 2.5%;
}
@media (max-width: 960px) {
  /* line 305, ../../private/scss/views/_contact-us.scss */
  .contact .content-container .contact-right form .form__row--multi label:last-of-type {
    width: 100%;
    margin: 0px;
  }
}
/* line 318, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-right form .form__footer {
  float: left;
  width: 100%;
  margin-top: 20px;
}
/* line 323, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-right form .form__footer input[type="submit"], .contact .content-container .contact-right form .form__footer button[type="submit"], .contact .content-container .contact-right form .form__footer input[type="button"] {
  background: #00B3D2;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 33px;
  display: inline-block;
  padding: 0;
  width: 126px;
  height: 33px;
  text-transform: none;
  float: right;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url(../js/PIE.htc);
  cursor: pointer;
}
@media (max-width: 960px) {
  /* line 323, ../../private/scss/views/_contact-us.scss */
  .contact .content-container .contact-right form .form__footer input[type="submit"], .contact .content-container .contact-right form .form__footer button[type="submit"], .contact .content-container .contact-right form .form__footer input[type="button"] {
    float: left;
    display: block;
    width: 96px;
    font-size: 15px;
  }
}
/* line 347, ../../private/scss/views/_contact-us.scss */
.contact .content-container .contact-right form .form__footer span {
  font-size: 12px;
  font-weight: 200;
  margin-top: 10px;
  color: #666666;
  font-style: italic;
  float: left;
}
@media (max-width: 960px) {
  /* line 347, ../../private/scss/views/_contact-us.scss */
  .contact .content-container .contact-right form .form__footer span {
    width: 100%;
    margin-bottom: 8px;
  }
}
/* line 378, ../../private/scss/views/_contact-us.scss */
.contact .map-container {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
/* line 384, ../../private/scss/views/_contact-us.scss */
.contact .map-container .top-decoration {
  background: url("/images/top-overlay-white.png") no-repeat center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  display: inline-block;
  z-index: 2;
}
@media (max-width: 960px) {
  /* line 384, ../../private/scss/views/_contact-us.scss */
  .contact .map-container .top-decoration {
    background-size: contain;
  }
}
/* line 399, ../../private/scss/views/_contact-us.scss */
.contact .map-container .blue-decoration {
  background: url("/images/blue-overlay.png") no-repeat center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  z-index: 2;
}
@media (max-width: 960px) {
  /* line 399, ../../private/scss/views/_contact-us.scss */
  .contact .map-container .blue-decoration {
    background-size: contain;
  }
}
/* line 415, ../../private/scss/views/_contact-us.scss */
.contact .map-container .map {
  position: relative;
  height: 390px;
  width: 840px;
  min-width: 100%;
  display: block;
}
@media (max-width: 960px) {
  /* line 415, ../../private/scss/views/_contact-us.scss */
  .contact .map-container .map {
    display: none;
  }
}
/* line 427, ../../private/scss/views/_contact-us.scss */
.contact .map-container .map__container {
  width: 100%;
  float: left;
  height: 390px;
  margin: auto;
  display: block;
}
@media (max-width: 960px) {
  /* line 427, ../../private/scss/views/_contact-us.scss */
  .contact .map-container .map__container {
    display: none;
  }
}
/* line 446, ../../private/scss/views/_contact-us.scss */
.contact .qoute-container {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  text-align: center;
  background: #00B3D2;
  position: relative;
}
/* line 455, ../../private/scss/views/_contact-us.scss */
.contact .qoute-container .blue-decoration {
  display: none;
}
@media (max-width: 960px) {
  /* line 455, ../../private/scss/views/_contact-us.scss */
  .contact .qoute-container .blue-decoration {
    background-size: contain;
    background: url("/images/blue-overlay.png") no-repeat center top;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -30%;
    left: 0px;
    display: inline-block;
    z-index: -1;
  }
}
/* line 474, ../../private/scss/views/_contact-us.scss */
.contact .qoute-container .bottom-overlay-qoute {
  background: url("/images/bottom-overlay.png") no-repeat center bottom;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 960px) {
  /* line 474, ../../private/scss/views/_contact-us.scss */
  .contact .qoute-container .bottom-overlay-qoute {
    display: inline-block;
    background-size: contain;
    width: 100%;
  }
}
/* line 491, ../../private/scss/views/_contact-us.scss */
.contact .qoute-container img {
  margin: 18px 0 20px 0;
}
@media (max-width: 960px) {
  /* line 491, ../../private/scss/views/_contact-us.scss */
  .contact .qoute-container img {
    margin: 10px 0 15px 0;
    width: 49px;
    height: 49px;
  }
}
/* line 502, ../../private/scss/views/_contact-us.scss */
.contact .qoute-container h2 {
  color: white;
  padding-bottom: 32px;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  /* line 502, ../../private/scss/views/_contact-us.scss */
  .contact .qoute-container h2 {
    margin-bottom: 15px;
    padding: 0 5px;
  }
}
/* line 514, ../../private/scss/views/_contact-us.scss */
.contact .qoute-container h5 {
  margin-bottom: 108px;
}
@media (max-width: 960px) {
  /* line 514, ../../private/scss/views/_contact-us.scss */
  .contact .qoute-container h5 {
    margin-bottom: 40px;
  }
}
