@charset "UTF-8";
/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  overflow-y: scroll;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}

/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  *margin-left: -7px;
  /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  width: 100%;
  height: 100%;
}

.grid {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
}

.centred {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.container {
  width: 100%;
  margin: 0px;
}

.hidetext {
  text-indent: -9999px;
  overflow: hidden;
}

.hide {
  display: none;
}

.page {
  width: 100%;
}

html, body {
  width: 100%;
  height: 100%;
}

.main_header {
  width: 100%;
  background: #032328;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav_container {
  width: 100%;
  background: #054752;
}

.hamburger_container {
  display: none;
}

.hamburger_container button {
  float: right;
}

.hamburger_container .hamburger {
  padding-right: 0;
}

.hamburger_container .hamburger-inner {
  background-color: #fdfdfd;
}

.hamburger_container .hamburger-inner:after, .hamburger_container .hamburger-inner:before {
  background-color: #fdfdfd;
}

.main_logo--container {
  width: 50%;
  padding: 20px 0;
}

.main_logo--container img {
  width: 100%;
  display: block;
}

.phone_email--container__header {
  color: white;
  padding-left: 20px;
  border-left: 1px solid #297f89;
  font-weight: 300;
}

.phone_email--container__header p {
  font-family: "lato", sans-serif;
  font-size: 14px;
  margin: 0;
}

.phone_email--container__header a {
  font-family: "lato", sans-serif;
  font-size: 14px;
  margin: 0;
  text-decoration: none;
  color: white;
}

.main_logo--section {
  width: 100%;
  background: #054752;
}

.main_nav {
  width: 100%;
}

.main_nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  position: relative;
  margin-right: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_nav a {
  color: #d3ddde;
  text-decoration: none;
  border-right: 2px solid #054752;
  padding-right: 14px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "lato", sans-serif;
}

.main_nav a::after {
  border-right: 1px solid #054752;
}

.main_nav ul {
  display: none;
  position: absolute;
  top: 0px;
  left: -7px;
  background: #032328;
  max-width: 200px;
  padding: 10% 2%;
  min-width: 150px;
  z-index: 1;
}

.main_nav ul li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 5% 0 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 7px;
}

.main_nav ul li a {
  border: 0;
}

.main_nav li:hover > ul {
  display: block;
}

.main_logo--section__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.main_footer {
  width: 100%;
  background: #054752;
}

.request_callback {
  background: #054752;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "lato", sans-serif;
  padding: 10px;
  width: 250px;
  text-align: center;
}

.main-header--flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_nav {
  width: 100%;
  padding: 3% 0 5% 0;
  font-family: "lato", sans-serif;
  /*a::after{
		border-right:1px solid $branding;
	}*/
}

.footer_nav li {
  display: inline-block;
  float: left;
  margin-right: 14px;
}

.footer_nav a {
  color: #d3ddde;
  text-decoration: none;
  border-right: 2px solid #276b74;
  padding-right: 14px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer_copy--container {
  width: 100%;
  padding: 1% 0;
  font-size: 10px;
  color: #4b8c96;
  line-height: 21px;
  font-family: "lato", sans-serif;
}

.contact--footer {
  width: 100%;
  padding: 1% 0;
  color: white;
  font-size: 14px;
  font-weight: 300;
  font-family: "lato", sans-serif;
}

.contact--footer p {
  display: inline-block;
  margin: 0 15px 0 0;
  border-right: 1px solid white;
  padding-right: 15px;
  line-height: 14px;
}

.contact--footer p:last-child {
  border-right: 0;
}

.main_logo--container__footer {
  width: 30%;
  padding: 2% 0;
  margin-bottom: 5%;
}

.main_logo--container__footer img {
  width: 100%;
  display: block;
}

.welcome_content_container--homepage {
  width: 50%;
  margin-right: 50%;
}

.welcome_call_to_action {
  width: 100%;
  background-image: url(/images/interface/hero-updated4.jpg);
  background-size: cover;
  background-position: center center;
  font-family: "lato", sans-serif;
  position: relative;
}

.welcome_call_to_action h1 {
  font-size: 57px;
  font-weight: 900;
  color: #054752;
  margin-bottom: 0;
}

.welcome--mobile__container {
  display: none;
}

.welcome--desktop__container {
  width: 100%;
}

.welcome--copy__homepage {
  font-size: 34px;
  color: #fdfdfd;
  width: 100%;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 2%;
}

.welcome--copy__homepage p {
  margin: 0;
}

.call_to_action--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 3%;
}

.call_to_action--buttons a {
  background: #01C3CD;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  font-size: 18px;
  font-weight: 300;
}

.testimonial_container--carousel {
  width: 100%;
}

.testimonials_container--homepage {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fefefe;
  background: rgba(0, 0, 0, 0.3);
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.testimonials_container--homepage h2 {
  font-size: 29px;
  color: #fefefe;
  margin: 0;
}

.speach_mark--left__homepage {
  position: absolute;
  top: -9px;
}

.speach_mark--right__homepage {
  float: right;
  padding-right: 18px;
}

.tesimonial_item--homepage {
  width: 100%;
  position: relative;
  margin-top: 5%;
  font-size: 14px;
}

.tesimonial_item--homepage p {
  padding-left: 50px;
  margin: 0;
}

.tesimonial_item--homepage a {
  margin-top: 30px;
  display: block;
  float: left;
  background: #01C3CD;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  font-size: 18px;
  font-weight: 300;
  width: 47%;
}

.map_icon--home {
  position: absolute;
  right: 50px;
  top: 40%;
  width: 50px;
}

.contact_us_container--homepage {
  width: 300px;
  position: absolute;
  right: 0;
  top: 40%;
  display: none;
  z-index: 1;
}

.contact_us--header {
  background: #9a1454;
  width: 100%;
  padding: 5%;
  color: white;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact_us--header p {
  margin: 0;
}

.contact_icon--home {
  position: absolute;
  right: 50px;
  top: 53%;
  width: 50px;
}

.contact_us--content {
  width: 100%;
  background: #01C3CD;
  padding: 5% 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_us--item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.contact_us--item a {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 15px;
  font-size: 14px;
  color: white;
  text-decoration: none;
  font-weight: 300;
}

.contact_us--item:last-child {
  margin-bottom: 0;
}

.location_container--homepage {
  width: 300px;
  position: absolute;
  right: 0;
  top: 40%;
  display: none;
  z-index: 1;
}

.show_hidden_location {
  display: block;
}

.location_container--content {
  width: 100%;
  background: #103417;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.location_container--header {
  background: #441b2e;
  width: 100%;
  padding: 5%;
  color: white;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.location_container--header p {
  margin: 0;
}

.location_container--content__right {
  width: 90%;
  margin-left: 10%;
  font-size: 14px;
}

.location_container--content__right p {
  margin: 0;
}

.location_container--content__right a {
  color: white;
  text-decoration: none;
  margin-top: 11px;
  margin-bottom: 30px;
  display: block;
}

.sevices_title--homepage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 900;
  font-family: "lato", sans-serif;
}

.sevices_title--homepage h2 {
  margin: 0;
  font-size: 37px;
  color: #807870;
}

.service_inside--container {
  width: 100%;
  padding: 4% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service_item--homepage {
  width: 48%;
  font-family: "lato", sans-serif;
  margin-bottom: 5%;
}

.service_description--homepage {
  width: 100%;
  margin-top: 3%;
  margin-bottom: 6%;
  color: #3c3d35;
}

.service_icon--container {
  width: 13%;
}

.service_icon--container img {
  width: 100%;
  display: block;
}

.services_container--homepage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.why_us--homepage {
  font-family: "lato", sans-serif;
  width: 100%;
  background: #103417;
  color: #dedcdd;
}

.why_us--homepage h1 {
  font-size: 57px;
  font-weight: 900;
  color: #dcdcdc;
  margin-bottom: 0;
  margin-top: 4%;
}

.why_us--homepage h2 {
  font-size: 34px;
  color: #fdfdfd;
  width: 100%;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 3%;
}

.why_us--content_container {
  width: 100%;
  padding: 0 20% 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 26px;
  margin-bottom: 3%;
}

.why_us--content_container p {
  margin: 0;
}

.why_us--button_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4%;
}

.why_us--button_container a {
  background: transparent;
  border: 1px solid #01C3CD;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  font-size: 18px;
  font-weight: 300;
  width: 23%;
  color: #01C3CD;
}

.why_us--button_container a:hover {
  border-color: white;
  color: white;
}

.contact_mobile--container {
  width: 100%;
  background: #054752;
}

.contact_mobile--buttons {
  width: 100%;
}

.contact_mobile--buttons a {
  text-align: center;
  width: 50%;
  display: block;
  float: left;
  padding: 3% 2%;
  color: white;
  text-decoration: none;
  font-family: "lato", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact_mobile--buttons a:first-child {
  border-right: 1px solid #032328;
}

.service--button__homepage {
  padding-right: 10px !important;
}

.testimonials_container--homepage__mobile {
  display: none;
  margin-bottom: 0;
}

.popup_window {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  display: none;
}

.phone_contact_form {
  background: #d8d8d6;
  width: 65%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "lato", sans-serif;
}

.phone_contact_form--header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.phone_contact_form--header h1 {
  font-size: 33px;
  font-family: "lato", sans-serif;
  font-weight: 900;
  color: #054752;
  margin: 0;
}

.phone_contact_form--header a {
  color: #01C3CD;
  font-family: "lato", sans-serif;
  text-decoration: none;
}

.form_item--callback {
  width: 49% !important;
  font-family: "lato", sans-serif;
}

.form_item--callback .service--calculator__text_input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
  font-family: "lato", sans-serif;
}

.form_item--callback label {
  font-weight: bold;
}

.callback_form {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 560px) {
  .welcome--desktop__container {
    display: none;
  }
  .welcome--mobile__container {
    display: block;
  }
  .welcome--mobile__container .testimonials_container--homepage {
    margin-top: 0;
  }
  .welcome--mobile__container .location_container--homepage {
    position: relative;
    width: 100%;
    display: none;
  }
  .welcome--mobile__container .contact_us_container--homepage {
    position: relative;
    width: 100%;
    display: none;
  }
  .main_logo--container {
    width: 100%;
    padding: 6% 0;
  }
  .main_nav {
    width: 100%;
    display: none;
    border-top: 1px solid #054752;
    padding-top: 0%;
    padding: 2% 0;
  }
  .main_nav ul {
    position: relative;
  }
  .main_nav li {
    width: 100%;
    margin-right: 0;
    padding: 2% 0;
    display: block;
  }
  .main_nav a {
    text-align: center;
    width: 100%;
    border-right: 0;
  }
  .hamburger_container {
    display: block;
    width: auto;
  }
  .welcome_call_to_action h1 {
    font-size: 40px;
  }
  .welcome--copy__homepage {
    width: 100%;
    line-height: 28px;
    font-size: 22px;
  }
  .welcome_content_container--homepage {
    width: 100%;
    margin-bottom: 5%;
  }
  .map_icon--home, .contact_icon--home {
    display: none;
  }
  .mobile_contact_location_container {
    width: 100%;
  }
  .mobile_contact_location_container .location_container--homepage {
    position: relative;
    left: 0;
    display: block;
    width: 50%;
  }
  .mobile_contact_location_container .contact_us_container--homepage {
    position: relative;
    left: 0;
    display: block;
    width: 50%;
  }
  .service_item--homepage {
    width: 100%;
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 5%;
  }
  .call_to_action--buttons a {
    font-size: 15px;
  }
  .why_us--homepage {
    width: 100%;
  }
  .why_us--homepage h1 {
    font-size: 40px;
  }
  .why_us--homepage h2 {
    width: 100%;
    line-height: 28px;
    font-size: 22px;
  }
  .why_us--content_container {
    width: 100%;
    padding-right: 0;
    margin: 5% 0;
  }
  .why_us--button_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .why_us--button_container a {
    width: 47%;
    margin-bottom: 5%;
  }
  .main_logo--container__footer {
    width: 60%;
  }
  .contact--footer {
    padding-top: 5%;
  }
  .contact--footer p {
    display: block;
    float: left;
    width: 100%;
    border: 0;
  }
  .footer_nav {
    display: none;
  }
  .testimonials_container--homepage__mobile {
    display: block;
  }
  .request_callback {
    width: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .main-header--flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .phone_contact_form {
    width: 90%;
  }
  .form_item--callback {
    width: 100% !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0 !important;
  }
  .form_item--callback label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_item--callback .service--calculator__text_input {
    margin-left: 0;
  }
  .phone_contact_form--header h1 {
    font-size: 23px;
  }
  .phone_contact_form--header a {
    font-size: 14px;
  }
  .phone_email--container__header {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    padding: 0;
    border: none;
  }
}

@media (min-width: 561px) and (max-width: 729px) {
  .main_nav {
    width: 100%;
    display: none;
    border-top: 1px solid #054752;
    padding-top: 0%;
    padding: 2% 0;
  }
  .main_nav li {
    width: 100%;
    margin-right: 0;
    padding: 2% 0;
  }
  .main_nav a {
    text-align: center;
    width: 100%;
    border-right: 0;
  }
  .hamburger_container {
    display: block;
  }
  .welcome--desktop__container {
    display: none;
  }
  .welcome--mobile__container {
    display: block;
  }
  .welcome--mobile__container .welcome_content_container--homepage {
    width: 100%;
    margin-right: 0;
  }
  .welcome--mobile__container .testimonials_container--homepage {
    margin-top: 0;
  }
  .welcome--mobile__container .location_container--homepage {
    position: relative;
    width: 100%;
    display: none;
  }
  .welcome--mobile__container .contact_us_container--homepage {
    position: relative;
    width: 100%;
    display: none;
  }
  .welcome--mobile__container .call_to_action--buttons {
    margin-bottom: 5%;
  }
  .why_us--button_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .why_us--button_container a {
    width: 47%;
    margin-bottom: 5%;
  }
  .service_item--homepage {
    width: 100%;
  }
  .testimonials_container--homepage__mobile {
    display: block;
  }
  .main-header--flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .request_callback {
    width: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .phone_contact_form {
    width: 90%;
  }
  .form_item--callback {
    width: 100% !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0 !important;
  }
  .form_item--callback label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_item--callback .service--calculator__text_input {
    margin-left: 0;
  }
  .phone_contact_form--header h1 {
    font-size: 23px;
  }
  .phone_contact_form--header a {
    font-size: 14px;
  }
  .phone_email--container__header {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    padding: 0;
    border: none;
  }
}

@media (min-width: 730px) and (max-width: 850px) {
  .welcome--desktop__container {
    display: block;
  }
  .contact_mobile--buttons a {
    padding: 2%;
  }
  .main_logo--container {
    width: 60%;
  }
  .main_nav {
    width: 100%;
    display: none;
    border-top: 1px solid #054752;
    padding-top: 0%;
    padding: 2% 0;
  }
  .main_nav li {
    width: 100%;
    margin-right: 0;
    padding: 2% 0;
  }
  .main_nav a {
    text-align: center;
    width: 100%;
    border-right: 0;
  }
  .hamburger_container {
    display: block;
  }
  .welcome_call_to_action h1 {
    font-size: 40px;
  }
  .welcome--copy__homepage {
    width: 100%;
    line-height: 28px;
    font-size: 22px;
  }
  .welcome_content_container--homepage {
    width: 60%;
    margin-right: 40%;
  }
  .mobile_contact_location_container {
    width: 100%;
  }
  .mobile_contact_location_container .location_container--homepage {
    position: relative;
    left: 0;
    display: block;
    width: 50%;
  }
  .mobile_contact_location_container .contact_us_container--homepage {
    position: relative;
    left: 0;
    display: block;
    width: 50%;
  }
  /*.service_item--homepage{
		width:100%;
		border-bottom: 2px solid #dcdcdc;
		padding-bottom:5%;
	}*/
  .call_to_action--buttons a {
    font-size: 15px;
  }
  .why_us--homepage {
    width: 100%;
  }
  .why_us--homepage h1 {
    font-size: 40px;
  }
  .why_us--homepage h2 {
    width: 100%;
    line-height: 28px;
    font-size: 22px;
  }
  .why_us--content_container {
    width: 100%;
    padding-right: 0;
    margin: 5% 0;
  }
  .why_us--button_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .why_us--button_container a {
    width: 47%;
    margin-bottom: 5%;
  }
  .main_logo--container__footer {
    width: 60%;
  }
  .main-header--flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .request_callback {
    width: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .phone_contact_form {
    width: 80%;
  }
  .form_item--callback {
    width: 100% !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0 !important;
  }
  .form_item--callback label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_item--callback .service--calculator__text_input {
    margin-left: 0;
  }
  .phone_contact_form--header h1 {
    font-size: 23px;
  }
  .phone_contact_form--header a {
    font-size: 14px;
  }
}

@media (max-width: 850px) {
  .main_nav {
    width: 100%;
    display: none;
    /*li:hover{
			//background:#f2f2f2;
			a{
				color:#000000;
			}
		}*/
  }
  .main_nav ul {
    list-style: none;
    padding-left: 0;
    position: relative;
    left: 0;
    width: 100%;
    min-width: 100%;
    padding: 0;
    float: left;
    margin: 0;
  }
  .main_nav ul li {
    background: #103417;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main_nav ul li a {
    color: white;
  }
  .main_nav li {
    background: #f2f2f2;
    width: 100%;
    border-bottom: white solid 2px;
    position: relative;
    text-align: left;
    display: block;
    margin: 0;
    padding: 0;
  }
  .main_nav li a {
    padding-left: 2%;
    padding-right: 2%;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: black;
    padding: 3%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main_nav .has-children > a:after {
    content: '+';
    position: absolute;
    top: -5px;
    right: 0;
    display: block;
    font-size: 20px;
    padding: 0.55em 0.5em;
    border-right: none;
  }
  .main_nav .has-children > a.active:after {
    content: "-";
  }
  .main_nav .has-children:last-child {
    border-bottom: 0;
  }
  .main_nav ul .has-children > a:after {
    display: none;
  }
  .main_nav ul ul {
    display: none;
    max-width: 100%;
    position: relative;
  }
  .main_nav ul ul li {
    background: #e5e5e5;
    padding: 0;
    border-bottom: none;
  }
  .main_nav ul ul li a {
    font-weight: normal;
    padding: 1.5% 3%;
    color: #ffffff;
  }
  .main_nav ul ul ul {
    display: none;
    max-width: 100%;
  }
  .main_nav ul ul ul li {
    background: #054752;
    padding: 0;
    border-bottom: none;
  }
  .main_nav ul ul ul li a {
    font-weight: normal;
    padding: 1.5% 3%;
    color: #ffffff;
  }
  .main_nav li:hover > ul {
    display: none;
  }
  .main-header--flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .request_callback {
    width: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .phone_email--container__header {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    padding: 0;
    border: none;
  }
}

.main_header--services {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main_content--services {
  width: 100%;
}

.main_content--services h1 {
  color: #93897F;
  font-family: "lato", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.main_content--services p {
  color: #3b3b32;
  font-family: "lato", sans-serif;
  font-weight: 300;
  line-height: 1.4em;
}

.main_content--services a {
  color: #01C3CD;
  text-decoration: none;
  font-weight: bold;
}

.header--content {
  background: rgba(0, 0, 0, 0.3);
  width: 48%;
  padding: 4% 4% 2% 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "lato", sans-serif;
}

.header--content h1 {
  font-size: 57px;
  font-weight: 900;
  color: white;
  margin: 0;
}

.header--content p {
  font-size: 33px;
  font-family: "lato", sans-serif;
  color: white;
  font-weight: 300;
}

.header--buttons {
  width: 100%;
  margin-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "lato", sans-serif;
}

.header--buttons a {
  background: #01C3CD;
  padding: 10px 13px;
  color: white;
  width: 40%;
  font-size: 18px;
  text-decoration: none;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header--buttons img {
  margin-right: 20px;
}

.service--quote_container {
  font-family: "lato", sans-serif;
  width: 100%;
  background: #8a7718;
  color: #dedcdd;
}

.service--quote_container h1 {
  font-size: 57px;
  font-weight: 900;
  color: #dcdcdc;
  margin-bottom: 0;
  margin-top: 4%;
}

.service--quote_container__subtitle {
  width: 100%;
}

.service--quote__carousel {
  width: 100%;
}

.service--quote {
  width: 95%;
  position: relative;
  font-size: 14px;
}

.service--quote_author {
  width: 90%;
  margin-left: 10%;
}

.service--quote_content {
  width: 90%;
  margin-left: 10%;
  font-weight: 600;
}

.service--quote_content p {
  margin: 0;
  font-weight: 600;
}

.service--links {
  width: 100%;
  border-top: 1px solid #9d9d98;
  padding: 2% 0px;
  font-family: "lato", sans-serif;
}

.service--links p {
  margin-top: 0;
  font-size: 21px;
  color: #9d9d98;
  font-weight: 600;
}

.services--links__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services--links__container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #9d9d98;
  margin-right: 20px;
  color: #9d9d98;
  text-decoration: none;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}

.services--links__container a:last-child {
  border: none;
}

.services--links__container img {
  width: 50px;
  margin-right: 20px;
}

.services--faqs {
  width: 100%;
  padding: 2% 0;
  border-top: 1px dashed #cfcfcf;
}

.services--faqs a {
  text-decoration: none;
}

.faq--item_container {
  width: 100%;
}

.faq--item_container p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}

.faq--item_container a {
  color: #c40e69;
  padding-right: 10px;
  border-right: 1px solid #c40e69;
  margin-right: 7px;
}

.faq--content_container {
  font-family: "lato", sans-serif;
  padding-bottom: 2%;
  width: 100%;
}

.faq--content_container h2 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 6px;
}

.faq--button {
  background: #01C3CD;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 19px;
  font-weight: 300;
  float: left;
  margin-top: 20px;
}

.faq--button a {
  color: white;
}

.quick_links--title {
  width: 100%;
  margin-bottom: 5px;
}

.mortgage_rate_container {
  width: 100%;
  font-family: "lato", sans-serif;
  background: #103417;
  color: white;
}

.mortgage_rate_container h2 {
  font-size: 27px;
  font-weight: 400;
}

.rates_container {
  width: 100%;
  margin-top: 2%;
  /*display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;*/
}

.rate_item {
  width: 20%;
  margin-right: 5%;
  text-align: center;
  margin-bottom: 38px;
}

.rate_item p {
  font-weight: 300;
  margin: 0;
}

.rate_tite_container {
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
}

.rate_tite_container p {
  margin: 0;
  font-weight: 500;
  font-size: 13px;
}

.rate_item--large_rate {
  border-top: 2px solid #975d77;
  border-bottom: 2px solid #975d77;
  width: 100%;
  text-align: center;
  font-family: "lato", sans-serif;
  margin-bottom: 20px;
  margin-top: 10px;
}

.rate_item--large_rate p {
  margin: 0;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
}

.rate_item--button {
  width: 100%;
}

.rate_item--button a {
  background: #01C3CD;
  text-decoration: none;
  color: white;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70%;
  margin-left: 15%;
  padding: 4px;
  font-weight: 300;
}

.services--calculators {
  width: 100%;
  font-family: "lato", sans-serif;
  padding: 0 0 2% 0;
}

.services--calculators h2 {
  font-size: 27px;
  font-weight: 500;
  margin-top: 0;
}

.services--calculators p {
  margin-top: 0;
}

.calculator--left_col {
  width: 50%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.calculator--right_col {
  width: 50%;
  /*display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    padding-left:20px;
    -ms-flex-item-align: end;
        align-self: flex-end;*/
}

.service--calculator__submit {
  background: #01C3CD;
  color: white;
  border: 0;
  padding: 10px 15px;
  float: right;
  font-family: "lato", sans-serif;
  text-transform: uppercase;
}

.mortgage_container {
  width: 80%;
  background: #d8d8d6;
}

.mortgage_calculator--title {
  width: 100%;
  padding: 2% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid white;
}

.calculator--form_container {
  width: 100%;
  padding: 2% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service--calculator__text_input {
  padding: 10px 5px;
}

.form_item {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service--quote_container__subtitle p {
  font-size: 21px;
}

.services--button__homepage {
  background: transparent;
  border: 1px solid #01C3CD !important;
  text-decoration: none;
  text-align: center !important;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px !important;
  font-weight: 400 !important;
  width: 47% !important;
  color: #01C3CD !important;
  display: inline-block !important;
}

.services--button__homepage:hover {
  background: #01C3CD;
  color: white !important;
}

.service--links__container {
  width: 100%;
  margin-bottom: 2%;
}

.service--links__container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 23%;
  margin-right: 2%;
  float: left;
  color: #9d9d98;
  text-decoration: none;
  font-size: 21px;
  font-weight: 600;
  border-right: 1px solid #9d9d98;
  padding-right: 20px;
  float: left;
}

.service--links__container a:last-child {
  border-right: 0;
}

.service--links__container img {
  width: 35px;
  padding-right: 7px;
}

@media (max-width: 620px) {
  .header--content {
    width: 100%;
  }
  .header--content h1 {
    font-size: 40px;
  }
  .header--content p {
    font-size: 24px;
  }
  .header--buttons a {
    font-size: 16px;
  }
  .rates_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rate_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .rate_item--large_rate p {
    font-size: 48px;
    line-height: 60px;
  }
  .mortgage_container {
    width: 100%;
  }
  .calculator--left_col {
    width: 100%;
  }
  .calculator--right_col {
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .calculator--form_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
  }
  .form_item {
    padding-right: 20px;
  }
  .service--links__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service--links__container a {
    width: 50%;
    font-size: 17px;
    margin-bottom: 5%;
    border: 0;
    margin-right: 0;
  }
  .service--links__container img {
    width: 35px;
  }
  .service--quote {
    width: 100%;
    margin: 0;
  }
  .service--quote_container h1 {
    font-size: 40px;
  }
  .service--links__container {
    width: 100%;
  }
  .service--links__container a {
    width: 100%;
    margin-right: 0;
    float: left;
    border-right: 0;
  }
  .service--links__container img {
    width: 35px;
    padding-right: 7px;
  }
}

@media (min-width: 621px) and (max-width: 800px) {
  .header--content {
    width: 60%;
  }
  .header--content h1 {
    font-size: 45px;
  }
  .header--buttons a {
    font-size: 16px;
  }
  .rates_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rate_item--large_rate p {
    font-size: 40px;
  }
  .mortgage_container {
    width: 100%;
  }
  .calculator--left_col {
    width: 100%;
  }
  .calculator--right_col {
    width: 100%;
    padding-left: 0;
  }
  .calculator--form_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
  }
  .form_item {
    padding-right: 20px;
  }
  .service--calculator__text_input {
    width: 50%;
  }
  .service--links__container a {
    width: 50%;
    font-size: 15px;
    margin-bottom: 5%;
    margin-right: 2%;
    padding-right: 2%;
  }
  .service--links__container img {
    width: 35px;
  }
  .service--quote_container h1 {
    font-size: 45px;
  }
  .service--links__container {
    width: 100%;
  }
  .service--links__container a {
    width: 50%;
    margin-right: 0;
    float: left;
    border-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .service--links__container img {
    width: 35px;
    padding-right: 7px;
  }
}

@media (min-width: 801px) and (max-width: 1000px) {
  .header--content {
    width: 60%;
  }
  .header--content h1 {
    font-size: 45px;
  }
  .header--buttons a {
    font-size: 16px;
  }
  .rate_item--large_rate p {
    font-size: 40px;
  }
  .calculator--form_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .calculator--left_col {
    width: 100%;
    padding-right: 0;
  }
  .calculator--right_col {
    width: 100%;
    padding-left: 0;
  }
  .service--calculator__text_input {
    width: 50%;
  }
  .service--links__container {
    width: 100%;
  }
  .service--links__container a {
    width: 50%;
    margin-right: 0;
    float: left;
    border-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .service--links__container img {
    width: 35px;
    padding-right: 7px;
  }
}

.main_content--words {
  width: 100%;
  font-family: "lato", sans-serif;
  padding-bottom: 2%;
}

.main_content--download {
  width: 100%;
  border-bottom: 1px dashed #cfcfcf;
  font-family: "lato", sans-serif;
  padding-bottom: 2%;
}

.main_content--download h1 {
  color: #3a3a2f;
  font-size: 57px;
  font-weight: 900;
}

.download_item {
  width: 100%;
  font-family: "lato", sans-serif;
}

.download_item h1 {
  color: #6a6a5f;
  margin-bottom: 10px;
}

.download_item h2 {
  margin-top: 0;
  font-weight: 400;
}

.download_item a {
  background: #c11a69;
  color: white;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 19px;
  font-weight: 300;
  float: left;
}

.download_item--left {
  width: 83%;
  padding-right: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.download_item--right {
  width: 17%;
}

.download_item--right a {
  background: transparent;
  color: #c11a69;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.people_container {
  width: 100%;
  background: white;
  margin-top: 0;
  padding-top: 20px;
}

.people_item {
  width: 100%;
  font-family: "lato", sans-serif;
  margin-bottom: 40px;
}

.people_item--image_container {
  width: 25%;
  padding-right: 0;
}

.people_item--image_container img {
  width: 100%;
  display: block;
  border: 10px #054752 solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.people_item--info_container {
  width: 75%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
}

.people_item--name {
  font-family: "lato", sans-serif;
  width: 100%;
  color: #938c81;
}

.people_item--name p {
  margin: 0;
  font-weight: 700;
  font-size: 30px;
}

.people_item--role {
  width: 100%;
  color: #054752;
}

.people_item--role p {
  margin: 0;
  font-weight: 700;
  font-size: 27px;
}

.links_container {
  width: 100%;
  margin-top: 10px;
}

.links_container a {
  border: 1px solid #c11a69;
  text-transform: uppercase;
  color: #c11a69;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  float: left;
}

.links_container a:first-child {
  margin-right: 20px;
}

.bio_container {
  width: 100%;
  margin-top: 10px;
}

.people_item--small {
  width: 100%;
}

.people_item--small .people_item--image_container {
  padding-right: 4%;
  border-right: 1px solid #938c81;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20%;
}

.people_item--small .people_item--image_container img {
  width: 75%;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.people_item--small .bio_container {
  display: none;
}

@media (max-width: 620px) {
  .download_item--right {
    display: none;
  }
  .download_item--left {
    width: 100%;
  }
  .download_item h1 {
    font-size: 40px;
  }
  .people_item--image_container {
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    border-right: 0;
  }
  .people_item--image_container img {
    width: 100%;
  }
  .people_item--info_container {
    padding-left: 0;
    width: 100%;
    margin: 20px 0;
  }
  .people_item--small {
    width: 100%;
  }
  .people_item--small .people_item--image_container {
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    border-right: 0;
  }
  .people_item--small .people_item--image_container img {
    width: 100%;
  }
  .people_item--small .people_item--info_container {
    padding-left: 0;
    width: 100%;
    margin: 20px 0;
  }
}

@media (min-width: 621px) and (max-width: 760px) {
  .download_item h1 {
    font-size: 45px;
  }
  .download_item--right img {
    width: 100%;
  }
}

@media (min-width: 801px) and (max-width: 900px) {
  .download_item h1 {
    font-size: 45px;
  }
  .download_item--right img {
    width: 100%;
  }
}

.example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
  background: linear-gradient(to bottom, white, black);
}

.faq_container {
  font-family: "lato", sans-serif;
  width: 100%;
}

.faq_container h1 {
  color: #054752;
  font-family: "lato", sans-serif;
  font-size: 52px;
  font-weight: 900;
}

.faq_container .service--quote_container h1 {
  color: #dcdcdc;
}

.faq_search_container {
  background: #ededed;
  width: 100%;
  font-family: "lato", sans-serif;
  padding: 3% 0;
}

.faq_search_container h2 {
  margin: 0;
  color: #054752;
  margin-bottom: 20px;
  font-weight: 400;
}

.faq_list_container {
  width: 100%;
}

.faq--search_button {
  font-family: "lato", sans-serif;
  background: #c11a69;
  color: white;
  display: block;
  text-decoration: none;
  float: left;
  width: 20%;
  text-align: center;
  padding: 7px 0;
  font-weight: 400;
}

.input_text--faq {
  width: 80%;
  display: block;
  float: left;
  margin-bottom: 20px;
  padding: 10px;
  border: none;
  border-radius: 3px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "lato", sans-serif;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "lato", sans-serif;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "lato", sans-serif;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "lato", sans-serif;
}

.faq_item_container {
  width: 100%;
  padding: 10px 0;
  border-bottom: 2px dotted #ededed;
}

.faq_item_container:last-child {
  margin-bottom: 75px;
}

.faq--group_tile {
  width: 100%;
  font-family: "lato", sans-serif;
  color: #054752;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq--group_tile p {
  margin: 0;
}

.faq--group_tile img {
  width: 18px;
  margin-right: 9px;
}

.faq--group_content {
  width: 100%;
  display: none;
  padding: 1% 0;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.faq--internal_item {
  width: 100%;
  margin-bottom: 1%;
}

.faq--internal_item:last-child {
  margin-bottom: 0;
}

.faq--internal_item__title {
  width: 100%;
}

.faq--internal_item__title a {
  color: #c11a69;
  text-decoration: none;
}

.faq--internal_item__title p {
  margin: 0;
}

.internal_item--close {
  margin-bottom: 6px;
  display: block;
  color: #aaaaaa;
  text-decoration: none;
  font-size: 14px;
  font-family: "lato", sans-serif;
  font-weight: 300;
}

.internal_item--close img {
  display: block;
  float: left;
  margin-top: 7px;
  margin-right: 8px;
}

.faq--internal_item__content {
  display: none;
}

.faq--internal_item__content p {
  font-size: 14px;
}

.faq_service_container {
  width: 100%;
}

.faq_service_container p {
  padding: 2% 2% 0 2%;
  color: #807870;
}

.service_container--faq_homepage {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_container--faq_homepage p {
  text-align: center;
  font-family: "lato", sans-serif;
  color: #807870;
  font-weight: 900;
  padding: 0;
}

.service_image--container {
  width: 50%;
}

.service_image--container img {
  width: 100%;
  display: block;
}

.faq_service_container--internal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 5%;
  font-family: "lato", sans-serif;
}

.faq--entry_header {
  width: 100%;
}

.faq--current_service_container {
  width: 50%;
  border-right: 2px solid #ededed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq--current_service_container p {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin: 0;
  padding-bottom: 15px;
  color: #807870;
}

.faq--current_service_container span {
  color: #c11a69;
}

.current_service_image--container {
  width: 25%;
  display: inline-block;
}

.current_service_image--container img {
  width: 100%;
}

.current_service--item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.current_service--item h2 {
  width: 60%;
  font-size: 32px;
  font-family: "lato", sans-serif;
  font-weight: 700;
  color: #807870;
}

.current_service--item p {
  color: #807870;
}

.faq--other_service_container {
  width: 50%;
  padding: 0 8% 2% 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq--other_service_container p {
  margin: 0;
  padding-bottom: 15px;
  color: #807870;
  width: 100%;
}

.other_service_container--faq_entry {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5%;
}

.other_service_container--faq_entry p {
  text-align: center;
  font-weight: 700;
}

/*.other_service_container--faq_entry__1_of_2{
	margin-right:10%;
}

.other_service_container--faq_entry__2_of_2{
	margin-left:10%;
}*/
.other_service_image--container {
  width: 75%;
}

.other_service_image--container img {
  width: 100%;
}

.faq--entry_header__internal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px dotted #ededed;
  margin-top: 0;
  margin-bottom: 5%;
  padding-bottom: 2%;
  width: 100%;
}

.faq--copy {
  width: 100%;
}

.faq--copy p:first-child {
  margin-top: 0;
}

@media (max-width: 620px) {
  .faq_service_container--internal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service_container--faq_homepage {
    width: 50%;
  }
  .faq--current_service_container {
    width: 100%;
    border-bottom: 2px solid #ededed;
    border-right: 0;
    padding-bottom: 5%;
  }
  .faq--other_service_container {
    width: 100%;
    padding: 5% 0;
  }
  .faq--entry_header__internal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .other_service_image--container {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .other_service_image--container img {
    width: 50%;
    margin-left: 25%;
  }
  .other_service_container--faq_entry {
    width: 50%;
    margin: 0;
  }
}

@media (min-width: 621px) and (max-width: 800px) {
  .faq_service_container--internal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .service_container--faq_homepage {
    width: 30%;
  }
}

@media (min-width: 801px) and (max-width: 1000px) {
  .service_container--faq_homepage {
    width: 20%;
  }
}

.contact_container {
  width: 80%;
  background: #d8d8d6;
  margin-bottom: 5%;
}

.contact--form_container {
  width: 100%;
  padding: 2% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact--form_container .form_item {
  display: block;
  width: 100%;
  margin-top: 2%;
  padding-right: 0;
}

.contact--form_container .form_item label {
  margin-bottom: 5px;
  display: block;
}

.contact--form_container .form_item select {
  width: 100%;
  padding: 10px 5px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.contact--form_container .form_item input {
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact--form_container .form_item textarea {
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact--form_container .service--calculator__text_input {
  float: left;
  width: 100%;
}

.contact--form_container textarea {
  border: none;
}

.contact--form_container .service--calculator__submit {
  font-weight: 300;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .contact_container {
    width: 100%;
  }
  .contact--form_container .form_item .service--calculator__text_input {
    padding-right: 0;
  }
}

.services--button__homepage {
  color: #103417 !important;
  border-color: #103417 !important;
}

.services--button__homepage:hover {
  background: #103417;
  color: white !important;
}

.tesimonial_item--homepage {
  color: #fefefe;
}

/*.testimonials_container--homepage{
	background:rgba(147, 128, 28, 0.1);
	h2{
		color:$branding!important;
	}
}*/
.testimonials_container--homepage {
  background: rgba(16, 52, 23, 0.7);
  color: #fefefe;
  /*h2{
		color:$branding!important;
	}*/
}

.rate_item--large_rate {
  border-color: #34a94b;
}

.rate_item--button a {
  border: 2px solid #34a94b;
  padding: 10px;
  color: #34a94b;
  margin-top: 10px;
}

/*.download_item {
	background:$sectionColor;
	//color:lighten($sectionColor,30%);
}*/
.download_item--right {
  background: white;
}

.download_item--right a {
  color: #103417;
}

.download_item--left a {
  color: white;
  background: #103417;
}

.faq--item_container a {
  color: #103417;
  border-color: #103417;
}

.readMore {
  background: #103417 !important;
}

.faq--current_service_container span {
  color: #103417;
}

.faq--internal_item__title a {
  color: #103417;
}

.welcome_call_to_action {
  width: 100%;
  background-image: url(/images/interface/estate-banner.jpg);
}

.welcome_call_to_action h1 {
  color: #fff;
}

.welcome--copy__homepage {
  color: #878682;
}

.contact_us--header, .location_container--header {
  background: #040d06;
}

/* GOOGLE RATING */
.star_rating_container {
  unicode-bidi: bidi-override;
  color: #ce1d7f;
  font-size: 28px;
  width: 132px;
  position: relative;
  text-shadow: 0 1px 0 #a2a2a2;
  padding-right: 10px;
}

.star_rating_container::before {
  content: '★★★★★';
  opacity: .3;
}

/*
[title="0"]::after {
  width: 0%;
}
[title="10"]::after {
  width: 10%;
}
[title="20"]::after {
  width: 20%;
}
[title="30"]::after {
  width: 30%;
}
[title="40"]::after {
  width: 40%;
}
[title="50"]::after {
  width: 50%;
}
[title="60"]::after {
  width: 60%;
}
[title="70"]::after {
  width: 70%;
}
[title="80"]::after {
  width: 80%;
}
[title="90"]::after {
  width: 90%;
}
[title="100"]::after {
  width: 100%;
}*/
.star_rating_container::after {
  color: #ce1d7f;
  content: '★★★★★';
  text-shadow: 0 1px 0 #ab5414;
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
  overflow: hidden;
}

.google_review_item {
  border: 2px solid #ce1d7f;
  padding: 20px;
  margin: 20px 0;
  font-family: "lato", sans-serif;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.google_review_item h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: #3b3b32;
}

.google_review_item--rating_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.number_rating {
  color: #ce1d7f;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 500;
}

.number_rating p {
  margin: 0;
}

.number_of_ratings p {
  margin: 0;
}

.read_google_reviews {
  width: 100%;
  background: #ce1d7f;
  padding: 15px;
  text-decoration: none;
  color: white;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.google_review_container {
  width: 35%;
}

.google_review_item--address_container {
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 580px) {
  .google_review_container {
    width: 100%;
  }
}

@media (min-width: 581px) and (max-width: 680px) {
  .google_review_container {
    width: 55%;
  }
}

@media (min-width: 681px) and (max-width: 780px) {
  .google_review_container {
    width: 50%;
  }
}

@media (min-width: 781px) and (max-width: 980px) {
  .google_review_container {
    width: 45%;
  }
}

.imageText--image,
.imageText--text {
  width: 45%;
}

.imageText--image {
  padding-right: 2.5%;
}

.imageText--image img {
  width: 100%;
}

.imageText--text {
  padding-left: 2.5%;
}

.main_content--iconText .container {
  border-top: 1px solid #EFEFEF;
  padding-top: 30px;
}

.main_content--iconText .iconText--icon,
.main_content--iconText .iconText--text {
  display: inline-block;
}

.main_content--iconText .iconText--icon {
  width: 10%;
}

.main_content--iconText .iconText--icon img {
  height: 70px;
}

.main_content--iconText .iconText--icon svg {
  height: 60px;
  margin-top: 15px;
}

.main_content--iconText .iconText--icon svg .st2 {
  fill: #807870;
}

.main_content--iconText .iconText--text {
  width: 90%;
}

.officePage .main_content--services,
.officePage .main_content--google {
  background: #6a2d49;
}

.officePage .main_content--words {
  color: #e2e2e2;
}

.officePage .main_content--words h2 {
  font-size: 50px;
  margin-bottom: 15px;
  margin-top: 0;
}

.officePage .main_content--words h3 {
  font-size: 30px;
  font-weight: 300;
}

.officePage .main_content--words p {
  color: #e2e2e2;
}

.officePage .main_content--google {
  padding-bottom: 40px;
}

.officePage .google_review_item {
  color: #e2e2e2;
  font-family: "lato", sans-serif;
  margin-top: 0;
  border: 2px solid #ce1d7f;
}

.officePage .google_review_item h2 {
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 0;
}

.officePage .google_review_item p {
  margin: 0;
}

.officePage .read_google_reviews {
  margin-bottom: 0;
  font-family: "lato", sans-serif;
  color: #e2e2e2;
}

.officePage .number_rating {
  color: #e2e2e2;
}

.officePage .main_content--services {
  padding-top: 20px;
}

.main_content--iconText,
.main_content--imageText {
  width: 100%;
  padding: 30px 0;
}

.main_content--iconText h1,
.main_content--imageText h1 {
  color: #807870;
  font-family: "lato", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.main_content--iconText h2,
.main_content--imageText h2 {
  font-family: "lato", sans-serif;
  color: #085663;
}

.main_content--iconText p,
.main_content--imageText p {
  color: #3b3b32;
  font-family: "lato", sans-serif;
  font-weight: 300;
}

.main_content--iconText a,
.main_content--imageText a {
  border: 1px solid #c11a69;
  text-transform: uppercase;
  color: #c11a69;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  float: left;
  margin-right: 20px;
}

@media (max-width: 850px) {
  .main_content--iconText .iconText--icon,
  .main_content--iconText .iconText--text {
    width: 100%;
  }
  .imageText--image,
  .imageText--text {
    width: 100%;
    padding: 0;
  }
}

.services--quotes {
  width: 100%;
  font-family: "lato", sans-serif;
}

.services--quotes .quote--content_container .service--quote {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  margin-bottom: 50px;
}

@media (max-width: 620px) {
  .services--quotes .quote--content_container .service--quote {
    width: 100%;
  }
}

.services--quotes .quote--content_container .service--quote_content p {
  font-weight: normal;
}

.services--quotes .quote--content_container .service--quote_author {
  font-weight: 600;
}

.core_values_container {
  width: 100%;
  background: #074753;
  margin-top: 40px;
  border-bottom: 2px solid #b1a8aa;
}

.core_values--title {
  width: 100%;
}

.core_values--title h2 {
  color: white;
  font-family: "lato", sans-serif;
}

.core_values_item_container {
  width: 100%;
  background: #9C8900;
}

.core_values_item_container--flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.core_values_item {
  width: 25%;
  text-align: center;
  border-right: #dcba13 1px solid;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.core_values_item p {
  font-family: "lato", sans-serif;
  font-size: 24px;
  margin: 10px;
}

.core_values_item img {
  max-width: 60px;
}

.core_values_item:last-child {
  border-right: 0;
}

.breadcrumb_container {
  width: 100%;
}

.breadcrumb_container ul {
  padding-left: 0;
}

.breadcrumb_container li {
  display: inline-block;
  list-style: none;
}

.breadcrumb_container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: white;
  font-family: "lato", sans-serif;
  font-weight: bold;
}

.crumb_item {
  position: relative;
}

.crumb_label {
  display: inline-block;
  background: #c11a69;
  padding: 4px 40px 4px 20px;
  font-size: 12px;
  height: 17px;
}

.arrow_right {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 13px solid #c11a69;
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: -13px;
}

.crumbs li:nth-child(even) .crumb_item .crumb_label {
  background: #562239;
}

.crumbs li:nth-child(even) .crumb_item .arrow_right {
  border-left-color: #562239;
  right: -13px;
}

.crumb_item--second_level {
  margin-left: -17px;
}

.crumb_item--second_level .crumb_label {
  background: #562239;
}

.crumb_item--second_level .arrow_right {
  border-left-color: #562239;
  right: -13px;
}

@media (max-width: 620px) {
  .more_about_us--image {
    width: 100%;
  }
  .more_about_us--content {
    width: 100%;
    padding: 20px 0;
  }
  .download_item--right {
    display: none;
  }
  .download_item--left {
    width: 100%;
  }
  .download_item h1 {
    font-size: 40px;
  }
  .people_item--image_container {
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    border-right: 0;
  }
  .people_item--image_container img {
    width: 100%;
  }
  .people_item--info_container {
    padding-left: 0;
    width: 100%;
    margin: 20px 0;
  }
  .people_item--small {
    width: 100%;
  }
  .people_item--small .people_item--image_container {
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    border-right: 0;
  }
  .people_item--small .people_item--image_container img {
    width: 100%;
  }
  .people_item--small .people_item--info_container {
    padding-left: 0;
    width: 100%;
    margin: 20px 0;
  }
  .core_values_item_container--flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .core_values_item {
    width: 50%;
    border: 0;
  }
}

@media (min-width: 621px) and (max-width: 760px) {
  .download_item h1 {
    font-size: 45px;
  }
  .download_item--right img {
    width: 100%;
  }
  .more_about_us--image {
    width: 100%;
  }
  .more_about_us--content {
    width: 100%;
    padding: 20px 0;
  }
}

@media (min-width: 801px) and (max-width: 900px) {
  .download_item h1 {
    font-size: 45px;
  }
  .download_item--right img {
    width: 100%;
  }
}

.team_container--includes {
  background: #6a2d49;
}

.team_container--includes .main_content--words {
  color: #e2e2e2;
}

.team_container--includes .main_content--words h2 {
  font-size: 50px;
  margin-bottom: 15px;
  margin-top: 0;
}

.team_container--includes .main_content--words h3 {
  font-size: 30px;
  font-weight: 300;
}

.team_container--includes .main_content--words p {
  color: #e2e2e2;
}

.team_container--includes .main_content--google {
  padding-bottom: 40px;
}

.team_container--includes .google_review_item {
  color: #e2e2e2;
  font-family: "lato", sans-serif;
  margin-top: 0;
  border: 2px solid #ce1d7f;
}

.team_container--includes .google_review_item h2 {
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 0;
}

.team_container--includes .google_review_item p {
  margin: 0;
}

.team_container--includes .read_google_reviews {
  margin-bottom: 0;
  font-family: "lato", sans-serif;
  color: #e2e2e2;
}

.team_container--includes .number_rating {
  color: #e2e2e2;
}

.team_container--includes .main_content--services {
  padding-top: 20px;
}

.main_content--services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main_content--services ul li {
  padding-left: 1em;
  text-indent: -.7em;
}

.main_content--services ul li:before {
  content: "•";
  padding-right: 1em;
  color: #3b3b32;
}

.core_values_item_container a {
  text-decoration: none;
  color: #fff;
}

.svgIcon {
  width: 50px;
}
/*# sourceMappingURL=new_design.css.map */