/*
 * Theme Name: Money Brilliant
 * Theme URI: http://moneybrilliant.com.au
 * Description: A custom WordPress theme built by Substrate Digital and designed by the team at Money Brilliant.
 * Version: 2.0
 * Author: Andrew Brown (@mstrbrwn)
 * Author URI: http://substrate.digital

 GitHub Theme URI: https://github.com/mstrbrwn/sd-mb-website.git
 GitHub Branch:    master
 */
/*------------------------------------*    MAIN
\*------------------------------------*/
/* global box-sizing */
*, *:after,
*:before {
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

body {
  font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0; }

/*------------------------------------*    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative; }

/* header */
/* logo */
/* nav */
/* sidebar */
/* footer */
/*------------------------------------*    PAGES
\*------------------------------------*/
/*------------------------------------*    IMAGES
\*------------------------------------*/
/*------------------------------------*	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'Font-Name';
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------------------*    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*    MISC
\*------------------------------------*/
/*------------------------------------*    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.bgc-prp {
  background-color: #b63965 !important; }

.brd-prp {
  border-color: #b63965 !important; }

.icn-prp i {
  color: #b63965; }

.txt-prp, a.txt-prp, .txt-prp p {
  color: #b63965 !important; }

.btn-prp, .btn-prp a {
  background: #b63965 !important;
  color: #FFF !important; }

.bgc-grn {
  background-color: #85b8aa !important; }

.brd-grn {
  border-color: #85b8aa !important; }

.icn-grn i {
  color: #85b8aa; }

.txt-grn, a.txt-grn, .txt-grn p {
  color: #85b8aa !important; }

.btn-grn, .btn-grn a {
  background: #85b8aa !important;
  color: #FFF !important; }

.bgc-org {
  background-color: #ed6a62 !important; }

.brd-org {
  border-color: #ed6a62 !important; }

.icn-org i {
  color: #ed6a62; }

.txt-org, a.txt-org, .txt-org p {
  color: #ed6a62 !important; }

.btn-org, .btn-org a {
  background: #ed6a62 !important;
  color: #FFF !important; }

.bgc-ylw {
  background-color: #f8b15b !important; }

.brd-ylw {
  border-color: #f8b15b !important; }

.icn-ylw i {
  color: #f8b15b; }

.txt-ylw, a.txt-ylw, .txt-ylw p {
  color: #f8b15b !important; }

.btn-ylw, .btn-ylw a {
  background: #f8b15b !important;
  color: #FFF !important; }

.bgc-blu {
  background-color: #282e4d !important; }

.brd-blu {
  border-color: #282e4d !important; }

.icn-blu i {
  color: #282e4d; }

.txt-blu, a.txt-blu, .txt-blu p {
  color: #282e4d !important; }

.btn-blu, .btn-blu a {
  background: #282e4d !important;
  color: #FFF !important; }

.bgc-b01 {
  background-color: #008cba !important; }

.brd-b01 {
  border-color: #008cba !important; }

.icn-b01 i {
  color: #008cba; }

.txt-b01, a.txt-b01, .txt-b01 p {
  color: #008cba !important; }

.btn-b01, .btn-b01 a {
  background: #008cba !important;
  color: #FFF !important; }

.bgc-b02 {
  background-color: #e8f8ff !important; }

.brd-b02 {
  border-color: #e8f8ff !important; }

.icn-b02 i {
  color: #e8f8ff; }

.txt-b02, a.txt-b02, .txt-b02 p {
  color: #e8f8ff !important; }

.btn-b02, .btn-b02 a {
  background: #e8f8ff !important;
  color: #FFF !important; }

.bgc-blk {
  background-color: #444444 !important; }

.brd-blk {
  border-color: #444444 !important; }

.icn-blk i {
  color: #444444; }

.txt-blk, a.txt-blk, .txt-blk p {
  color: #444444 !important; }

.btn-blk, .btn-blk a {
  background: #444444 !important;
  color: #FFF !important; }

.bgc-g01 {
  background-color: #646871 !important; }

.brd-g01 {
  border-color: #646871 !important; }

.icn-g01 i {
  color: #646871; }

.txt-g01, a.txt-g01, .txt-g01 p {
  color: #646871 !important; }

.btn-g01, .btn-g01 a {
  background: #646871 !important;
  color: #FFF !important; }

.bgc-g02 {
  background-color: #717477 !important; }

.brd-g02 {
  border-color: #717477 !important; }

.icn-g02 i {
  color: #717477; }

.txt-g02, a.txt-g02, .txt-g02 p {
  color: #717477 !important; }

.btn-g02, .btn-g02 a {
  background: #717477 !important;
  color: #FFF !important; }

.bgc-g03 {
  background-color: #efedec !important; }

.brd-g03 {
  border-color: #efedec !important; }

.icn-g03 i {
  color: #efedec; }

.txt-g03, a.txt-g03, .txt-g03 p {
  color: #efedec !important; }

.btn-g03, .btn-g03 a {
  background: #efedec !important;
  color: #FFF !important; }

.bgc-g04 {
  background-color: #f8f7f7 !important; }

.brd-g04 {
  border-color: #f8f7f7 !important; }

.icn-g04 i {
  color: #f8f7f7; }

.txt-g04, a.txt-g04, .txt-g04 p {
  color: #f8f7f7 !important; }

.btn-g04, .btn-g04 a {
  background: #f8f7f7 !important;
  color: #FFF !important; }

.bgc-wht {
  background-color: #FFFFFF !important; }

.brd-wht {
  border-color: #FFFFFF !important; }

.icn-wht i {
  color: #FFFFFF; }

.txt-wht, a.txt-wht, .txt-wht p {
  color: #FFFFFF !important; }

.btn-wht, .btn-wht a {
  background: #FFFFFF !important;
  color: #FFF !important; }

.btn-wht {
  color: #ed6a62 !important;
  border: 1px solid #ed6a62 !important; }

.btn-wht a {
  color: #ed6a62 !important; }

.grid-wrapper {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 1000;
  top: 1px;
  background-color: rgba(144, 238, 144, 0.15); }

.grid-inner {
  position: relative;
  display: inline-block;
  float: left;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1080px;
  min-height: 100vh; }

.grid-col-wrapper, .grid-row-wrapper {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto; }

.grid-col {
  position: relative;
  display: inline-block;
  float: left;
  float: left;
  width: calc((16.6666666667% * 1) - (60px - (10px * 1)));
  height: 100%;
  border-right: 1px solid lightgreen;
  border-left: 1px solid lightgreen; }

.grid-col-gutter {
  position: relative;
  display: inline-block;
  float: left;
  float: left;
  width: 60px;
  height: 100%;
  border: none;
  background: none; }

.grid-row {
  position: relative;
  display: inline-block;
  float: left;
  float: left;
  width: 100%;
  height: calc(20px / 2);
  border-bottom: 1px dashed lightblue; }

.grid-row:nth-child(even) {
  border-bottom: 1px dashed rgba(0, 128, 0, 0.1) !important; }

.grid-row-gutter {
  background-color: transparent; }

@media only screen and (max-width: 768px) {
  .grid-col {
    width: calc((16.6666666667% * 1) - (30px - (5px * 1))); }
  .grid-col-gutter {
    width: 30px; }
  .mob-btn-wrp {
    display: inline-block !important;
    visibility: visible !important; } }

@media only screen and (max-width: 545px) {
  .grid-col {
    width: calc((16.6666666667% * 1) - (20px - (3px * 1))); }
  .grid-col-gutter {
    width: 20px; } }

.txt-align-left {
  text-align: left !important; }

.txt-align-right {
  text-align: right !important; }

.txt-align-center {
  text-align: center !important; }

.txt-full-w {
  padding: 0 calc((16.6666666667% * 1) - (60px - (10px * 1))); }

.txt-full-w-left {
  padding: 0 calc((16.6666666667% * 2) - (60px - (10px * 2))) 0 0; }


body {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  line-height: 20px;   
}

::selection {
  background: #ed6a62;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #ed6a62;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #ed6a62;
  color: #FFF;
  text-shadow: none; }

.cnt-sct ul {
  position: relative;
  display: inline-block;
  float: left;
  list-style: none;
  margin: -10px 0 20px 0;
  padding: 0;
  width: calc((16.6666666667% * 5) - (60px - (10px * 5)));
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  line-height: 20px;
  color: #717477; }

.cnt-sct ul li {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  padding-left: 30px;
  width: 100%; }

.cnt-sct ul li:before {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  font-family: 'picons';
  content: '\e905'; }

p {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  line-height: 20px;
  color: #717477; }

ol {
  position: relative;
  display: inline-block;
  float: left;
  margin: -10px 0 20px 0;
  padding: 0;
  width: calc((16.6666666667% * 5) - (60px - (10px * 5)));
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  line-height: 20px;
  color: #717477; }

p:last-child {
  margin-bottom: 0 !important; }

strong {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700; }

a {
  color: #ed6a62; }

@media only screen and (max-width: 768px) {
  p {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    line-height: 20px; } }

pre {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: monospace;
  font-size: 14px;
  line-height: 20px; }

pre strong {
  font-family: monospace;
  font-size: 14px;
  line-height: 20px; }

.pre-lbl {
  position: relative;
  display: inline-block;
  float: left;
  width: 100px; }

h1, h2, h3 {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: normal; }

h1 {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  line-height: 40px; }

h1.h1-extra {
  font-family: Museo, Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  line-height: 40px !important; }

.txt-blockHeader, .txt-blockHeader * {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: 700;
  font-family: Museo, Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 34px;
  line-height: 40px !important; }

h2 {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  line-height: 40px; }

.txt-blockHeader_h2, .txt-blockHeader_h2 * {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: normal;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  line-height: 40px; }

h4, h5, h6 {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: normal; }

h4 {
  font-family: Museo, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  line-height: 20px; }

.txt-blockHeader_h4, .txt-blockHeader_h4 * {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: 700;
  font-family: Museo, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  line-height: 20px; }

h5 {
  font-family: Museo, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  line-height: 20px; }

@media only screen and (max-width: 768px) {
  h1 {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    line-height: 30px; }
  h1.h1-extra {
    font-family: Museo, Helvetica, Arial, sans-serif;
	font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    line-height: 30px !important; }
  h2 {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    line-height: 30px; }
  h4 {
    font-family: Museo, Helvetica, Arial, sans-serif;
	font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    line-height: 20px; }
  h5 {
    font-family: Museo, Helvetica, Arial, sans-serif;
	font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    line-height: 20px; } }

.txt-small {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  line-height: 20px; }

.txt-nano {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  line-height: 20px; }

.icn-social {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  border-radius: 40px;
  background-color: #efedec; }

.icn-circle {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  width: 80px;
  height: 80px;
  font-size: 40px;
  text-align: center;
  color: #FFF;
  border-radius: 40px; }

.icn-circle i {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  line-height: 80px; }

.icn-draw {
  display: block; }

.icn-draw-line {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 4px;
  -webkit-box-shadow: 0 -1px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 2px 0px rgba(0, 0, 0, 0.5); }

.icn-draw-cover {
  position: absolute;
  margin: 0;
  padding: 0;
  right: -5px;
  bottom: -1px;
  left: -5px;
  width: auto;
  height: 5px;
  background-color: #FFF; }

@font-face {
  font-family: 'picons';
  src: url("lib/fonts/picons.eot?8qm3eq");
  src: url("lib/fonts/picons.eot?8qm3eq#iefix") format("embedded-opentype"), url("lib/fonts/picons.ttf?8qm3eq") format("truetype"), url("lib/fonts/picons.woff?8qm3eq") format("woff"), url("lib/fonts/picons.svg?8qm3eq#picons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="picon-"], [class*=" picon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'picons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.picon-glasses:before {
  content: "\e91d"; }

.picon-alarm-clock:before {
  content: "\e91e"; }

.picon-thumb-up:before {
  content: "\e91f"; }

.picon-user-confirmed:before {
  content: "\e921"; }

.picon-microwave:before {
  content: "\e922"; }

.picon-tool:before {
  content: "\e92b"; }

.picon-light-bulb:before {
  content: "\e92c"; }

.picon-presentation:before {
  content: "\e92d"; }

.picon-tap-on:before {
  content: "\e92e"; }

.picon-badge:before {
  content: "\e92f"; }

.picon-group:before {
  content: "\e930"; }

.picon-gift:before {
  content: "\e931"; }

.picon-particle:before {
  content: "\e932"; }

.picon-money-moving:before {
  content: "\e918"; }

.picon-cut-card:before {
  content: "\e919"; }

.picon-wallet-with-money:before {
  content: "\e933"; }

.picon-tool-set:before {
  content: "\e934"; }

.picon-binocular:before {
  content: "\e935"; }

.picon-check-list:before {
  content: "\e936"; }

.picon-loop:before {
  content: "\e91c"; }

.picon-list:before {
  content: "\e91b"; }

.picon-scale:before {
  content: "\e91a"; }

.picon-cash-inverse:before {
  content: "\e65f"; }

.picon-eye-closed-inverse:before {
  content: "\e65c"; }

.picon-bill-inverse:before {
  content: "\e65d"; }

.picon-tag-inverse:before {
  content: "\e65e"; }

.picon-check:before {
  content: "\e600"; }

.picon-pencil:before {
  content: "\e601"; }

.picon-calendar:before {
  content: "\e602"; }

.picon-clock:before {
  content: "\e656"; }

.picon-search:before {
  content: "\e603"; }

.picon-button-search:before {
  content: "\e604"; }

.picon-social:before {
  content: "\e900"; }

.picon-eye-open:before {
  content: "\e605"; }

.picon-eye-closed:before {
  content: "\e606"; }

.picon-house:before {
  content: "\e607"; }

.picon-house-2:before {
  content: "\e608"; }

.picon-settings:before {
  content: "\e609"; }

.picon-trash:before {
  content: "\e60a"; }

.picon-no:before {
  content: "\e60b"; }

.picon-delete:before {
  content: "\e60c"; }

.picon-warning-callout:before {
  content: "\e60d"; }

.picon-unavailable:before {
  content: "\e60e"; }

.picon-checklist:before {
  content: "\e60f"; }

.picon-download:before {
  content: "\e610"; }

.picon-upload:before {
  content: "\e611"; }

.picon-button-refresh:before {
  content: "\e612"; }

.picon-arrow-left:before {
  content: "\e613"; }

.picon-arrow-right:before {
  content: "\e614"; }

.picon-lock:before {
  content: "\e657"; }

.picon-refresh:before {
  content: "\e658"; }

.picon-button-plus:before {
  content: "\e615"; }

.picon-button-minus:before {
  content: "\e616"; }

.picon-button-no:before {
  content: "\e617"; }

.picon-thin-check:before {
  content: "\e660"; }

.picon-button-yes:before {
  content: "\e618"; }

.picon-checkbox-off:before {
  content: "\e619"; }

.picon-checkbox-on:before {
  content: "\e61a"; }

.picon-button-caret-left:before {
  content: "\e61b"; }

.picon-button-caret-right:before {
  content: "\e61c"; }

.picon-button-arrow-left:before {
  content: "\e61d"; }

.picon-button-arrow-right:before {
  content: "\e61e"; }

.picon-back-delete:before {
  content: "\e901"; }

.picon-thin-chat-message-comment-bubble:before {
  content: "\e902"; }

.picon-mobile-sms:before {
  content: "\e61f"; }

.picon-mobile-ring:before {
  content: "\e620"; }

.picon-phone-ring:before {
  content: "\e621"; }

.picon-chat:before {
  content: "\e622"; }

.picon-email:before {
  content: "\e623"; }

.picon-mobile:before {
  content: "\e624"; }

.picon-reports:before {
  content: "\e625"; }

.picon-barchart:before {
  content: "\e626"; }

.picon-barchart-up:before {
  content: "\e627"; }

.picon-barchart-down:before {
  content: "\e628"; }

.picon-piechart:before {
  content: "\e903"; }

.picon-linechart-1:before {
  content: "\e629"; }

.picon-linechart-2:before {
  content: "\e62a"; }

.picon-wealth:before {
  content: "\e62b"; }

.picon-money-1:before {
  content: "\e62c"; }

.picon-moneybag:before {
  content: "\e62d"; }

.picon-credit-card:before {
  content: "\e62e"; }

.picon-wallet:before {
  content: "\e62f"; }

.picon-wallet-open:before {
  content: "\e630"; }

.picon-bill:before {
  content: "\e631"; }

.picon-money-2:before {
  content: "\e632"; }

.picon-money-3:before {
  content: "\e633"; }

.picon-piggy-bank:before {
  content: "\e634"; }

.picon-calculator:before {
  content: "\e635"; }

.picon-bank:before {
  content: "\e636"; }

.picon-mobile-money-alert:before {
  content: "\e637"; }

.picon-cash:before {
  content: "\e638"; }

.picon-payment:before {
  content: "\e639"; }

.picon-no-money:before {
  content: "\e63a"; }

.picon-coin-payment:before {
  content: "\e63b"; }

.picon-note-payment:before {
  content: "\e63c"; }

.picon-money-6:before {
  content: "\e63d"; }

.picon-money-5:before {
  content: "\e63e"; }

.picon-money-4:before {
  content: "\e63f"; }

.picon-moneybag-large:before {
  content: "\e640"; }

.picon-loan:before {
  content: "\e641"; }

.picon-atm-cash:before {
  content: "\e642"; }

.picon-atm-card:before {
  content: "\e643"; }

.picon-gold:before {
  content: "\e644"; }

.picon-tag:before {
  content: "\e645"; }

.picon-shopping-coin:before {
  content: "\e646"; }

.picon-shopping:before {
  content: "\e647"; }

.picon-car-1:before {
  content: "\e648"; }

.picon-car-2:before {
  content: "\e649"; }

.picon-location:before {
  content: "\e64a"; }

.picon-location-2:before {
  content: "\e64b"; }

.picon-map:before {
  content: "\e64c"; }

.picon-warning:before {
  content: "\e64d"; }

.picon-button-info:before {
  content: "\e64e"; }

.picon-button-help:before {
  content: "\e64f"; }

.picon-image:before {
  content: "\e650"; }

.picon-padlock:before {
  content: "\e659"; }

.picon-padlock-open:before {
  content: "\e65a"; }

.picon-password:before {
  content: "\e65b"; }

.picon-button-profile-male:before {
  content: "\e651"; }

.picon-button-profile-female:before {
  content: "\e652"; }

.picon-profile-male:before {
  content: "\e653"; }

.picon-profile-female:before {
  content: "\e654"; }

.picon-calculation:before {
  content: "\e655"; }

.picon-bills:before {
  content: "\e908"; }

.picon-creditcard:before {
  content: "\e90b"; }

.picon-emergencyfund:before {
  content: "\e90f"; }

.picon-mortgage:before {
  content: "\e910"; }

.picon-offset:before {
  content: "\e911"; }

.picon-savings:before {
  content: "\e912"; }

.picon-transaction:before {
  content: "\e913"; }

.picon-unassigned:before {
  content: "\e914"; }

.picon-reset:before {
  content: "\e90c"; }

.picon-rightwards-arrow:before {
  content: "\e905"; }

.picon-edit:before {
  content: "\e906"; }

.picon-leftwards-arrow:before {
  content: "\e907"; }

.picon-budget-overview-outgoings:before {
  content: "\e904"; }

.picon-budget-overview-income:before {
  content: "\e909"; }

.picon-up-arrow:before {
  content: "\e90a"; }

.picon-down-arrow:before {
  content: "\e90d"; }

.picon-priority-overview:before {
  content: "\e90e"; }

.picon-calendar2:before {
  content: "\e963"; }

.picon-alert:before {
  content: "\e915"; }

.picon-left-arrow:before {
  content: "\e916"; }

.picon-right-arrow:before {
  content: "\e917"; }

.picon-toggle:before {
  content: "\e920"; }

.picon-priority-retirement:before {
  content: "\e923"; }

.picon-priority-affairs:before {
  content: "\e924"; }

.picon-settings2:before {
  content: "\e925"; }

.picon-priority-debt:before {
  content: "\e926"; }

.picon-priority-saving:before {
  content: "\e927"; }

.picon-priority-banking:before {
  content: "\e928"; }

.picon-priority-home:before {
  content: "\e929"; }

.picon-priority-protection:before {
  content: "\e92a"; }

.picon-priority-spending:before {
  content: "\e93c"; }

.picon-menu-bar:before {
  content: "\e966"; }

.picon-refresh2:before {
  content: "\e96c"; }

.ovf-off {
  overflow: hidden !important; }

@media only screen and (max-width: 545px) {
  .ovf-nano-off {
    overflow-y: hidden !important; } }

.mrg-nrm {
  margin: 0 0 20px 0 !important; }

.mrg-off {
  margin: 0 !important; }

.mrg-hlf {
  margin: 0 0 10px 0 !important; }

.obj-push {
  position: absolute !important;
  bottom: 0 !important; }

.obj-off {
  display: none !important;
  visibility: hidden !important; }

.mrg-0 {
  margin: 0 !important; }

.align-mid {
  display: block !important;
  margin: 0 auto !important; }

.grd-row-space {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  height: 20px; }

.grd-row-space-brd {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: -1px;
  border-bottom: 2px solid; }

.row-brd-l {
  left: 0; }

.row-brd-c {
  left: calc(50% - (20px / 2)); }

.row-brd-r {
  right: 0; }

.bgi-crop-cover {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover; }

.bgi-crop-contain {
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain; }

.bgr-repeat {
  background-repeat: repeat; }

.bgr-repeatoff {
  background-repeat: no-repeat; }

.site-form {
  position: relative;
  display: inline-block;
  float: left;
  margin: 20px 0;
  width: 100%;
  font-size: 0; }

.site-form-msgs {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 0 40px calc(((16.6666666667% * 1) - (60px - (10px * 1))) + 60px) !important;
  padding: 0 !important;
  width: calc((16.6666666667% * 4) - (60px - (10px * 4))) !important; }

.site-form-msg {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%; }

.ste-btn-wrp {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%; }

.ste-btn {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  margin: 0;
  padding: 0 10px !important;
  height: 30px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 3px !important; }

.ste-btn-brd {
  border: 1px solid;
  line-height: 22px !important; }

.ste-btn-fw {
  width: 100%; }

.ste-btn-inline {
  vertical-align: top;
  margin-right: 10px; }

.cta-highlight {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: aqua; }

.ajax-search {
  z-index: 1;
  margin-bottom: 0 !important; }

.ajax-search-results {
  position: relative;
  display: inline-block;
  float: left;
  z-index: 0;
  padding: 15px 10px 10px 10px;
  top: -5px;
  width: 100%;
  height: auto;
  min-height: 30px;
  max-height: 440px;
  overflow: scroll;
  background-color: #efefef;
  border-radius: 0 0 3px 3px; }

.ajax-search-results-cover {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100px;
  background: -moz-linear-gradient(top, rgba(239, 239, 239, 0) 0%, #efefef 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(239, 239, 239, 0) 0%, #efefef 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(239, 239, 239, 0) 0%, #efefef 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff00ff', endColorstr='#ff00ff',GradientType=0 );
  /* IE6-9 */ }

.ajax-search-result {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px !important;
  text-align: left; }

.ajax-search-result a {
  -webkit-transition: color 250ms ease-in-out;
  -moz-transition: color 250ms ease-in-out;
  -ms-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out; }

.ajax-search-result a:hover {
  color: #ed6a62 !important; }

.site-input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  cursor: pointer;
  margin: 0;
  padding: 0 10px;
  height: 30px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  line-height: 30px;
  border-color: transparent;
  background-color: #FFF;
  border-radius: 3px;
  -webkit-transition: border-color 250ms ease-in-out, color 250ms ease-in-out;
  -moz-transition: border-color 250ms ease-in-out, color 250ms ease-in-out;
  -ms-transition: border-color 250ms ease-in-out, color 250ms ease-in-out;
  -o-transition: border-color 250ms ease-in-out, color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out, color 250ms ease-in-out; }

.site-input-wrp {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%; }

.site-input-submit {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%; }

.g-recaptcha {
  position: relative;
  display: inline-block;
  float: left; }

.site-input-reset:focus, .site-input-reset:hover {
  outline: 0;
  border: 1px solid #ed6a62;
  padding: 0 10px 0 9px;
  line-height: 29px; }

option:disabled {
  color: #ed6a62 !important; }

.site-input-brd {
  border: 1px solid;
  -webkit-transition: border-color 250ms ease-in-out, color 250ms ease-in-out;
  -moz-transition: border-color 250ms ease-in-out, color 250ms ease-in-out;
  -ms-transition: border-color 250ms ease-in-out, color 250ms ease-in-out;
  -o-transition: border-color 250ms ease-in-out, color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out, color 250ms ease-in-out; }

.site-input-brd:focus {
  border: 1px #ed6a62 solid !important;
  color: #ed6a62 !important; }

.site-input-txt {
  margin-right: 10px;
  width: calc((16.6666666667% * 1.75) - (60px - (10px * 1.75))); }

.site-input-txt:hover {
  line-height: 30px; }

.site-input-txt-lge {
  margin: 0;
  padding: 0 10px;
  height: 40px;
  width: calc((16.6666666667% * 3) - (60px - (10px * 3)));
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  line-height: 40px;
  text-align: center; }

.site-input-txt-max {
  width: 100%; }

.site-input-txt-are {
  height: 120px; }

.site-input-slt-wrp {
  padding: 0 !important;
  width: 100%; }

.site-input-slt-off {
  overflow: hidden;
  width: 0 !important;
  height: 0;
  margin: 0 !important; }

.site-input-slt-wrp:hover > .site-input-slt-icn {
  color: #ed6a62; }

.site-input-slt-wrp:hover {
  border: none; }

.site-input-slt-icn {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: auto;
  font-size: 16px;
  line-height: 35px;
  color: #717477; }

.site-input-slt {
  float: left;
  padding-right: 30px;
  color: #717477;
  background-color: transparent; }

.site-input-slt:hover, .site-input-slt:focus {
  padding-right: 30px;
  color: #ed6a62; }

.site-input-btn {
  width: auto;
  min-width: 100px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #ed6a62; }

@media only screen and (max-width: 545px) {
  .site-input-txt {
    margin-right: 10px;
    width: calc((16.6666666667% * 3) - (20px - (3px * 3))); }
  .site-input-btn {
    width: auto; } }

.parsley-errors-list {
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 0;
  right: 10px;
  bottom: 10px;
  width: auto !important; }

.parsley-errors-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 !important;
  padding: 0 20px 0 0 !important;
  width: auto !important;
  height: 30px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 30px;
  color: #ed6a62 !important; }

.parsley-errors-list li:before {
  display: none; }

.parsley-errors-list li:after {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'picons';
  font-size: 14px !important;
  content: '\e64d'; }

.ste-header {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  height: 60px;
  background-color: #FFF; }

.ste-header-inr {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 1;
  padding: 15px 20px;
  background-color: #FFF;
  border-bottom: 1px solid #717477;
  -webkit-transition: border-color 250ms ease-in-out;
  -moz-transition: border-color 250ms ease-in-out;
  -ms-transition: border-color 250ms ease-in-out;
  -o-transition: border-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out; }

.ste-header-inr-on {
  border-bottom: 1px solid #efedec; }

.ste-logo {
  width: auto;
  height: 35px; }

.ste-logo-brand {
  margin-top: -3px; }

.ste-logo-store {
  flex: 0;
  width: auto;
  height: 40px; }

.ste-logo-store img {
  width: auto;
  height: 40px !important; }

@media only screen and (max-width: 1080px) {
  .ste-header-inr {
    padding: 15px 20px; } }

@media only screen and (max-width: 545px) {
  .ste-logo-store {
    height: 20px; }
  .ste-logo-store img {
    height: 20px !important; } }

.ste-header-nav-grp {
  position: relative;
  display: inline-block;
  float: left;
  float: right;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 0 20px;
  width: 20px;
  height: 30px; }

.ste-header-nav-bar {
  position: relative;
  display: inline-block;
  float: left;
  margin-bottom: 3px;
  width: 100%;
  height: 3px;
  background-color: #717477;
  border-radius: 2px;
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  transition: background-color 250ms linear; }

.ste-header-nav-bar-on {
  background-color: #ed6a62; }

.ste-header-nav-bar:last-child {
  margin-bottom: 0; }

.ste-header-nav-stk {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 0;
  padding: 20px 60px 20px 20px;
  top: -300px;
  right: 0;
  left: 0;
  height: 300px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #717477;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

.mob-btn-wrp {
  margin-top: 10px !important;
  display: none;
  visibility: hidden; }
  .mob-btn-wrp .menu-item {
    margin-bottom: 15px !important;
    line-height: 30px !important; }

.ste-header-nav-stk-open {
  top: 60px; }

.ste-header-nav-stk-txt {
  position: absolute;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: 20px;
  bottom: 20px;
  left: 20px;
  width: 40%;
  text-align: left;
  color: #282e4d; }

.ste-header-nav-stk-wrp {
  position: relative;
  display: inline-block;
  float: left;
  list-style: none;
  float: right;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 20px 0 0 40px;
  padding: 0;
  width: auto;
  height: auto; }

.ste-header-nav-stk-wrp li {
  position: relative;
  display: inline-block;
  float: left;
  list-style: none;
  float: right;
  width: 100%; }

.ste-header-nav-stk-wrp .menu-item-header {
  margin-top: -20px;
  font-size: 10px;
  text-align: right;
  margin-bottom: 4px; }

.menu-item-header-txt {
  padding: 0 6px 2px 6px;
  color: #FFF;
  background-color: #282e4d;
  border-radius: 4px; }

.ste-header-nav-stk-wrp .menu-item {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 4px;
  text-align: right; }

.ste-header-nav-stk-wrp .menu-item a {
  color: #ed6a62;
  -webkit-transition: color 250ms ease-in-out;
  -moz-transition: color 250ms ease-in-out;
  -ms-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out; }

.ste-header-nav-stk-wrp .menu-item a:hover {
  color: #444444; }

.ste-header-nav-stk-wrp .menu-item:last-child {
  margin-bottom: 0; }

.ste-header-nav-stk-wrp .current-menu-item {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px; }

@media only screen and (max-width: 768px) {
  .ste-header-nav-stk-txt {
    position: relative;
    display: inline-block;
    float: left;
    float: none;
    margin-bottom: 20px;
    width: calc(100% - 40px);
    text-align: center; }
  .mob-btn-wrp {
    display: inline-block !important;
    visibility: visible !important; }
  .ste-header-nav-stk-wrp {
    position: relative;
    display: inline-block;
    float: left;
    float: left;
    margin: 10px 30px 0 0;
    padding: 0;
    width: calc((16.6666666667% * 2) - (30px - (5px * 2)));
    height: auto;
    text-align: center; }
  .ste-header-nav-stk-wrp:nth-child(4n) {
    margin-right: 0; }
  .ste-header-nav-stk-wrp .menu-item-header {
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center; }
  .ste-header-nav-stk-wrp .menu-item {
    float: none;
    width: 100%;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center; }
  .ste-header-nav-stk-wrp .current-menu-item {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px; } }

@media only screen and (max-width: 545px) {
  .ste-header-nav-stk {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  /*.ste-header-nav-stk {
    padding-bottom: 90px !important; }*/
  .ste-header-nav-stk-wrp {
    margin: 0 !important; }
  .mob-btn-wrp {
    position: absolute !important;
    padding: 20px !important;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF; }
  .mob-btn-wrp li:last-child {
    margin-bottom: 0 !important; }
  .ste-header-nav-stk {
    padding: 80px 20px 20px 0;
    margin: 0 !important;
    top: -100vh;
    height: 100vh; }
  .ste-header-nav-stk-open {
    top: 0; }
  /*.ste-header-nav-stk-wrp .menu-item {
    margin: 0 0 10px 0 !important;
    height: 30px !important; }*/
  .ste-header-nav-stk-wrp .current-menu-item {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px; }
  .ste-header-nav-stk-wrp .menu-item a {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    line-height: 30px !important; }
  .ste-header-nav-stk-wrp .current-menu-item a {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    line-height: 30px !important; }
  .menu-item-btn a {
    font-size: 18px !important; }
  .ste-header-nav-stk-wrp {
    position: relative;
    display: inline-block;
    float: left;
    float: left;
    margin: 10px 0 0 0;
    padding: 0 0 0 20px;
    width: 100%;
    height: auto; }
  .ste-header-nav-stk-wrp li {
    float: left;
    width: calc(100% - 20px); }
  .ste-header-nav-stk-wrp .menu-item-header {
    float: none;
    margin: 0 0 5px 0;
    text-align: center; }
  .ste-header-nav-stk-wrp .menu-item {
    margin-right: 10px;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    line-height: 30px;
    height: 30px;
    text-align: center; } }

.ste-header-nav {
  position: relative;
  display: inline-block;
  float: left;
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
  height: 30px; }

.ste-header-nav .menu-item {
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 20px;
  width: auto;
  height: 30px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px; }

.ste-header-nav .menu-item a {
  color: #646871;
  line-height: 30px;
  -webkit-transition: color 250ms ease-in-out;
  -moz-transition: color 250ms ease-in-out;
  -ms-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out; }

.ste-header-nav .menu-item a:hover {
  color: #ed6a62; }

.ste-header-nav .current-menu-item a {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  line-height: 30px; }

.ste-header-nav .menu-item-btn {
  margin-left: 0;
  margin-right: 10px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  line-height: 30px !important; }

@media only screen and (max-width: 768px) {
  .ste-header-nav .menu-item {
    display: none !important; }
  .ste-header-nav .menu-item-hold {
    display: inline-block;
    margin: 5px 0 0 0 !important; }
  .ste-header-nav .menu-item-btn {
    margin-right: 10px;
    padding: 0 5px !important;
    height: 20px !important;
    display: none;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    line-height: 60px !important; } }

.ste-footer-wrp {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important;
  padding: 40px 0;
  background-color: #FFFFFF; }

.ste-footer-inr {
  position: relative;
  display: inline-block;
  float: left;
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  width: 100% !important;
  max-width: 1120px !important; }

.ste-footer-hdr {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  width: 100%;
  border-bottom: 2px solid #efedec; }

.ste-footer-nav-wrp {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%; }

.ste-footer-logos {
  position: relative;
  display: inline-block;
  float: left;
  float: right; }

.ste-footer-logos a {
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 10px; }

.ste-footer-nav {
  position: relative;
  display: inline-block;
  float: left;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  width: calc((16.6666666667% * 1) - (60px - (10px * 1))); }

.ste-footer-nav .menu-item {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%; }

.ste-footer-nav .menu-item a {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #646871; }

.ste-footer-nav .current-menu-item a {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px; }

.ste-social-nav {
  position: relative;
  display: inline-block;
  float: left;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: 32px; }

.ste-social-nav .menu-item {
  position: relative;
  display: inline-block;
  float: left; }

.ste-footer-securitylink {
  width: 50%; }

.ste-footer-securitylink .ste-footer-storelink {
  margin-bottom: 5px;
  float: right !important; }

.footer-icn-wrp {
  position: relative;
  display: inline-block;
  float: left;
  float: right; }

.footer-icn-social {
  position: relative;
  display: inline-block;
  float: left;
  float: right;
  margin-left: 10px;
  margin-top: 5px; }

@media only screen and (max-width: 768px) {
  .ste-footer-nav {
    margin: 0 0 20px;
    width: calc((16.6666666667% * 2) - (30px - (5px * 2))); }
  .ste-footer-storelink {
    position: relative;
    display: inline-block;
    float: left;
    float: right !important;
    margin-bottom: 5px;
    clear: both; }
  .ste-footer-storelink .ste-logo-store {
    flex: 0;
    width: auto;
    height: 30px; }
  .ste-footer-storelink .ste-logo-store img {
    width: auto;
    height: 30px !important; } }

@media only screen and (max-width: 545px) {
  .ste-footer-nav {
    margin: 0 30px 0 0;
    width: calc((16.6666666667% * 3) - (20px - (3px * 3))); }
  .ste-footer-nav:nth-child(even) {
    margin-right: 0; }
  .ste-footer-logos {
    position: relative;
    display: inline-block;
    float: left;
    margin: 20px 0;
    width: 100%; }
  .ste-footer-storelink {
    position: relative;
    display: inline-block;
    float: left;
    float: left !important;
    clear: none !important;
    margin: 0 5px 0 0 !important; }
  .ste-footer-storelink .ste-logo-store {
    flex: 0;
    width: auto;
    height: 30px; }
  .ste-footer-storelink .ste-logo-store img {
    width: auto;
    height: 30px !important; } }

.newsletter-signup {
  position: relative;
  display: inline-block;
  float: left; }

.cnt-wrp {
  position: relative;
  display: inline-block;
  float: left;
  padding-top: 60px;
  width: 100%;
  min-height: calc(100vh);
  font-size: 0; }

.cnt-sct {
  position: relative;
  display: inline-block;
  float: left; }

.cnt-sct-wrp {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important; }

.cnt-sct-inr {
  position: relative;
  display: inline-block;
  float: left;
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  width: 100% !important;
  max-width: 1120px !important;
  padding: 60px 20px; }

.cnt-blk {
  position: relative;
  display: inline-block;
  float: left;
  float: left; }

.cnt-inr {
  position: relative;
  display: inline-block;
  float: left;
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  width: 100% !important;
  max-width: 1120px !important; }

.page-header {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

.page-header-nav {
  position: relative;
  display: inline-block;
  float: left;
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
  height: 20px !important; }

.page-header-nav li {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  margin: 0 3px;
  padding: 0 5px !important;
  height: 20px !important;
  border-radius: 3px !important;
  background-color: #ed6a62; }

.page-header-nav li a {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFF !important; }

.cnt-hdr {
  position: relative;
  display: inline-block;
  float: left;
  z-index: 10;
  width: 100%;
  height: auto;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

.cnt-hdr-inr {
  position: relative;
  display: inline-block;
  float: left;
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  width: 100% !important;
  max-width: 1120px !important; }

.page-header-off .cnt-hdr {
  opacity: 0; }

.cnt-hdr-icn {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  font-size: 40px;
  line-height: 40px; }

.prgbar-wrp {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 5px; }

.prgbar-trk {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  height: auto; }

.hdr-txt, .hdr-txt * {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: 700;
  font-family: Museo, Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 34px;
  line-height: 40px !important; }

.cnt-ldr-wrp {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  bottom: auto;
  width: auto;
  height: calc(100vh - 300px); }

.cnt-ldr-inr {
  position: relative;
  display: inline-block;
  float: left;
  width: 80px;
  height: 120px; }

.cnt-ldr svg {
  width: 100%;
  height: auto; }

.st2 {
  opacity: 1;
  -webkit-animation: logoFade linear 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: logoFade linear 5s;
  -moz-animation-iteration-count: infinite;
  animation: logoFade linear 5s;
  animation-iteration-count: infinite; }

.st1 {
  stroke-dasharray: 500;
  -webkit-animation: logoDraw linear 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: logoDraw linear 5s;
  -moz-animation-iteration-count: infinite;
  animation: logoDraw linear 5s;
  animation-iteration-count: infinite; }

@keyframes logoDraw {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes logoFade {
  0% {
    opacity: 1; }
  25% {
    opacity: 1; }
  30% {
    opacity: 0; }
  75% {
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@media only screen and (max-width: 545px) {
  .cnt-hdr .ste-btn {
    margin: 0 20px 5px 20px; } }

.scr-wrp {
  overflow: scroll;
  white-space: nowrap;
  font-size: 0;
  scroll-snap-type: mandatory;
  scroll-snap-destination: 100vw 0;
  scroll-snap-points-x: repeat(100vw);
  -webkit-scroll-snap-type: mandatory;
  -webkit-scroll-snap-destination: 100vw 0;
  -webkit-scroll-snap-points-x: repeat(100vw); }

.scr-blk {
  float: none !important;
  white-space: normal !important; }

.scr-nav-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 10;
  right: 0;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 20px;
  text-align: center;
  font-size: 0; }

.scr-nav-dot {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  cursor: pointer;
  margin: 5px 5px 0 0;
  width: 10px;
  height: 10px;
  background-color: #efedec;
  border-radius: 50%; }

.scr-nav-dot-current {
  background-color: #ed6a62; }

.scr-nav-dot:last-child {
  margin-right: 0; }

.pagination-wrp {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  height: 20px;
  text-align: center; }

.pagination {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  width: auto;
  height: 20px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  line-height: 20px;
  color: #FFF !important;
  text-align: center; }

.pagination .page-numbers {
  position: relative;
  display: inline-block;
  float: left;
  opacity: 0.5;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  color: #FFF !important;
  background-color: #ed6a62;
  border-radius: 10px; }

.pagination .current {
  opacity: 1; }

.next {
  opacity: 1;
  padding: 0 10px;
  width: auto !important; }

.cnt-txt-FullWidth-wrp {
  position: relative;
  display: inline-block;
  float: left;
  padding: 60px 0;
  width: 100%; }

.cnt-txt-FullWidth-inr {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0 calc((16.6666666667% * 1) - (60px - (10px * 1))); }

.cnt-txt-FullWidth-itm {
  position: relative;
  display: inline-block;
  float: left;
  margin-bottom: 60px; }

.cnt-txt-ScrollPanels-wrp {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important;
  padding: 60px 0; }

.cnt-txt-ScrollPanels-inr {
  position: relative;
  display: inline-block;
  float: left;
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  width: 100% !important;
  max-width: 1120px !important; }

.cnt-txt-ScrollPanels-scr {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 320px;
  font-size: 0; }

.cnt-txt-ScrollPanels-itm {
  position: relative;
  display: inline-block;
  float: left;
  white-space: normal;
  float: none;
  margin: 0 57px 0 0;
  padding: 20px;
  list-style: none;
  width: calc((16.6666666667% * 2) - (60px - (10px * 2)));
  height: 100%;
  background-color: #FFF;
  border-radius: calc(20px / 2);
  scroll-snap-coordinate: 0 0;
  -webkit-scroll-snap-coordinate: 0 0; }

.cnt-txt-ScrollPanels-itm:nth-child(3n) {
  margin-right: 0; }

@media only screen and (max-width: 768px) {
  .cnt-txt-ScrollPanels-itm {
    margin: 0 30px 0 0;
    width: calc((16.6666666667% * 2) - (30px - (5px * 2)));
    height: 100%; } }

@media only screen and (max-width: 545px) {
  .cnt-txt-ScrollPanels-scr {
    clear: both;
    margin-left: -50vw !important;
    left: 50% !important;
    width: 100vw !important;
    white-space: nowrap;
    overflow-x: scroll;
    padding-left: 20px;
    height: 280px;
    scroll-snap-type: mandatory;
    scroll-snap-destination: calc(100% - 10px) 0;
    scroll-snap-points-x: repeat(calc(100% - 10px));
    -webkit-scroll-snap-type: mandatory;
    -webkit-scroll-snap-destination: calc(100% - 10px) 0;
    -webkit-scroll-snap-points-x: repeat(calc(100% - 10px)); }
  .cnt-txt-ScrollPanels-itm {
    margin: 0 10px 0 0 !important;
    width: calc(100% - 20px);
    height: 100%; }
  .cnt-txt-ScrollPanels-itm:last-child {
    margin-right: 20px !important; } }

.cnt-txt-GridBlocks-wrp {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important; }

.cnt-txt-GridBlocks-inr {
  position: relative;
  display: inline-block;
  float: left;
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  width: 100% !important;
  max-width: 1120px !important; }

.cnt-txt-GridBlocks-ctr {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%; }

.cnt-txt-GridBlocks-itm {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  margin: 0 60px 0 0;
  padding: 20px;
  list-style: none;
  width: calc((16.6666666667% * 2) - (60px - (10px * 2)));
  height: 100%; }

.cnt-txt-GridBlocks-ctr .cnt-txt-GridBlocks-itm:nth-child(3n), .cnt-txt-GridBlocks-itm:last-child {
  margin-right: 0; }

@media only screen and (max-width: 768px) {
  .cnt-txt-GridBlocks-itm {
    margin: 0 30px 0 0;
    padding: 0;
    width: calc((16.6666666667% * 2) - (30px - (5px * 2))); } }

@media only screen and (max-width: 545px) {
  .cnt-txt-GridBlocks-itm {
    margin: 0 0 40px 0;
    width: 100%; } }

.cnt-txt-Columns-wrp {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important;
  padding: 60px 0; }

.cnt-txt-Columns-inr {
  position: relative;
  display: inline-block;
  float: left;
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  width: 100% !important;
  max-width: 1120px !important; }

.cnt-txt-Columns-ctr {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%; }

.cnt-txt-Columns-itm {
  position: relative;
  display: inline-block;
  float: left;
  text-align: center; }

.cnt-txt-Columns-itm-w-3 {
  width: calc((16.6666666667% * 2) - (60px - (10px * 2)));
  margin-right: 60px; }

.cnt-txt-Columns-itm-w-3:last-child {
  margin-right: 0; }

.cnt-txt-Columns-icn {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  height: 60px;
  font-size: 40px;
  line-height: 60px; }

@media only screen and (max-width: 768px) {
  .cnt-txt-Columns-itm-w-3 {
    width: calc((16.6666666667% * 2) - (30px - (5px * 2)));
    margin-right: 30px; } }

@media only screen and (max-width: 545px) {
  .cnt-txt-Columns-itm-w-3 {
    padding: 0 20px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0; } }

.cnt-txt-Links-wrp {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important;
  padding: 40px 0; }

.cnt-txt-Links-inr {
  position: relative;
  display: inline-block;
  float: left;
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  width: 100% !important;
  max-width: 1120px !important; }

.cnt-txt-Links-ctr {
  position: relative;
  display: inline-block;
  float: left;
  white-space: nowrap;
  width: 100%;
  text-align: center; }

.cnt-txt-Links-itm {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  white-space: normal;
  margin-right: 60px;
  width: calc((16.6666666667% * 3) - (60px - (10px * 3)));
  text-align: center; }

.cnt-txt-Links-itm:last-child {
  margin: 0; }

@media only screen and (max-width: 545px) {
  .cnt-txt-Links-ctr {
    position: relative;
    display: inline-block;
    float: left;
    white-space: normal;
    width: 100%; }
  .cnt-txt-Links-itm {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%; } }

.cnt-txt-Icon-wrp {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%; }

.cnt-txt-Icon-inr {
  position: relative;
  display: inline-block;
  float: left;
  padding: 40px 0;
  width: 100%; }

.cnt-txt-Icon-itm {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 60px;
  width: calc((16.6666666667% * 1.4) - (60px - (10px * 1.4))); }

.cnt-txt-Icon-itm-w-3 {
  width: calc((16.6666666667% * 2) - (60px - (10px * 2)));
  margin-right: 60px; }

.cnt-txt-Icon-itm-w-3:last-child {
  margin-right: 0; }

.cnt-txt-Icon-icn {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  height: 60px;
  font-size: 40px;
  line-height: 60px; }

@media only screen and (max-width: 768px) {
  .cnt-txt-Icon-itm {
    margin-right: 30px;
    width: calc((16.6666666667% * 1.4) - (30px - (5px * 1.4))); } }

@media only screen and (max-width: 545px) {
  .cnt-txt-Icon-itm {
    margin: 0 0 20px 0;
    width: 100%; }
  .cnt-txt-Icon-itm:nth-child(even) {
    margin-right: 0; } }

.cnt-txt-IconAlternate-wrp {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important; }

.cnt-txt-IconAlternate:nth-child(odd) {
  background-color: #f8f7f7; }

.cnt-txt-IconAlternate-inr {
  position: relative;
  display: inline-block;
  float: left;
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  width: 100% !important;
  max-width: 1120px !important; }

.cnt-txt-IconAlternate-ctr {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%; }

.cnt-txt-IconAlternate-src {
  position: relative;
  display: inline-block;
  float: left;
  padding: 60px 0;
  min-height: 400px;
  align-items: flex-start; }

.cnt-txt-IconAlternate-itm {
  position: relative;
  display: inline-block;
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  width: calc((16.6666666667% * 3) - (60px - (10px * 3)));
  height: 100%; }

.cnt-txt-IconAlternate-itm-r {
  float: right; }

.cnt-txt-IconAlternate-icn {
  position: absolute;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: 20px;
  bottom: 20px;
  width: calc((16.6666666667% * 3) - (60px - (10px * 3)));
  height: auto; }

.cnt-txt-IconAlternate-icn-inr, .cnt-txt-IconAlternate-icn-inr i {
  position: relative;
  display: inline-block;
  float: left;
  width: 260px;
  height: 260px;
  font-size: 100px;
  line-height: 240px !important;
  text-align: center;
  color: #FFF;
  border-radius: 50%; }

.cnt-txt-IconAlternate-icn-l {
  right: 0; }

.cnt-txt-IconAlternate-icn-r {
  left: 0; }

@media only screen and (max-width: 545px) {
  .cnt-txt-IconAlternate-ctr {
    min-height: 0; }
  .cnt-txt-IconAlternate-itm {
    margin-bottom: 40px;
    width: calc((16.6666666667% * 4) - (20px - (3px * 4)));
    min-height: 0;
    height: auto;
    z-index: 1; }
  .cnt-txt-IconAlternate-icn {
    opacity: 0.15; } }

.cnt-txt-ImageAlternate-wrp {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important; }

.cnt-txt-ImageAlternate-inr {
  position: relative;
  display: inline-block;
  float: left;
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  width: 100% !important;
  max-width: 1120px !important; }

.cnt-txt-ImageAlternate-ctr {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  min-height: 500px; }

.cnt-txt-ImageAlternate-itm {
  position: relative;
  display: inline-block;
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  width: calc((16.6666666667% * 3) - (60px - (10px * 3)));
  min-height: 500px; }

.cnt-txt-ImageAlternate-itm-r {
  float: right; }

.cnt-txt-ImageAlternate-img {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 20px;
  bottom: 20px;
  width: calc((16.6666666667% * 3) - (60px - (10px * 3)));
  height: auto; }

.cnt-txt-ImageAlternate-img-l {
  right: 0; }

.cnt-txt-ImageAlternate-img-r {
  left: 0; }

@media only screen and (max-width: 545px) {
  /*.cnt-txt-ImageAlternate-ctr {
    min-height: 0; }*/
  /*.cnt-txt-ImageAlternate-itm {
    margin-bottom: 40px;
    width: 100%;
    min-height: 0;
    height: auto;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.9); }*/
  .cnt-txt-ImageAlternate-itm-r {
    float: left; }
  .cnt-txt-ImageAlternate-img {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 0;
    top: 0;
    bottom: 0;
    width: auto; }
  /*.cnt-txt-ImageAlternate-img-l {
    right: -20px;
    left: -20px; }
  .cnt-txt-ImageAlternate-img-r {
    right: -20px;
    left: -20px; } */
    }

.cnt-blk-Features-wrp {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  padding: 40px 0 0 0;
  width: calc((16.6666666667% * 6) - (60px - (10px * 6))); }

.cnt-blk-Features-inr {
  position: relative;
  display: inline-block;
  float: left;
  z-index: 0;
  width: 100%;
  height: auto;
  min-height: 480px; }

.cnt-blk-Features-obj {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  height: 710px; }

.cnt-blk-Features-obj-frm {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat; }

.cnt-blk-Features-obj-scn {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 1;
  overflow: hidden;
  top: 77px;
  right: 0 !important;
  bottom: 148px;
  left: 0 !important;
  text-align: center; }

.cnt-blk-Features-obj-scn img {
  height: auto;
  width: 270px; }

.cnt-blk-Features-obj-scn-bar {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: hidden;
  top: 77px;
  right: 0 !important;
  left: 0 !important;
  height: 47px;
  background-size: 270px auto;
  background-position: top center;
  background-repeat: no-repeat; }

.cnt-blk-Features-flx {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center; }

.cnt-blk-Features-itm {
  position: relative;
  display: inline-block;
  float: left;
  margin-bottom: 40px;
  padding-right: calc(((16.6666666667% * 1) - (60px - (10px * 1))) + 60px);
  width: calc((16.6666666667% * 3) - (60px - (10px * 3)));
  text-align: right;
  flex: 0; }

.cnt-blk-Features-itm:nth-child(even) {
  padding-right: 0;
  padding-left: calc(((16.6666666667% * 1) - (60px - (10px * 1))) + 60px);
  text-align: left;
  float: right; }

.cnt-blk-Features-icn {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  top: -10px;
  height: 40px;
  font-size: 35px;
  line-height: 40px !important; }

@media only screen and (max-width: 768px) {
  /*.cnt-blk-Features-inr {
    min-height: 300px; }*/
  .cnt-blk-Features-itm {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: calc(((16.6666666667% * 1) - (30px - (5px * 1))) + 30px);
    width: calc((16.6666666667% * 3) - (30px - (5px * 3))); }
  .cnt-blk-Features-itm:nth-child(even) {
    padding-left: calc(((16.6666666667% * 1) - (30px - (5px * 1))) + 30px); }
  .cnt-blk-Features-icn {
    top: 0;
    height: 20px;
    font-size: 20px;
    line-height: 20px !important; } }

@media only screen and (max-width: 545px) {
  /*.cnt-blk-Features-inr {
    clear: both;
    margin-left: -50vw !important;
    left: 50% !important;
    width: 100vw !important;
    height: auto; }*/
  /*.cnt-blk-Features-obj {
    margin-right: 45px;
    left: calc((16.6666666667% * -2) - (20px - (3px * -2)));
    right: calc((16.6666666667% * 2) - (20px - (3px * 2))); }*/
  /*.cnt-blk-Features-flx {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 20px;
    left: calc((16.6666666667% * 3) - (20px - (3px * 3)));
    width: calc((16.6666666667% * 3) - (20px - (3px * 3)));
    align-items: stretch !important;
    justify-content: flex-start !important; }*/
  .cnt-blk-Features-itm {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 0 20px 0 !important;
    padding: 0 20px 0 0 !important;
    width: 100%;
    text-align: left; }
  .cnt-blk-Features-icn {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 5px 0 0 !important;
    font-size: 14px;
    line-height: 25px !important; }
  .cnt-blk-Features-itm h4 {
    margin: 0;
    width: auto; } }

.cnt-blk-Testimonials-wrp {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important;
  padding: 40px 0;
  /*height: 440px; */
  }

.cnt-blk-Testimonials-scr {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important;
  white-space: nowrap;
  overflow: hidden;
  height: 360px;
  scroll-snap-points-x: repeat(100vw);
  scroll-snap-type: mandatory;
  scroll-snap-destination: 50vw 0%;
  -webkit-scroll-snap-points-x: repeat(100vw);
  -webkit-scroll-snap-type: mandatory;
  -webkit-scroll-snap-destination: 50vw 0%; }

.cnt-blk-Testimonials-itm {
  position: relative;
  display: inline-block;
  float: left;
  float: none !important;
  overflow: hidden;
  width: calc((16.6666666667% * 6) - (60px - (10px * 6)));
  height: 360px;
  text-align: center;
  background-color: #FFF; }

.cnt-blk-Testimonials-itm-inr {
  position: relative;
  display: inline-block;
  float: left;
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  width: 100% !important;
  max-width: 1120px !important;
  white-space: normal;
  height: 440px; }

.cnt-blk-Testimonials-img {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-size: cover;
  background-position: center; }

@media only screen and (max-width: 545px) {
  .cnt-blk-Testimonials-wrp {
    padding: 20px 0; }
  .cnt-blk-Testimonials-img {
    width: 120px;
    height: 120px; } }

.auth-info .cnt-blk-Team-img {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  width: 160px;
  height: 160px;
  border-radius: 50%; }

.cnt-blk-Team-wrp {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  padding: 20px 0; }

.cnt-blk-Team-inr {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%; }

.cnt-blk-Team-itm {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 60px;
  margin-bottom: 40px;
  width: calc((16.6666666667% * 2) - (60px - (10px * 2))); }

.cnt-blk-Team-itm:nth-child(3n) {
  margin-right: 0; }

.cnt-blk-Team-img {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%; }

.cnt-blk-Team-bgi {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.cnt-blk-Team-info {
  position: relative;
  display: inline-block;
  float: left;
  width: calc(100% - (20px * 6));
  font-size: 12px; }

.cnt-blk-Team-bio {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 20px;
  width: 100%; }

@media only screen and (max-width: 768px) {
  .cnt-blk-Team-itm {
    margin-right: 30px !important;
    margin-bottom: 40px;
    width: calc((16.6666666667% * 3) - (30px - (5px * 3))); }
  .cnt-blk-Team-itm:nth-child(even) {
    margin-right: 0 !important; } }

@media only screen and (max-width: 545px) {
  .cnt-blk-Team-itm {
    margin-right: 0 !important;
    margin-bottom: 40px;
    width: 100%; } }

.cnt-blk-Pricing-wrp {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important;
  padding: 40px 0; }

.cnt-blk-Pricing-inr {
  position: relative;
  display: inline-block;
  float: left;
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  width: 100% !important;
  max-width: 1120px !important;
  text-align: center;
  font-size: 0; }

.cnt-blk-Pricing-tbl {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  height: 100%; }

.cnt-blk-Pricing-tbl-row {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  vertical-align: top;
  overflow: hidden;
  flex-grow: 1;
  margin-right: 60px;
  width: calc((16.6666666667% * 3) - (60px - (10px * 3)));
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 10px; }

.cnt-blk-Pricing-tbl-row:nth-child(even) {
  margin-right: 0; }

.cnt-blk-Pricing-tbl-row-hdr {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  font-family: Museo, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  line-height: 40px;
  background-color: #282e4d;
  color: #FFF; }

.cnt-blk-Pricing-tbl-row-ftr {
  position: relative;
  display: inline-block;
  float: left;
  margin: 20px 20px 10px 20px;
  width: calc(100% - 40px);
  height: 40px; }

.cnt-blk-Pricing-tbl-row-prc {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0 20px;
  margin-bottom: 20px;
  padding-top: 30px;
  width: 100%;
  font-family: Museo, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  line-height: 40px;
  color: #ed6a62; }

.table-prc-rate {
  font-size: 24px; }

.cnt-blk-Pricing-tbl-row-bdy {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100% !important; }

.cnt-blk-Pricing-tbl-row-itm {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 0 10px 0 !important;
  padding: 0 20px !important;
  width: 100%; }

.cnt-blk-Pricing-tbl-row-itm p {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  line-height: 20px !important; }

.cnt-blk-Pricing-tbl-row-itm:before {
  display: none;
  visibility: hidden;
  content: ''; }

.cnt-blk-Pricing-tbl-row-itm-lst p:before {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  width: 20px;
  height: 20px !important;
  line-height: 20px !important;
  font-family: 'picons';
  font-size: 10px;
  content: '\e905'; }

@media only screen and (max-width: 768px) {
  .cnt-blk-Pricing-wrp {
    padding: 20px 0; }
  .cnt-blk-Pricing-tbl-row {
    margin-right: 30px;
    width: calc((16.6666666667% * 3) - (30px - (5px * 3))); } }

@media only screen and (max-width: 545px) {
  .cnt-blk-Pricing-tbl-row {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%; } }

.cnt-mck-Icons-wrp {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%; }

.cnt-mck-Icons-inr {
  position: relative;
  display: inline-block;
  float: left;
  padding: 40px 0;
  width: 100%;
  min-height: 720px; }

.cnt-mck-Icons-obj {
  position: absolute;
  margin: 0;
  padding: 0;
  left: -45px;
  width: 400px;
  height: 710px; }

.cnt-mck-Icons-obj-frm {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 1;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat; }

.cnt-mck-Icons-obj-scn {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: hidden;
  top: 77px;
  right: 64px !important;
  bottom: 148px;
  left: 64px !important;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2px; }

.cnt-mck-Icons-txt {
  position: relative;
  display: inline-block;
  float: left;
  float: right;
  width: calc(100% - 350px); }

.cnt-mck-Icons-itm {
  position: relative;
  display: inline-block;
  float: left;
  padding-right: 60px;
  margin-right: 60px;
  margin-bottom: 40px;
  width: calc(50% - 60px);
  height: auto; }

.cnt-mck-Icons-itm:nth-child(even) {
  margin-right: 0; }

.cnt-mck-Icons-icn {
  position: relative;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  font-size: 30px;
  line-height: 40px; }

@media only screen and (max-width: 768px) {
  .cnt-mck-Icons-itm {
    padding-right: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    width: calc(50% - 15px);
    height: auto; } }

@media only screen and (max-width: 545px) {
  .cnt-mck-Icons-obj {
    display: none; }
  .cnt-mck-Icons-txt {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%; }
  .cnt-mck-Icons-itm {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 0 40px 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center; }
  .cnt-mck-Icons-itm:nth-child(even) {
    margin-right: 0; }
  .cnt-mck-Icons-icn {
    position: relative;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
    font-size: 30px;
    line-height: 40px; } }

.cnt-mck-Scroll {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important;
  width: 100%; }

.cnt-mck-Scroll-inr {
  position: relative;
  display: inline-block;
  float: left;
  padding: 40px 0;
  width: 100%;
  min-height: 740px; }

.cnt-mck-Scroll-obj {
  position: absolute;
  margin: 0;
  padding: 0;
  left: calc(50% - 200px);
  width: 400px;
  height: 710px; }

.cnt-mck-Scroll-obj-frm {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 1;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat; }

.cnt-mck-Scroll-scr {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  white-space: nowrap;
  overflow: hidden; }

.cnt-mck-Scroll-scr-inr {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  padding-left: calc(50% - 136px); }

.cnt-mck-Scroll-obj-scn {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  overflow: hidden;
  margin: 0 0 0 60px;
  top: 118px;
  width: 272px;
  height: 483px;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2px;
  -webkit-box-shadow: -1px -1px 40px 0 rgba(113, 116, 119, 0.75);
  -moz-box-shadow: -1px -1px 40px 0 rgba(113, 116, 119, 0.75);
  box-shadow: -1px -1px 40px 0 rgba(113, 116, 119, 0.75); }

.cnt-mck-Scroll-obj-scn:first-child {
  margin: 0; }

.cnt-mck-Scroll-obj-scn-img {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  width: 100%;
  height: auto; }

.cnt-logoScr {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important;
  overflow: hidden; }

.cnt-logoScr-inr {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  padding: 20px 0;
  width: 100vw;
  height: 120px; }

.cnt-logoScr-wrp {
  position: relative;
  display: inline-block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  width: 100vw;
  height: 80px; }

.cnt-logoScr-imgs {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  width: auto;
  height: 80px; }

.cnt-logoScr-img {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  margin: 0 20px;
  width: auto;
  height: 80px; }

.cnt-blg-wrp {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important;
  padding: 40px 0; }

.cnt-blg-inr {
  position: relative;
  display: inline-block;
  float: left;
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  width: 100% !important;
  max-width: 1120px !important; }

.blog-post {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 60px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  width: calc((16.6666666667% * 2) - (60px - (10px * 2)));
  height: 360px;
  border: none !important;
  vertical-align: top; }

.blog-post:nth-child(3n) {
  margin-right: 0; }

.blog-post-img {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  height: 200px;
  border-radius: 3px; }

.blog-post-cpy {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  height: auto; }

.blog-post-cpy h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px !important; }

@media only screen and (max-width: 768px) {
  .blog-post {
    margin-right: 30px;
    width: calc((16.6666666667% * 2) - (30px - (5px * 2)));
    border-bottom: 2px solid #717477; }
  .blog-post-img {
    width: 100%;
    height: 140px; } }

@media only screen and (max-width: 545px) {
  .home-posts-wrapper {
    position: relative;
    display: inline-block;
    float: left;
    clear: both;
    margin-left: -50vw !important;
    left: 50% !important;
    width: 100vw !important;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
    scroll-snap-type: mandatory;
    scroll-snap-destination: calc(100% + 10px) 0;
    scroll-snap-points-x: repeat(calc(100% + 10px));
    -webkit-scroll-snap-type: mandatory;
    -webkit-scroll-snap-destination: calc(100% + 10px) 0;
    -webkit-scroll-snap-points-x: repeat(calc(100% + 10px)); }
  .blog-post {
    white-space: normal;
    float: none;
    margin: 0 10px 20px 0;
    padding: 0;
    width: calc(100vw - 40px);
    scroll-snap-coordinate: 20px;
    -webkit-scroll-snap-coordinate: 20px; }
  .blog-post-img {
    height: 200px; } }

.slide-wrp {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important;
  overflow: hidden;
  height: 900px;
  background-color: #efedec; }

.slide-wrp .scr-nav-dots {
  position: absolute; }

.scroll-inr {
  float: none; }

.slider-scroll {
  position: relative;
  display: inline-block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  width: 100vw;
  height: 900px;
  scroll-snap-type: mandatory;
  scroll-snap-destination: 100vw 0;
  scroll-snap-points-x: repeat(100vw);
  -webkit-scroll-snap-type: mandatory;
  -webkit-scroll-snap-destination: 100vw 0;
  -webkit-scroll-snap-points-x: repeat(100vw); }

.slider-slide {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  white-space: normal;
  width: 100%;
  height: 900px;
  scroll-snap-coordinate: 0;
  -webkit-scroll-snap-coordinate: 0; }

.slider-slide-header {
  position: relative;
  display: inline-block;
  float: left;
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  width: 100% !important;
  max-width: 1120px !important;
  margin-top: 40px; }

.slider-btn {
  height: 40px !important;
  line-height: 40px !important; }

.slider-slide-banner {
  position: absolute;
  margin: 0;
  padding: 0;
  padding: 20px 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-family: Museo, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  line-height: 20px;
  text-align: center;
  color: #717477;
  background-color: rgba(255, 255, 255, 0.95); }

.slider-slide-banner .ste-logo {
  padding-top: 3px; }

.slide-nav-dots {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 3px; }

.slide-nav-dot {
  position: relative;
  display: inline-block;
  float: left;
  flex: 1;
  width: 100px;
  height: 100%;
  background-color: rgba(40, 46, 77, 0.25);
  -webkit-transition: height 250ms ease-in-out;
  -moz-transition: height 250ms ease-in-out;
  -ms-transition: height 250ms ease-in-out;
  -o-transition: height 250ms ease-in-out;
  transition: height 250ms ease-in-out; }

.slide-nav-dot:hover {
  height: 15px; }

.slide-nav-dot-inr {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  width: 0;
  right: auto;
  background-color: #282e4d; }

.slide-nav-dot:first-child {
  margin-left: 0; }

.slide-nav-dot:last-child {
  margin-right: 0; }

@media only screen and (max-width: 545px) {
  /*.slide-wrp {
    height: calc(100vh - 60px); }*/
  .slide-wrp .scr-nav-dots {
    display: none; }
  .slider-scroll {
    overflow: hidden;
    height: 100%; }
  /*.slider-slide {
    height: 100%; 
    }*/
  .slider-slide-header {
    margin-top: 20px; }
  .slider-btn {
    height: 20px !important;
    line-height: 20px !important; } }

.cnt-hlp {
  position: relative;
  display: inline-block;
  float: left;
  padding-top: 60px;
  width: 100%; }

.cnt-hlp-inr {
  position: relative;
  display: inline-block;
  float: left;
  margin-bottom: 80px;
  width: 100%; }

.cnt-hlp-itm-ctr {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%; }

.cnt-hlp-itm {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 60px;
  margin-bottom: 80px;
  width: calc((16.6666666667% * 3) - (60px - (10px * 3))); }

.cnt-hlp-itm:nth-child(2n) {
  margin-right: 0 !important; }

.help-lib-inr-end {
  margin-right: 0 !important; }

.helplib-article-wrp {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important;
  padding-top: 60px;
  min-height: calc(100vh - 60px);
  background-color: #f8f7f7; }

.helplib-article-inr {
  position: relative;
  display: inline-block;
  float: left;
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  width: 100% !important;
  max-width: 1120px !important; }

.helplib-article-txt {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 60px;
  padding-bottom: 60px;
  width: calc((16.6666666667% * 4) - (60px - (10px * 4))); }

.p-hlpimg {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  text-align: center; }

.helplib-breadcrumb {
  position: relative;
  display: inline-block;
  float: left;
  margin-bottom: 60px;
  width: 100%;
  height: 20px; }

.helplib-breadcrumb ul {
  position: relative;
  display: inline-block;
  float: left;
  list-style: none;
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.helplib-breadcrumb ul li {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  overflow: hidden;
  margin: 0 5px 0 0;
  padding: 0;
  width: auto;
  max-width: 100px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  line-height: 20px;
  color: #717477;
  text-transform: uppercase;
  text-overflow: ellipsis;
  vertical-align: middle; }

.helplib-breadcrumb ul li:before {
  display: none;
  visibility: hidden; }

.helplib-breadcrumb ul li a {
  color: #717477; }

.helplib-breadcrumb .separator {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  width: 10px;
  height: 10px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 7px;
  line-height: 9px;
  line-height: 10px;
  text-align: center;
  color: #FFF !important;
  background-color: #717477;
  border-radius: 10px; }

.helplib-side {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 0;
  padding-right: 60px;
  width: calc((16.6666666667% * 1.5) - (60px - (10px * 1.5))); }

.helplib-side-inr {
  position: relative;
  display: inline-block;
  float: left;
  margin-bottom: 60px;
  width: 100%; }

.site-input-sidebar {
  float: left !important;
  width: calc(100% - 20px) !important;
  margin: 0 !important; }

.cnt-hlp-SearchResult {
  opacity: 0; }

@media only screen and (max-width: 545px) {
  /*.helplib-article-txt {
    margin-right: 0;
    padding-bottom: 60px;
    width: 100%; }*/
  /*.helplib-side {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0 20px;
    width: 100%; }*/
  .site-input-sidebar {
    width: 100% !important; }
  .cnt-hlp-itm {
    position: relative;
    display: inline-block;
    float: left;
    margin-bottom: 40px;
    width: 100%; } }

.cnt-blg {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%; }

.cnt-blg-inr {
  background-color: #FFF; }

.post-thumb {
  position: relative;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  width: 100%;
  height: 400px;
  border-radius: 3px; }

.cnt-blk-Team-img-nano {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 20px !important;
  width: 80px !important;
  height: 80px !important; }

.auth-bio {
  width: calc(100% - 100px); }

@media only screen and (max-width: 545px) {
  .post-thumb {
    height: 200px; } }

.site-form-contact {
  width: calc((16.6666666667% * 4) - (60px - (10px * 4))) !important;
  margin-left: calc(((16.6666666667% * 1) - (60px - (10px * 1))) + 60px) !important; }

.form-input-contact {
  float: right !important; }

.form-btn-contact {
  width: calc((16.6666666667% * 2) - (60px - (10px * 2))) !important; }

@media only screen and (max-width: 545px) {
  .site-form-contact {
    width: 100% !important;
    margin: 0 !important; }
  .form-input-contact {
    width: 100%; } }

.homepage-callout {
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important;
  padding: 20px 0;
  height: 60px; }

.homepage-callout-mentions {
  height: 20px; }

.mentions-label {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 60px;
  width: calc((16.6666666667% * 1) - (60px - (10px * 1)));
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 19px;
  color: #FFF; }

.mentions-logos {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  text-align: center; }

.mentions-logo {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  margin-right: 20px;
  width: auto;
  height: 12px; }

@media only screen and (max-width: 768px) {
  .homepage-callout {
    padding: 10px 0;
    height: 80px; }
  .mentions-label {
    width: 100%;
    text-align: center; }
  .mentions-logos {
    top: 20px; }
  .mentions-logo {
    margin-right: 10px; } }

@media only screen and (max-width: 545px) {
  .homepage-callout, .homepage-callout-mentions {
    height: 80px; } }

html {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  margin-left: -50vw !important;
  left: 50% !important;
  width: 100vw !important; 
  overflow-x: hidden;
}

body {
  position: relative;
  display: inline-block;
  float: left;
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  width: 100% !important;
  max-width: 1120px !important;
  min-height: 100vh;
  background-color: #FFF; }

@media only screen and (max-width: 1080px) {
  body, html {
    overflow-x: hidden; } }

@media only screen and (max-width: 545px) {
  .page-header {
    margin-bottom: 20px;
    padding: 20px 0;
    width: 100%;
    height: auto; } }




/* ADDED BY ANANT PANCHAL FOR RESPONSIV FIXES*/
.cnt-blk-Testimonials-scr
,.cnt-blk-Testimonials-wrp,
.cnt-blk-Testimonials-itm{height: auto;}
.cnt-blk-Testimonials-wrp{padding-bottom:0px;}
.footer-logos-responsive{display:none;}
@media(max-width: 768px){
  .category h1.h1-extra{font-size: 26px; padding: 0 10px;}
  /*.home .4slide p{white-space: nowrap;}*/
  .helplib-article-txt{margin-right: 0;padding-bottom: 60px;width: 100%; }
  .helplib-side {position: relative;display: inline-block;float: left;padding: 0 20px;width: 100%; }  
}


@media(max-width: 795px){
  .ste-header-nav{display: none;}
}

@media(min-width: 546px) and (max-width: 768px){
  .home .cnt-blk-Features-wrp + .cnt-txt-ScrollPanels-wrp{margin-top: 7%;}
  .cnt-blk-Features-obj-frm{background-size: 45%;}
  .cnt-blk-Features-obj-scn img{width: 31%;}  
  .cnt-blk-Features-inr{max-height: auto;}
}

@media(min-width: 546px) and (max-width: 580px){
  .cnt-blk-Features-obj-scn{top: 6.5%; bottom: 54%;}
  .home .cnt-blk-Features-wrp + .cnt-txt-ScrollPanels-wrp{margin-top: 0;}
}

@media(min-width: 581px) and (max-width: 635px){
  .cnt-blk-Features-obj-scn{top: 7%; bottom: 51%;}
  .home .cnt-blk-Features-wrp + .cnt-txt-ScrollPanels-wrp{margin-top: 0;}
}

@media(min-width: 636px) and (max-width: 670px){
  .cnt-blk-Features-obj-scn{top: 7.5%; bottom: 44%;}
  .home .cnt-blk-Features-wrp + .cnt-txt-ScrollPanels-wrp{margin-top: 3%;}
}

@media(min-width: 671px) and (max-width: 715px){
  .cnt-blk-Features-obj-scn{top: 8%; bottom: 39%; }
  .home .cnt-blk-Features-wrp + .cnt-txt-ScrollPanels-wrp{margin-top: 5%;}
}

@media(min-width: 716px) and (max-width: 768px){
  .cnt-blk-Features-obj-scn{top: 8.6%; bottom: 35%;}

}

@media(min-width: 768px) and (max-width: 909px){
  .ste-header-nav .menu-item:nth-child(4){display: none;}
}

@media(max-width: 545px){
  .slide-wrp {/*height: calc(100vh - 60px); */ height: 450px;}
  .slider-slide { /*height: 100%;*/ height: 450px; }
  /*.home .slider-slide.bgi-crop-cover{background-position: center 65% !important; background-size: contain;}*/
  .home .slider-slide.bgi-crop-cover h1.txt-blockHeader{margin-bottom: 0px;}

  .cnt-blk-Features-flx {
    position: relative;
    display: inline-block;
    float: left;
    /*margin-left: 20px;*/
    /*left: calc((16.6666666667% * 3) - (20px - (3px * 3)));*/
    left: 5%;
    width: calc(100% - 5%);
    align-items: stretch !important;
    justify-content: flex-start !important; 
  }

  .cnt-blk-Features-inr {
    clear: both;
    /*margin-left: -50vw !important;
    left: 50% !important;
    width: 100vw !important;*/
    height: auto; 
    padding-top: 688px;    
  }

  .ste-header-nav-stk:not(.mob-btn-wrp){ padding: 80px 20px 125px 0;}
  .ste-header-nav-stk-wrp:not(.mob-btn-wrp) .menu-item {
    margin: 0 0 10px 0;
    height: 23px; 
  }

  .ste-footer-logos a{float: right !important;}
  .ste-footer-logos a:last-child{float: right !important; margin-top: 0px;}
  
  .ste-footer-logos.ste-footer-securitylink{margin-bottom: 0px;}  
  .ste-footer-logos:not(.ste-footer-securitylink){ margin-top: 5px;}

  .cnt-blg-inr{padding: 0px;}  
  .home .cnt-blg-inr{padding: 0px 20px;}  

  .page-template-tpl-page-contact .page-header{margin-bottom: 0px !important;}
  .home .cnt-blk-Features-icn i{position: relative; top: 2px;}



  .cnt-txt-ImageAlternate-itm {width: 100%;   min-height: 0;   height: auto;   z-index: 1;    margin-top: 265px;  }
  .cnt-txt-ImageAlternate-img{ height: 250px; background-size: auto 100%;}
  .cnt-txt-ImageAlternate-img-l { right: 0px;   left:  0px;  }
  .cnt-txt-ImageAlternate-img-r {  right: 0px;   left: 0px;  } 
  .cnt-txt-ImageAlternate-ctr {  position: relative; width: 100%;}
  .employee-programs .cnt-txt-ImageAlternate-wrp:last-child .cnt-txt-ImageAlternate-itm{margin-top:0px;}

  .footer-logos-responsive{ display: block; clear: both;}
  .footer-logos-responsive .ste-footer-logos{margin: 20px 0; width: auto;}
  .footer-logos-responsive .ste-footer-logos.ste-footer-securitylink{float: right;}
  .footer-logos-responsive .ste-footer-logos.ste-footer-securitylink a{ margin-right: 0px !important;}

  .footer-logos-non-responsive{display: none; }
  

}

@media(min-width: 545px) and (max-width: 583px){
  .ste-header-nav-stk.ste-header-nav-stk-open{padding-right: 20px;}
  .ste-header-nav-stk-wrp .menu-item a{white-space: nowrap;}
}

@media(max-width: 330px){
  .home .slider-slide-header{padding: 0 10px;}
  .ste-header-nav-stk-wrp:not(.mob-btn-wrp) .menu-item {height: 20px !important;  margin-bottom: 0px !important;}
  .ste-header-nav-stk-wrp:not(.mob-btn-wrp) .menu-item a{font-size: 15.5px;}
    
}


/* iPhone 4 specific css */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) and (orientation:portrait)
{
    .ste-header-nav-stk-wrp:not(.mob-btn-wrp) .menu-item {height: 22px !important;  margin-bottom: 0px !important;}
    .ste-header-nav-stk-wrp:not(.mob-btn-wrp) .menu-item a{font-size: 16px;}
}

@media only screen and (min-width : 321px) and (max-width: 1366px) { 
  /*.slide-wrp { height: 430px;}
  .slider-slide { height: 430px; }*/
  .home .slider-slide.bgi-crop-cover{background-position: center 75% !important; background-size: contain;}
  .home .slider-slide.bgi-crop-cover h1.txt-blockHeader{margin-bottom: 0px;}
}

@media(max-width: 430px){
  .page-header{padding: 20px 0 50px 0;}
}

@media(min-width: 546px) and (max-width: 768px){
  .ste-footer-securitylink {width: auto;}
}

@media(max-width: 1365px){  
  .home .slider-slide.bgi-crop-cover{background-position: center 65% !important; background-size: contain;}
  .slide-wrp { height: 670px;}
  .slider-slide { height: 670px; }
}

@media(max-width: 1024px){  
  .home .slider-slide.bgi-crop-cover{background-position: center 65% !important; background-size: contain;}
  .slide-wrp { height: 590px;}
  .slider-slide { height: 590px; }
}

@media(max-width: 800px){  
  .home .slider-slide.bgi-crop-cover{background-position: center 65% !important; background-size: contain;}
  .slide-wrp { height: 560px;}
  .slider-slide { height: 560px; }
}

@media(max-width: 768px){  
  .home .slider-slide.bgi-crop-cover{background-position: center 65% !important; background-size: contain;}
  .slide-wrp { height: 540px;}
  .slider-slide { height: 540px; }
}

@media(max-width: 736px){  
  .home .slider-slide.bgi-crop-cover{background-position: center 65% !important; background-size: contain;}
  .slide-wrp { height: 520px;}
  .slider-slide { height: 520px; }
}

@media(max-width: 667px){  
  .home .slider-slide.bgi-crop-cover{background-position: center 65% !important; background-size: contain;}
  .slide-wrp { height: 500px;}
  .slider-slide { height: 500px; }
}

@media(max-width: 568px){  
  .home .slider-slide.bgi-crop-cover{background-position: center 65% !important; background-size: contain;}
  .slide-wrp { height: 475px;}
  .slider-slide { height: 475px; }
}

@media(max-width: 480px){  
  .home .slider-slide.bgi-crop-cover{background-position: center 70% !important; background-size: contain;}
  .slide-wrp { height: 455px;}
  .slider-slide { height: 455px; }
}



@media(max-width: 405px){
  .cnt-blk-Features-obj-scn{top: 10%; bottom: 27%;}
  .cnt-blk-Features-obj-scn img{width: 69%;}
  .cnt-blk-Features-inr {padding-top: calc(100% + 70%);}
  
}

@media(max-width: 380px){
  .cnt-blk-Features-obj-scn{top: 9.6%; bottom: 31%;}
  .homepage-callout, .homepage-callout-mentions {height: 100px;}
}

@media(max-width: 365px){
  .cnt-blk-Features-obj-scn{top: 8.5%; bottom: 36%;}
}

@media(max-width: 340px){
  .cnt-blk-Features-obj-scn{top: 8%; bottom: 40%;}
  .ste-footer-wrp .ste-logo{height:32px;}
}



/* ADDED BY ANANT PANCHAL FOR RESPONSIV FIXES*/