/*16,17,36*/
/*244, 156, 118*/
/*112,112,112*/
/*
@tablet:    ~"only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)";
@tabletp:   ~"only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)";
*/
@media only screen and (max-width:767px) {
  #desktop,
  #ipad {
    display: none;
  }
  #mobile {
    display: block;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1100px) {
  #desktop,
  #mobile {
    display: none;
  }
  #ipad {
    display: block;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1100px) {
  #desktop,
  #mobile {
    display: none;
  }
  #ipad {
    display: block;
  }
}
@media only screen and (min-width: 1100px) {
  #mobile,
  #ipad {
    display: none;
  }
  #desktop {
    display: block;
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clr,
.clear {
  clear: both;
}
a {
  text-decoration: none;
  color: inherit;
  text-align: left;
  outline: none;
}
table,
tr,
td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
p,
h1,
h2,
h3,
h4,
ul,
li,
img,
input {
  text-align: left;
  float: left;
  font-weight: normal;
}
b,
strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
input,
textarea {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 9px 0;
  font-size: 13px;
}
button {
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
a::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}
ul,
li {
  list-style: none;
}
header,
footer {
  float: left;
  width: 100%;
}
html.stop_scroll,
body.stop_scroll {
  overflow: hidden !important;
  height: 100%;
}
body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: white;
  color: #707070;
}
body.stop_scroll {
  overflow: hidden !important;
}
body.active {
  background: #4D4846;
}
#main {
  width: 100%;
  text-align: center;
  position: relative;
  float: left;
}
.container {
  display: inline-block;
  position: relative;
  vertical-align: top;
  max-width: 100%;
  width: 1100px;
}
@media only screen and (max-width:767px) {
  .container {
    width: 90%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1100px) {
  .container {
    width: 700px;
  }
}
.front_hide {
  visibility: hidden;
  position: fixed;
  width: 1px;
  height: 1px;
  opacity: 0;
  left: -500px;
  top: -500px;
}
.space55 {
  float: left;
  width: 100%;
  height: 55px;
}
.space30 {
  float: left;
  width: 100%;
  height: 30px;
}
.space25 {
  float: left;
  width: 100%;
  height: 25px;
}
.space20 {
  float: left;
  width: 100%;
  height: 20px;
}
.full-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  z-index: 99999999999;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-container--default {
  width: 100% !important;
  float: left;
  /* Textbox */
  /**
     * Dropdown
     */
  /**
     * Options
     */
  /**
     * Focused textbox
     */
  /**
     * Disabled textbox
     */
}
.select2-container--default ::placeholder {
  color: inherit;
}
.select2-container--default .select2-selection {
  background: none;
  outline: 0;
  touch-action: manipulation;
  box-shadow: none;
  border: none;
  width: 100%;
  transition: all 0.3s;
  font-size: 11px;
  line-height: 1.2em;
  height: auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.select2-container--default .select2-selection.select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
  border-radius: 0;
  padding: 5px;
}
.select2-container--default.select2-container--open .select2-selection__arrow:before {
  content: "\f077" !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  float: left;
  padding: 0 0 0 15px;
  width: 100%;
  text-align: left;
  height: 40px;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #4D4D4F;
  line-height: 40px;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  float: right;
  top: 12px !important;
  right: 10px !important;
  width: 13px !important;
  height: 10px !important;
  position: absolute;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-size: 11px;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
}
.select2-container--default .select2-selection--multiple {
  float: left;
  /**
         * Multiple selected options
         */
  /**
         * Multiple selected option clear button
         */
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  background-color: #dedede;
  color: rgba(0, 0, 0, 0.87);
  margin: 2px 0;
  font-size: 0;
  white-space: nowrap;
  /* @extend .mdl-chip__text */
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  /* Hide default content */
  font-size: 0;
  opacity: 0.38;
  cursor: pointer;
  float: right;
  margin-top: 4px;
  margin-right: -6px;
  margin-left: 6px;
  transition: opacity;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove::before {
  content: "x";
  /* @extend .material-icons */
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: #000;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.54;
}
.select2-container--default .select2-search--inline .select2-search__field {
  width: 100%;
  margin-top: 0;
  /* Match input[type=text] */
  height: 34px;
  line-height: 1;
}
.select2-container--default .select2-dropdown {
  margin: 0px 0 0 0;
  border: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  /*width: auto !important;*/
  /*&.season_filter_select{
            width: 180px !important;
        }
        &.year_filter_select{
            width: 100px !important;
        }*/
}
.select2-container--default .select2-dropdown .select2-search__field {
  min-height: 2.1rem;
  margin-bottom: 0;
  border: 0;
  transition: all 0.3s;
  padding: 9px 15px;
  height: 38px;
}
.select2-container--default .select2-results__options {
  /* @extend .zf-shadow-depth* */
  width: 100%;
  max-height: 225px;
  overflow-y: auto;
}
.select2-container--default .select2-results__options--above {
  /*top: 50px;*/
}
.select2-container--default .select2-results__options--below {
  /*top: -50px;*/
}
.select2-container--default .select2-results__option {
  /* @extend .dropdown-content li */
  cursor: pointer;
  clear: both;
  width: 100%;
  text-align: left;
  padding: 8px 35px 8px 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #4D4D4F;
  /**
         * Disabled options
         */
  /**
         * Selected option
         */
  /**
         * Active/hovered option
         */
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  /* @extend .select-dropdown li.disabled */
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent !important;
  cursor: context-menu;
  /* @extend .disabled */
  cursor: not-allowed;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  /* @extend .dropdown-content li:active, .dropdow-content li:hover */
  background-color: #c1c1c1;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #011E41;
  color: white;
}
.select2-container--default.select2-container--disabled .select2-selection {
  /* @extend .select-wrapper input.select-dropdown:disabled */
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  user-select: none;
}
.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection {
  box-shadow: none;
}
.body-page-contact .select2-dropdown {
  width: 392px !important;
}
.why_here .select2-selection--single .select2-selection__rendered {
  font-size: 11px;
  border-bottom: 1px solid black;
  padding-bottom: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #4d4d4f;
}
.select2-search--dropdown {
  padding: 0;
}
.page_header {
  background: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 15px 0;
  z-index: 9999;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #4D4846;
}
.page_header.sticky {
  padding: 10px 0;
  background: rgba(77, 72, 70, 0.8);
}
.page_header.sticky .logo {
  width: 100px;
}
.page_header .logo {
  float: left;
  width: 130px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  z-index: 9999999;
}
.page_header .logo img {
  width: 100%;
}
.mp_banner {
  float: left;
  width: 100%;
  position: relative;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0;
  margin-top: 92px;
}
.mp_banner:before {
  background: #4d4846;
  background: -moz-linear-gradient(270deg, rgba(77, 72, 70, 0.4) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(270deg, rgba(77, 72, 70, 0.4) 0%, #ffffff 100%);
  background: linear-gradient(270deg, rgba(77, 72, 70, 0.4) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00aded", endColorstr="#ffffff", GradientType=1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  content: "";
}
.mp_banner .container {
  z-index: 2;
}
.mp_banner .mp_banner_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.mp_banner .mp_banner_content .text {
  width: 60%;
}
.mp_banner .mp_banner_content .text h1 {
  font-size: 34px;
  line-height: 1.2em;
  width: 90%;
  color: #4D4846;
}
.mp_banner .mp_banner_content .text p {
  font-size: 20px;
  line-height: 1.4em;
  width: 78%;
  margin-top: 30px;
  color: #4D4846;
}
.mp_banner .mp_banner_content .text h3 {
  font-size: 18px;
  line-height: 1.2em;
  width: 100%;
  color: #4D4846;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-top: 20px;
}
.mp_banner .mp_banner_content .text ul {
  width: 100%;
  margin-top: 20px;
}
.mp_banner .mp_banner_content .text ul li {
  position: relative;
  padding-left: 35px;
  width: 100%;
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.2em;
  align-items: center;
  color: #4D4846;
}
.mp_banner .mp_banner_content .text ul li svg {
  width: 25px;
  position: absolute;
  left: 0;
  top: 0;
}
.mp_banner .mp_banner_content .text .btn {
  float: left;
  margin-top: 40px;
  background: #f49c76;
  color: white;
  padding: 15px 25px;
  font-size: 16px;
}
.mp_banner .mp_banner_content .text .btn:hover {
  background: #4D4846;
}
.mp_banner .mp_banner_content .banner-form {
  padding: 35px;
  width: 43%;
  background: #4D4846;
}
.mp_banner .mp_banner_content .banner-form.banner-form-steps-wrap {
  background: #18233e;
}
.mp_banner .mp_banner_content .banner-form .banner-form-steps {
  float: left;
  width: 100%;
}
.mp_banner .mp_banner_content .banner-form .banner-form-steps .step {
  display: none;
  width: 100%;
  float: left;
}
.mp_banner .mp_banner_content .banner-form .banner-form-steps .step.active {
  display: block;
}
.mp_banner .mp_banner_content .banner-form h2 {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 30px;
  line-height: 1.25em;
}
.mp_banner .mp_banner_content .banner-form h5 {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 1.25em;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  float: left;
  margin-top: 15px;
}
.mp_banner .mp_banner_content .banner-form ul {
  padding: 10px;
  width: 90%;
}
.mp_banner .mp_banner_content .banner-form ul li {
  color: #fff;
  list-style: disc;
  clear: left;
  font-size: 14px;
  margin-top: 15px;
  line-height: 21px;
}
.mp_banner .mp_banner_content .banner-form .nice-select ul li {
  color: #707070;
}
.mp_banner .mp_banner_content .banner-form .btn {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  height: 55px;
  background: #f49c76;
  color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 20px 0 0 0;
  text-transform: uppercase;
  line-height: 55px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}
.mp_banner .mp_banner_content .banner-form .btn:hover {
  background: white;
  color: #f49c76;
}
.mp_banner .mp_banner_content .banner-form .text_footer {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.mp_banner .mp_banner_content .banner-form .text_footer p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: white;
  font-size: 14px;
  margin-top: 15px;
}
.mp_banner .mp_banner_content .banner-form .text_footer p img {
  margin-right: 10px;
  width: 35px;
}
.mp_banner .mp_banner_content .banner-form .text_footer p.l {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.mp_banner .mp_banner_content .banner-form .iti {
  width: 100%;
  float: left;
}
.mp_banner .mp_banner_content .banner-form .iti__country {
  width: 100%;
}
.mp_banner .mp_banner_content .banner-form form {
  float: left;
  width: 100%;
}
.mp_banner .mp_banner_content .banner-form form .form_block {
  float: left;
  width: 48%;
  margin: 18px 0 0 0;
  position: relative;
  z-index: 1;
}
.mp_banner .mp_banner_content .banner-form form .form_block.zindex_up {
  z-index: 2;
}
.mp_banner .mp_banner_content .banner-form form .form_block.right {
  float: right;
}
.mp_banner .mp_banner_content .banner-form form .form_block.full {
  width: 100% !important;
}
.mp_banner .mp_banner_content .banner-form form .form_block input {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(16, 17, 36, 0.1);
  color: #55585a;
  font-size: 14px;
  line-height: 21px;
  padding: 12px 15px;
}
.mp_banner .mp_banner_content .banner-form form .form_block input:focus {
  box-shadow: none;
  border-bottom: 1px solid #4D4846;
  outline: none;
}
.mp_banner .mp_banner_content .banner-form form .form_block input:required {
  box-shadow: none;
}
.mp_banner .mp_banner_content .banner-form form .form_block input:-moz-read-only {
  /* For Firefox */
  background-color: white;
}
.mp_banner .mp_banner_content .banner-form form .form_block input:read-only {
  background-color: white;
}
.mp_banner .mp_banner_content .banner-form form .form_block textarea {
  width: 100%;
  background: rgba(16, 17, 36, 0.04);
  height: 145px;
  float: left;
  color: #55585a;
  font-size: 14px;
  line-height: 21px;
  padding: 13px 17px;
  margin-top: 10px;
  resize: none;
}
.mp_banner .mp_banner_content .banner-form form .form_block .nice-select {
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(16, 17, 36, 0.1);
  background: none;
  color: #55585a;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 42px;
  line-height: 44px;
  padding-left: 0;
  z-index: 10;
}
.mp_banner .mp_banner_content .banner-form form .form_block .nice-select.white {
  background: white;
  padding-left: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mp_banner .mp_banner_content .banner-form form .form_block .nice-select .list {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 0;
}
.mp_banner .mp_banner_content .banner-form form .form_block .nice-select .list li {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 35px;
}
.mp_banner .mp_banner_content .banner-form form .form_block .nice-select .list .selected {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.mp_banner .mp_banner_content .banner-form form .form_block .nice-select.purpose_drop_down {
  margin-top: 10px;
}
.mp_banner .mp_banner_content .banner-form form button {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  height: 55px;
  background: #4D4846;
  color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 20px 0 0 0;
  text-transform: uppercase;
  line-height: 55px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}
.mp_banner .mp_banner_content .banner-form form button:hover {
  background: #f49c76;
}
.mp_banner .mp_banner_content .banner-form form .form_success {
  float: left;
  width: 100%;
  background: #4D4846;
  padding: 15px 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: white;
  text-align: left;
  margin: 20px 0 0 0;
  font-size: 16px;
  line-height: 22px;
  display: none;
}
.mp_banner .mp_banner_content .banner-form .form_success {
  float: left;
  width: 100%;
  display: none;
  margin-top: 30px;
  background: none;
}
.mp_banner .mp_banner_content .banner-form .form_success h3 {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 24px;
  line-height: 1.25em;
}
.mp_banner .mp_banner_content .banner-form .bottom_text {
  color: white;
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  width: 100%;
  margin-top: 30px;
}
.mp_banner .mp_banner_content .banner-form .form {
  width: 100%;
  float: left;
  margin-top: 25px;
}
.mp_banner .mp_banner_content .banner-form .form .form_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.mp_banner .mp_banner_content .banner-form .form .form_block {
  margin-top: 15px;
}
.mp_banner .mp_banner_content .banner-form .form .form_block label {
  width: 100%;
  font-size: 15px;
  color: white;
  text-align: left;
  line-height: 1.2em;
  float: left;
  margin-bottom: 9px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.mp_banner .mp_banner_content .banner-form .form .form_block input {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.mp_banner .mp_banner_content .banner-form .form .form_block .dropdown_wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
.mp_banner .mp_banner_content .banner-form .form .form_block .dropdown_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: none;
  border-bottom: 1px solid rgba(16, 17, 36, 0.1);
  padding-left: 15px;
  line-height: 46px;
  font-size: 13px;
}
.mp_banner .mp_banner_content .banner-form .form .form_block .dropdown_wrap .select2-container .select2-selection--single .select2-selection__rendered {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: white;
  height: 46px;
}
.mp_banner .mp_banner_content .banner-form .form .form_block .dropdown_wrap .select2-container--default .select2-selection--single .select2-selection__arrow,
.mp_banner .mp_banner_content .banner-form .form .form_block .dropdown_wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px !important;
  top: 17px !important;
}
.mp_banner .mp_banner_content .banner-form .form button {
  margin-top: 20px;
  float: right;
  background: #f49c76;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: white;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  height: 48px;
  line-height: 48px;
}
.lp_featured_development {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.lp_featured_development h2 {
  color: #4D4846;
  font-size: 34px;
  width: 100%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 50px;
  padding: 0 10%;
}
.lp_featured_development .image {
  float: left;
  position: relative;
  width: 54%;
  margin-top: 10px;
}
.lp_featured_development .image .tag {
  position: absolute;
  left: 0;
  top: 0;
  background: #f49c76;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  padding: 8px 13px;
  z-index: 2;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.lp_featured_development .image img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.lp_featured_development .text {
  float: right;
  width: 42%;
}
.lp_featured_development .text h3 {
  color: #f49c76;
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.lp_featured_development .text .btn {
  float: left;
  margin-top: 40px;
  background: #f49c76;
  color: white;
  padding: 15px 25px;
  font-size: 16px;
}
.lp_featured_development .text .btn:hover {
  background: #4D4846;
}
.lp_featured_development .text ul {
  width: 100%;
}
.lp_featured_development .text ul li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 13px;
  font-size: 16px;
  line-height: 1.2em;
  align-items: center;
  color: #55585a;
  position: relative;
  padding-bottom: 15px;
}
.lp_featured_development .text ul li:after {
  position: absolute;
  right: 0;
  width: calc(100% - 40px);
  content: "";
  background: #e9e9e9;
  height: 1px;
  bottom: 0;
}
.lp_featured_development .text ul li svg {
  width: 20px;
  margin-right: 20px;
}
.lp_why_ahr {
  width: 100%;
  float: left;
  margin-top: 80px;
}
.lp_why_ahr h2 {
  width: 100%;
  text-align: center;
  color: #4D4846;
  font-size: 34px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.lp_why_ahr h3 {
  width: 100%;
  text-align: center;
  color: #f49c76;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-top: 30px;
}
.lp_why_ahr .btn {
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  background: #f49c76;
  color: white;
  padding: 15px 25px;
  font-size: 16px;
}
.lp_why_ahr .btn:hover {
  background: #4D4846;
}
.lp_why_ahr .reasons_blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  float: left;
}
.lp_why_ahr .reasons_blocks .block {
  width: 32%;
}
.lp_why_ahr .reasons_blocks .block img {
  width: 100%;
  margin-bottom: 25px;
}
.lp_why_ahr .reasons_blocks .block h4 {
  color: #4D4846;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  text-align: center;
}
.lp_download_knowledge_pack {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.lp_download_knowledge_pack .wrap {
  float: left;
  width: 100%;
  padding: 50px 50px;
  background: #4D4846;
}
.lp_download_knowledge_pack .wrap .left {
  float: left;
  width: 40%;
}
.lp_download_knowledge_pack .wrap .left h3 {
  color: white;
  font-size: 28px;
  line-height: 1.4em;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.lp_download_knowledge_pack .wrap .left h4 {
  font-size: 18px;
  color: white;
  margin-top: 25px;
  line-height: 1.4em;
}
.lp_download_knowledge_pack .wrap .left ul {
  width: 100%;
  margin-top: 10px;
  padding: 10px 0 0 0;
}
.lp_download_knowledge_pack .wrap .left ul li {
  clear: left;
  font-size: 16px;
  margin-top: 17px;
  color: white;
}
.lp_download_knowledge_pack .wrap .left .btn {
  float: left;
  margin-top: 40px;
  background: #f49c76;
  color: white;
  padding: 15px 25px;
  font-size: 16px;
}
.lp_download_knowledge_pack .wrap .right {
  float: right;
  width: 55%;
}
.lp_download_knowledge_pack .wrap .right img {
  width: 100%;
}
.our_promise {
  margin-top: 70px;
  width: 100%;
  float: left;
}
.our_promise .promose_wrap {
  float: left;
  width: 100%;
}
.our_promise .promose_wrap h2 {
  width: 100%;
  text-align: center;
  color: #4D4846;
  font-size: 34px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.our_promise .promose_wrap p {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}
.our_promise .promose_wrap .btn {
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  background: #f49c76;
  color: white;
  padding: 15px 25px;
  font-size: 16px;
}
.our_promise .promose_wrap .btn:hover {
  background: #4D4846;
}
.page_footer {
  background: #4D4846;
  width: 100%;
  float: left;
  margin-top: 70px;
  padding: 50px 0;
}
.page_footer .footer_content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.page_footer .footer_content img {
  width: 200px;
}
.page_footer .footer_content p {
  color: white;
  font-size: 16px;
}
@media only screen and (max-width:767px) {
  .mp_banner.mp_banner_2 {
    padding: 30px 0;
  }
  .mp_banner.mp_banner_2 .mp_banner_content .banner-form {
    width: 100%;
  }
  .mp_banner .mp_banner_content .banner-form ul {
    width: 100%;
    padding-right: 0;
  }
  .mp_banner .mp_banner_content .banner-form ul li {
    font-size: 13px;
    margin-top: 13px;
    line-height: 19px;
  }
  .mp_banner .mp_banner_content .banner-form .btn {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
  }
  .mp_banner .mp_banner_content .banner-form .text_footer p {
    font-size: 12px;
  }
  .mp_banner .mp_banner_content .banner-form .text_footer p.l {
    display: table;
    font-size: 14px;
  }
  .mp_banner.mp_banner_2 .mp_banner_content .text {
    padding-top: 0;
  }
  .mp_banner.mp_banner_2 .mp_banner_content .text h1 {
    font-size: 20px;
  }
  .mp_banner.mp_banner_2 .mp_banner_content .text p {
    font-size: 14px;
  }
  .mp_banner .mp_banner_content .banner-form form .form_block .nice-select span.current {
    font-size: 12px;
  }
  .mp_banner .mp_banner_content .banner-form form .form_block .nice-select .list li {
    font-size: 12px;
  }
  .mp_banner .mp_banner_content .text {
    width: 100%;
  }
  .mp_banner .mp_banner_content .banner-form {
    width: 100%;
    margin-top: 30px;
    padding: 20px;
  }
  .mp_banner {
    padding: 50px 0;
  }
  .mp_banner .mp_banner_content .text h1 {
    font-size: 28px;
  }
  .mp_banner .mp_banner_content .text p {
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
  }
  .mp_banner .mp_banner_content .text ul li {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    margin-top: 20px;
  }
  .mp_banner .mp_banner_content .text ul li svg {
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
  }
  .mp_banner .mp_banner_content .banner-form h2,
  .mp_banner.mp_banner_2 .mp_banner_content .banner-form h2 {
    font-size: 20px;
  }
  .mp_banner .mp_banner_content .banner-form .form {
    margin-top: 15px;
  }
  .mp_banner .mp_banner_content .banner-form .form .form_block {
    width: 100%;
  }
  .lp_featured_development .image,
  .lp_featured_development .text,
  .lp_breakdown_pdfs .left,
  .lp_breakdown_pdfs .right,
  .lp_why_ahr .property_portfolios ul li,
  .lp_why_ahr .text .t2,
  .lp_why_ahr .text .t3 {
    width: 100%;
  }
  .lp_featured_development h2 {
    padding: 0;
    font-size: 24px;
  }
  .lp_why_ahr h2 {
    font-size: 24px;
  }
  .lp_why_ahr .reasons_blocks {
    margin-top: 0;
  }
  .lp_why_ahr .reasons_blocks .block img {
    margin-bottom: 15px;
  }
  .lp_why_ahr .reasons_blocks .block {
    width: 100%;
    margin-top: 40px;
  }
  .lp_featured_development .text,
  .lp_breakdown_pdfs .right {
    margin-top: 30px;
  }
  .lp_featured_development .text ul li svg {
    width: 15px;
    margin-right: 10px;
  }
  .lp_featured_development .text ul li {
    font-size: 14px;
  }
  .lp_why_ahr .text .t3 .t {
    padding-left: 0;
  }
  .lp_why_ahr .text .t3 img {
    width: 38%;
  }
  .lp_past_developments .left {
    padding-left: 0;
    width: 55%;
  }
  .lp_past_developments .right {
    width: 45%;
    padding-right: 0;
  }
  .lp_past_developments .left ul li svg {
    font-size: 15px;
    margin-right: 10px;
  }
  .lp_past_developments .left ul {
    margin-top: 0;
  }
  .lp_past_developments .left ul li {
    font-size: 15px;
    margin-top: 15px;
  }
  .lp_download_knowledge_pack .wrap {
    padding: 30px 20px;
  }
  .lp_download_knowledge_pack .wrap .left {
    width: 100%;
    margin-top: 0;
  }
  .lp_download_knowledge_pack .wrap .right {
    margin-top: 20px;
    width: 100%;
  }
  .our_promise .promose_wrap p {
    font-size: 15px;
    line-height: 20px;
  }
  .page_footer .footer_content {
    flex-direction: column;
  }
  .page_footer .footer_content p {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    font-size: 13px;
  }
  .lp_download_knowledge_pack .wrap .left h3,
  .our_promise .promose_wrap h2 {
    font-size: 24px;
  }
  .lp_download_knowledge_pack .wrap .left h4 {
    margin-top: 15px;
    font-size: 15px;
  }
}
.page_row_text h1,
.page_row_text h2,
.page_row_text h3,
.page_row_text h4,
.page_row_text h5,
.page_row_text h6 {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 30px;
}
.page_row_text p,
.page_row_text ul {
  margin-top: 20px;
  width: 100%;
  float: left;
}
.page_row_text p,
.page_row_text li {
  font-size: 15px;
  line-height: 19px;
}
.page_row_text ul {
  padding-left: 20px;
}
.page_row_text ul li {
  list-style: disc;
  clear: left;
}
.page_row_text ol {
  padding-left: 20px;
}
.page_row_text ol li {
  list-style: decimal;
  clear: left;
}
.page_row_text h2.text_section_heading {
  color: #F49C76;
  font-size: 26px;
  line-height: 33px;
}
.disclaimer {
  float: left;
  width: 100%;
  background: #747474;
  padding: 15px 0;
}
.disclaimer p {
  font-size: 12px;
  width: 100%;
  line-height: 15px;
  color: white;
}
