/*=========================================================

  LANDING PAGE V-B
  
  00. #GLOBAL

  01. #SECTION INTRO

  02. #SECTION ADVANTAGE

  03. #SECTION PARTNERS

  04. #SECTION TESTIMONIALS

  05. #SECTION CONTENT

  06. #SECTION GRAPH

  07. #SECTION FOOTER

=========================================================*/
/*=========================================================
  00. #GLOBAL
=========================================================*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

* {
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
}

.popup {
  *zoom: 1;
}

.popup:before, .popup:after {
  content: ' ';
  display: table;
}

.popup:after {
  clear: both;
}

.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body {
  background-color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  font-family: Arial, sans-serif;
}

@media (min-width: 1281px) {
  body body {
    max-width: 1900px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}

html, body {
  overflow-x: hidden;
  position: relative;
}

h3 {
  margin: 0;
  font-size: 22px;
  line-height: 38px;
  color: #59a244;
  font-weight: normal;
}

h6 {
  margin: 0;
  font-size: 14px;
  line-height: 28px;
  color: #777777;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  h6 {
    font-size: 18px;
  }
}

p {
  margin: 0;
}

p.subheader {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: inline-block;
  background: url("../img/divider-2.png") center bottom no-repeat;
  font-size: 13px;
  line-height: 24px;
  color: #999999;
}

@media only screen and (max-width: 1024px) {
  p.subheader {
    font-size: 15px;
  }
}

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

.placeholder {
  font-size: 14px;
  line-height: 26px;
  color: #333333;
}

.container {
  max-width: 1184px;
  padding-right: 40px;
  padding-left: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* For devices larger than 768px */
  /* For devices larger than 1024px */
  /* For devices larger than desktop */
  /* For devices larger than desktophd */
}

@media only screen and (min-width: 769px) {
  .container {
    width: 688px;
  }
}

@media only screen and (min-width: 1025px) {
  .container {
    width: 944px;
  }
}

@media only screen and (min-width: 1281px) {
  .container {
    width: 1184px;
  }
}

.section {
  background-color: #ffffff;
}

.button {
  max-width: 270px;
  width: 270px;
  margin-bottom: 10px;
  padding: 8px 0;
  display: block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  background-image: none;
  border: 0;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  font-size: 13px;
  line-height: 29px;
  font-weight: bold;
}

.button.primary {
  color: #ffffff;
  background-color: #2a73b1;
}

.button.primary:hover, .button.primary:focus, .button.primary:active {
  background-color: #21649d;
}

.button.secondary {
  color: #ffffff;
  background-color: #e47931;
}

.button.secondary:hover, .button.secondary:focus, .button.secondary:active {
  background-color: #d36820;
}

.popup-overflow {
  background: #101112;
  background: transparent\9;
  background: rgba(16, 17, 18, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2101112,endColorstr=#f2101112);
  visibility: hidden;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: fixed;
  top: 0;
  left: 0;
  zoom: 1;
}

.popup-overflow:nth-child(n) {
  filter: none;
}

.popup-overflow.show-popup {
  visibility: visible;
  z-index: 3;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.popup-overflow#formPopup1 .left-block {
  background-image: url("../img/bg-popup-1.png");
}

.popup-overflow#formPopup2 .left-block {
  background-image: url("../img/bg-popup-2.png");
}

.popup-overflow#formPopup3 .left-block {
  background-image: url("../img/bg-popup-3.png");
}

.popup {
  background-color: #ffffff;
  width: 700px;
  height: 350px;
  margin-top: -175px;
  margin-left: -350px;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media only screen and (max-width: 1024px) {
  .popup {
    width: 295px;
    height: 350px;
    margin-top: -175px;
    margin-left: -147.5px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
}

.popup .close {
  display: block;
  background: url("../img/icon-close.png") no-repeat center;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  position: absolute;
  top: -32px;
  right: -32px;
}

.popup .close:hover, .popup .close:focus, .popup .close:active {
  background-image: url("../img/icon-close-hover.png");
}

.popup .left-block {
  padding: 0 40px;
  background: no-repeat center;
  float: left;
  width: 405px;
  height: 100%;
  display: table;
}

.popup .left-block > * {
  display: table-cell;
  vertical-align: middle;
  *clear: expression( style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"), style.clear = "none", 0 );
}

.popup .left-block h3 {
  margin-bottom: 15px;
}

.popup .left-block p {
  color: #ffffff;
}

.popup .right-block {
  padding: 0 40px;
  width: 295px;
  height: 100%;
}

.popup .right-block form {
  display: table;
  width: 100%;
  height: 100%;
}

.popup .right-block form .wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.popup .right-block form .center-h-fix,
.popup .right-block form .center-h {
  *display: inline-block;
  *vertical-align: middle;
}

.popup .right-block form .center-h {
  *width: 100%;
}

.popup .right-block form .center-h-fix {
  *height: 100%;
}

.popup .right-block form .center-h-fix,
.popup .right-block form .center-h {
  *display: inline;
}

@media only screen and (min-width: 1025px) {
  .popup .right-block {
    float: right;
  }
}

.popup .right-block .button {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  *zoom: 1;
  width: 100%;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
}

.popup .right-block .center-h-fix {
  display: none;
  width: 1px;
  margin-left: -1px;
}

.popup .right-block .center-h {
  width: 100%;
}

.form-content input[type="text"],
.form-content input[type="email"],
.form-content select {
  border: solid #eeeeee;
  border-width: 0 0 2px 0;
  outline: none;
  background: transparent;
  width: 100%;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #333333;
}

.form-content select.empty {
  color: #999;
}

.form-content .form-group {
  margin-bottom: 13px;
  position: relative;
}

.form-content .form-group label.error {
  height: 16px;
  padding: 0 4px;
  border: 1px solid #ef4836;
  display: inline-block;
  z-index: 4;
  *zoom: 1;
  position: absolute;
  top: 46px;
  left: 0;
  font-size: 10px;
  line-height: 16px;
  color: #ef4836;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.form-content .form-group .triangle {
  background: url("../img/triangle.png") center center no-repeat;
  display: none;
  visibility: hidden;
  z-index: 4;
  position: absolute;
  top: 43px;
  left: 10px;
  width: 7px;
  height: 4px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.form-content .form-group input.error {
  border-color: #ef4836;
}

.form-content .form-group input.error ~ .triangle {
  display: block;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-content .form-group input.valid ~ .triangle {
  display: none;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.form-thankyou {
  text-align: center;
}

.form-thankyou h3 {
  line-height: 48px;
}

.form-thankyou .primary.button {
  margin-top: 10px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-green {
  color: #59a244;
  font-weight: bold;
}

.show-for-large {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .show-for-large {
    display: none !important;
  }
}

.show-for-small {
  display: block;
}

@media only screen and (min-width: 1025px) {
  .show-for-small {
    display: none !important;
  }
}

/*=========================================================
  01. #SECTION INTRO
=========================================================*/
.section.intro {
  position: relative;
  background-color: #fcfcfc;
}

.section.intro .bg {
  min-width: 1024px;
  height: 560px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.section.intro .container {
  padding-top: 105px;
  padding-bottom: 105px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .section.intro .container {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

.section.intro .logo {
  margin-bottom: 30px;
  display: inline-block;
  width: 210px;
}

.section.intro .logo > img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .section.intro .logo {
    max-width: 301px;
    margin-bottom: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section.intro .logo img {
    width: auto;
    max-width: 100%;
  }
}

.section.intro .lead {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .section.intro .lead {
    max-width: 380px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section.intro .lead br {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .section.intro .button {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.section.intro .button.secondary {
  margin-bottom: 0;
}

.section.intro .laptop {
  width: 656px;
  margin-top: 40px;
}

.section.intro .laptop:before {
  content: '';
  display: block;
  background-image: url("../img/laptop.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 66%;
}

@media only screen and (min-width: 1025px) {
  .section.intro .laptop {
    position: absolute;
    top: 62px;
    right: -50px;
  }
}

@media only screen and (max-width: 1024px) {
  .section.intro .laptop {
    width: 469px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section.intro .laptop:before {
    width: auto;
    max-width: 469px;
    background-image: url("../img/laptop-mobile.png");
    background-size: contain;
  }
  .section.intro .laptop p {
    width: 290px;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 520px) {
  .section.intro .laptop {
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
  }
}

/*=========================================================
  02. #SECTION ADVANTAGE
=========================================================*/
.section.advantage .container {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .section.advantage .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.section.advantage ul li {
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .section.advantage ul li {
    width: 250px;
    padding-right: 20px;
    padding-left: 20px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .section.advantage ul li.first {
    background-image: url("../img/divider.png");
    background-position: center right;
    background-repeat: no-repeat;
  }
  .section.advantage ul li.second {
    background-image: url("../img/divider.png");
    background-position: center right;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1024px) {
  .section.advantage ul li {
    padding: 30px 0;
    border-top: 1px solid #dddddd;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section.advantage ul li.first {
    border-top: none;
  }
}

/*=========================================================
  03. #SECTION PARTNERS 	
=========================================================*/
.section.partners {
  background-color: #f3f5f9;
}

.section.partners .container {
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: transparent;
  text-align: center;
}

.section.partners ul li {
  padding-right: 20px;
  padding-left: 20px;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.section.partners ul li.loanwise {
  width: 161px;
}

.section.partners ul li.unionbank {
  width: 191px;
}

.section.partners ul li.freedommortgage {
  width: 174px;
}

.section.partners ul li.amg {
  width: 140px;
}

.section.partners ul li.usda {
  width: 92px;
}

/*=========================================================
  04. #SECTION TESTIMONIALS 	
=========================================================*/
.section.testimonials {
  background-color: #fcfcfc;
}

.section.testimonials .container {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fcfcfc;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .section.testimonials .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section.testimonials p {
  max-width: 745px;
}

.section.testimonials p.testimonial {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*=========================================================
  05. #SECTION CONTENT 	
=========================================================*/
.section.content .container {
  padding-top: 70px;
  padding-bottom: 10px;
  text-align: center;
}

.section.content p.lead {
  margin-bottom: 30px;
  text-align: left;
}

@media only screen and (min-width: 1025px) {
  .section.content p.lead {
    max-width: 730px;
    margin-bottom: 70px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.section.content p.foot {
  max-width: 730px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section.content ul li {
  text-align: left;
}

@media only screen and (min-width: 1025px) {
  .section.content ul li {
    width: 250px;
    padding-right: 15px;
    padding-left: 15px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
}

@media only screen and (max-width: 1024px) {
  .section.content ul li {
    margin-bottom: 30px;
  }
}

.section.content ul.list-first {
  margin-bottom: 40px;
}

.section.content ul.list-last {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

@media only screen and (min-width: 1025px) {
  .section.content ul.list-last {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: none;
    background-image: url("../img/divider-3.png");
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}

/*=========================================================
  06. #SECTION GRAPH 	
=========================================================*/
.section.graph {
  width: 100%;
  height: 317px;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .section.graph {
    height: 392px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .section.graph {
    height: 390px;
  }
}

@media only screen and (min-width: 1025px) {
  .section.graph {
    height: 391px;
  }
}

.section.graph .container {
  height: 100%;
  position: relative;
}

.section.graph .bg {
  min-height: 100%;
  height: auto;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
}

.section.graph .bg.mobile {
  margin-top: -196px;
  margin-left: -236.5px;
}

@media only screen and (max-width: 480px) {
  .section.graph .bg.mobile {
    display: block;
  }
}

.section.graph .bg.tablet {
  margin-top: -195px;
  margin-left: -389px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .section.graph .bg.tablet {
    display: block;
  }
}

.section.graph .bg.desktop {
  margin-top: -158.5px;
  margin-left: -518px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .section.graph .bg.desktop {
    display: block;
  }
}

.section.graph .bg.desktophd {
  margin-top: -195.5px;
  margin-left: -950px;
}

@media only screen and (min-width: 1025px) {
  .section.graph .bg.desktophd {
    display: block;
  }
}

.section.graph .date-before {
  position: absolute;
  left: 160px;
  bottom: 190px;
  color: #777777;
}

@media only screen and (max-width: 1280px) {
  .section.graph .date-before {
    left: 35px;
    bottom: 180px;
  }
}

@media only screen and (max-width: 1024px) {
  .section.graph .date-before {
    left: 9px;
    bottom: 161px;
  }
}

@media only screen and (max-width: 768px) {
  .section.graph .date-before {
    display: none;
  }
}

.section.graph .date-before .arrow {
  width: 56px;
  height: 55px;
  display: block;
  position: absolute;
  background: url("../img/graph-line-left.png") no-repeat center center;
  left: -75px;
  bottom: -30px;
}

.section.graph .date-after {
  position: absolute;
  right: 110px;
  bottom: 93px;
  color: #777777;
}

@media only screen and (max-width: 1280px) {
  .section.graph .date-after {
    right: -8px;
    bottom: 95px;
  }
}

@media only screen and (max-width: 1024px) {
  .section.graph .date-after {
    right: -25px;
    bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .section.graph .date-after {
    display: none;
  }
}

.section.graph .date-after .arrow {
  width: 68px;
  height: 182px;
  display: block;
  position: absolute;
  background: url("../img/graph-line-right.png") no-repeat center center;
  right: -77px;
  top: -163px;
}

/*=========================================================
  07. #SECTION FOOTER 	
=========================================================*/
.section.footer {
  background-color: #27292d;
}

.section.footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.section.footer p {
  color: #777777;
  font-size: 12px;
}
