@charset "UTF-8";
/**
 * Description: MAIN SCSS FILE, Imports all scss files.
 * Version: 1.0.0
 * Last update: 2017/02/27
 * Author: Lee Fuller <lee@weareempire.co.uk>
 *
 * Summary:
 *
 *  0. CHARSET
 *  1. FONT IMPORTS
 *  2. HELPERS
 *    - 2.1. VARIABLES
 *    - 2.2. MIXINS
 *  3. BASE
 *  4. VENDORS
 *  5. COMPONENTS
 *    - 5.1. BUTTONS
 *    - 5.2. FORMS
 *    - 5.3. TABLES
 *  6. THEMES
 *  7. LAYOUT
 *  8. PAGES
 */
/* ==========================================================================
   0. CHARSET
   ========================================================================== */
/* ==========================================================================
   1. FONT IMPORTS
   ========================================================================== */
@font-face {
  font-family: "Calibre Regular";
  src: url("../fonts/Calibre-Regular.ttf") format("truetype"), url("../fonts/Calibre-Regular.woff") format("woff"), url("../fonts/Calibre-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Calibre Medium";
  src: url("./../fonts/Calibre-Medium.ttf") format("truetype"), url("./../fonts/Calibre-Medium.woff") format("woff"), url("./../fonts/Calibre-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
/* ==========================================================================
   2. HELPERS
   ========================================================================== */
/**
 * Description: Variables for Empire Base theme.
 * Version: 1.0.0
 * Last update: 2017/02/27
 * Author: Lee Fuller <lee@weareempire.co.uk>
 *
 * Summary:
 *
 *	0. FONTS
 *		- 0.1. FONT FAMILIES
 *		- 0.2. FONT SIZES
 *	1. COLOURS
 *		- 1.1. BRAND COLOURS
 *		- 1.2. GREYSCALE
 *		- 1.3. GENERAL
 *	2. SIZINGS
 *		- 2.1. LAYOUT
 *		- 2.2. GENERAL
 */
/* ==========================================================================
   0. FONTS
   ========================================================================== */
/* 0.1. FONT FAMILIES
   ========================================================================== */
/* 0.2. FONT SIZES
   ========================================================================== */
/* ==========================================================================
   1. COLOURS
   ========================================================================== */
/* 1.1. BRAND
   ========================================================================== */
/* 1.2. GREYSCALE
   ========================================================================== */
/* 1.3. GENERAL
   ========================================================================== */
/**
 * Sustainability
 */
/* ==========================================================================
   2. SIZINGS
   ========================================================================== */
/* 2.1. LAYOUT
   ========================================================================== */
/* 2.2. GENERAL
   ========================================================================== */
/**
 * Description: Mixins for Empire Base theme.
 * Version: 1.0.0
 * Last update: 2017/02/27
 * Author: Lee Fuller <lee@weareempire.co.uk>
 *
 * Summary:
 *
 *	0. ANIMATION
 *		- 0.1. KEYFRAMES
 *		- 0.2. ANIMATION
 *	1. BOX SIZING
 *	2. DISPLAY INLINE
 *	3. FONTS
 *	4. OPACITY
 *	5. BORDER RADIUS
 *	6. TRANSITIONS
 */
/* ==========================================================================
   0. ANIMATION
   ========================================================================== */
/* 0.1. KEYFRAMES
   ========================================================================== */
/* 0.2. ANIMATION
   ========================================================================== */
/* ==========================================================================
   1. BOX SIZING
   ========================================================================== */
/* ==========================================================================
   2. DISPLAY INLINE
   ========================================================================== */
/* ==========================================================================
   3. FONTS
   ========================================================================== */
/* ==========================================================================
   4. OPACITY
   ========================================================================== */
/* ==========================================================================
   5. BORDER RADIUS
   ========================================================================== */
/* ==========================================================================
   6. TRANSITIONS
   ========================================================================== */
/* ==========================================================================
   6. Clear Fix
   ========================================================================== */
/* ==========================================================================
   3. BASE
   ========================================================================== */
/**
 * Description: Reset elements. Uses Eric Meyer's HTML5 css reset, for more information visit: http://meyerweb.com/eric/tools/css/reset/
 * Version: 1.0.0
 * Last update: 2017/02/27
 * Author: Lee Fuller <lee@weareempire.co.uk>
 *
 * Summary:
 *
 *	0. BLANKET RESET
 *		- 0.1. HTML 5 ELEMENTS
 *		- 0.2. LISTS
 *		- 0.3. BLOCKQUOTES
 *		- 0.4. TABLES
 *	1. ADDITIONAL RESETS
 *		- 1.1. BODY
 *		- 1.2. CLEAR
 *		- 1.3. OUTLINE
 *		- 1.4. STRONG
 *		- 1.5. ITALICS
 *		- 1.6. MARK
 */
/* ==========================================================================
   0. BLANKET RESET
   ========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h6, h5, h4, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  font: inherit;
  vertical-align: baseline;
}

/* 0.1. HTML 5 ELEMENTS
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* 0.2. LISTS
   ========================================================================== */
ol,
ul {
  list-style: none;
}

/* 0.3. BLOCKQUOTES
   ========================================================================== */
blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* 0.4. TABLES
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   1. ADDITIONAL RESETS
   ========================================================================== */
/* 0.1. BODY
   ========================================================================== */
body {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-family: "Calibre Regular", Helvetica, Arial, sans-serif;
  color: #00365E;
}

/* 0.2. CLEAR
   ========================================================================== */
.clear {
  clear: both;
}

/* 0.3. OUTLINE
   ========================================================================== */
* {
  outline: none;
}

/* 0.4. STRONG
   ========================================================================== */
strong,
b {
  font-family: "Calibre Medium", Helvetica, Arial, sans-serif;
}

/* 0.5. ITALICS
   ========================================================================== */
i,
em {
  font-style: italic;
}

/* 0.6. MARK
   ========================================================================== */
mark {
  background-color: transparent;
  font-weight: 900;
}

/**
 * Description: Base Typography styles.
 * Version: 1.0.0
 * Last update: 2017/02/27
 * Author: Lee Fuller <lee@weareempire.co.uk>
 *
 * Summary:
 *
 *  0. ANCHORS
 *  1. HEADINGS
 *    - 1.1. H1
 *    - 1.2. H2
 *    - 1.3. H3
 *    - 1.4. H4
 *    - 1.5. H5
 *    - 1.6. H6
 *  2. BODY COPY
 *    - 2.1. P
 *    - 2.2. ADDRESS
 */
/* ==========================================================================
   0. ANCHORS
   ========================================================================== */
a {
  text-decoration: none;
  color: #01A7FF;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* ==========================================================================
   1. HEADINGS
   ========================================================================== */
/* 0.1. H1
   ========================================================================== */
h1 {
  font-size: 78px;
  font-weight: normal;
  line-height: 1.1;
}
@media (max-width: 1150px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 800px) {
  h1 {
    font-size: 36px;
  }
}

/* 0.2. H2
   ========================================================================== */
h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.1;
}
@media (max-width: 800px) {
  h2 {
    font-size: 24px;
  }
}

/* 0.3. H3
   ========================================================================== */
h3, h6, h5, h4 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.1;
}

/* 0.4. H4
   ========================================================================== */
/* 0.5. H5
   ========================================================================== */
/* 0.6. H6
   ========================================================================== */
/* ==========================================================================
   2. BODY COPY
   ========================================================================== */
/* 2.1. P
   ========================================================================== */
.grey {
  color: #bcbcbc;
}

p {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.2;
}
p:last-child {
  margin-bottom: 0px;
}
p.small-text {
  font-size: 16px;
}
p.xsmall-text {
  font-size: 14px;
}
@media (max-width: 600px) {
  p {
    margin-bottom: 20px;
  }
}

.std h1, .std h2 {
  color: #00365E;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .std h1, .std h2 {
    margin-bottom: 20px;
  }
}
.std h1.short, .std h2.short {
  max-width: 400px;
  width: 100%;
}
.std h3, .std h4, .std h5, .std h6 {
  color: #00365E;
  margin-bottom: 20px;
}
.std a {
  border-bottom: 1px solid #01A7FF;
}
.std a:hover {
  border-color: #cccccc;
  color: #cccccc;
}
.std ul, .std ol {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .std ul, .std ol {
    margin-bottom: 20px;
  }
}
.std ol li {
  list-style-type: decimal;
}
.std ul li:before {
  content: "—";
  margin-right: 5px;
}
.std li {
  list-style-position: inside;
  font-size: 20px;
  line-height: 1.2;
  margin-left: 40px;
}
@media (max-width: 600px) {
  .std li {
    margin-left: 20px;
  }
}
.std hr {
  border: none;
  height: 1px;
  background: #01A7FF;
  margin: 40px 0;
}
@media (max-width: 600px) {
  .std hr {
    margin: 20px 0;
  }
}
.std blockquote {
  margin-bottom: 40px;
  margin-left: 40px;
  position: relative;
  font-style: italic;
}
.std blockquote p {
  position: relative;
  text-indent: 20px;
}
.std blockquote p:before {
  position: absolute;
  top: 10px;
  left: -28px;
  content: '"';
  display: inline-block;
  font-size: 50px;
}
@media (max-width: 600px) {
  .std blockquote {
    margin-left: 20px;
  }
}

/* 2.2. ADDRESS
   ========================================================================== */
address {
  font-size: 20px;
  line-height: 24px;
}

/* ==========================================================================
   4. VENDORS
   ========================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ==========================================================================
   5. COMPONENTS
   ========================================================================== */
/* ============================================================================

  COMPONENT - BUTTONS

===============================================================================

  Main styles for all buttons throughout site.

============================================================================ */
.tag {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #01A7FF;
  color: #ffffff;
  font-family: "Calibre Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
}

.button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 80px;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #01A7FF;
  color: #ffffff;
  font-family: "Calibre Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 86px;
  text-align: center;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #01A7FF 50%, #004a81 50%);
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.5s 0.3s ease-in;
  -moz-transition: 0.5s 0.3s ease-in;
  -o-transition: 0.5s 0.3s ease-in;
  transition: 0.5s 0.3s ease-in;
}
.button.button-small {
  line-height: 54px;
  height: 54px;
  padding-right: 20px;
  padding-left: 20px;
}
.button.button-normal {
  line-height: 53px;
  height: 53px;
  padding-right: 20px;
  padding-left: 20px;
  width: auto;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}
.button.button-normal:hover {
  background-color: #ffffff !important;
  color: #01A7FF !important;
}
.button:hover {
  background-color: #ffffff;
  background-image: linear-gradient(to right, #01A7FF 50%, #004a81 50%);
  /*background-position: -100% 0%;*/
}
.button.disabled, .button:disabled {
  background: #bcbcbc !important;
  color: #ffffff !important;
  cursor: not-allowed;
}
.button.disabled:hover, .button:disabled:hover {
  background: #bcbcbc;
  color: rgba(1, 167, 255, 0.2);
}

.button_wrap .button {
  width: 50%;
}
.button_wrap .button:last-child {
  background-image: linear-gradient(to right, #004a81 50%, #01A7FF 50%);
}
.button_wrap .button:last-child:hover {
  background-color: #ffffff;
  background-image: linear-gradient(to right, #004a81 50%, #01A7FF 50%);
  /*background-position: -100% 0%;*/
}

.button-normal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 53px;
  width: auto;
  padding-right: 30px;
  padding-left: 30px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: "Calibre Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 53px;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.button-normal:hover {
  background-color: #ffffff;
  color: #01A7FF !important;
}

.x-close {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.x-close:hover::before, .x-close:hover::after {
  background: #ffffff;
}
.x-close::before, .x-close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #ffffff;
  border-radius: 100%;
}
.x-close::before {
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.x-close::after {
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
textarea,
select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Calibre Regular", Helvetica, Arial, sans-serif;
  background: #ffffff;
  border: 1px solid #EBEBEB;
  font-size: 20px;
  padding: 14px;
  color: #01A7FF;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}
input[type=email]::-ms-expand,
input[type=search]::-ms-expand,
input[type=number]::-ms-expand,
input[type=password]::-ms-expand,
input[type=tel]::-ms-expand,
input[type=text]::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  display: none;
}
input[type=email]::-webkit-inner-spin-button,
input[type=email] input[type=number]::-webkit-outer-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=search] input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number] input[type=number]::-webkit-outer-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=password] input[type=number]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=tel] input[type=number]::-webkit-outer-spin-button,
input[type=text]::-webkit-inner-spin-button,
input[type=text] input[type=number]::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
textarea input[type=number]::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
select input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=email]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus,
select:focus {
  border-color: #01A7FF;
  color: #01A7FF;
}
input[type=email]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(1, 167, 255, 0.5);
}
input[type=email]:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(1, 167, 255, 0.5);
  opacity: 1;
}
input[type=email]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(1, 167, 255, 0.5);
  opacity: 1;
}
input[type=email]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(1, 167, 255, 0.5);
}
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #4d4d5b;
}
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #4d4d5b;
  opacity: 1;
}
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder { /* Mozilla Firefox 19+ */
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #4d4d5b;
  opacity: 1;
}
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder { /* Internet Explorer 10-11 */
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #4d4d5b;
}

.login--submit, .login-submit input {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  font-family: "Calibre Regular", Helvetica, Arial, sans-serif;
  background: #01A7FF;
  border: 1px solid #01A7FF;
  font-size: 20px;
  padding: 14px 12px 9px 12px;
  color: #ffffff;
  width: 100%;
  outline: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.login--submit:hover, .login-submit input:hover {
  cursor: pointer;
  background: #ffffff;
  color: #01A7FF;
  border-color: #ffffff;
}

.login-submit input {
  background: #01A7FF !important;
  border: 1px solid #01A7FF !important;
  height: auto;
  line-height: 24px;
  color: #01A7FF !important;
}
.login-submit input:hover {
  border: 1px solid #01A7FF !important;
  background: #ffffff !important;
  color: #01A7FF !important;
}

.login-form-home img {
  margin-bottom: 20px;
}
.login-form-home input {
  background: transparent;
}
.login-form-home p {
  position: relative;
}
.login-form-home label {
  position: absolute;
  left: 57px;
  top: 6px;
  font-size: 12px;
}

/* ============================================================================

  STANDARD STYLING FOR CHECKBOXS & RADIO BUTTONS

============================================================================ */
[type=checkbox]:not(:checked),
[type=checkbox]:checked,
[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  left: -9999px;
}

.ck-button {
  margin-bottom: 20px;
}
.ck-button .label {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  color: #bcbcbc;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
.ck-button .label .box {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  border: 1px solid #bcbcbc;
  width: 30px;
  height: 30px;
}
.ck-button .label .check {
  stroke-dasharray: 130px 130px;
  stroke-dashoffset: 130px;
  -webkit-transition: stroke-dashoffset 4.1s linear 0s;
  transition: stroke-dashoffset 500ms ease-in-out;
}
.ck-button .label .check-svg {
  padding: 10px 4px 10px 5px;
}
.ck-button input:checked + .label .box {
  border-color: #97d091;
  background: #97d091;
}
.ck-button input:checked + .label .check {
  stroke-dashoffset: 0px;
}

.gform_wrapper li {
  margin-left: 0px;
  margin-bottom: 20px;
}
.gform_wrapper li:before {
  display: none;
}
.gform_wrapper li label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 20px;
}
.gform_wrapper li h2 {
  font-size: 25px;
  color: #01A7FF;
  margin-bottom: 20px;
}
.gform_wrapper .ginput_container {
  font-size: 0px;
  margin-top: 10px;
}
.gform_wrapper .ginput_container label {
  color: #4d4d5b;
}
.gform_wrapper .ginput_left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  padding-right: 10px;
}
.gform_wrapper .ginput_right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  padding-left: 10px;
}
.gform_wrapper .validation_error {
  color: #f43244;
  margin-bottom: 40px;
}
.gform_wrapper .validation_message {
  margin-top: 5px;
  font-size: 14px;
  color: #f43244;
}
.gform_wrapper .gfield_required {
  color: #f43244;
  padding-left: 2px;
}
.gform_wrapper input + label, .gform_wrapper .gfield_description {
  margin-top: 5px;
  color: #4d4d5b;
  font-size: 16px;
}

/* ============================================================================

  COMPONENT - TABLES

===============================================================================

  Main styles for all tables throughout site.

============================================================================ */
table {
  width: 100%;
}
table tr {
  *zoom: 1;
}
table tr:before, table tr:after {
  display: table;
  content: "";
}
table tr:after {
  clear: both;
}
table tr th,
table tr td {
  padding: 20px;
  vertical-align: middle;
  font-size: 16px;
  text-align: left;
}
table tr th {
  background: #f6f6f6;
  font-weight: 900;
}
table tr td {
  border-bottom: 1px solid #f6f6f6;
}

.pdf-wrapper {
  height: 116px;
  background: #01A7FF;
  color: #ffffff;
  margin-bottom: 40px;
}
.pdf-wrapper .pdf-icon {
  height: 116px;
  width: 116px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  vertical-align: top;
}
.pdf-wrapper .pdf-icon img {
  width: 80px;
  margin: 18px;
}
.pdf-wrapper p {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  margin-top: 35px;
  margin-bottom: 0px;
}
.pdf-wrapper .button-normal {
  float: right;
  margin-right: 40px;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .pdf-wrapper {
    margin-bottom: 20px;
    height: 88px;
  }
  .pdf-wrapper .pdf-icon {
    height: 88px;
    width: 88px;
  }
  .pdf-wrapper .pdf-icon img {
    width: 48px;
    margin: 20px;
  }
  .pdf-wrapper p {
    margin-left: 20px;
    margin-top: 20px;
  }
  .pdf-wrapper .button-normal {
    margin-right: 17px;
    margin-top: 17px;
  }
}
@media (max-width: 500px) {
  .pdf-wrapper {
    height: auto;
    padding: 0px;
  }
  .pdf-wrapper .button-normal {
    display: none;
  }
}

/* ==========================================================================
   6. PAGES
   ========================================================================== */
.header {
  position: absolute;
  top: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 80px;
  z-index: 1;
  color: #00365E;
}
.header .logo--header {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.header .logo--header .logo__inner {
  width: 38px;
}
.header .nav {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  text-align: right;
}
.header .nav p {
  line-height: 34px;
}
.header .nav a {
  color: #00365E;
  margin-left: 10px;
}
@media (max-width: 660px) {
  .header {
    padding: 30px;
  }
  .header .logo--header .logo__inner {
    width: 28px;
  }
}

.footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 80px;
  text-align: center;
  color: #ffffff;
}
.footer p {
  font-size: 14px;
}
.footer .logo__footer {
  width: 52px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 660px) {
  .footer {
    padding: 30px;
  }
}

.home__wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #01A7FF;
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home__wrapper .middle {
  animation: slidein 1.2s;
  -moz-animation: slidein 1.2s; /* Firefox */
  -webkit-animation: slidein 1.2s; /* Safari and Chrome */
  -o-animation: slidein 1.2s; /* Opera */
  padding: 0 100px;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 750px) {
  .home__wrapper .middle {
    padding: 0 30px;
  }
}
.home__wrapper .logged--in {
  margin-top: 40px;
}
.home__wrapper .logged--in a {
  color: #ffffff;
}
.home__wrapper .logged--in a:hover {
  color: #00365E;
}
.home__wrapper #loginform {
  position: relative;
  margin-top: 40px;
  /* Change Autocomplete styles in Chrome*/
}
.home__wrapper #loginform p {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.home__wrapper #loginform input:-webkit-autofill,
.home__wrapper #loginform input:-webkit-autofill:hover,
.home__wrapper #loginform input:-webkit-autofill:focus input:-webkit-autofill,
.home__wrapper #loginform textarea:-webkit-autofill,
.home__wrapper #loginform textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.home__wrapper #loginform select:-webkit-autofill,
.home__wrapper #loginform select:-webkit-autofill:hover,
.home__wrapper #loginform select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #202232 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.home__wrapper #loginform input {
  background: transparent;
  border: none;
  color: #ffffff;
}
.home__wrapper #loginform input[type=email],
.home__wrapper #loginform input[type=password],
.home__wrapper #loginform input[type=text] {
  font-size: 16px;
  padding: 13px 14px 14px 14px;
}
.home__wrapper #loginform .login-username, .home__wrapper #loginform .login-password {
  background-color: rgba(255, 255, 255, 0.06);
  margin: 0 0 0 1px;
  width: 40%;
}
.home__wrapper #loginform .login-username label, .home__wrapper #loginform .login-password label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  padding: 10px 0 0 10px;
  display: block;
}
.home__wrapper #loginform .login-remember {
  position: absolute;
  bottom: -90px;
  left: 0px;
  display: none;
}
.home__wrapper #loginform .login-submit {
  background-color: #00365E;
  margin: 0 0 0 0;
  width: calc(20% - 2px);
}
.home__wrapper #loginform .login-submit .button {
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 20px;
}
.home__wrapper #loginform .login-submit .button:hover {
  background-color: #004a81;
}
@media (max-width: 750px) {
  .home__wrapper #loginform p {
    display: block;
    width: 100%;
  }
  .home__wrapper #loginform input[type=email],
.home__wrapper #loginform input[type=password],
.home__wrapper #loginform input[type=text] {
    font-size: 16px;
    padding: 10px 11px 11px 11px;
  }
  .home__wrapper #loginform .login-username, .home__wrapper #loginform .login-password, .home__wrapper #loginform .login-submit {
    width: 100%;
    margin-bottom: 1px;
  }
  .home__wrapper #loginform .login-submit .button {
    height: 60px;
    line-height: 60px;
  }
}

.page__container {
  padding: 100px 0px;
  width: 100%;
}
@media (max-width: 600px) {
  .page__container {
    padding: 40px 0px;
  }
}
.page__container .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 750px;
  margin: auto;
  padding: 0 50px;
}
@media (max-width: 600px) {
  .page__container .container {
    padding: 0 20px;
  }
}
.page__container .container .std {
  width: 100%;
}

/* ==========================================================================
   7. PROPOSAL
   ========================================================================== */
.progress-bar {
  position: fixed;
  top: 0;
  height: 4px;
  width: 100%;
  background: #8FA0A3;
  z-index: 20;
}
.progress-bar .progress-success {
  width: 0;
  height: 4px;
  background: #01A7FF;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.proposal-sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: fixed;
  top: 0;
  left: 0;
  background: #00365E;
  width: 33.333333%;
  height: 100%;
  color: #ffffff;
  z-index: 10;
}
@media (max-width: 1000px) {
  .proposal-sidebar {
    position: relative;
    height: auto;
    width: 100%;
    top: auto;
    left: auto;
    padding: 50px 55px 0px 55px;
    background: #E9EDEE !important;
  }
}
@media (max-width: 1000px) and (max-width: 800px) {
  .proposal-sidebar {
    padding: 25px 28px 0 28px;
  }
}
@media (max-width: 1000px) and (max-width: 600px) {
  .proposal-sidebar {
    padding: 16px 16px 0 16px;
  }
}
@media (max-width: 1000px) {
  .proposal-sidebar .proposal-sidebar-inner {
    background: #00365E;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 1000px) and (min-width: 1000px) and (max-height: 535px) {
  .proposal-sidebar {
    height: auto;
  }
}
@media (min-width: 1000px) and (max-height: 535px) {
  .proposal-sidebar .proposal-sidebar-inner {
    overflow: scroll;
    height: 100%;
  }
}
.proposal-sidebar a {
  color: #ffffff;
  position: relative;
}
.proposal-sidebar a::after {
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0%;
  z-index: 0;
  height: 0.065em;
  margin-left: 0;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-backface-visibility: hidden;
  content: "";
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.proposal-sidebar a:hover::after {
  left: 50%;
  width: 0;
}
.proposal-sidebar a::after {
  background-color: #ffffff;
}
.proposal-sidebar .logo {
  padding: 35px 0 0 35px;
}
@media (max-width: 1000px) {
  .proposal-sidebar .logo {
    padding: 22px 0 0 22px;
  }
}
@media (max-height: 600px) {
  .proposal-sidebar .logo {
    width: 50px;
  }
}
.proposal-sidebar h2 {
  padding: 35px 35px;
}
@media (max-width: 1000px) {
  .proposal-sidebar h2 {
    padding: 22px;
  }
}
.proposal-sidebar h3, .proposal-sidebar h4, .proposal-sidebar h5, .proposal-sidebar h6 {
  padding: 0px 35px;
}
@media (max-width: 1000px) {
  .proposal-sidebar h3, .proposal-sidebar h4, .proposal-sidebar h5, .proposal-sidebar h6 {
    padding: 0 22px;
  }
}
.proposal-sidebar .foa {
  font-size: 16px;
  padding: 0px 35px;
}
.proposal-sidebar .foa div {
  color: #01A7FF;
  margin-bottom: 5px;
}
.proposal-sidebar .foa p {
  font-size: 16px;
}
@media (max-width: 1000px) {
  .proposal-sidebar .foa {
    padding: 0 22px;
  }
}
.proposal-sidebar .proposal-nav {
  position: absolute;
  bottom: 128px;
  left: 0px;
  padding: 0 35px;
}
.proposal-sidebar .proposal-nav.no-button {
  bottom: 35px;
}
@media (max-width: 600px) {
  .proposal-sidebar .proposal-nav {
    padding: 0 22px;
  }
}
.proposal-sidebar .proposal-nav .nav-list {
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .proposal-sidebar .proposal-nav .nav-list {
    height: auto;
    margin-top: 30px;
  }
}
.proposal-sidebar .proposal-nav .nav-list.nav-inline .nav-item {
  display: inline-block;
}
.proposal-sidebar .proposal-nav .nav-list.nav-inline .nav-item span {
  display: inline-block;
}
.proposal-sidebar .proposal-nav .nav-item {
  font-size: 24px;
  line-height: 34px;
  color: #4d4d5b;
}
@media (max-width: 600px) {
  .proposal-sidebar .proposal-nav .nav-item {
    font-size: 20px;
    line-height: 28px;
  }
}
.proposal-sidebar .proposal-nav .nav-item span {
  display: none;
  color: #01A7FF;
}
.proposal-sidebar .proposal-nav .nav-item a {
  color: #01A7FF;
}
.proposal-sidebar .proposal-nav .nav-item a:after {
  display: none;
}
.proposal-sidebar .proposal-nav .nav-item.active a {
  color: #ffffff;
}
.proposal-sidebar .proposal-nav .line {
  margin: 20px 0;
  height: 2px;
  width: 24px;
  background: #4d4d5b;
}
@media (min-width: 1000px) and (min-height: 535px) and (max-height: 600px) {
  .proposal-sidebar .proposal-nav .line, .proposal-sidebar .proposal-nav .small-text {
    display: none;
  }
}
@media (max-height: 535px), (max-width: 1000px) {
  .proposal-sidebar .proposal-nav {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 35px;
  }
}
.proposal-sidebar .butt__a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-height: 535px), (max-width: 1000px) {
  .proposal-sidebar .butt__a {
    position: relative;
    bottom: auto;
    left: auto;
  }
}

.open-sidebar {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: fixed;
  left: 40px;
  top: 40px;
  height: 40px;
  width: 40px;
  background: #8FA0A3;
  display: none;
  z-index: 5;
}
.open-sidebar svg {
  margin: 10px;
  width: 18px;
  height: 18px;
}
.open-sidebar svg path {
  fill: #ffffff;
}
@media (max-width: 1000px) {
  .open-sidebar {
    display: block;
  }
}
@media (max-width: 600px) {
  .open-sidebar {
    left: 5px;
    top: 20px;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ==========================================================================
   1. PROPOSAL CONTENT LAYOUT
   ========================================================================== */
.set-transition {
  -webkit-transition: 0.5s 0.3s ease-in;
  -moz-transition: 0.5s 0.3s ease-in;
  -o-transition: 0.5s 0.3s ease-in;
  transition: 0.5s 0.3s ease-in;
}

.to-show {
  opacity: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: 0.5s 0.3s ease-in;
  -moz-transition: 0.5s 0.3s ease-in;
  -o-transition: 0.5s 0.3s ease-in;
  transition: 0.5s 0.3s ease-in;
}

.proposal-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100%;
  min-height: 100vh;
  background: #E9EDEE;
  padding-left: 33.333333%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .proposal-content {
    padding-left: 0%;
  }
}
.proposal-content .proposal-page {
  position: relative;
  padding: 50px 55px 0 55px;
}
.proposal-content .proposal-page:last-child {
  padding: 50px 55px 50px 55px;
}
.proposal-content .proposal-page .proposal-page-inner {
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 45px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
.proposal-content .proposal-page .proposal-page-inner.inner--grey {
  background-color: rgba(233, 237, 238, 0.2);
}
.proposal-content .proposal-page .proposal-page-inner.big--bottom {
  padding-bottom: 190px;
}
@media (max-width: 600px) {
  .proposal-content .proposal-page .proposal-page-inner.big--bottom {
    padding-bottom: 100px;
  }
}
.proposal-content .proposal-page .proposal-page-inner.no--shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.proposal-content .proposal-page .proposal-page-inner.no-space {
  padding: 0px;
}
.proposal-content .proposal-page .proposal-page-inner.dark {
  background: #00365E;
  color: #ffffff;
}
.proposal-content .proposal-page .proposal-page-inner.dark .pre-title {
  color: #01A7FF;
}
.proposal-content .proposal-page .proposal-page-inner.dark .std a {
  color: #ffffff;
  border-color: #ffffff;
}
.proposal-content .proposal-page .proposal-page-inner.brand {
  background: #01A7FF;
  color: #ffffff;
}
.proposal-content .proposal-page .proposal-page-inner.brand h1, .proposal-content .proposal-page .proposal-page-inner.brand h2, .proposal-content .proposal-page .proposal-page-inner.brand h3, .proposal-content .proposal-page .proposal-page-inner.brand h5, .proposal-content .proposal-page .proposal-page-inner.brand h6, .proposal-content .proposal-page .proposal-page-inner.brand h4, .proposal-content .proposal-page .proposal-page-inner.brand h5 h6, .proposal-content .proposal-page .proposal-page-inner.brand .page-title {
  color: #ffffff;
}
.proposal-content .proposal-page .proposal-page-inner.brand .pre-title {
  color: #01A7FF;
}
.proposal-content .proposal-page .proposal-page-inner.brand .std a {
  color: #ffffff;
  border-color: #ffffff;
}
.proposal-content .proposal-page .proposal-page-inner .full-image {
  width: calc(100% + 90px);
  height: auto;
  margin: 0 -45px;
  margin-bottom: 45px;
}
.proposal-content .proposal-page .proposal-page-inner .full-image:last-child {
  margin-bottom: 0px;
}
.proposal-content .proposal-page .proposal-page-inner .full-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .proposal-content .proposal-page .proposal-page-inner .full-image {
    width: calc(100% + 44px);
    height: auto;
    margin: 0 -22px;
    margin-bottom: 22px;
  }
}
@media (max-width: 800px) {
  .proposal-content .proposal-page {
    padding: 25px 28px 0 28px;
  }
  .proposal-content .proposal-page:last-child {
    padding: 25px 28px 25px 28px;
  }
}
@media (max-width: 600px) {
  .proposal-content .proposal-page {
    padding: 16px 16px 0 16px;
  }
  .proposal-content .proposal-page:last-child {
    padding: 16px 16px 16px 16px;
  }
  .proposal-content .proposal-page .proposal-page-inner {
    padding: 22px;
  }
}

.dark {
  background: #01A7FF;
  color: #ffffff;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: #ffffff;
}
.dark a {
  color: #ffffff;
  border-color: #ffffff;
}

/* ==========================================================================
   2. PROPOSAL CONTENT LAYOUT / STYLING
   ========================================================================== */
.logo:not(.no-image) {
  width: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.logo:not(.no-image) img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.std {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.666666%;
  margin-bottom: 35px;
}
.std:last-of-type {
  margin-bottom: 0px;
}
@media (min-width: 1000px) and (max-width: 1150px) {
  .std {
    width: 80%;
  }
}
@media (max-width: 700px) {
  .std {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .std {
    margin-bottom: 22px;
  }
}
.std.std-full {
  width: 100%;
}
.std.std-center {
  text-align: center;
}

.page-title {
  margin-bottom: 200px !important;
  color: #01A7FF;
}
.page-title.short {
  margin-bottom: 50px !important;
}

.notice {
  color: #f43244;
}

.no-page {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #01A7FF;
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-page .middle {
  max-width: 500px;
  padding: 0 35px;
}

.line {
  margin-bottom: 20px;
  height: 2px;
  width: 24px;
  background: #bcbcbc;
}

.expiry {
  margin-bottom: 10px;
}

.center {
  text-align: center;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-brand {
  color: #01A7FF;
}

.c-grey {
  color: #8FA0A3;
}

.date {
  text-decoration: underline;
}

.image--ratio {
  aspect-ratio: 440/300;
  position: relative;
}
.image--ratio .tag {
  position: absolute;
  top: 20px;
  left: 20px;
}
.image--ratio img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.grid--two {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
}
@media (min-width: 800px) {
  .grid--two {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .grid--two div:nth-child(1) {
    grid-area: 1/1/3/2;
  }
  .grid--two div:nth-child(2) {
    grid-area: 1/2/3/3;
  }
}

.item--col .tag {
  margin-bottom: 24px;
}
.item--col .item--col--item {
  margin-top: 30px;
  max-width: 360px;
  width: 100%;
}

@keyframes ssslidein {
  from {
    /* Convert opacity values */
    /* Set opacity value */
    opacity: 0;
    filter: alpha(opacity=0);
    /* Check visibility */
    /* If visible is true, set visibility value as visible */
    visibility: hidden;
    -ms-transform: translate(0px, 100px); /* IE 9 */
    -webkit-transform: translate(0px, 100px); /* Safari */
    transform: translate(0px, 100px);
  }
  to {
    /* Convert opacity values */
    /* Set opacity value */
    opacity: 1;
    filter: alpha(opacity=100);
    /* Check visibility */
    /* If visible is true, set visibility value as visible */
    visibility: visible;
    -ms-transform: translate(0px, px); /* IE 9 */
    -webkit-transform: translate(0px, 0px); /* Safari */
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes ssslidein { /* Firefox */
  from {
    /* Convert opacity values */
    /* Set opacity value */
    opacity: 0;
    filter: alpha(opacity=0);
    /* Check visibility */
    /* If visible is true, set visibility value as visible */
    visibility: hidden;
    -ms-transform: translate(0px, 100px); /* IE 9 */
    -webkit-transform: translate(0px, 100px); /* Safari */
    transform: translate(0px, 100px);
  }
  to {
    /* Convert opacity values */
    /* Set opacity value */
    opacity: 1;
    filter: alpha(opacity=100);
    /* Check visibility */
    /* If visible is true, set visibility value as visible */
    visibility: visible;
    -ms-transform: translate(0px, px); /* IE 9 */
    -webkit-transform: translate(0px, 0px); /* Safari */
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ssslidein { /* Safari and Chrome */
  from {
    /* Convert opacity values */
    /* Set opacity value */
    opacity: 0;
    filter: alpha(opacity=0);
    /* Check visibility */
    /* If visible is true, set visibility value as visible */
    visibility: hidden;
    -ms-transform: translate(0px, 100px); /* IE 9 */
    -webkit-transform: translate(0px, 100px); /* Safari */
    transform: translate(0px, 100px);
  }
  to {
    /* Convert opacity values */
    /* Set opacity value */
    opacity: 1;
    filter: alpha(opacity=100);
    /* Check visibility */
    /* If visible is true, set visibility value as visible */
    visibility: visible;
    -ms-transform: translate(0px, px); /* IE 9 */
    -webkit-transform: translate(0px, 0px); /* Safari */
    transform: translate(0px, 0px);
  }
}
@-o-keyframes ssslidein { /* Opera */
  from {
    /* Convert opacity values */
    /* Set opacity value */
    opacity: 0;
    filter: alpha(opacity=0);
    /* Check visibility */
    /* If visible is true, set visibility value as visible */
    visibility: hidden;
    -ms-transform: translate(0px, 100px); /* IE 9 */
    -webkit-transform: translate(0px, 100px); /* Safari */
    transform: translate(0px, 100px);
  }
  to {
    /* Convert opacity values */
    /* Set opacity value */
    opacity: 1;
    filter: alpha(opacity=100);
    /* Check visibility */
    /* If visible is true, set visibility value as visible */
    visibility: visible;
    -ms-transform: translate(0px, px); /* IE 9 */
    -webkit-transform: translate(0px, 0px); /* Safari */
    transform: translate(0px, 0px);
  }
}
.login {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #00365E;
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.login .middle {
  animation: slidein 1.2s;
  -moz-animation: slidein 1.2s; /* Firefox */
  -webkit-animation: slidein 1.2s; /* Safari and Chrome */
  -o-animation: slidein 1.2s; /* Opera */
}
.login .custom-password-message {
  margin-bottom: 0px;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.login .login-form {
  min-width: 380px;
  max-width: 380px;
  width: 100%;
  text-align: center;
}
.login .login-form label {
  margin-bottom: 5px;
  display: block;
}
.login .login-form p {
  margin-bottom: 0px;
  padding: 0px !important;
}
.login .login-form p.login-remember {
  display: none;
}
.login .login-form input {
  max-width: 300px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
}
.login .login-form .login-password {
  background: transparent;
  color: #ffffff;
  padding: 14px 12px 9px 12px;
}
.login .login-form .login-password:focus {
  border-color: #ffffff;
  color: #ffffff;
}
.login .login-form .login-password::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: white;
}
.login .login-form .login-password:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 1;
}
.login .login-form .login-password::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: white;
  opacity: 1;
}
.login .login-form .login-password:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}
.login .logo {
  margin: 0 auto 30px;
}
.login h3, .login h4, .login h5, .login h6 {
  font-size: 22px;
  margin-bottom: 20px;
}
.login p {
  margin-top: 10px;
}
.login a {
  color: #ffffff;
}
.login .created {
  position: absolute;
  top: 50px;
  right: 50px;
}

.trouble--link {
  position: fixed;
  bottom: 50px;
  left: 50px;
  margin-bottom: 0px;
  animation: fadein 1.2s;
  -moz-animation: fadein 1.2s; /* Firefox */
  -webkit-animation: fadein 1.2s; /* Safari and Chrome */
  -o-animation: fadein 1.2s; /* Opera */
}
.trouble--link a {
  position: relative;
}
.trouble--link a::after {
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0%;
  z-index: 0;
  height: 0.065em;
  margin-left: 0;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-backface-visibility: hidden;
  content: "";
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.trouble--link a:hover::after {
  left: 50%;
  width: 0;
}
.trouble--link a::after {
  background-color: #ffffff;
}

@keyframes slidein {
  from {
    opacity: 0;
    -ms-transform: translate(0px, 50px); /* IE 9 */
    -webkit-transform: translate(0px, 50px); /* Safari */
    transform: translate(0px, 50px);
  }
  to {
    opacity: 1;
    -ms-transform: translate(0px, px); /* IE 9 */
    -webkit-transform: translate(0px, 0px); /* Safari */
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes slidein { /* Firefox */
  from {
    opacity: 0;
    -ms-transform: translate(0px, 50px); /* IE 9 */
    -webkit-transform: translate(0px, 50px); /* Safari */
    transform: translate(0px, 50px);
  }
  to {
    opacity: 1;
    -ms-transform: translate(0px, px); /* IE 9 */
    -webkit-transform: translate(0px, 0px); /* Safari */
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes slidein { /* Safari and Chrome */
  from {
    opacity: 0;
    -ms-transform: translate(0px, 50px); /* IE 9 */
    -webkit-transform: translate(0px, 50px); /* Safari */
    transform: translate(0px, 50px);
  }
  to {
    opacity: 1;
    -ms-transform: translate(0px, px); /* IE 9 */
    -webkit-transform: translate(0px, 0px); /* Safari */
    transform: translate(0px, 0px);
  }
}
@-o-keyframes slidein { /* Opera */
  from {
    opacity: 0;
    -ms-transform: translate(0px, 50px); /* IE 9 */
    -webkit-transform: translate(0px, 50px); /* Safari */
    transform: translate(0px, 50px);
  }
  to {
    opacity: 1;
    -ms-transform: translate(0px, px); /* IE 9 */
    -webkit-transform: translate(0px, 0px); /* Safari */
    transform: translate(0px, 0px);
  }
}
.pricing {
  width: 100%;
  border-bottom: 1px solid #f6f6f6;
}
.pricing:before, .pricing:after {
  content: "";
  display: table;
}
.pricing:after {
  clear: both;
}
.pricing .pricing-description {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
  margin-bottom: 30px;
  background: rgba(1, 167, 255, 0.08);
  color: #01A7FF;
  padding: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.pricing .pricing-description p {
  font-size: 16px;
  line-height: 26px;
}
.pricing .pricing-description span {
  color: #00365E;
}
.pricing h2 {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  margin-bottom: 20px;
}
.pricing h2 p {
  color: #8FA0A3;
  margin-bottom: 10px;
}
.pricing h2 .unit {
  font-size: 18px;
}
.pricing h2 .qty p {
  color: #00365E;
}
.pricing h2:nth-child(2) {
  float: right;
  width: 35%;
  text-align: right;
  color: #01A7FF;
}
.pricing h2:nth-child(2) em {
  font-size: 16px;
}
@media (max-width: 700px) {
  .pricing h2 {
    width: 100%;
  }
  .pricing h2:nth-child(2) {
    float: none;
    width: 100%;
    text-align: left;
    font-size: 25px;
    line-height: 31px;
  }
  .pricing .pricing-description {
    width: 100%;
  }
}

.pricing-total {
  text-align: right;
  position: relative;
}
.pricing-total h1 {
  font-size: 36px;
  line-height: 46px;
  font-family: "Calibre Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.pricing-total h1 span {
  font-size: 20px;
}
.pricing-total h2 {
  font-size: 26px;
  line-height: 36px;
  font-family: "Calibre Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.pricing-total h2 span {
  font-size: 14px;
}
.pricing-total p.staged {
  margin-top: 0px;
  position: absolute;
  bottom: 5px;
}
@media (max-width: 700px) {
  .pricing-total {
    text-align: left;
    margin-top: 50px;
  }
  .pricing-total h1 {
    font-size: 42px;
    line-height: 42px;
  }
}

.milestones {
  margin-top: 50px;
}

.image_content {
  padding: 0px !important;
}
.image_content .page-title {
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 10;
}
@media (max-width: 600px) {
  .image_content .page-title {
    top: 22px;
    left: 22px;
  }
}
.image_content .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+66 */
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.image_content .std {
  position: absolute;
  bottom: 35px;
  left: 35px;
  margin-bottom: 0px;
}
.image_content .std h2 {
  margin-bottom: 0px;
}
@media (max-width: 700px) {
  .image_content .std {
    right: 35px;
    width: auto;
  }
  .image_content .std h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 600px) {
  .image_content .std {
    bottom: 22px;
    left: 22px;
    right: 22px;
  }
}
.image_content img {
  width: 100%;
  display: block;
}

.repeatable .pre-title {
  margin-bottom: 10px;
}
.repeatable h2 {
  margin-bottom: 10px;
}

.sign {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  /* Convert opacity values */
  /* Set opacity value */
  opacity: 0;
  filter: alpha(opacity=0);
  /* Check visibility */
  /* If visible is true, set visibility value as visible */
  visibility: hidden;
  background: rgba(1, 167, 255, 0.8);
  position: fixed;
  height: 100%;
  width: 100vw;
  z-index: 99;
  top: 0px;
  left: 0px;
  z-index: 99;
  display: flex;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
}
.sign .sign-middle {
  position: relative;
  width: 100%;
  max-width: 460px;
  height: 100%;
  max-height: 510px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 480px), (max-height: 520px) {
  .sign .sign-middle {
    height: auto;
    max-height: none;
  }
}
.sign .sign-middle h2 {
  margin-bottom: 20px;
}
.sign .sign-middle p {
  margin-bottom: 20px;
}
.sign .sign-middle .signature {
  border: 1px dotted #01A7FF;
  margin-bottom: 15px;
}
.sign .sign-close {
  position: absolute;
  right: -50px;
  top: 25px;
}
@media (max-width: 660px) {
  .sign .sign-close {
    position: absolute;
    right: 25px;
    top: 25px;
  }
  .sign .sign-close::before, .sign .sign-close::after {
    background: #01A7FF;
  }
}
.sign.active {
  /* Convert opacity values */
  /* Set opacity value */
  opacity: 1;
  filter: alpha(opacity=100);
  /* Check visibility */
  /* If visible is true, set visibility value as visible */
  visibility: visible;
}
.sign.active .sign-middle {
  animation: slidein 1.2s;
  -moz-animation: slidein 1.2s; /* Firefox */
  -webkit-animation: slidein 1.2s; /* Safari and Chrome */
  -o-animation: slidein 1.2s; /* Opera */
}

.signature-wrapper {
  position: relative;
}
.signature-wrapper .signature-clear {
  position: absolute;
  right: 0px;
  top: -20px;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
}

@keyframes slidein {
  from {
    opacity: 0;
    -ms-transform: translate(0px, 50px); /* IE 9 */
    -webkit-transform: translate(0px, 50px); /* Safari */
    transform: translate(0px, 50px);
  }
  to {
    opacity: 1;
    -ms-transform: translate(0px, 0px); /* IE 9 */
    -webkit-transform: translate(0px, 0px); /* Safari */
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes slidein { /* Firefox */
  from {
    opacity: 0;
    -ms-transform: translate(0px, 50px); /* IE 9 */
    -webkit-transform: translate(0px, 50px); /* Safari */
    transform: translate(0px, 50px);
  }
  to {
    opacity: 1;
    -ms-transform: translate(0px, 0px); /* IE 9 */
    -webkit-transform: translate(0px, 0px); /* Safari */
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes slidein { /* Safari and Chrome */
  from {
    opacity: 0;
    -ms-transform: translate(0px, 50px); /* IE 9 */
    -webkit-transform: translate(0px, 50px); /* Safari */
    transform: translate(0px, 50px);
  }
  to {
    opacity: 1;
    -ms-transform: translate(0px, 0px); /* IE 9 */
    -webkit-transform: translate(0px, 0px); /* Safari */
    transform: translate(0px, 0px);
  }
}
@-o-keyframes slidein { /* Opera */
  from {
    opacity: 0;
    -ms-transform: translate(0px, 50px); /* IE 9 */
    -webkit-transform: translate(0px, 50px); /* Safari */
    transform: translate(0px, 50px);
  }
  to {
    opacity: 1;
    -ms-transform: translate(0px, 0px); /* IE 9 */
    -webkit-transform: translate(0px, 0px); /* Safari */
    transform: translate(0px, 0px);
  }
}
.quote--text:before {
  content: "“";
  display: block;
  font-family: arial;
  font-size: 145px;
  /* Convert opacity values */
  /* Set opacity value */
  opacity: 0.52;
  filter: alpha(opacity=52);
  /* Check visibility */
  /* If visible is true, set visibility value as visible */
  visibility: visible;
}

.quote--profile img {
  width: 76px;
  height: 76px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
}
.quote--profile p {
  display: inline-block;
  vertical-align: top;
  padding: 12px;
}
.quote--profile p span {
  color: #00365E;
}
@media (max-width: 600px) {
  .quote--profile img {
    width: 56px;
    height: 56px;
  }
  .quote--profile p {
    padding: 2px 12px;
  }
}

.profile--default {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.profile--default img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
}
.profile--default p {
  display: inline-block;
  vertical-align: top;
  padding: 10px 24px;
}
.profile--default p span {
  color: #00365E;
}
@media (max-width: 600px) {
  .profile--default img {
    width: 56px;
    height: 56px;
  }
  .profile--default p {
    padding: 0px 12px;
    font-size: 14px;
    line-height: 18px;
  }
}

.roundOf {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* 2 equal columns */
  column-gap: 30px; /* Spacing between items */
  row-gap: 30px;
  align-items: flex-end;
}
.roundOf p {
  font-size: 18px;
}
@media (min-width: 660px) {
  .roundOf {
    grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
    column-gap: 50px; /* Spacing between items */
    row-gap: 50px;
  }
}
.roundOf .image--ratio {
  aspect-ratio: 400/230;
}

.roundOf--name {
  margin: 0 0 20px 0px;
}
.roundOf--name h2 {
  margin-bottom: 30px;
  max-width: 300px;
  width: 100%;
}
.roundOf--name p {
  font-size: 18px;
}

.roundOf--email {
  margin-bottom: 20px;
}

.roundOf--info p {
  color: #00365E;
  margin-bottom: 0;
}
.roundOf--info a {
  border-bottom: none;
  color: #00365E;
}

.logo--list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
}
.logo--list .logo--list--item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #8FA0A3;
  border-radius: 8px;
  overflow: hidden;
  width: 112px;
  height: 81px;
}
.logo--list .logo--list--item img {
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .logo--list .logo--list--item {
    width: 50%;
  }
}

.quote--text--clients {
  padding-top: 50px;
}

.quote--profile--clients p {
  padding: 0px;
}

.clients-section p.pre-title {
  color: #01A7FF;
}

.proposal-content .proposal-page .proposal-page-inner.sustainable {
  background-color: #1A5A57;
}
.proposal-content .proposal-page .proposal-page-inner.sustainable .fg {
  color: #26D3B5;
}
.proposal-content .proposal-page .proposal-page-inner.sustainable .white {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .proposal-content .proposal-page .proposal-page-inner.sustainable .intro {
    max-width: 40%;
  }
}
.proposal-content .proposal-page .proposal-page-inner.sustainable .tag {
  background: #26D3B5;
  color: #ffffff;
}
.proposal-content .proposal-page .proposal-page-inner.sustainable .methods {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.proposal-content .proposal-page .proposal-page-inner.sustainable .methods .col {
  flex: 1;
}
.proposal-content .proposal-page .proposal-page-inner.sustainable .methods .content {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.proposal-content .proposal-page .proposal-page-inner.sustainable .methods .content img {
  max-width: 100%;
}
.proposal-content .proposal-page .proposal-page-inner.sustainable .methods .content .text {
  color: #1A5A57;
  padding: 30px;
}
.proposal-content .proposal-page .proposal-page-inner.sustainable .methods .content .text p {
  font-size: 16px;
}
.proposal-content .proposal-page .proposal-page-inner.sustainable .methods .content .text strong {
  color: #26D3B5;
  display: block;
  padding-bottom: 10px;
}
.proposal-content .proposal-page .proposal-page-inner.sustainable .methods .btn.sustainable {
  border: 1px solid #26D3B5;
  color: #26D3B5;
  border-radius: 8px;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  padding: 0 15px;
}
.proposal-content .proposal-page .proposal-page-inner.sustainable .methods .btn {
  margin-bottom: 25px;
}

.next-steps {
  list-style: auto;
  list-style-position: inside;
  font-size: 24px;
}
@media (min-width: 800px) {
  .next-steps {
    font-size: 30px;
  }
}

.services--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* 2 equal columns */
  column-gap: 50px; /* Spacing between items */
  row-gap: 50px;
}
.services--grid .sub--title {
  color: #01A7FF;
  max-width: 300px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}
.services--grid p {
  font-size: 18px;
}
@media (min-width: 660px) {
  .services--grid {
    grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
  }
}

.services--img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 30px;
}
.services--img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: block;
}
.services--img div {
  aspect-ratio: 440/300;
}
.services--img.services--1 div:nth-child(1) {
  grid-area: 1/1/3/3;
  aspect-ratio: 910/415;
}
.services--img.services--2 div:nth-child(1) {
  grid-area: 1/1/3/2;
  aspect-ratio: 440/300;
}
.services--img.services--2 div:nth-child(2) {
  grid-area: 1/2/3/3;
  aspect-ratio: 440/300;
}
.services--img.services--3 div:nth-child(1) {
  grid-area: 1/1/2/2;
  aspect-ratio: 440/235;
}
.services--img.services--3 div:nth-child(2) {
  grid-area: 2/1/3/2;
  aspect-ratio: 440/235;
}
.services--img.services--3 div:nth-child(3) {
  grid-area: 1/2/3/3;
}
@media (min-width: 800px) {
  .services--img {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

.case-studies-section .botton-container {
  display: flex;
  margin-top: 40px;
}
.case-studies-section .slick-arrow {
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #01A7FF;
  border-radius: 8px;
  transition: background-color 0.3s;
  cursor: pointer;
  user-select: none;
}
.case-studies-section .slick-arrow svg path {
  stroke: #01A7FF;
}
.case-studies-section .slick-arrow:hover {
  background-color: #01A7FF;
}
.case-studies-section .slick-arrow:hover svg path {
  stroke: #ffffff;
}
.case-studies-section .slick-arrow.slick-disabled {
  background-color: #8FA0A3;
  border-color: #8FA0A3;
}
.case-studies-section .slick-arrow.slick-disabled svg path {
  stroke: #ffffff;
}
.case-studies-section .slick-arrow.arrow-prev-cus svg {
  transform: rotate(180deg);
}
.case-studies-section .gallery .item .inner {
  padding-right: 30px;
  border-radius: 8px;
  overflow: hidden;
  width: 336px;
  height: 229px;
  position: relative;
}
.case-studies-section .gallery > div:last-child .inner {
  padding-right: 0;
}
.case-studies-section .case-studies img {
  width: 100%;
  height: 100%; /* Ensures the image fills the container */
  object-fit: cover; /* Ensures the image covers the container */
  object-position: center center; /* Centers the image */
  border-radius: 8px;
}

.team-section .team-container {
  margin-top: 85px;
  padding-left: 40px;
  position: relative;
  overflow: hidden;
  /** Left Vertical Line **/
}
.team-section .team-container .large-blue-line {
  border-left: 1px solid #01A7FF;
  position: absolute;
  top: -65px;
  left: 0;
  height: calc(100% - 84px);
}
.team-section .team-container .row {
  display: flex;
  column-gap: 24px;
  padding-bottom: 24px;
  flex-wrap: wrap;
}
.team-section .team-container .row .team-member {
  position: relative;
  height: 190px;
  /** Name and Role **/
}
.team-section .team-container .row .team-member .info {
  padding: 10px;
  text-align: center;
  height: 50px;
}
.team-section .team-container .row .team-member .blue-line {
  border-top: 1px solid #01A7FF;
  width: 100%;
  position: absolute;
  top: 65px;
  left: -100px;
}
.team-section .team-container .row .team-member .img-container {
  width: 274px; /* Desired width */
  height: 130px; /* Desired height */
  overflow: hidden; /* Ensures the image doesn't spill out */
  position: relative;
  border-radius: 8px;
  z-index: 10;
}
.team-section .team-container .row .team-member .img-container img {
  width: 100%; /* Ensure the image scales */
  height: 100%; /* Ensure the image scales */
  object-fit: cover; /* Ensures the image covers the container */
  object-position: center; /* Centers the image */
}

/*# sourceMappingURL=main.css.map */
