@charset "UTF-8";
/* Used for paddings and margins, add and adjust as required */
/* Column dimensions */
/* Media Breakpoints, add as necessary */
/* Standard breakpoint mixin */
/* Breakpoint down mixin */
.menu-and-up {
  display: none; }
  @media only screen and (min-width: 992px) {
    .menu-and-up {
      display: block; } }

.menu-and-down {
  display: none; }
  @media only screen and (max-width: 992px) {
    .menu-and-down {
      display: block; } }

.xs-and-up {
  display: none; }
  @media only screen and (min-width: 559px) {
    .xs-and-up {
      display: block; } }

.xs-and-down {
  display: none; }
  @media only screen and (max-width: 559px) {
    .xs-and-down {
      display: block; } }

.sm-and-up {
  display: none; }
  @media only screen and (min-width: 560px) {
    .sm-and-up {
      display: block; } }

.sm-and-down {
  display: none; }
  @media only screen and (max-width: 560px) {
    .sm-and-down {
      display: block; } }

.md-and-up {
  display: none; }
  @media only screen and (min-width: 768px) {
    .md-and-up {
      display: block; } }

.md-and-down {
  display: none; }
  @media only screen and (max-width: 768px) {
    .md-and-down {
      display: block; } }

.lg-and-up {
  display: none; }
  @media only screen and (min-width: 992px) {
    .lg-and-up {
      display: block; } }

.lg-and-down {
  display: none; }
  @media only screen and (max-width: 992px) {
    .lg-and-down {
      display: block; } }

.xl-and-up {
  display: none; }
  @media only screen and (min-width: 1200px) {
    .xl-and-up {
      display: block; } }

.xl-and-down {
  display: none; }
  @media only screen and (max-width: 1200px) {
    .xl-and-down {
      display: block; } }

.super-xl-and-up {
  display: none; }
  @media only screen and (min-width: 1600px) {
    .super-xl-and-up {
      display: block; } }

.super-xl-and-down {
  display: none; }
  @media only screen and (max-width: 1600px) {
    .super-xl-and-down {
      display: block; } }

/* */
/* COLORS */
/* */
/* HELPER CLASSES TO ASSIGN BG AND TEXT COLOURS IN HTML CLASS ATTR */
/* .[color] to affect bg and .[color]-text for text */
/* also includes */
/* -dark classes for rollovers */
/* -wash classes for very pale backgrounds (these aren't variations of the base colour) */
/* */
.red {
  background-color: #e60000 !important; }

.red-light {
  background-color: #ff1010 !important; }

.red-dark {
  background-color: #bd0000 !important; }

.red-half {
  background-color: rgba(230, 0, 0, 0.5) !important; }

.red-text {
  color: #e60000 !important; }

.red-text-light {
  color: #ff1010 !important; }

.red-text-dark {
  color: #bd0000 !important; }

.red-text-half {
  color: rgba(230, 0, 0, 0.5) !important; }

.orange {
  background-color: #eb9700 !important; }

.orange-light {
  background-color: #ffab15 !important; }

.orange-dark {
  background-color: #c27d00 !important; }

.orange-half {
  background-color: rgba(235, 151, 0, 0.5) !important; }

.orange-text {
  color: #eb9700 !important; }

.orange-text-light {
  color: #ffab15 !important; }

.orange-text-dark {
  color: #c27d00 !important; }

.orange-text-half {
  color: rgba(235, 151, 0, 0.5) !important; }

.yellow {
  background-color: #fecb00 !important; }

.yellow-light {
  background-color: #ffd428 !important; }

.yellow-dark {
  background-color: #d5aa00 !important; }

.yellow-half {
  background-color: rgba(254, 203, 0, 0.5) !important; }

.yellow-text {
  color: #fecb00 !important; }

.yellow-text-light {
  color: #ffd428 !important; }

.yellow-text-dark {
  color: #d5aa00 !important; }

.yellow-text-half {
  color: rgba(254, 203, 0, 0.5) !important; }

.green {
  background-color: #a8b400 !important; }

.green-light {
  background-color: #cedd00 !important; }

.green-dark {
  background-color: #828b00 !important; }

.green-half {
  background-color: rgba(168, 180, 0, 0.5) !important; }

.green-text {
  color: #a8b400 !important; }

.green-text-light {
  color: #cedd00 !important; }

.green-text-dark {
  color: #828b00 !important; }

.green-text-half {
  color: rgba(168, 180, 0, 0.5) !important; }

.aubergine {
  background-color: #5e2750 !important; }

.aubergine-light {
  background-color: #7b3369 !important; }

.aubergine-dark {
  background-color: #411b37 !important; }

.aubergine-half {
  background-color: rgba(94, 39, 80, 0.5) !important; }

.aubergine-text {
  color: #5e2750 !important; }

.aubergine-text-light {
  color: #7b3369 !important; }

.aubergine-text-dark {
  color: #411b37 !important; }

.aubergine-text-half {
  color: rgba(94, 39, 80, 0.5) !important; }

.violet {
  background-color: #9b2aa0 !important; }

.violet-light {
  background-color: #ba32c0 !important; }

.violet-dark {
  background-color: #7c2280 !important; }

.violet-half {
  background-color: rgba(155, 42, 160, 0.5) !important; }

.violet-text {
  color: #9b2aa0 !important; }

.violet-text-light {
  color: #ba32c0 !important; }

.violet-text-dark {
  color: #7c2280 !important; }

.violet-text-half {
  color: rgba(155, 42, 160, 0.5) !important; }

.blue {
  background-color: #005ea5 !important; }

.blue-light {
  background-color: #0075ce !important; }

.blue-dark {
  background-color: #00477c !important; }

.blue-half {
  background-color: rgba(0, 94, 165, 0.5) !important; }

.blue-text {
  color: #005ea5 !important; }

.blue-text-light {
  color: #0075ce !important; }

.blue-text-dark {
  color: #00477c !important; }

.blue-text-half {
  color: rgba(0, 94, 165, 0.5) !important; }

.turquoise {
  background-color: #008ca2 !important; }

.turquoise-light {
  background-color: #00afcb !important; }

.turquoise-dark {
  background-color: #006979 !important; }

.turquoise-half {
  background-color: rgba(0, 140, 162, 0.5) !important; }

.turquoise-text {
  color: #008ca2 !important; }

.turquoise-text-light {
  color: #00afcb !important; }

.turquoise-text-dark {
  color: #006979 !important; }

.turquoise-text-half {
  color: rgba(0, 140, 162, 0.5) !important; }

.grey-vodafone {
  background-color: #4a4d4e !important; }

.grey-vodafone-light {
  background-color: #5e6263 !important; }

.grey-vodafone-dark {
  background-color: #363839 !important; }

.grey-vodafone-half {
  background-color: rgba(74, 77, 78, 0.5) !important; }

.grey-vodafone-text {
  color: #4a4d4e !important; }

.grey-vodafone-text-light {
  color: #5e6263 !important; }

.grey-vodafone-text-dark {
  color: #363839 !important; }

.grey-vodafone-text-half {
  color: rgba(74, 77, 78, 0.5) !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.grey-dark {
  background-color: #333333 !important; }

.grey-dark-text {
  color: #333333 !important; }

.grey-vodafone {
  background-color: #4a4d4e !important; }

.grey-vodafone-text {
  color: #4a4d4e !important; }

.grey-mid {
  background-color: #ebebeb !important; }

.grey-mid-text {
  color: #ebebeb !important; }

.grey-light {
  background-color: #f5f5f5 !important; }

.grey-light-text {
  color: #f5f5f5 !important; }

.white {
  background-color: #ffffff !important; }

.white-text {
  color: #ffffff !important; }

.red-wash {
  background-color: #facdcf !important; }

.red-text-wash {
  color: #facdcf !important; }

.orange-wash {
  background-color: #fbeacc !important; }

.orange-text-wash {
  color: #fbeacc !important; }

.yellow-wash {
  background-color: #fff4cd !important; }

.yellow-text-wash {
  color: #fff4cd !important; }

.green-wash {
  background-color: #edf0cd !important; }

.green-text-wash {
  color: #edf0cd !important; }

.aubergine-wash {
  background-color: #efeaed !important; }

.aubergine-text-wash {
  color: #efeaed !important; }

.violet-wash {
  background-color: #ebd5ec !important; }

.violet-text-wash {
  color: #ebd5ec !important; }

.blue-wash {
  background-color: #cde5ea !important; }

.blue-text-wash {
  color: #cde5ea !important; }

.turquoise-wash {
  background-color: #ccf2f6 !important; }

.turquoise-text-wash {
  color: #ccf2f6 !important; }

.grey-vodafone-wash {
  background-color: #dbdbdb !important; }

.grey-vodafone-text-wash {
  color: #dbdbdb !important; }

/* Hover States */
.hover-grey-light:hover {
  background-color: #f5f5f5; }

.hover-black:hover {
  background-color: #000000 !important; }

.hover-grey-dark:hover {
  background-color: #333333 !important; }

.hover-grey-vodafone:hover {
  background-color: #4a4d4e !important; }

.hover-grey-mid:hover {
  background-color: #ebebeb !important; }

.hover-grey-light:hover {
  background-color: #f5f5f5 !important; }

.hover-white:hover {
  background-color: #ffffff !important; }

/* CUSTOM COLOURS TO GO BELOW THIS LINE */
/* 
    ** Flex helper classes **
*/
.d-flex, .d-flex-center, .d-flex-center-column, .page-header .page-header__controls, .d-flex-between, .d-flex-around, .d-flex-start {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-flex-column, .d-flex-center-column, .d-flex-between-column, .d-flex-around-column, .d-flex-start-column {
  flex-direction: column !important; }

.d-flex-row {
  flex-direction: row !important; }

/* Generate multi breakpoint flex classes */
@media only screen and (min-width: 560px) {
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-flex-column {
    flex-direction: column !important; }
  .d-sm-flex-row {
    flex-direction: row !important; } }

@media only screen and (min-width: 768px) {
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-flex-column {
    flex-direction: column !important; }
  .d-md-flex-row {
    flex-direction: row !important; } }

@media only screen and (min-width: 992px) {
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-flex-column {
    flex-direction: column !important; }
  .d-lg-flex-row {
    flex-direction: row !important; } }

@media only screen and (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-flex-column {
    flex-direction: column !important; }
  .d-xl-flex-row {
    flex-direction: row !important; } }

/* 
    ** Flex justification and alignment helper classes **
*/
/* Generate non breakpoint specific helper classes */
.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-start, .d-flex-start, .d-flex-start-column {
  justify-content: flex-start !important; }

.justify-content-center, .d-flex-center, .d-flex-center-column, .page-header .page-header__controls {
  justify-content: center !important; }

.justify-content-around, .d-flex-around, .d-flex-around-column {
  justify-content: space-around !important; }

.justify-content-between, .d-flex-between, .d-flex-between-column {
  justify-content: space-between !important; }

.justify-content-initial {
  justify-content: initial !important; }

.justify-content-inherit {
  justify-content: inherit !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-initial {
  align-self: initial !important; }

.align-self-inherit {
  align-self: inherit !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.align-items-initial {
  align-items: initial !important; }

.align-items-inherit {
  align-items: inherit !important; }

.align-items-start, .d-flex-start, .d-flex-start-column {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center, .d-flex-center, .d-flex-center-column, .page-header .page-header__controls, .d-flex-between, .d-flex-around, .d-flex-between-column, .d-flex-around-column {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-items-initial {
  align-items: initial !important; }

.align-items-inherit {
  align-items: inherit !important; }

.align-items-start, .d-flex-start, .d-flex-start-column {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center, .d-flex-center, .d-flex-center-column, .page-header .page-header__controls, .d-flex-between, .d-flex-around, .d-flex-between-column, .d-flex-around-column {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-center {
  align-content: center !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-initial {
  align-content: initial !important; }

.align-content-inherit {
  align-content: inherit !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-wrap-initail {
  flex-wrap: initial !important; }

.flex-wrap-inherit {
  flex-wrap: inherit !important; }

/* Generate multi breakpoint flex justification/alignment helper classes */
@media only screen and (min-width: 560px) {
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-initial {
    justify-content: initial !important; }
  .justify-content-sm-inherit {
    justify-content: inherit !important; }
  .align-items-sm-initial {
    align-items: initial !important; }
  .align-items-sm-inherit {
    align-items: inherit !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-initial {
    align-self: initial !important; }
  .align-self-sm-inherit {
    align-self: inherit !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-initial {
    align-content: initial !important; }
  .align-content-sm-inherit {
    align-content: inherit !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-wrap-initail {
    flex-wrap: initial !important; }
  .flex-sm-wrap-inherit {
    flex-wrap: inherit !important; } }

@media only screen and (min-width: 768px) {
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-initial {
    justify-content: initial !important; }
  .justify-content-md-inherit {
    justify-content: inherit !important; }
  .align-items-md-initial {
    align-items: initial !important; }
  .align-items-md-inherit {
    align-items: inherit !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-initial {
    align-self: initial !important; }
  .align-self-md-inherit {
    align-self: inherit !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-initial {
    align-content: initial !important; }
  .align-content-md-inherit {
    align-content: inherit !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-wrap-initail {
    flex-wrap: initial !important; }
  .flex-md-wrap-inherit {
    flex-wrap: inherit !important; } }

@media only screen and (min-width: 992px) {
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-initial {
    justify-content: initial !important; }
  .justify-content-lg-inherit {
    justify-content: inherit !important; }
  .align-items-lg-initial {
    align-items: initial !important; }
  .align-items-lg-inherit {
    align-items: inherit !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-initial {
    align-self: initial !important; }
  .align-self-lg-inherit {
    align-self: inherit !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-initial {
    align-content: initial !important; }
  .align-content-lg-inherit {
    align-content: inherit !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-wrap-initail {
    flex-wrap: initial !important; }
  .flex-lg-wrap-inherit {
    flex-wrap: inherit !important; } }

@media only screen and (min-width: 1200px) {
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-initial {
    justify-content: initial !important; }
  .justify-content-xl-inherit {
    justify-content: inherit !important; }
  .align-items-xl-initial {
    align-items: initial !important; }
  .align-items-xl-inherit {
    align-items: inherit !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-initial {
    align-self: initial !important; }
  .align-self-xl-inherit {
    align-self: inherit !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-initial {
    align-content: initial !important; }
  .align-content-xl-inherit {
    align-content: inherit !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-wrap-initail {
    flex-wrap: initial !important; }
  .flex-xl-wrap-inherit {
    flex-wrap: inherit !important; } }

/* Flex Grow helper classes */
.flex-grow-0 {
  flex-grow: 0; }

.flex-grow-1 {
  flex-grow: 1; }

.flex-grow-2 {
  flex-grow: 2; }

.flex-grow-3 {
  flex-grow: 3; }

.flex-grow-4 {
  flex-grow: 4; }

.flex-grow-5 {
  flex-grow: 5; }

.flex-grow-6 {
  flex-grow: 6; }

.flex-grow-7 {
  flex-grow: 7; }

.flex-grow-8 {
  flex-grow: 8; }

.flex-grow-9 {
  flex-grow: 9; }

.flex-grow-10 {
  flex-grow: 10; }

.flex-grow-11 {
  flex-grow: 11; }

.flex-grow-12 {
  flex-grow: 12; }

@media only screen and (min-width: 560px) {
  .flex-grow-sm-0 {
    flex-grow: 0; }
  .flex-grow-sm-1 {
    flex-grow: 1; }
  .flex-grow-sm-2 {
    flex-grow: 2; }
  .flex-grow-sm-3 {
    flex-grow: 3; }
  .flex-grow-sm-4 {
    flex-grow: 4; }
  .flex-grow-sm-5 {
    flex-grow: 5; }
  .flex-grow-sm-6 {
    flex-grow: 6; }
  .flex-grow-sm-7 {
    flex-grow: 7; }
  .flex-grow-sm-8 {
    flex-grow: 8; }
  .flex-grow-sm-9 {
    flex-grow: 9; }
  .flex-grow-sm-10 {
    flex-grow: 10; }
  .flex-grow-sm-11 {
    flex-grow: 11; }
  .flex-grow-sm-12 {
    flex-grow: 12; } }

@media only screen and (min-width: 768px) {
  .flex-grow-md-0 {
    flex-grow: 0; }
  .flex-grow-md-1 {
    flex-grow: 1; }
  .flex-grow-md-2 {
    flex-grow: 2; }
  .flex-grow-md-3 {
    flex-grow: 3; }
  .flex-grow-md-4 {
    flex-grow: 4; }
  .flex-grow-md-5 {
    flex-grow: 5; }
  .flex-grow-md-6 {
    flex-grow: 6; }
  .flex-grow-md-7 {
    flex-grow: 7; }
  .flex-grow-md-8 {
    flex-grow: 8; }
  .flex-grow-md-9 {
    flex-grow: 9; }
  .flex-grow-md-10 {
    flex-grow: 10; }
  .flex-grow-md-11 {
    flex-grow: 11; }
  .flex-grow-md-12 {
    flex-grow: 12; } }

@media only screen and (min-width: 992px) {
  .flex-grow-lg-0 {
    flex-grow: 0; }
  .flex-grow-lg-1 {
    flex-grow: 1; }
  .flex-grow-lg-2 {
    flex-grow: 2; }
  .flex-grow-lg-3 {
    flex-grow: 3; }
  .flex-grow-lg-4 {
    flex-grow: 4; }
  .flex-grow-lg-5 {
    flex-grow: 5; }
  .flex-grow-lg-6 {
    flex-grow: 6; }
  .flex-grow-lg-7 {
    flex-grow: 7; }
  .flex-grow-lg-8 {
    flex-grow: 8; }
  .flex-grow-lg-9 {
    flex-grow: 9; }
  .flex-grow-lg-10 {
    flex-grow: 10; }
  .flex-grow-lg-11 {
    flex-grow: 11; }
  .flex-grow-lg-12 {
    flex-grow: 12; } }

@media only screen and (min-width: 1200px) {
  .flex-grow-xl-0 {
    flex-grow: 0; }
  .flex-grow-xl-1 {
    flex-grow: 1; }
  .flex-grow-xl-2 {
    flex-grow: 2; }
  .flex-grow-xl-3 {
    flex-grow: 3; }
  .flex-grow-xl-4 {
    flex-grow: 4; }
  .flex-grow-xl-5 {
    flex-grow: 5; }
  .flex-grow-xl-6 {
    flex-grow: 6; }
  .flex-grow-xl-7 {
    flex-grow: 7; }
  .flex-grow-xl-8 {
    flex-grow: 8; }
  .flex-grow-xl-9 {
    flex-grow: 9; }
  .flex-grow-xl-10 {
    flex-grow: 10; }
  .flex-grow-xl-11 {
    flex-grow: 11; }
  .flex-grow-xl-12 {
    flex-grow: 12; } }

/* Flex Shrink helper classes */
.flex-shrink-0 {
  flex-shrink: 0; }

.flex-shrink-1 {
  flex-shrink: 1; }

.flex-shrink-2 {
  flex-shrink: 2; }

.flex-shrink-3 {
  flex-shrink: 3; }

.flex-shrink-4 {
  flex-shrink: 4; }

.flex-shrink-5 {
  flex-shrink: 5; }

.flex-shrink-6 {
  flex-shrink: 6; }

.flex-shrink-7 {
  flex-shrink: 7; }

.flex-shrink-8 {
  flex-shrink: 8; }

.flex-shrink-9 {
  flex-shrink: 9; }

.flex-shrink-10 {
  flex-shrink: 10; }

.flex-shrink-11 {
  flex-shrink: 11; }

.flex-shrink-12 {
  flex-shrink: 12; }

@media only screen and (min-width: 560px) {
  .flex-shrink-sm-0 {
    flex-shrink: 0; }
  .flex-shrink-sm-1 {
    flex-shrink: 1; }
  .flex-shrink-sm-2 {
    flex-shrink: 2; }
  .flex-shrink-sm-3 {
    flex-shrink: 3; }
  .flex-shrink-sm-4 {
    flex-shrink: 4; }
  .flex-shrink-sm-5 {
    flex-shrink: 5; }
  .flex-shrink-sm-6 {
    flex-shrink: 6; }
  .flex-shrink-sm-7 {
    flex-shrink: 7; }
  .flex-shrink-sm-8 {
    flex-shrink: 8; }
  .flex-shrink-sm-9 {
    flex-shrink: 9; }
  .flex-shrink-sm-10 {
    flex-shrink: 10; }
  .flex-shrink-sm-11 {
    flex-shrink: 11; }
  .flex-shrink-sm-12 {
    flex-shrink: 12; } }

@media only screen and (min-width: 768px) {
  .flex-shrink-md-0 {
    flex-shrink: 0; }
  .flex-shrink-md-1 {
    flex-shrink: 1; }
  .flex-shrink-md-2 {
    flex-shrink: 2; }
  .flex-shrink-md-3 {
    flex-shrink: 3; }
  .flex-shrink-md-4 {
    flex-shrink: 4; }
  .flex-shrink-md-5 {
    flex-shrink: 5; }
  .flex-shrink-md-6 {
    flex-shrink: 6; }
  .flex-shrink-md-7 {
    flex-shrink: 7; }
  .flex-shrink-md-8 {
    flex-shrink: 8; }
  .flex-shrink-md-9 {
    flex-shrink: 9; }
  .flex-shrink-md-10 {
    flex-shrink: 10; }
  .flex-shrink-md-11 {
    flex-shrink: 11; }
  .flex-shrink-md-12 {
    flex-shrink: 12; } }

@media only screen and (min-width: 992px) {
  .flex-shrink-lg-0 {
    flex-shrink: 0; }
  .flex-shrink-lg-1 {
    flex-shrink: 1; }
  .flex-shrink-lg-2 {
    flex-shrink: 2; }
  .flex-shrink-lg-3 {
    flex-shrink: 3; }
  .flex-shrink-lg-4 {
    flex-shrink: 4; }
  .flex-shrink-lg-5 {
    flex-shrink: 5; }
  .flex-shrink-lg-6 {
    flex-shrink: 6; }
  .flex-shrink-lg-7 {
    flex-shrink: 7; }
  .flex-shrink-lg-8 {
    flex-shrink: 8; }
  .flex-shrink-lg-9 {
    flex-shrink: 9; }
  .flex-shrink-lg-10 {
    flex-shrink: 10; }
  .flex-shrink-lg-11 {
    flex-shrink: 11; }
  .flex-shrink-lg-12 {
    flex-shrink: 12; } }

@media only screen and (min-width: 1200px) {
  .flex-shrink-xl-0 {
    flex-shrink: 0; }
  .flex-shrink-xl-1 {
    flex-shrink: 1; }
  .flex-shrink-xl-2 {
    flex-shrink: 2; }
  .flex-shrink-xl-3 {
    flex-shrink: 3; }
  .flex-shrink-xl-4 {
    flex-shrink: 4; }
  .flex-shrink-xl-5 {
    flex-shrink: 5; }
  .flex-shrink-xl-6 {
    flex-shrink: 6; }
  .flex-shrink-xl-7 {
    flex-shrink: 7; }
  .flex-shrink-xl-8 {
    flex-shrink: 8; }
  .flex-shrink-xl-9 {
    flex-shrink: 9; }
  .flex-shrink-xl-10 {
    flex-shrink: 10; }
  .flex-shrink-xl-11 {
    flex-shrink: 11; }
  .flex-shrink-xl-12 {
    flex-shrink: 12; } }

/* Flex basis helper classes */
.flex-basis-0 {
  flex-basis: 0; }

.flex-basis-1 {
  flex-basis: 1; }

.flex-basis-2 {
  flex-basis: 2; }

.flex-basis-3 {
  flex-basis: 3; }

.flex-basis-4 {
  flex-basis: 4; }

.flex-basis-5 {
  flex-basis: 5; }

.flex-basis-6 {
  flex-basis: 6; }

.flex-basis-7 {
  flex-basis: 7; }

.flex-basis-8 {
  flex-basis: 8; }

.flex-basis-9 {
  flex-basis: 9; }

.flex-basis-10 {
  flex-basis: 10; }

.flex-basis-11 {
  flex-basis: 11; }

.flex-basis-12 {
  flex-basis: 12; }

@media only screen and (min-width: 560px) {
  .flex-basis-sm-0 {
    flex-basis: 0; }
  .flex-basis-sm-1 {
    flex-basis: 1; }
  .flex-basis-sm-2 {
    flex-basis: 2; }
  .flex-basis-sm-3 {
    flex-basis: 3; }
  .flex-basis-sm-4 {
    flex-basis: 4; }
  .flex-basis-sm-5 {
    flex-basis: 5; }
  .flex-basis-sm-6 {
    flex-basis: 6; }
  .flex-basis-sm-7 {
    flex-basis: 7; }
  .flex-basis-sm-8 {
    flex-basis: 8; }
  .flex-basis-sm-9 {
    flex-basis: 9; }
  .flex-basis-sm-10 {
    flex-basis: 10; }
  .flex-basis-sm-11 {
    flex-basis: 11; }
  .flex-basis-sm-12 {
    flex-basis: 12; } }

@media only screen and (min-width: 768px) {
  .flex-basis-md-0 {
    flex-basis: 0; }
  .flex-basis-md-1 {
    flex-basis: 1; }
  .flex-basis-md-2 {
    flex-basis: 2; }
  .flex-basis-md-3 {
    flex-basis: 3; }
  .flex-basis-md-4 {
    flex-basis: 4; }
  .flex-basis-md-5 {
    flex-basis: 5; }
  .flex-basis-md-6 {
    flex-basis: 6; }
  .flex-basis-md-7 {
    flex-basis: 7; }
  .flex-basis-md-8 {
    flex-basis: 8; }
  .flex-basis-md-9 {
    flex-basis: 9; }
  .flex-basis-md-10 {
    flex-basis: 10; }
  .flex-basis-md-11 {
    flex-basis: 11; }
  .flex-basis-md-12 {
    flex-basis: 12; } }

@media only screen and (min-width: 992px) {
  .flex-basis-lg-0 {
    flex-basis: 0; }
  .flex-basis-lg-1 {
    flex-basis: 1; }
  .flex-basis-lg-2 {
    flex-basis: 2; }
  .flex-basis-lg-3 {
    flex-basis: 3; }
  .flex-basis-lg-4 {
    flex-basis: 4; }
  .flex-basis-lg-5 {
    flex-basis: 5; }
  .flex-basis-lg-6 {
    flex-basis: 6; }
  .flex-basis-lg-7 {
    flex-basis: 7; }
  .flex-basis-lg-8 {
    flex-basis: 8; }
  .flex-basis-lg-9 {
    flex-basis: 9; }
  .flex-basis-lg-10 {
    flex-basis: 10; }
  .flex-basis-lg-11 {
    flex-basis: 11; }
  .flex-basis-lg-12 {
    flex-basis: 12; } }

@media only screen and (min-width: 1200px) {
  .flex-basis-xl-0 {
    flex-basis: 0; }
  .flex-basis-xl-1 {
    flex-basis: 1; }
  .flex-basis-xl-2 {
    flex-basis: 2; }
  .flex-basis-xl-3 {
    flex-basis: 3; }
  .flex-basis-xl-4 {
    flex-basis: 4; }
  .flex-basis-xl-5 {
    flex-basis: 5; }
  .flex-basis-xl-6 {
    flex-basis: 6; }
  .flex-basis-xl-7 {
    flex-basis: 7; }
  .flex-basis-xl-8 {
    flex-basis: 8; }
  .flex-basis-xl-9 {
    flex-basis: 9; }
  .flex-basis-xl-10 {
    flex-basis: 10; }
  .flex-basis-xl-11 {
    flex-basis: 11; }
  .flex-basis-xl-12 {
    flex-basis: 12; } }

/* Common amalgamations */
.flex-1 {
  flex: 1; }

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

.flex-4 {
  flex: 4; }

.flex-5 {
  flex: 5; }

.flex-6 {
  flex: 6; }

.flex-7 {
  flex: 7; }

.flex-8 {
  flex: 8; }

.flex-9 {
  flex: 9; }

.flex-10 {
  flex: 10; }

.flex-11 {
  flex: 11; }

.flex-12 {
  flex: 12; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media only screen and (min-width: 560px) {
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; } }

@media only screen and (min-width: 768px) {
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; } }

@media only screen and (min-width: 992px) {
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; } }

@media only screen and (min-width: 1200px) {
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; } }

/* Predefined spacing variables */
/* non-breakpoint margin classes */
/* build non-breakpoint margin helper classes */
.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 5px !important; }

.mt-2 {
  margin-top: 8px !important; }

.mt-3 {
  margin-top: 12px !important; }

.mt-4 {
  margin-top: 15px !important; }

.mt-5 {
  margin-top: 25px !important; }

.mt-6 {
  margin-top: 30px !important; }

.mt-7 {
  margin-top: 45px !important; }

.mt-8 {
  margin-top: 60px !important; }

.mr-0 {
  margin-right: 0 !important; }

.mr-1 {
  margin-right: 5px !important; }

.mr-2 {
  margin-right: 8px !important; }

.mr-3 {
  margin-right: 12px !important; }

.mr-4 {
  margin-right: 15px !important; }

.mr-5 {
  margin-right: 25px !important; }

.mr-6 {
  margin-right: 30px !important; }

.mr-7 {
  margin-right: 45px !important; }

.mr-8 {
  margin-right: 60px !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 5px !important; }

.mb-2 {
  margin-bottom: 8px !important; }

.mb-3 {
  margin-bottom: 12px !important; }

.mb-4 {
  margin-bottom: 15px !important; }

.mb-5 {
  margin-bottom: 25px !important; }

.mb-6 {
  margin-bottom: 30px !important; }

.mb-7 {
  margin-bottom: 45px !important; }

.mb-8 {
  margin-bottom: 60px !important; }

.ml-0 {
  margin-left: 0 !important; }

.ml-1 {
  margin-left: 5px !important; }

.ml-2 {
  margin-left: 8px !important; }

.ml-3 {
  margin-left: 12px !important; }

.ml-4 {
  margin-left: 15px !important; }

.ml-5 {
  margin-left: 25px !important; }

.ml-6 {
  margin-left: 30px !important; }

.ml-7 {
  margin-left: 45px !important; }

.ml-8 {
  margin-left: 60px !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.mx-1 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important; }

.mx-3 {
  margin-left: 12px !important;
  margin-right: 12px !important; }

.mx-4 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.mx-5 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.mx-6 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.mx-7 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.mx-8 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.my-3 {
  margin-top: 12px !important;
  margin-bottom: 12px !important; }

.my-4 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.my-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.my-6 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.my-7 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.my-8 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

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

.m-1 {
  margin: 5px !important; }

.m-2 {
  margin: 8px !important; }

.m-3 {
  margin: 12px !important; }

.m-4 {
  margin: 15px !important; }

.m-5 {
  margin: 25px !important; }

.m-6 {
  margin: 30px !important; }

.m-7 {
  margin: 45px !important; }

.m-8 {
  margin: 60px !important; }

/* build non-breakpoint padding helper classes */
.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 5px !important; }

.pt-2 {
  padding-top: 8px !important; }

.pt-3 {
  padding-top: 12px !important; }

.pt-4 {
  padding-top: 15px !important; }

.pt-5 {
  padding-top: 25px !important; }

.pt-6 {
  padding-top: 30px !important; }

.pt-7 {
  padding-top: 45px !important; }

.pt-8 {
  padding-top: 60px !important; }

.pr-0 {
  padding-right: 0 !important; }

.pr-1 {
  padding-right: 5px !important; }

.pr-2 {
  padding-right: 8px !important; }

.pr-3 {
  padding-right: 12px !important; }

.pr-4 {
  padding-right: 15px !important; }

.pr-5 {
  padding-right: 25px !important; }

.pr-6 {
  padding-right: 30px !important; }

.pr-7 {
  padding-right: 45px !important; }

.pr-8 {
  padding-right: 60px !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 5px !important; }

.pb-2 {
  padding-bottom: 8px !important; }

.pb-3 {
  padding-bottom: 12px !important; }

.pb-4 {
  padding-bottom: 15px !important; }

.pb-5 {
  padding-bottom: 25px !important; }

.pb-6 {
  padding-bottom: 30px !important; }

.pb-7 {
  padding-bottom: 45px !important; }

.pb-8 {
  padding-bottom: 60px !important; }

.pl-0 {
  padding-left: 0 !important; }

.pl-1 {
  padding-left: 5px !important; }

.pl-2 {
  padding-left: 8px !important; }

.pl-3 {
  padding-left: 12px !important; }

.pl-4 {
  padding-left: 15px !important; }

.pl-5 {
  padding-left: 25px !important; }

.pl-6 {
  padding-left: 30px !important; }

.pl-7 {
  padding-left: 45px !important; }

.pl-8 {
  padding-left: 60px !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.px-1 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.px-3 {
  padding-left: 12px !important;
  padding-right: 12px !important; }

.px-4 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.px-5 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.px-6 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.px-7 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.px-8 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.py-4 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.py-5 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.py-6 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.py-7 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.py-8 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 5px !important; }

.p-2 {
  padding: 8px !important; }

.p-3 {
  padding: 12px !important; }

.p-4 {
  padding: 15px !important; }

.p-5 {
  padding: 25px !important; }

.p-6 {
  padding: 30px !important; }

.p-7 {
  padding: 45px !important; }

.p-8 {
  padding: 60px !important; }

/* Generate spacing helper classes for all column breakpoints, loops through spacings map in variables */
/* Generate margin classes */
@media only screen and (min-width: 560px) {
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 5px !important; }
  .mt-sm-2 {
    margin-top: 8px !important; }
  .mt-sm-3 {
    margin-top: 12px !important; }
  .mt-sm-4 {
    margin-top: 15px !important; }
  .mt-sm-5 {
    margin-top: 25px !important; }
  .mt-sm-6 {
    margin-top: 30px !important; }
  .mt-sm-7 {
    margin-top: 45px !important; }
  .mt-sm-8 {
    margin-top: 60px !important; } }

@media only screen and (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 5px !important; }
  .mt-md-2 {
    margin-top: 8px !important; }
  .mt-md-3 {
    margin-top: 12px !important; }
  .mt-md-4 {
    margin-top: 15px !important; }
  .mt-md-5 {
    margin-top: 25px !important; }
  .mt-md-6 {
    margin-top: 30px !important; }
  .mt-md-7 {
    margin-top: 45px !important; }
  .mt-md-8 {
    margin-top: 60px !important; } }

@media only screen and (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 5px !important; }
  .mt-lg-2 {
    margin-top: 8px !important; }
  .mt-lg-3 {
    margin-top: 12px !important; }
  .mt-lg-4 {
    margin-top: 15px !important; }
  .mt-lg-5 {
    margin-top: 25px !important; }
  .mt-lg-6 {
    margin-top: 30px !important; }
  .mt-lg-7 {
    margin-top: 45px !important; }
  .mt-lg-8 {
    margin-top: 60px !important; } }

@media only screen and (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 5px !important; }
  .mt-xl-2 {
    margin-top: 8px !important; }
  .mt-xl-3 {
    margin-top: 12px !important; }
  .mt-xl-4 {
    margin-top: 15px !important; }
  .mt-xl-5 {
    margin-top: 25px !important; }
  .mt-xl-6 {
    margin-top: 30px !important; }
  .mt-xl-7 {
    margin-top: 45px !important; }
  .mt-xl-8 {
    margin-top: 60px !important; } }

@media only screen and (min-width: 560px) {
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mr-sm-1 {
    margin-right: 5px !important; }
  .mr-sm-2 {
    margin-right: 8px !important; }
  .mr-sm-3 {
    margin-right: 12px !important; }
  .mr-sm-4 {
    margin-right: 15px !important; }
  .mr-sm-5 {
    margin-right: 25px !important; }
  .mr-sm-6 {
    margin-right: 30px !important; }
  .mr-sm-7 {
    margin-right: 45px !important; }
  .mr-sm-8 {
    margin-right: 60px !important; } }

@media only screen and (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0 !important; }
  .mr-md-1 {
    margin-right: 5px !important; }
  .mr-md-2 {
    margin-right: 8px !important; }
  .mr-md-3 {
    margin-right: 12px !important; }
  .mr-md-4 {
    margin-right: 15px !important; }
  .mr-md-5 {
    margin-right: 25px !important; }
  .mr-md-6 {
    margin-right: 30px !important; }
  .mr-md-7 {
    margin-right: 45px !important; }
  .mr-md-8 {
    margin-right: 60px !important; } }

@media only screen and (min-width: 992px) {
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mr-lg-1 {
    margin-right: 5px !important; }
  .mr-lg-2 {
    margin-right: 8px !important; }
  .mr-lg-3 {
    margin-right: 12px !important; }
  .mr-lg-4 {
    margin-right: 15px !important; }
  .mr-lg-5 {
    margin-right: 25px !important; }
  .mr-lg-6 {
    margin-right: 30px !important; }
  .mr-lg-7 {
    margin-right: 45px !important; }
  .mr-lg-8 {
    margin-right: 60px !important; } }

@media only screen and (min-width: 1200px) {
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mr-xl-1 {
    margin-right: 5px !important; }
  .mr-xl-2 {
    margin-right: 8px !important; }
  .mr-xl-3 {
    margin-right: 12px !important; }
  .mr-xl-4 {
    margin-right: 15px !important; }
  .mr-xl-5 {
    margin-right: 25px !important; }
  .mr-xl-6 {
    margin-right: 30px !important; }
  .mr-xl-7 {
    margin-right: 45px !important; }
  .mr-xl-8 {
    margin-right: 60px !important; } }

@media only screen and (min-width: 560px) {
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 5px !important; }
  .mb-sm-2 {
    margin-bottom: 8px !important; }
  .mb-sm-3 {
    margin-bottom: 12px !important; }
  .mb-sm-4 {
    margin-bottom: 15px !important; }
  .mb-sm-5 {
    margin-bottom: 25px !important; }
  .mb-sm-6 {
    margin-bottom: 30px !important; }
  .mb-sm-7 {
    margin-bottom: 45px !important; }
  .mb-sm-8 {
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 5px !important; }
  .mb-md-2 {
    margin-bottom: 8px !important; }
  .mb-md-3 {
    margin-bottom: 12px !important; }
  .mb-md-4 {
    margin-bottom: 15px !important; }
  .mb-md-5 {
    margin-bottom: 25px !important; }
  .mb-md-6 {
    margin-bottom: 30px !important; }
  .mb-md-7 {
    margin-bottom: 45px !important; }
  .mb-md-8 {
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 5px !important; }
  .mb-lg-2 {
    margin-bottom: 8px !important; }
  .mb-lg-3 {
    margin-bottom: 12px !important; }
  .mb-lg-4 {
    margin-bottom: 15px !important; }
  .mb-lg-5 {
    margin-bottom: 25px !important; }
  .mb-lg-6 {
    margin-bottom: 30px !important; }
  .mb-lg-7 {
    margin-bottom: 45px !important; }
  .mb-lg-8 {
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 5px !important; }
  .mb-xl-2 {
    margin-bottom: 8px !important; }
  .mb-xl-3 {
    margin-bottom: 12px !important; }
  .mb-xl-4 {
    margin-bottom: 15px !important; }
  .mb-xl-5 {
    margin-bottom: 25px !important; }
  .mb-xl-6 {
    margin-bottom: 30px !important; }
  .mb-xl-7 {
    margin-bottom: 45px !important; }
  .mb-xl-8 {
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 560px) {
  .ml-sm-0 {
    margin-left: 0 !important; }
  .ml-sm-1 {
    margin-left: 5px !important; }
  .ml-sm-2 {
    margin-left: 8px !important; }
  .ml-sm-3 {
    margin-left: 12px !important; }
  .ml-sm-4 {
    margin-left: 15px !important; }
  .ml-sm-5 {
    margin-left: 25px !important; }
  .ml-sm-6 {
    margin-left: 30px !important; }
  .ml-sm-7 {
    margin-left: 45px !important; }
  .ml-sm-8 {
    margin-left: 60px !important; } }

@media only screen and (min-width: 768px) {
  .ml-md-0 {
    margin-left: 0 !important; }
  .ml-md-1 {
    margin-left: 5px !important; }
  .ml-md-2 {
    margin-left: 8px !important; }
  .ml-md-3 {
    margin-left: 12px !important; }
  .ml-md-4 {
    margin-left: 15px !important; }
  .ml-md-5 {
    margin-left: 25px !important; }
  .ml-md-6 {
    margin-left: 30px !important; }
  .ml-md-7 {
    margin-left: 45px !important; }
  .ml-md-8 {
    margin-left: 60px !important; } }

@media only screen and (min-width: 992px) {
  .ml-lg-0 {
    margin-left: 0 !important; }
  .ml-lg-1 {
    margin-left: 5px !important; }
  .ml-lg-2 {
    margin-left: 8px !important; }
  .ml-lg-3 {
    margin-left: 12px !important; }
  .ml-lg-4 {
    margin-left: 15px !important; }
  .ml-lg-5 {
    margin-left: 25px !important; }
  .ml-lg-6 {
    margin-left: 30px !important; }
  .ml-lg-7 {
    margin-left: 45px !important; }
  .ml-lg-8 {
    margin-left: 60px !important; } }

@media only screen and (min-width: 1200px) {
  .ml-xl-0 {
    margin-left: 0 !important; }
  .ml-xl-1 {
    margin-left: 5px !important; }
  .ml-xl-2 {
    margin-left: 8px !important; }
  .ml-xl-3 {
    margin-left: 12px !important; }
  .ml-xl-4 {
    margin-left: 15px !important; }
  .ml-xl-5 {
    margin-left: 25px !important; }
  .ml-xl-6 {
    margin-left: 30px !important; }
  .ml-xl-7 {
    margin-left: 45px !important; }
  .ml-xl-8 {
    margin-left: 60px !important; } }

@media only screen and (min-width: 560px) {
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .mx-sm-1 {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .mx-sm-2 {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .mx-sm-3 {
    margin-left: 12px !important;
    margin-right: 12px !important; }
  .mx-sm-4 {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .mx-sm-5 {
    margin-left: 25px !important;
    margin-right: 25px !important; }
  .mx-sm-6 {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .mx-sm-7 {
    margin-left: 45px !important;
    margin-right: 45px !important; }
  .mx-sm-8 {
    margin-left: 60px !important;
    margin-right: 60px !important; } }

@media only screen and (min-width: 768px) {
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .mx-md-1 {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .mx-md-2 {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .mx-md-3 {
    margin-left: 12px !important;
    margin-right: 12px !important; }
  .mx-md-4 {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .mx-md-5 {
    margin-left: 25px !important;
    margin-right: 25px !important; }
  .mx-md-6 {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .mx-md-7 {
    margin-left: 45px !important;
    margin-right: 45px !important; }
  .mx-md-8 {
    margin-left: 60px !important;
    margin-right: 60px !important; } }

@media only screen and (min-width: 992px) {
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .mx-lg-1 {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .mx-lg-2 {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .mx-lg-3 {
    margin-left: 12px !important;
    margin-right: 12px !important; }
  .mx-lg-4 {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .mx-lg-5 {
    margin-left: 25px !important;
    margin-right: 25px !important; }
  .mx-lg-6 {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .mx-lg-7 {
    margin-left: 45px !important;
    margin-right: 45px !important; }
  .mx-lg-8 {
    margin-left: 60px !important;
    margin-right: 60px !important; } }

@media only screen and (min-width: 1200px) {
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .mx-xl-1 {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .mx-xl-2 {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .mx-xl-3 {
    margin-left: 12px !important;
    margin-right: 12px !important; }
  .mx-xl-4 {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .mx-xl-5 {
    margin-left: 25px !important;
    margin-right: 25px !important; }
  .mx-xl-6 {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .mx-xl-7 {
    margin-left: 45px !important;
    margin-right: 45px !important; }
  .mx-xl-8 {
    margin-left: 60px !important;
    margin-right: 60px !important; } }

@media only screen and (min-width: 560px) {
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-sm-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-sm-4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-sm-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-sm-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-sm-7 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-sm-8 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 768px) {
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-md-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-md-4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-md-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-md-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-md-7 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-md-8 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 992px) {
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-lg-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-lg-4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-lg-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-lg-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-lg-7 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-lg-8 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 1200px) {
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-xl-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-xl-4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-xl-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-xl-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-xl-7 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-xl-8 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 560px) {
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 5px !important; }
  .m-sm-2 {
    margin: 8px !important; }
  .m-sm-3 {
    margin: 12px !important; }
  .m-sm-4 {
    margin: 15px !important; }
  .m-sm-5 {
    margin: 25px !important; }
  .m-sm-6 {
    margin: 30px !important; }
  .m-sm-7 {
    margin: 45px !important; }
  .m-sm-8 {
    margin: 60px !important; } }

@media only screen and (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 5px !important; }
  .m-md-2 {
    margin: 8px !important; }
  .m-md-3 {
    margin: 12px !important; }
  .m-md-4 {
    margin: 15px !important; }
  .m-md-5 {
    margin: 25px !important; }
  .m-md-6 {
    margin: 30px !important; }
  .m-md-7 {
    margin: 45px !important; }
  .m-md-8 {
    margin: 60px !important; } }

@media only screen and (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 5px !important; }
  .m-lg-2 {
    margin: 8px !important; }
  .m-lg-3 {
    margin: 12px !important; }
  .m-lg-4 {
    margin: 15px !important; }
  .m-lg-5 {
    margin: 25px !important; }
  .m-lg-6 {
    margin: 30px !important; }
  .m-lg-7 {
    margin: 45px !important; }
  .m-lg-8 {
    margin: 60px !important; } }

@media only screen and (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 5px !important; }
  .m-xl-2 {
    margin: 8px !important; }
  .m-xl-3 {
    margin: 12px !important; }
  .m-xl-4 {
    margin: 15px !important; }
  .m-xl-5 {
    margin: 25px !important; }
  .m-xl-6 {
    margin: 30px !important; }
  .m-xl-7 {
    margin: 45px !important; }
  .m-xl-8 {
    margin: 60px !important; } }

/* Generate padding classes */
@media only screen and (min-width: 560px) {
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 5px !important; }
  .pt-sm-2 {
    padding-top: 8px !important; }
  .pt-sm-3 {
    padding-top: 12px !important; }
  .pt-sm-4 {
    padding-top: 15px !important; }
  .pt-sm-5 {
    padding-top: 25px !important; }
  .pt-sm-6 {
    padding-top: 30px !important; }
  .pt-sm-7 {
    padding-top: 45px !important; }
  .pt-sm-8 {
    padding-top: 60px !important; } }

@media only screen and (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 5px !important; }
  .pt-md-2 {
    padding-top: 8px !important; }
  .pt-md-3 {
    padding-top: 12px !important; }
  .pt-md-4 {
    padding-top: 15px !important; }
  .pt-md-5 {
    padding-top: 25px !important; }
  .pt-md-6 {
    padding-top: 30px !important; }
  .pt-md-7 {
    padding-top: 45px !important; }
  .pt-md-8 {
    padding-top: 60px !important; } }

@media only screen and (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 5px !important; }
  .pt-lg-2 {
    padding-top: 8px !important; }
  .pt-lg-3 {
    padding-top: 12px !important; }
  .pt-lg-4 {
    padding-top: 15px !important; }
  .pt-lg-5 {
    padding-top: 25px !important; }
  .pt-lg-6 {
    padding-top: 30px !important; }
  .pt-lg-7 {
    padding-top: 45px !important; }
  .pt-lg-8 {
    padding-top: 60px !important; } }

@media only screen and (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 5px !important; }
  .pt-xl-2 {
    padding-top: 8px !important; }
  .pt-xl-3 {
    padding-top: 12px !important; }
  .pt-xl-4 {
    padding-top: 15px !important; }
  .pt-xl-5 {
    padding-top: 25px !important; }
  .pt-xl-6 {
    padding-top: 30px !important; }
  .pt-xl-7 {
    padding-top: 45px !important; }
  .pt-xl-8 {
    padding-top: 60px !important; } }

@media only screen and (min-width: 560px) {
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pr-sm-1 {
    padding-right: 5px !important; }
  .pr-sm-2 {
    padding-right: 8px !important; }
  .pr-sm-3 {
    padding-right: 12px !important; }
  .pr-sm-4 {
    padding-right: 15px !important; }
  .pr-sm-5 {
    padding-right: 25px !important; }
  .pr-sm-6 {
    padding-right: 30px !important; }
  .pr-sm-7 {
    padding-right: 45px !important; }
  .pr-sm-8 {
    padding-right: 60px !important; } }

@media only screen and (min-width: 768px) {
  .pr-md-0 {
    padding-right: 0 !important; }
  .pr-md-1 {
    padding-right: 5px !important; }
  .pr-md-2 {
    padding-right: 8px !important; }
  .pr-md-3 {
    padding-right: 12px !important; }
  .pr-md-4 {
    padding-right: 15px !important; }
  .pr-md-5 {
    padding-right: 25px !important; }
  .pr-md-6 {
    padding-right: 30px !important; }
  .pr-md-7 {
    padding-right: 45px !important; }
  .pr-md-8 {
    padding-right: 60px !important; } }

@media only screen and (min-width: 992px) {
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pr-lg-1 {
    padding-right: 5px !important; }
  .pr-lg-2 {
    padding-right: 8px !important; }
  .pr-lg-3 {
    padding-right: 12px !important; }
  .pr-lg-4 {
    padding-right: 15px !important; }
  .pr-lg-5 {
    padding-right: 25px !important; }
  .pr-lg-6 {
    padding-right: 30px !important; }
  .pr-lg-7 {
    padding-right: 45px !important; }
  .pr-lg-8 {
    padding-right: 60px !important; } }

@media only screen and (min-width: 1200px) {
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pr-xl-1 {
    padding-right: 5px !important; }
  .pr-xl-2 {
    padding-right: 8px !important; }
  .pr-xl-3 {
    padding-right: 12px !important; }
  .pr-xl-4 {
    padding-right: 15px !important; }
  .pr-xl-5 {
    padding-right: 25px !important; }
  .pr-xl-6 {
    padding-right: 30px !important; }
  .pr-xl-7 {
    padding-right: 45px !important; }
  .pr-xl-8 {
    padding-right: 60px !important; } }

@media only screen and (min-width: 560px) {
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 5px !important; }
  .pb-sm-2 {
    padding-bottom: 8px !important; }
  .pb-sm-3 {
    padding-bottom: 12px !important; }
  .pb-sm-4 {
    padding-bottom: 15px !important; }
  .pb-sm-5 {
    padding-bottom: 25px !important; }
  .pb-sm-6 {
    padding-bottom: 30px !important; }
  .pb-sm-7 {
    padding-bottom: 45px !important; }
  .pb-sm-8 {
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 5px !important; }
  .pb-md-2 {
    padding-bottom: 8px !important; }
  .pb-md-3 {
    padding-bottom: 12px !important; }
  .pb-md-4 {
    padding-bottom: 15px !important; }
  .pb-md-5 {
    padding-bottom: 25px !important; }
  .pb-md-6 {
    padding-bottom: 30px !important; }
  .pb-md-7 {
    padding-bottom: 45px !important; }
  .pb-md-8 {
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 5px !important; }
  .pb-lg-2 {
    padding-bottom: 8px !important; }
  .pb-lg-3 {
    padding-bottom: 12px !important; }
  .pb-lg-4 {
    padding-bottom: 15px !important; }
  .pb-lg-5 {
    padding-bottom: 25px !important; }
  .pb-lg-6 {
    padding-bottom: 30px !important; }
  .pb-lg-7 {
    padding-bottom: 45px !important; }
  .pb-lg-8 {
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 1200px) {
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 5px !important; }
  .pb-xl-2 {
    padding-bottom: 8px !important; }
  .pb-xl-3 {
    padding-bottom: 12px !important; }
  .pb-xl-4 {
    padding-bottom: 15px !important; }
  .pb-xl-5 {
    padding-bottom: 25px !important; }
  .pb-xl-6 {
    padding-bottom: 30px !important; }
  .pb-xl-7 {
    padding-bottom: 45px !important; }
  .pb-xl-8 {
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 560px) {
  .pl-sm-0 {
    padding-left: 0 !important; }
  .pl-sm-1 {
    padding-left: 5px !important; }
  .pl-sm-2 {
    padding-left: 8px !important; }
  .pl-sm-3 {
    padding-left: 12px !important; }
  .pl-sm-4 {
    padding-left: 15px !important; }
  .pl-sm-5 {
    padding-left: 25px !important; }
  .pl-sm-6 {
    padding-left: 30px !important; }
  .pl-sm-7 {
    padding-left: 45px !important; }
  .pl-sm-8 {
    padding-left: 60px !important; } }

@media only screen and (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0 !important; }
  .pl-md-1 {
    padding-left: 5px !important; }
  .pl-md-2 {
    padding-left: 8px !important; }
  .pl-md-3 {
    padding-left: 12px !important; }
  .pl-md-4 {
    padding-left: 15px !important; }
  .pl-md-5 {
    padding-left: 25px !important; }
  .pl-md-6 {
    padding-left: 30px !important; }
  .pl-md-7 {
    padding-left: 45px !important; }
  .pl-md-8 {
    padding-left: 60px !important; } }

@media only screen and (min-width: 992px) {
  .pl-lg-0 {
    padding-left: 0 !important; }
  .pl-lg-1 {
    padding-left: 5px !important; }
  .pl-lg-2 {
    padding-left: 8px !important; }
  .pl-lg-3 {
    padding-left: 12px !important; }
  .pl-lg-4 {
    padding-left: 15px !important; }
  .pl-lg-5 {
    padding-left: 25px !important; }
  .pl-lg-6 {
    padding-left: 30px !important; }
  .pl-lg-7 {
    padding-left: 45px !important; }
  .pl-lg-8 {
    padding-left: 60px !important; } }

@media only screen and (min-width: 1200px) {
  .pl-xl-0 {
    padding-left: 0 !important; }
  .pl-xl-1 {
    padding-left: 5px !important; }
  .pl-xl-2 {
    padding-left: 8px !important; }
  .pl-xl-3 {
    padding-left: 12px !important; }
  .pl-xl-4 {
    padding-left: 15px !important; }
  .pl-xl-5 {
    padding-left: 25px !important; }
  .pl-xl-6 {
    padding-left: 30px !important; }
  .pl-xl-7 {
    padding-left: 45px !important; }
  .pl-xl-8 {
    padding-left: 60px !important; } }

@media only screen and (min-width: 560px) {
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .px-sm-1 {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .px-sm-2 {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .px-sm-3 {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  .px-sm-4 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .px-sm-5 {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .px-sm-6 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .px-sm-7 {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  .px-sm-8 {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media only screen and (min-width: 768px) {
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .px-md-1 {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .px-md-2 {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .px-md-3 {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  .px-md-4 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .px-md-5 {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .px-md-6 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .px-md-7 {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  .px-md-8 {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media only screen and (min-width: 992px) {
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .px-lg-1 {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .px-lg-2 {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .px-lg-3 {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  .px-lg-4 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .px-lg-5 {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .px-lg-6 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .px-lg-7 {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  .px-lg-8 {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media only screen and (min-width: 1200px) {
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .px-xl-1 {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .px-xl-2 {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .px-xl-3 {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  .px-xl-4 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .px-xl-5 {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .px-xl-6 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .px-xl-7 {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  .px-xl-8 {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media only screen and (min-width: 560px) {
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-sm-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-sm-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-sm-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-sm-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-sm-7 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-sm-8 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 768px) {
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-md-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-md-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-md-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-md-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-md-7 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-md-8 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 992px) {
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-lg-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-lg-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-lg-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-lg-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-lg-7 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-lg-8 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 1200px) {
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-xl-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-xl-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-xl-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-xl-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-xl-7 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-xl-8 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 560px) {
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 5px !important; }
  .p-sm-2 {
    padding: 8px !important; }
  .p-sm-3 {
    padding: 12px !important; }
  .p-sm-4 {
    padding: 15px !important; }
  .p-sm-5 {
    padding: 25px !important; }
  .p-sm-6 {
    padding: 30px !important; }
  .p-sm-7 {
    padding: 45px !important; }
  .p-sm-8 {
    padding: 60px !important; } }

@media only screen and (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 5px !important; }
  .p-md-2 {
    padding: 8px !important; }
  .p-md-3 {
    padding: 12px !important; }
  .p-md-4 {
    padding: 15px !important; }
  .p-md-5 {
    padding: 25px !important; }
  .p-md-6 {
    padding: 30px !important; }
  .p-md-7 {
    padding: 45px !important; }
  .p-md-8 {
    padding: 60px !important; } }

@media only screen and (min-width: 992px) {
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 5px !important; }
  .p-lg-2 {
    padding: 8px !important; }
  .p-lg-3 {
    padding: 12px !important; }
  .p-lg-4 {
    padding: 15px !important; }
  .p-lg-5 {
    padding: 25px !important; }
  .p-lg-6 {
    padding: 30px !important; }
  .p-lg-7 {
    padding: 45px !important; }
  .p-lg-8 {
    padding: 60px !important; } }

@media only screen and (min-width: 1200px) {
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 5px !important; }
  .p-xl-2 {
    padding: 8px !important; }
  .p-xl-3 {
    padding: 12px !important; }
  .p-xl-4 {
    padding: 15px !important; }
  .p-xl-5 {
    padding: 25px !important; }
  .p-xl-6 {
    padding: 30px !important; }
  .p-xl-7 {
    padding: 45px !important; }
  .p-xl-8 {
    padding: 60px !important; } }

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

.p-child-margin-1 p {
  margin-bottom: 5px !important; }

.p-child-margin-2 p {
  margin-bottom: 8px !important; }

.p-child-margin-3 p {
  margin-bottom: 12px !important; }

.p-child-margin-4 p {
  margin-bottom: 15px !important; }

.p-child-margin-5 p {
  margin-bottom: 25px !important; }

.p-child-margin-6 p {
  margin-bottom: 30px !important; }

.p-child-margin-7 p {
  margin-bottom: 45px !important; }

.p-child-margin-8 p {
  margin-bottom: 60px !important; }

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

.p-child-margin-sm-1 p {
  margin-bottom: 5px !important; }

.p-child-margin-sm-2 p {
  margin-bottom: 8px !important; }

.p-child-margin-sm-3 p {
  margin-bottom: 12px !important; }

.p-child-margin-sm-4 p {
  margin-bottom: 15px !important; }

.p-child-margin-sm-5 p {
  margin-bottom: 25px !important; }

.p-child-margin-sm-6 p {
  margin-bottom: 30px !important; }

.p-child-margin-sm-7 p {
  margin-bottom: 45px !important; }

.p-child-margin-sm-8 p {
  margin-bottom: 60px !important; }

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

.p-child-margin-md-1 p {
  margin-bottom: 5px !important; }

.p-child-margin-md-2 p {
  margin-bottom: 8px !important; }

.p-child-margin-md-3 p {
  margin-bottom: 12px !important; }

.p-child-margin-md-4 p {
  margin-bottom: 15px !important; }

.p-child-margin-md-5 p {
  margin-bottom: 25px !important; }

.p-child-margin-md-6 p {
  margin-bottom: 30px !important; }

.p-child-margin-md-7 p {
  margin-bottom: 45px !important; }

.p-child-margin-md-8 p {
  margin-bottom: 60px !important; }

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

.p-child-margin-lg-1 p {
  margin-bottom: 5px !important; }

.p-child-margin-lg-2 p {
  margin-bottom: 8px !important; }

.p-child-margin-lg-3 p {
  margin-bottom: 12px !important; }

.p-child-margin-lg-4 p {
  margin-bottom: 15px !important; }

.p-child-margin-lg-5 p {
  margin-bottom: 25px !important; }

.p-child-margin-lg-6 p {
  margin-bottom: 30px !important; }

.p-child-margin-lg-7 p {
  margin-bottom: 45px !important; }

.p-child-margin-lg-8 p {
  margin-bottom: 60px !important; }

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

.p-child-margin-xl-1 p {
  margin-bottom: 5px !important; }

.p-child-margin-xl-2 p {
  margin-bottom: 8px !important; }

.p-child-margin-xl-3 p {
  margin-bottom: 12px !important; }

.p-child-margin-xl-4 p {
  margin-bottom: 15px !important; }

.p-child-margin-xl-5 p {
  margin-bottom: 25px !important; }

.p-child-margin-xl-6 p {
  margin-bottom: 30px !important; }

.p-child-margin-xl-7 p {
  margin-bottom: 45px !important; }

.p-child-margin-xl-8 p {
  margin-bottom: 60px !important; }

/* 
  ** set font size and line-height, default value will be used if line-height is ommitted **
*/
/* 
  ** text-align helper classes **
*/
/* generate non breakpoint text-align helper classes */
.text-left {
  text-align: left !important; }

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

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

/* generate breakpoint text-align helper classes */
@media only screen and (min-width: 560px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media only screen and (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media only screen and (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media only screen and (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

/* generate breakpoint text-size helper classes */
@media only screen and (min-width: 560px) {
  .text-sm-large {
    font-size: 20px !important;
    line-height: 27px !important; } }

@media only screen and (min-width: 768px) {
  .text-md-large {
    font-size: 20px !important;
    line-height: 27px !important; } }

@media only screen and (min-width: 992px) {
  .text-lg-large {
    font-size: 20px !important;
    line-height: 27px !important; } }

@media only screen and (min-width: 1200px) {
  .text-xl-large {
    font-size: 20px !important;
    line-height: 27px !important; } }

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s; }

.fade-enter,
.fade-leave-to {
  opacity: 0; }

.strong {
  font-weight: bold; }

.underline {
  text-decoration: underline; }

.position-relative {
  position: relative; }

.box-shadow {
  box-shadow: -1px 1px 15px rgba(33, 33, 33, 0.2); }

.box-shadow-alt {
  box-shadow: -1px 1px 15px rgba(33, 33, 33, 0.1); }

.section-bottom-border {
  border-bottom: 2px solid #ebebeb; }

/* common block padding */
.block-padding {
  padding: 25px; }

.aside-block-padding {
  padding: 20px 25px; }

/* common block bottom margin based on cols */
.c-b-m {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .c-b-m {
      margin-bottom: 18px; } }

/* common block bottom margin */
.b-b-m {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .b-b-m {
      margin-bottom: 45px; } }

/* horizonal center alignment */
.h-align-center {
  display: flex;
  align-items: center; }

.h-align-center-inline {
  display: inline-flex;
  align-items: center; }

/* floating */
.float-left {
  float: left; }

.float-right {
  float: right; }

.clear:after {
  content: '.';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

/* common horizontal section padding */
.section {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }
  @media only screen and (min-width: 768px) {
    .section {
      padding-top: 30px !important;
      padding-bottom: 30px !important; } }

.sticky, .sticky-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.sticky-1 {
  top: 1rem; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version */ }

.nowrap {
  white-space: nowrap; }

/* rotations */
.rot-270 {
  transform: rotate(-270deg); }

.rot-180 {
  transform: rotate(-180deg); }

.rot-90 {
  transform: rotate(-90deg); }

.rot90 {
  transform: rotate(90deg); }

.rot180 {
  transform: rotate(180deg); }

.rot270 {
  transform: rotate(270deg); }

/*
    ** generate height/widths **
*/
.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-auto {
  height: auto !important; }

/* Coloured Borders 1px and 2px, add to $borderwidths as required */
.border-1-red {
  border: 1px solid #e60000; }

.border-1-orange {
  border: 1px solid #eb9700; }

.border-1-yellow {
  border: 1px solid #fecb00; }

.border-1-green {
  border: 1px solid #a8b400; }

.border-1-aubergine {
  border: 1px solid #5e2750; }

.border-1-violet {
  border: 1px solid #9b2aa0; }

.border-1-blue {
  border: 1px solid #005ea5; }

.border-1-turquoise {
  border: 1px solid #008ca2; }

.border-1-grey-vodafone {
  border: 1px solid #4a4d4e; }

.border-2-red {
  border: 2px solid #e60000; }

.border-2-orange {
  border: 2px solid #eb9700; }

.border-2-yellow {
  border: 2px solid #fecb00; }

.border-2-green {
  border: 2px solid #a8b400; }

.border-2-aubergine {
  border: 2px solid #5e2750; }

.border-2-violet {
  border: 2px solid #9b2aa0; }

.border-2-blue {
  border: 2px solid #005ea5; }

.border-2-turquoise {
  border: 2px solid #008ca2; }

.border-2-grey-vodafone {
  border: 2px solid #4a4d4e; }

.border-top-1-red {
  border-top: 1px solid #e60000; }

.border-top-1-orange {
  border-top: 1px solid #eb9700; }

.border-top-1-yellow {
  border-top: 1px solid #fecb00; }

.border-top-1-green {
  border-top: 1px solid #a8b400; }

.border-top-1-aubergine {
  border-top: 1px solid #5e2750; }

.border-top-1-violet {
  border-top: 1px solid #9b2aa0; }

.border-top-1-blue {
  border-top: 1px solid #005ea5; }

.border-top-1-turquoise {
  border-top: 1px solid #008ca2; }

.border-top-1-grey-vodafone {
  border-top: 1px solid #4a4d4e; }

.border-top-2-red {
  border-top: 2px solid #e60000; }

.border-top-2-orange {
  border-top: 2px solid #eb9700; }

.border-top-2-yellow {
  border-top: 2px solid #fecb00; }

.border-top-2-green {
  border-top: 2px solid #a8b400; }

.border-top-2-aubergine {
  border-top: 2px solid #5e2750; }

.border-top-2-violet {
  border-top: 2px solid #9b2aa0; }

.border-top-2-blue {
  border-top: 2px solid #005ea5; }

.border-top-2-turquoise {
  border-top: 2px solid #008ca2; }

.border-top-2-grey-vodafone {
  border-top: 2px solid #4a4d4e; }

.border-right-1-red {
  border-right: 1px solid #e60000; }

.border-right-1-orange {
  border-right: 1px solid #eb9700; }

.border-right-1-yellow {
  border-right: 1px solid #fecb00; }

.border-right-1-green {
  border-right: 1px solid #a8b400; }

.border-right-1-aubergine {
  border-right: 1px solid #5e2750; }

.border-right-1-violet {
  border-right: 1px solid #9b2aa0; }

.border-right-1-blue {
  border-right: 1px solid #005ea5; }

.border-right-1-turquoise {
  border-right: 1px solid #008ca2; }

.border-right-1-grey-vodafone {
  border-right: 1px solid #4a4d4e; }

.border-right-2-red {
  border-right: 2px solid #e60000; }

.border-right-2-orange {
  border-right: 2px solid #eb9700; }

.border-right-2-yellow {
  border-right: 2px solid #fecb00; }

.border-right-2-green {
  border-right: 2px solid #a8b400; }

.border-right-2-aubergine {
  border-right: 2px solid #5e2750; }

.border-right-2-violet {
  border-right: 2px solid #9b2aa0; }

.border-right-2-blue {
  border-right: 2px solid #005ea5; }

.border-right-2-turquoise {
  border-right: 2px solid #008ca2; }

.border-right-2-grey-vodafone {
  border-right: 2px solid #4a4d4e; }

.border-bottom-1-red {
  border-bottom: 1px solid #e60000; }

.border-bottom-1-orange {
  border-bottom: 1px solid #eb9700; }

.border-bottom-1-yellow {
  border-bottom: 1px solid #fecb00; }

.border-bottom-1-green {
  border-bottom: 1px solid #a8b400; }

.border-bottom-1-aubergine {
  border-bottom: 1px solid #5e2750; }

.border-bottom-1-violet {
  border-bottom: 1px solid #9b2aa0; }

.border-bottom-1-blue {
  border-bottom: 1px solid #005ea5; }

.border-bottom-1-turquoise {
  border-bottom: 1px solid #008ca2; }

.border-bottom-1-grey-vodafone {
  border-bottom: 1px solid #4a4d4e; }

.border-bottom-2-red {
  border-bottom: 2px solid #e60000; }

.border-bottom-2-orange {
  border-bottom: 2px solid #eb9700; }

.border-bottom-2-yellow {
  border-bottom: 2px solid #fecb00; }

.border-bottom-2-green {
  border-bottom: 2px solid #a8b400; }

.border-bottom-2-aubergine {
  border-bottom: 2px solid #5e2750; }

.border-bottom-2-violet {
  border-bottom: 2px solid #9b2aa0; }

.border-bottom-2-blue {
  border-bottom: 2px solid #005ea5; }

.border-bottom-2-turquoise {
  border-bottom: 2px solid #008ca2; }

.border-bottom-2-grey-vodafone {
  border-bottom: 2px solid #4a4d4e; }

.border-left-1-red {
  border-left: 1px solid #e60000; }

.border-left-1-orange {
  border-left: 1px solid #eb9700; }

.border-left-1-yellow {
  border-left: 1px solid #fecb00; }

.border-left-1-green {
  border-left: 1px solid #a8b400; }

.border-left-1-aubergine {
  border-left: 1px solid #5e2750; }

.border-left-1-violet {
  border-left: 1px solid #9b2aa0; }

.border-left-1-blue {
  border-left: 1px solid #005ea5; }

.border-left-1-turquoise {
  border-left: 1px solid #008ca2; }

.border-left-1-grey-vodafone {
  border-left: 1px solid #4a4d4e; }

.border-left-2-red {
  border-left: 2px solid #e60000; }

.border-left-2-orange {
  border-left: 2px solid #eb9700; }

.border-left-2-yellow {
  border-left: 2px solid #fecb00; }

.border-left-2-green {
  border-left: 2px solid #a8b400; }

.border-left-2-aubergine {
  border-left: 2px solid #5e2750; }

.border-left-2-violet {
  border-left: 2px solid #9b2aa0; }

.border-left-2-blue {
  border-left: 2px solid #005ea5; }

.border-left-2-turquoise {
  border-left: 2px solid #008ca2; }

.border-left-2-grey-vodafone {
  border-left: 2px solid #4a4d4e; }

.border-1-black {
  border: 1px solid #000000; }

.border-1-grey-dark {
  border: 1px solid #333333; }

.border-1-grey-vodafone {
  border: 1px solid #4a4d4e; }

.border-1-grey-mid {
  border: 1px solid #ebebeb; }

.border-1-grey-light {
  border: 1px solid #f5f5f5; }

.border-1-white {
  border: 1px solid #ffffff; }

.border-2-black {
  border: 2px solid #000000; }

.border-2-grey-dark {
  border: 2px solid #333333; }

.border-2-grey-vodafone {
  border: 2px solid #4a4d4e; }

.border-2-grey-mid {
  border: 2px solid #ebebeb; }

.border-2-grey-light {
  border: 2px solid #f5f5f5; }

.border-2-white {
  border: 2px solid #ffffff; }

.border-top-1-black {
  border-top: 1px solid #000000; }

.border-top-1-grey-dark {
  border-top: 1px solid #333333; }

.border-top-1-grey-vodafone {
  border-top: 1px solid #4a4d4e; }

.border-top-1-grey-mid {
  border-top: 1px solid #ebebeb; }

.border-top-1-grey-light {
  border-top: 1px solid #f5f5f5; }

.border-top-1-white {
  border-top: 1px solid #ffffff; }

.border-top-2-black {
  border-top: 2px solid #000000; }

.border-top-2-grey-dark {
  border-top: 2px solid #333333; }

.border-top-2-grey-vodafone {
  border-top: 2px solid #4a4d4e; }

.border-top-2-grey-mid {
  border-top: 2px solid #ebebeb; }

.border-top-2-grey-light {
  border-top: 2px solid #f5f5f5; }

.border-top-2-white {
  border-top: 2px solid #ffffff; }

.border-right-1-black {
  border-right: 1px solid #000000; }

.border-right-1-grey-dark {
  border-right: 1px solid #333333; }

.border-right-1-grey-vodafone {
  border-right: 1px solid #4a4d4e; }

.border-right-1-grey-mid {
  border-right: 1px solid #ebebeb; }

.border-right-1-grey-light {
  border-right: 1px solid #f5f5f5; }

.border-right-1-white {
  border-right: 1px solid #ffffff; }

.border-right-2-black {
  border-right: 2px solid #000000; }

.border-right-2-grey-dark {
  border-right: 2px solid #333333; }

.border-right-2-grey-vodafone {
  border-right: 2px solid #4a4d4e; }

.border-right-2-grey-mid {
  border-right: 2px solid #ebebeb; }

.border-right-2-grey-light {
  border-right: 2px solid #f5f5f5; }

.border-right-2-white {
  border-right: 2px solid #ffffff; }

.border-bottom-1-black {
  border-bottom: 1px solid #000000; }

.border-bottom-1-grey-dark {
  border-bottom: 1px solid #333333; }

.border-bottom-1-grey-vodafone {
  border-bottom: 1px solid #4a4d4e; }

.border-bottom-1-grey-mid {
  border-bottom: 1px solid #ebebeb; }

.border-bottom-1-grey-light {
  border-bottom: 1px solid #f5f5f5; }

.border-bottom-1-white {
  border-bottom: 1px solid #ffffff; }

.border-bottom-2-black {
  border-bottom: 2px solid #000000; }

.border-bottom-2-grey-dark {
  border-bottom: 2px solid #333333; }

.border-bottom-2-grey-vodafone {
  border-bottom: 2px solid #4a4d4e; }

.border-bottom-2-grey-mid {
  border-bottom: 2px solid #ebebeb; }

.border-bottom-2-grey-light {
  border-bottom: 2px solid #f5f5f5; }

.border-bottom-2-white {
  border-bottom: 2px solid #ffffff; }

.border-left-1-black {
  border-left: 1px solid #000000; }

.border-left-1-grey-dark {
  border-left: 1px solid #333333; }

.border-left-1-grey-vodafone {
  border-left: 1px solid #4a4d4e; }

.border-left-1-grey-mid {
  border-left: 1px solid #ebebeb; }

.border-left-1-grey-light {
  border-left: 1px solid #f5f5f5; }

.border-left-1-white {
  border-left: 1px solid #ffffff; }

.border-left-2-black {
  border-left: 2px solid #000000; }

.border-left-2-grey-dark {
  border-left: 2px solid #333333; }

.border-left-2-grey-vodafone {
  border-left: 2px solid #4a4d4e; }

.border-left-2-grey-mid {
  border-left: 2px solid #ebebeb; }

.border-left-2-grey-light {
  border-left: 2px solid #f5f5f5; }

.border-left-2-white {
  border-left: 2px solid #ffffff; }

/* Common border radius */
.circle {
  border-radius: 50%;
  overflow: hidden; }

.border-radius-0 {
  border-radius: 0; }

.border-radius, .alert-box, .image-button, .cards .card {
  border-radius: 6px; }

.border-top-radius {
  border-radius: 6px 6px 0 0; }

.border-right-radius {
  border-radius: 0 6px 6px 0; }

.border-bottom-radius {
  border-radius: 0 0 6px 6px; }

.border-left-radius {
  border-radius: 6px 0 0 6px; }

/* Build breakpoint specific border-radius helper classes */
@media only screen and (min-width: 560px) {
  .border-sm-top-radius {
    border-radius: 6px 6px 0 0; }
  .border-sm-right-radius {
    border-radius: 0 6px 6px 0; }
  .border-sm-bottom-radius {
    border-radius: 0 0 6px 6px; }
  .border-sm-left-radius {
    border-radius: 6px 0 0 6px; } }

@media only screen and (min-width: 768px) {
  .border-md-top-radius {
    border-radius: 6px 6px 0 0; }
  .border-md-right-radius {
    border-radius: 0 6px 6px 0; }
  .border-md-bottom-radius {
    border-radius: 0 0 6px 6px; }
  .border-md-left-radius {
    border-radius: 6px 0 0 6px; } }

@media only screen and (min-width: 992px) {
  .border-lg-top-radius {
    border-radius: 6px 6px 0 0; }
  .border-lg-right-radius {
    border-radius: 0 6px 6px 0; }
  .border-lg-bottom-radius {
    border-radius: 0 0 6px 6px; }
  .border-lg-left-radius {
    border-radius: 6px 0 0 6px; } }

@media only screen and (min-width: 1200px) {
  .border-xl-top-radius {
    border-radius: 6px 6px 0 0; }
  .border-xl-right-radius {
    border-radius: 0 6px 6px 0; }
  .border-xl-bottom-radius {
    border-radius: 0 0 6px 6px; }
  .border-xl-left-radius {
    border-radius: 6px 0 0 6px; } }

.d-block {
  display: block; }

@media only screen and (min-width: 560px) {
  .d-sm-block {
    display: block !important; } }

@media only screen and (min-width: 768px) {
  .d-md-block {
    display: block !important; } }

@media only screen and (min-width: 992px) {
  .d-lg-block {
    display: block !important; } }

@media only screen and (min-width: 1200px) {
  .d-xl-block {
    display: block !important; } }

.d-inline-block {
  display: inline-block; }

@media only screen and (min-width: 560px) {
  .d-sm-inline-block {
    display: inline-block !important; } }

@media only screen and (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important; } }

@media only screen and (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important; } }

@media only screen and (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important; } }

.d-none {
  display: none; }

@media only screen and (min-width: 560px) {
  .d-sm-none {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none !important; } }

@media only screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important; } }

.dev-icon-list {
  display: flex;
  flex-wrap: wrap; }
  .dev-icon-list li {
    border: 1px solid #999;
    padding: 15px; }

@media only screen and (min-width: 768px) {
  .grey-light-md {
    background-color: #f5f5f5; } }

.overflow-x-scroll {
  overflow-x: scroll; }

.overflow-x-auto {
  overflow-x: auto; }

.overflow-y-scroll {
  overflow-y: scroll; }

.overflow-y-auto {
  overflow-y: auto; }

/* Used for paddings and margins, add and adjust as required */
/* Column dimensions */
.form-row {
  margin-bottom: 1rem; }

label {
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.33333rem; }

input[type='text'],
input[type='email'],
input[type='tel'],
textarea,
select {
  padding: 0.8rem;
  border: 1px solid #ebebeb;
  color: #333333;
  width: 100%;
  font-size: 1rem; }

textarea {
  min-height: 150px; }

input[type='submit'] {
  padding: 0.5rem;
  border: none;
  width: 100%;
  background-color: #f8a700;
  font-weight: bold; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icons/icon-chevron-down.svg") no-repeat no-repeat 94% 60% #ffffff;
  background-size: 1rem; }

input[type='submit'] {
  cursor: pointer;
  font-size: 18px;
  line-height: 24px; }
  input[type='submit']:hover {
    color: #ffffff; }

::-webkit-input-placeholder {
  font-size: "18px";
  line-height: initial;
  color: #333333; }

:-ms-input-placeholder {
  font-size: "18px";
  line-height: initial;
  color: #333333; }

::placeholder {
  font-size: "18px";
  line-height: initial;
  color: #333333; }

*,
*::after,
*::before {
  box-sizing: border-box; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  line-height: 150%; }

h1, h2, h3, h4, h5 {
  font-family: vodafone, sans-serif;
  font-weight: normal;
  margin-top: 0; }

h1 {
  font-weight: bold;
  margin-bottom: 1rem;
  color: #2a6294;
  font-size: 28px;
  line-height: 36px; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 56px;
      line-height: 62px; } }
  @media only screen and (min-width: 992px) {
    h1 {
      margin-bottom: 2rem; } }

h2 {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 26px; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 22px;
      line-height: 26px; } }

h3 {
  font-size: 18px;
  line-height: 22px; }

h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px; }
  @media only screen and (min-width: 768px) {
    h4 {
      font-size: 20px;
      line-height: 24px; } }

p {
  margin-top: 0; }

a {
  color: #4a4d4e;
  text-decoration: none; }

article a {
  color: #000000;
  text-decoration: underline;
  font-weight: 600; }

figure {
  margin: 0 0 25px; }
  @media only screen and (min-width: 768px) {
    figure {
      margin: 0 0 45px; } }

img {
  max-width: 100%;
  height: auto; }

ul {
  list-style-type: circle;
  padding-left: 15px; }
  ul li {
    margin-bottom: .75rem; }

.page-container {
  height: 100vh;
  position: relative; }

.card {
  max-width: 480px;
  border-radius: 10px;
  padding: 2rem 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  text-align: center;
  background-image: linear-gradient(white, #d0d1e6);
  border: 1px solid grey; }
  @media only screen and (min-width: 768px) {
    .card {
      padding: 1.5rem; } }
  .card hr {
    margin: 1rem 0 1rem 0; }
    @media only screen and (min-width: 768px) {
      .card hr {
        margin: 1rem 0 2rem 0; } }
  .card h1 {
    color: indigo;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
    font-size: 2.6rem;
    white-space: nowrap; }
    @media only screen and (min-width: 768px) {
      .card h1 {
        font-size: 4rem; } }
  .card h2 {
    color: indigo;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 auto 2rem;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap; }
    @media only screen and (min-width: 768px) {
      .card h2 {
        font-size: 2rem; } }
  @media only screen and (min-width: 768px) {
    .card .deets {
      display: flex;
      justify-content: space-between; } }
  .card a {
    color: indigo;
    font-weight: bold; }
  .card p {
    margin: 0; }

.top {
  height: 50%;
  background-color: #5DD9AA;
  border-bottom: 5px solid #8268D9; }

.bottom {
  height: 50%;
  background-color: #D9CC52; }

.seperator-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    .seperator-heading {
      margin-bottom: 30px; } }
  .seperator-heading h3 {
    font-family: light;
    margin: 0 1rem 0 0; }
    @media only screen and (min-width: 768px) {
      .seperator-heading h3 {
        margin: 0 1.5rem 0 0; } }
  .seperator-heading span {
    display: inline-block;
    border-top: 1px solid #4a4d4e;
    margin: 0;
    padding: 0;
    height: 1px;
    flex: 1 0 auto; }
  .seperator-heading .button-group {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (min-width: 768px) {
      .seperator-heading .button-group {
        margin-top: 0;
        width: auto;
        flex-direction: row;
        justify-content: space-between; } }

.centerlined {
  position: relative; }
  .centerlined span {
    position: relative;
    display: inline-block;
    background-color: inherit;
    padding: 0 .5rem; }
  .centerlined i {
    display: block;
    border-top: 1px solid #ebebeb;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%; }

/* Font styles */
/* Font sizes */
.text-smallest {
  font-size: 14px;
  line-height: 20px; }

.text-small {
  font-size: 16px;
  line-height: 22px; }

.text-default {
  font-size: 18px;
  line-height: 24px; }

.text-large, .centered-intro {
  font-size: 20px;
  line-height: 27px; }

.text-larger {
  font-size: 28px;
  line-height: 34px; }

h1.small,
.small-header h1 {
  font-size: 28px;
  line-height: 36px; }
  @media only screen and (min-width: 768px) {
    h1.small,
    .small-header h1 {
      font-size: 40px;
      line-height: 48px; } }

h2 {
  color: indigo;
  margin: 1rem auto; }

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.breakwords, .bordered-grid {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word; }

.success {
  font-weight: bold;
  color: #828b00; }

.error {
  font-weight: bold;
  color: #e60000; }

.alert-box {
  border: 2px solid;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  display: flex; }
  .alert-box .alert-box__icon {
    padding: 0.5rem; }
  .alert-box .alert-box__content {
    padding: 1rem; }
  .alert-box.alert-box_violet {
    border-color: #9b2aa0; }
    .alert-box.alert-box_violet .alert-box__icon {
      color: #ffffff;
      background: #9b2aa0; }

aside h4 {
  margin-bottom: 0; }

aside p {
  margin-bottom: 8px; }

.btn, .btn-small, .btn-smallest, .btn-primary, .btn-black, .btn-secondary, .btn-white, .btn-grey, .btn-red {
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  border: 1px solid transparent;
  border-radius: 0 !important;
  width: 270px;
  max-width: 100%;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.3s ease;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: bold;
  cursor: pointer; }
  .btn i, .btn-small i, .btn-smallest i, .btn-primary i, .btn-black i, .btn-secondary i, .btn-white i, .btn-grey i, .btn-red i {
    margin-right: 0.5rem; }

.btn-auto {
  width: auto !important; }

.btn-inline {
  display: inline-flex !important;
  width: auto !important; }

.btn .icon, .btn-small .icon, .btn-smallest .icon, .btn-primary .icon, .btn-black .icon, .btn-secondary .icon, .btn-white .icon, .btn-grey .icon, .btn-red .icon,
.btn-icon,
.btn-icon-center {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center; }
  @media only screen and (min-width: 992px) {
    .btn .icon, .btn-small .icon, .btn-smallest .icon, .btn-primary .icon, .btn-black .icon, .btn-secondary .icon, .btn-white .icon, .btn-grey .icon, .btn-red .icon,
    .btn-icon,
    .btn-icon-center {
      justify-content: space-between; } }

/* keep button text and icon together */
@media only screen and (min-width: 992px) {
  .btn-icon-center {
    justify-content: center; } }

.btn-small {
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  padding: 0.25rem 1rem; }

.btn-smallest {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  padding: 0.25rem 1rem; }

.btn-primary {
  background-color: #e60000; }
  .btn-primary:hover {
    background-color: #ff1010; }

.btn-black, .btn-secondary {
  color: #ffffff !important;
  background-color: #000000; }
  .btn-black:hover, .btn-secondary:hover {
    color: #000000 !important;
    background-color: #ffffff; }

.btn-white {
  color: #000000 !important;
  background-color: #ffffff; }
  .btn-white:hover {
    color: #ffffff !important;
    background-color: #000000; }

.btn-grey {
  color: #4a4d4e !important;
  background-color: #ebebeb; }
  .btn-grey:hover {
    color: #4a4d4e !important;
    background-color: #ebebeb; }

.btn-red {
  color: #ffffff !important;
  background-color: #bd0000; }
  .btn-red:hover {
    color: #bd0000 !important;
    background-color: #ffffff; }

.btn-transparent {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  background-color: #ffffff;
  color: #e60000;
  cursor: pointer; }
  .btn-transparent:hover {
    color: #ffffff;
    background-color: #e60000; }

.btn-bordered {
  border-color: #4a4d4e; }

.btn-bordered-white {
  border-color: #ffffff; }

.btn-rounded {
  border-radius: 5px; }

.btn-widget {
  padding: 0.5rem 2.5rem;
  color: #e60000 !important;
  background-color: rgba(230, 0, 0, 0.1);
  border-radius: 6px;
  text-decoration: none; }

.image-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff !important;
  font-weight: bold;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 150px; }

.image-button.smallest {
  height: 100px; }

.image-button.small {
  height: 130px; }

.image-button.large {
  height: 100px; }
  @media only screen and (min-width: 768px) {
    .image-button.large {
      height: 270px; } }

.sitemap .btn-primary {
  white-space: nowrap; }

button.btn-remove,
.btn-clear-basket {
  display: inline-block;
  border: none;
  padding: 0;
  margin-left: 12px;
  background: none;
  cursor: pointer; }

.btn-clear-basket {
  color: #e60000;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center; }

/* flex each column for equal height cards */
.cards {
  margin-left: -10px;
  margin-right: -10px; }
  .cards .col {
    display: flex; }

.cards {
  margin: 2rem 0; }
  .cards .card {
    display: flex;
    flex-direction: column;
    background-color: #eaeaea;
    width: 100%;
    /* IE text-wrapping fix */
    margin-bottom: 30px;
    border-radius: 6px 6px 0 0; }
    @media only screen and (min-width: 768px) {
      .cards .card {
        margin-bottom: 18px;
        font-size: 0.9rem; } }
    .cards .card img {
      display: block; }
      .cards .card img:hover {
        opacity: 0.9; }
    .cards .card a {
      cursor: pointer;
      text-decoration: none; }
    .cards .card h4 {
      margin: 0 0 1rem;
      font-size: 1.25rem; }
      .cards .card h4 a {
        color: #2a6294; }
        .cards .card h4 a i {
          margin-right: 5px; }
    .cards .card .card__content {
      margin: 1rem;
      flex-grow: 1; }
    .cards .card .button {
      display: block;
      font-weight: bold;
      background-color: #f8a700;
      color: #ffffff;
      padding: 0.5rem;
      text-align: center;
      margin: 0 1rem 1rem; }
      .cards .card .button:hover {
        background-color: #2a6294; }
    .cards .card:hover .button {
      background-color: #2a6294; }

.cards.small {
  text-align: center; }
  .cards.small .card__content {
    margin: 0; }
  .cards.small h4 {
    margin: 0;
    font-size: 1rem;
    line-height: 20px; }
    .cards.small h4 a {
      display: block;
      padding: 1rem 0.5rem; }

/* IE11 Fix */
.card.scenario {
  display: block;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .card.scenario {
      padding-bottom: 60px; } }
  .card.scenario .card__footer {
    position: absolute;
    width: 100%;
    bottom: 0; }

.carousel {
  position: relative;
  width: 100%;
  height: 100%; }

.categories {
  margin: 2rem auto;
  padding-top: 2rem;
  border-top: 1px solid #2a6294; }
  .categories .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .categories h4 {
    margin: 0 0 0 1rem;
    font-weight: bold;
    color: #2a6294; }
  .categories .category {
    border: 1px solid #2a6294;
    text-align: center;
    box-shadow: 3px 8px 15px #E0D6D2;
    flex: 1 1 45%;
    margin-right: 1rem;
    margin-bottom: 1rem; }
    .categories .category:nth-child(2n+2) {
      margin-right: 0; }
    @media only screen and (min-width: 768px) {
      .categories .category {
        flex: 0 1 31%; }
        .categories .category:nth-child(2n+2) {
          margin-right: 1rem; }
        .categories .category:nth-child(3n+3) {
          margin-right: 0; } }
    @media only screen and (min-width: 992px) {
      .categories .category {
        flex: 0 1 32%; }
        .categories .category:nth-child(1n+1), .categories .category:nth-child(2n+2) {
          margin-right: 0; } }
    .categories .category img {
      display: block; }
    .categories .category h4 {
      font-size: 1rem;
      margin: 0; }
      .categories .category h4 a {
        text-shadow: 1px 1px #2a6294;
        color: #ffffff;
        display: block;
        margin: 0;
        padding: 0.5rem;
        background-color: #f8a700; }
    .categories .category:hover a {
      background-color: #2a6294; }

.contact-panel {
  background-color: #2a6294;
  color: #ffffff;
  padding: 1rem 1rem 0.5rem; }
  .contact-panel a {
    color: white; }

/* Set global color for all footer links */
.page-footer a {
  color: #ffffff; }

/* Column menus */
ul.footer-menu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 2rem 0.5rem; }
  ul.footer-menu li {
    margin: 0 0 0.25rem;
    padding: 0; }

.site-footer {
  background-color: #333;
  color: #ffffff;
  padding: 1rem 0; }
  @media only screen and (min-width: 768px) {
    .site-footer {
      padding: 2rem 0 1rem; } }
  @media only screen and (min-width: 992px) {
    .site-footer {
      padding: 3rem 0 1rem; } }
  .site-footer .row {
    min-height: 200px; }
    .site-footer .row h5 {
      font-weight: bold;
      font-size: 1rem;
      color: #f8a700;
      margin-bottom: 0.5rem; }
      @media only screen and (min-width: 768px) {
        .site-footer .row h5 {
          margin-bottom: 1rem; } }
    .site-footer .row a, .site-footer .row p {
      color: #ccc;
      font-size: 0.9rem; }
  .site-footer .footer__logo {
    max-height: 80px; }
    @media only screen and (min-width: 768px) {
      .site-footer .footer__logo {
        height: 50px; } }

/* Add icons to form input fields */
.input-icon-wrapper {
  position: relative; }
  .input-icon-wrapper input {
    padding-right: 2rem; }
  .input-icon-wrapper i {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    color: #4a4d4e; }

/* Form errors */
.invalid-feedback {
  color: #e60000;
  font-size: 16px;
  line-height: 24px; }

.small-filter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 15px 0 0; }
  .small-filter label {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px; }
  .small-filter select {
    font-size: 16px;
    line-height: 21px;
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    padding: 8px 32px 8px 8px;
    cursor: pointer; }

.headed-panel {
  border-radius: 6px;
  background-color: #ffffff;
  margin-top: 12px;
  /* Internal accordion default */
  /* Hide the checkbox */
  /* Open panel when checkbox is checked */ }
  .headed-panel:last-child {
    margin-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    .headed-panel {
      margin-top: 25px; }
      .headed-panel:last-child {
        margin-bottom: 25px; } }
  .headed-panel label {
    border-radius: 6px;
    background-color: #ffffff;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 100%;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    transition: all ease 0.3s; }
    @media only screen and (min-width: 768px) {
      .headed-panel label {
        font-size: 20px;
        line-height: 24px;
        padding: 15px 25px; } }
    .headed-panel label h4 {
      font-size: 18px;
      line-height: 24px;
      margin: 0; }
  .headed-panel .headed-panel label {
    background-color: #f5f5f5;
    color: #333333; }
  .headed-panel .headed-panel .headed-panel__content {
    box-sizing: border-box;
    border-top: none;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #333333; }
  .headed-panel .headed-panel__content {
    display: none;
    padding: 15px; }
    @media only screen and (min-width: 768px) {
      .headed-panel .headed-panel__content {
        padding: 15px 25px; } }
  .headed-panel input[type='checkbox'] {
    display: none; }
  .headed-panel input[type='checkbox']:checked {
    /* Switch the label icon when a row is clicked/selected */ }
    .headed-panel input[type='checkbox']:checked ~ .headed-panel__content {
      display: block; }
    .headed-panel input[type='checkbox']:checked + label {
      border-radius: 6px 6px 0 0;
      background-color: #333333;
      color: #ffffff; }

.page-header .row {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.page-header .page-header__branding {
  display: inline-block;
  margin-right: 1rem; }

.page-header .page-header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1; }
  @media only screen and (min-width: 992px) {
    .page-header .page-header__menu {
      justify-content: space-between; } }
  .page-header .page-header__menu .search {
    display: inline-block; }
  .page-header .page-header__menu .search-icon {
    width: 4.25rem;
    height: 4.25rem; }
    @media only screen and (min-width: 992px) {
      .page-header .page-header__menu .search-icon {
        width: 5rem;
        height: 5rem; } }
    .page-header .page-header__menu .search-icon:hover, .page-header .page-header__menu .search-icon:active {
      background-color: #e60000;
      cursor: pointer; }
      .page-header .page-header__menu .search-icon:hover i, .page-header .page-header__menu .search-icon:active i {
        color: #ffffff; }

.page-header .page-header__controls {
  position: relative;
  float: right; }
  @media only screen and (min-width: 992px) {
    .page-header .page-header__controls {
      justify-content: space-between; } }
  .page-header .page-header__controls .nav-wrapper {
    width: 36px;
    height: 36px; }
    .page-header .page-header__controls .nav-wrapper:not(:first-child) {
      margin-left: 1.5rem; }

.site-header .col {
  display: flex;
  align-items: center; }
  .site-header .col:nth-child(1) {
    justify-content: flex-start; }
  .site-header .col:nth-child(2) {
    justify-content: flex-end; }

.top-bar {
  background-color: #2a6294;
  padding: .5rem;
  margin: 0 auto;
  font-size: 0.9rem; }
  .top-bar a {
    color: white; }
  @media only screen and (min-width: 1200px) {
    .top-bar .inner {
      max-width: 1200px; } }

.hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  color: #ffffff;
  margin: 0; }
  .hero .container {
    position: absolute; }
    @media only screen and (min-width: 768px) {
      .hero .container {
        height: 100%; } }
  @media only screen and (min-width: 768px) {
    .hero .row {
      height: 100%; } }
  .hero .col {
    position: relative;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border: 1px solid black;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .hero .col {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem; } }
  .hero h1 {
    font-size: 28px;
    line-height: 36px; }
    @media only screen and (min-width: 768px) {
      .hero h1 {
        font-size: 40px;
        line-height: 48px; } }
  .hero h1,
  .hero h2 {
    margin-bottom: 12px; }
  .hero p {
    margin: 1rem;
    line-height: 130%;
    font-weight: bold;
    color: #EFEFF4;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .hero p {
        font-size: 1.25rem; } }
  .hero a {
    display: block; }
  .hero i {
    display: inline-block;
    margin: 1rem auto;
    font-size: 4rem;
    color: #2a6294; }
  .hero [class*='btn'] {
    display: none;
    padding: 10px 45px; }
    @media only screen and (min-width: 768px) {
      .hero [class*='btn'] {
        display: inline-block; } }
    .hero [class*='btn']:nth-child(2) {
      margin-left: 20px; }

.page-home .hero {
  border-bottom: 10px solid #f8a700;
  margin-bottom: 2rem; }

.page-electrical-overview .hero {
  background-image: url("../images/thumbs/electrical.jpg"); }
  @media only screen and (min-width: 768px) {
    .page-electrical-overview .hero {
      background-image: url("../images/hero/electrical.jpg"); } }

.page-lighting-systems .hero {
  background-image: url("../images/thumbs/electrical-lighting.jpg"); }
  @media only screen and (min-width: 768px) {
    .page-lighting-systems .hero {
      background-image: url("../images/hero/electrical-lighting-xl.jpg"); } }

.page-small-power .hero {
  background-image: url("../images/thumbs/electrical-small-power.jpg"); }
  @media only screen and (min-width: 768px) {
    .page-small-power .hero {
      background-image: url("../images/hero/electrical-small-power-xl.jpg"); } }

.page-mains-distribution .hero {
  background-image: url("../images/thumbs/electrical-mains-distribution.jpg"); }
  @media only screen and (min-width: 768px) {
    .page-mains-distribution .hero {
      background-image: url("../images/hero/electrical-mains-distribution.jpg"); } }

.page-test-inspection .hero {
  background-image: url("../images/thumbs/electrical-test-inspection.jpg"); }
  @media only screen and (min-width: 768px) {
    .page-test-inspection .hero {
      background-image: url("../images/hero/electrical-test-inspection.jpg"); } }

.page-mains-distribution .hero {
  background-image: url("../images/thumbs/electrical-mains-distribution.jpg"); }
  @media only screen and (min-width: 768px) {
    .page-mains-distribution .hero {
      background-image: url("../images/hero/electrical-mains-distribution.jpg"); } }

.page-thermal-imaging .hero {
  background-image: url("../images/thumbs/electrical-thermal-imaging.jpg"); }
  @media only screen and (min-width: 768px) {
    .page-thermal-imaging .hero {
      background-image: url("../images/hero/electrical-thermal-imaging.jpg"); } }

.page-air-conditioning-overview .hero {
  background-image: url("../images/thumbs/air-conditioning-overview.jpg"); }
  @media only screen and (min-width: 768px) {
    .page-air-conditioning-overview .hero {
      background-image: url("../images/hero/air-conditioning-overview.jpg"); } }

.page-mechanical-gasworks .hero {
  background-image: url("../images/thumbs/mechanical-gasworks.jpg"); }
  @media only screen and (min-width: 768px) {
    .page-mechanical-gasworks .hero {
      background-image: url("../images/hero/mechanical-gasworks.jpg"); } }

/* --------------------------------

Vodafone-icons Web Font

-------------------------------- */
/*------------------------
	icons
-------------------------*/
.icon-2g::before {
  content: "\ea02"; }

.icon-360-view::before {
  content: "\ea03"; }

.icon-4g::before {
  content: "\ea04"; }

.icon-NFC::before {
  content: "\ea05"; }

.icon-abrupt-cornering::before {
  content: "\ea06"; }

.icon-acceleration::before {
  content: "\ea07"; }

.icon-accessories::before {
  content: "\ea08"; }

.icon-4g-plus::before {
  content: "\ea09"; }

.icon-add-ons-boosts::before {
  content: "\ea0a"; }

.icon-add-or-plus::before {
  content: "\ea0b"; }

.icon-admin::before {
  content: "\ea0c"; }

.icon-adult::before {
  content: "\ea0d"; }

.icon-alarm-system::before {
  content: "\ea0e"; }

.icon-all-rewards::before {
  content: "\ea0f"; }

.icon-android::before {
  content: "\ea10"; }

.icon-anti-shock::before {
  content: "\ea11"; }

.icon-app-anytime::before {
  content: "\ea12"; }

.icon-app-channel-management::before {
  content: "\ea13"; }

.icon-app-channel-variety::before {
  content: "\ea14"; }

.icon-app-cloud-dvr::before {
  content: "\ea15"; }

.icon-app-discovery::before {
  content: "\ea16"; }

.icon-app-epg-backwards::before {
  content: "\ea17"; }

.icon-app-epg::before {
  content: "\ea18"; }

.icon-app-hd::before {
  content: "\ea19"; }

.icon-app-kids::before {
  content: "\ea1a"; }

.icon-app-mediatheken::before {
  content: "\ea1b"; }

.icon-app-mobile-entertainment::before {
  content: "\ea1c"; }

.icon-app-multiscreen::before {
  content: "\ea1d"; }

.icon-app-restart::before {
  content: "\ea1e"; }

.icon-app-sideload::before {
  content: "\ea1f"; }

.icon-app-swipe-to-tv::before {
  content: "\ea20"; }

.icon-app-tv-for-you::before {
  content: "\ea21"; }

.icon-app-tv::before {
  content: "\ea22"; }

.icon-app-uhd::before {
  content: "\ea23"; }

.icon-app-videostore::before {
  content: "\ea24"; }

.icon-app-vod::before {
  content: "\ea25"; }

.icon-apps::before {
  content: "\ea26"; }

.icon-arrow-down::before {
  content: "\ea27"; }

.icon-arrow-left::before {
  content: "\ea28"; }

.icon-arrow-right::before {
  content: "\ea29"; }

.icon-arrow-up::before {
  content: "\ea2a"; }

.icon-attachment::before {
  content: "\ea2b"; }

.icon-auto-top-up::before {
  content: "\ea2c"; }

.icon-battery::before {
  content: "\ea2d"; }

.icon-bill-or-report::before {
  content: "\ea2e"; }

.icon-biometric_authentication::before {
  content: "\ea2f"; }

.icon-birthday-greeting::before {
  content: "\ea30"; }

.icon-block::before {
  content: "\ea31"; }

.icon-3g::before {
  content: "\ea32"; }

.icon-bold::before {
  content: "\ea33"; }

.icon-bonus::before {
  content: "\ea34"; }

.icon-bracelet-active::before {
  content: "\ea35"; }

.icon-bracelet-disabled::before {
  content: "\ea36"; }

.icon-braking::before {
  content: "\ea37"; }

.icon-broadband-or-wifi::before {
  content: "\ea38"; }

.icon-bullet-list::before {
  content: "\ea39"; }

.icon-bundles::before {
  content: "\ea3a"; }

.icon-business-phone::before {
  content: "\ea3b"; }

.icon-business::before {
  content: "\ea3c"; }

.icon-calculator::before {
  content: "\ea3d"; }

.icon-calendar::before {
  content: "\ea3e"; }

.icon-calls-contacts::before {
  content: "\ea3f"; }

.icon-camera::before {
  content: "\ea40"; }

.icon-car-key::before {
  content: "\ea41"; }

.icon-car::before {
  content: "\ea42"; }

.icon-careers::before {
  content: "\ea43"; }

.icon-carer::before {
  content: "\ea44"; }

.icon-case-study::before {
  content: "\ea45"; }

.icon-charity-giving::before {
  content: "\ea46"; }

.icon-chart-bar::before {
  content: "\ea47"; }

.icon-chart-line::before {
  content: "\ea48"; }

.icon-chat::before {
  content: "\ea49"; }

.icon-cherries-points::before {
  content: "\ea4a"; }

.icon-chevron-down::before {
  content: "\ea4b"; }

.icon-chevron-left::before {
  content: "\ea4c"; }

.icon-chevron-right::before {
  content: "\ea4d"; }

.icon-chevron-up::before {
  content: "\ea4e"; }

.icon-clapping::before {
  content: "\ea4f"; }

.icon-clock-or-timed::before {
  content: "\ea50"; }

.icon-close::before {
  content: "\ea51"; }

.icon-cloud-download::before {
  content: "\ea52"; }

.icon-cloud-upload::before {
  content: "\ea53"; }

.icon-cluster-of-events::before {
  content: "\ea54"; }

.icon-colour-palette::before {
  content: "\ea55"; }

.icon-comment::before {
  content: "\ea56"; }

.icon-community-or-foundation::before {
  content: "\ea57"; }

.icon-compass::before {
  content: "\ea58"; }

.icon-complaints::before {
  content: "\ea59"; }

.icon-completed::before {
  content: "\ea5a"; }

.icon-confidential::before {
  content: "\ea5b"; }

.icon-connected-car::before {
  content: "\ea5c"; }

.icon-connected-devices::before {
  content: "\ea5d"; }

.icon-connected::before {
  content: "\ea5e"; }

.icon-connectivity::before {
  content: "\ea5f"; }

.icon-consultant::before {
  content: "\ea60"; }

.icon-contactless-payment::before {
  content: "\ea61"; }

.icon-contest::before {
  content: "\ea62"; }

.icon-converged-proposition::before {
  content: "\ea63"; }

.icon-cost-control::before {
  content: "\ea64"; }

.icon-country-or-international::before {
  content: "\ea65"; }

.icon-cpu::before {
  content: "\ea66"; }

.icon-customers-or-users::before {
  content: "\ea67"; }

.icon-dashboard::before {
  content: "\ea68"; }

.icon-data::before {
  content: "\ea69"; }

.icon-deals::before {
  content: "\ea6a"; }

.icon-delete::before {
  content: "\ea6b"; }

.icon-delivery::before {
  content: "\ea6c"; }

.icon-desktop::before {
  content: "\ea6d"; }

.icon-device-diagnostics::before {
  content: "\ea6e"; }

.icon-device-guide::before {
  content: "\ea6f"; }

.icon-device-overview-iot::before {
  content: "\ea70"; }

.icon-device-thickness::before {
  content: "\ea71"; }

.icon-diagnostics::before {
  content: "\ea72"; }

.icon-dislike::before {
  content: "\ea73"; }

.icon-document-doc::before {
  content: "\ea74"; }

.icon-document-jpg::before {
  content: "\ea75"; }

.icon-document-pdf::before {
  content: "\ea76"; }

.icon-document-png::before {
  content: "\ea77"; }

.icon-document-ppt::before {
  content: "\ea78"; }

.icon-document-rtf::before {
  content: "\ea79"; }

.icon-document-svg::before {
  content: "\ea7a"; }

.icon-document-xls::before {
  content: "\ea7b"; }

.icon-document-zip::before {
  content: "\ea7c"; }

.icon-document::before {
  content: "\ea7d"; }

.icon-doorbell-camera::before {
  content: "\ea7e"; }

.icon-download::before {
  content: "\ea7f"; }

.icon-dwdm-muxer::before {
  content: "\ea80"; }

.icon-edit::before {
  content: "\ea81"; }

.icon-engineer::before {
  content: "\ea82"; }

.icon-enterprise::before {
  content: "\ea83"; }

.icon-entertainment::before {
  content: "\ea84"; }

.icon-environment::before {
  content: "\ea85"; }

.icon-error-circle::before {
  content: "\ea86"; }

.icon-error-simple::before {
  content: "\ea87"; }

.icon-explorer::before {
  content: "\ea88"; }

.icon-fall-detection-emergency::before {
  content: "\ea89"; }

.icon-family::before {
  content: "\ea8a"; }

.icon-filter::before {
  content: "\ea8b"; }

.icon-find-and-ring-your-device::before {
  content: "\ea8c"; }

.icon-fitness-tracker::before {
  content: "\ea8d"; }

.icon-folder::before {
  content: "\ea8e"; }

.icon-forum::before {
  content: "\ea8f"; }

.icon-forward::before {
  content: "\ea90"; }

.icon-generic-device-iot::before {
  content: "\ea91"; }

.icon-giga-tv-a::before {
  content: "\ea92"; }

.icon-giga-tv-b::before {
  content: "\ea93"; }

.icon-grid-view::before {
  content: "\ea94"; }

.icon-healthy-living::before {
  content: "\ea95"; }

.icon-help-at-hand::before {
  content: "\ea96"; }

.icon-help-circle::before {
  content: "\ea97"; }

.icon-home::before {
  content: "\ea98"; }

.icon-idea-or-innovation::before {
  content: "\ea99"; }

.icon-important-numbers::before {
  content: "\ea9a"; }

.icon-info-circle::before {
  content: "\ea9b"; }

.icon-infographic::before {
  content: "\ea9c"; }

.icon-insert-code::before {
  content: "\ea9d"; }

.icon-insights::before {
  content: "\ea9e"; }

.icon-insurance::before {
  content: "\ea9f"; }

.icon-italic::before {
  content: "\eaa0"; }

.icon-kippy-device::before {
  content: "\eaa1"; }

.icon-landline-or-call::before {
  content: "\eaa2"; }

.icon-lateral-movement::before {
  content: "\eaa3"; }

.icon-like::before {
  content: "\eaa4"; }

.icon-link-insert-edit::before {
  content: "\eaa5"; }

.icon-list-view::before {
  content: "\eaa6"; }

.icon-locate-me::before {
  content: "\eaa7"; }

.icon-location::before {
  content: "\eaa8"; }

.icon-log-in::before {
  content: "\eaa9"; }

.icon-log-out::before {
  content: "\eaaa"; }

.icon-mail-new::before {
  content: "\eaab"; }

.icon-mail-read::before {
  content: "\eaac"; }

.icon-menu::before {
  content: "\eaad"; }

.icon-microphone::before {
  content: "\eaae"; }

.icon-minus-or-less::before, .headed-panel input[type='checkbox']:checked + label i::before {
  content: "\eaaf"; }

.icon-minutes-sms::before {
  content: "\eab0"; }

.icon-mobile::before {
  content: "\eab1"; }

.icon-more-android::before {
  content: "\eab2"; }

.icon-more::before {
  content: "\eab3"; }

.icon-multiscreen::before {
  content: "\eab4"; }

.icon-music-and-movies::before {
  content: "\eab5"; }

.icon-my-trips::before {
  content: "\eab6"; }

.icon-need-help::before {
  content: "\eab7"; }

.icon-network-patch-panel::before {
  content: "\eab8"; }

.icon-network-signal::before {
  content: "\eab9"; }

.icon-news::before {
  content: "\eaba"; }

.icon-night-vision::before {
  content: "\eabb"; }

.icon-notification-muted::before {
  content: "\eabc"; }

.icon-notification::before {
  content: "\eabd"; }

.icon-number-0::before {
  content: "\eabe"; }

.icon-number-1::before {
  content: "\eabf"; }

.icon-number-2::before {
  content: "\eac0"; }

.icon-number-3::before {
  content: "\eac1"; }

.icon-number-4::before {
  content: "\eac2"; }

.icon-number-5::before {
  content: "\eac3"; }

.icon-number-6::before {
  content: "\eac4"; }

.icon-number-7::before {
  content: "\eac5"; }

.icon-number-8::before {
  content: "\eac6"; }

.icon-number-9::before {
  content: "\eac7"; }

.icon-number-portability::before {
  content: "\eac8"; }

.icon-numbered-view::before {
  content: "\eac9"; }

.icon-offer-badge-percent::before {
  content: "\eaca"; }

.icon-offer-badge::before {
  content: "\eacb"; }

.icon-online::before {
  content: "\eacc"; }

.icon-optical-network-port::before {
  content: "\eacd"; }

.icon-parking-ticket::before {
  content: "\eace"; }

.icon-pause-circle::before {
  content: "\eacf"; }

.icon-pause::before {
  content: "\ead0"; }

.icon-payg::before {
  content: "\ead1"; }

.icon-payment::before {
  content: "\ead2"; }

.icon-pet-collar::before {
  content: "\ead3"; }

.icon-photos::before {
  content: "\ead4"; }

.icon-ping::before {
  content: "\ead5"; }

.icon-play-arrow::before {
  content: "\ead6"; }

.icon-play-circle::before {
  content: "\ead7"; }

.icon-pop-out::before {
  content: "\ead8"; }

.icon-power::before {
  content: "\ead9"; }

.icon-price-promise::before {
  content: "\eada"; }

.icon-price-tag::before {
  content: "\eadb"; }

.icon-print::before {
  content: "\eadc"; }

.icon-privacy-or-confidential::before {
  content: "\eadd"; }

.icon-privacy::before {
  content: "\eade"; }

.icon-profile::before {
  content: "\eadf"; }

.icon-public-sector::before {
  content: "\eae0"; }

.icon-rank-ace::before {
  content: "\eae1"; }

.icon-rank-badge-title::before {
  content: "\eae2"; }

.icon-rank-genius::before {
  content: "\eae3"; }

.icon-rank-guru::before {
  content: "\eae4"; }

.icon-rank-master::before {
  content: "\eae5"; }

.icon-rank-networker::before {
  content: "\eae6"; }

.icon-rank-pioneer::before {
  content: "\eae7"; }

.icon-rank-pro::before {
  content: "\eae8"; }

.icon-rank-professor::before {
  content: "\eae9"; }

.icon-rank-savvy::before {
  content: "\eaea"; }

.icon-rank-scout::before {
  content: "\eaeb"; }

.icon-rank-virtuoso::before {
  content: "\eaec"; }

.icon-rank-wizard::before {
  content: "\eaed"; }

.icon-rank-writer::before {
  content: "\eaee"; }

.icon-ratings-or-favourite::before {
  content: "\eaef"; }

.icon-rearrange::before {
  content: "\eaf0"; }

.icon-refresh::before {
  content: "\eaf1"; }

.icon-reply::before {
  content: "\eaf2"; }

.icon-return-product::before {
  content: "\eaf3"; }

.icon-roaming::before {
  content: "\eaf4"; }

.icon-save::before {
  content: "\eaf5"; }

.icon-saving::before {
  content: "\eaf6"; }

.icon-screen-size::before {
  content: "\eaf7"; }

.icon-search::before {
  content: "\eaf8"; }

.icon-secure-grip::before {
  content: "\eaf9"; }

.icon-security-camera::before {
  content: "\eafa"; }

.icon-security::before {
  content: "\eafb"; }

.icon-settings::before {
  content: "\eafc"; }

.icon-setup::before {
  content: "\eafd"; }

.icon-shake::before {
  content: "\eafe"; }

.icon-share::before {
  content: "\eaff"; }

.icon-shopping-checkout-1::before {
  content: "\eb00"; }

.icon-shopping-checkout-2::before {
  content: "\eb01"; }

.icon-signed-in::before {
  content: "\eb02"; }

.icon-sim-swap::before {
  content: "\eb03"; }

.icon-sim::before {
  content: "\eb04"; }

.icon-smart-plug::before {
  content: "\eb05"; }

.icon-smarthome-kit::before {
  content: "\eb06"; }

.icon-sme::before {
  content: "\eb07"; }

.icon-smiley::before {
  content: "\eb08"; }

.icon-sms::before {
  content: "\eb09"; }

.icon-social-facebook::before {
  content: "\eb0a"; }

.icon-social-google-plus::before {
  content: "\eb0b"; }

.icon-social-instagram::before {
  content: "\eb0c"; }

.icon-social-linkedin::before {
  content: "\eb0d"; }

.icon-social-paypal::before {
  content: "\eb0e"; }

.icon-social-pinterest::before {
  content: "\eb0f"; }

.icon-social-twitter::before {
  content: "\eb10"; }

.icon-social-youtube::before {
  content: "\eb11"; }

.icon-soho::before {
  content: "\eb12"; }

.icon-solution-finder::before {
  content: "\eb13"; }

.icon-sort::before {
  content: "\eb14"; }

.icon-sos-credit::before {
  content: "\eb15"; }

.icon-sos-emergency::before {
  content: "\eb16"; }

.icon-sound-off::before {
  content: "\eb17"; }

.icon-sound::before {
  content: "\eb18"; }

.icon-speeding::before {
  content: "\eb19"; }

.icon-spell-check::before {
  content: "\eb1a"; }

.icon-steering-wheel::before {
  content: "\eb1b"; }

.icon-stop-circle::before {
  content: "\eb1c"; }

.icon-stop::before {
  content: "\eb1d"; }

.icon-store-offers::before {
  content: "\eb1e"; }

.icon-strike-through::before {
  content: "\eb1f"; }

.icon-student::before {
  content: "\eb20"; }

.icon-superstar::before {
  content: "\eb21"; }

.icon-sync::before {
  content: "\eb22"; }

.icon-tablet::before {
  content: "\eb23"; }

.icon-tethering::before {
  content: "\eb24"; }

.icon-tick-or-solved::before {
  content: "\eb25"; }

.icon-tick-outline::before {
  content: "\eb26"; }

.icon-top-up::before {
  content: "\eb27"; }

.icon-topics::before {
  content: "\eb28"; }

.icon-touch-screen::before {
  content: "\eb29"; }

.icon-tv-anytime::before {
  content: "\eb2a"; }

.icon-tracker::before {
  content: "\eb2b"; }

.icon-tv-bluetooth-remote-a::before {
  content: "\eb2c"; }

.icon-tv-bluetooth-remote-b::before {
  content: "\eb2d"; }

.icon-tv-channel-management::before {
  content: "\eb2e"; }

.icon-tv-channel-variety::before {
  content: "\eb2f"; }

.icon-tv-cloud-dvr::before {
  content: "\eb30"; }

.icon-tv-discovery::before {
  content: "\eb31"; }

.icon-tv-epg-backwards::before {
  content: "\eb32"; }

.icon-tv-epg::before {
  content: "\eb33"; }

.icon-tv-everywhere-home::before {
  content: "\eb34"; }

.icon-tv-everywhere::before {
  content: "\eb35"; }

.icon-tv-for-you::before {
  content: "\eb36"; }

.icon-tv-hd::before {
  content: "\eb37"; }

.icon-tv-kids::before {
  content: "\eb38"; }

.icon-tv-mediatheken::before {
  content: "\eb39"; }

.icon-tv-multiscreen::before {
  content: "\eb3a"; }

.icon-tv-primetime::before {
  content: "\eb3b"; }

.icon-tv-restart::before {
  content: "\eb3c"; }

.icon-tv-storage::before {
  content: "\eb3d"; }

.icon-tv-time-flexible::before {
  content: "\eb3e"; }

.icon-tv-tv::before {
  content: "\eb3f"; }

.icon-tv-uhd::before {
  content: "\eb40"; }

.icon-tv-videostore::before {
  content: "\eb41"; }

.icon-tv-vod::before {
  content: "\eb42"; }

.icon-tv::before {
  content: "\eb43"; }

.icon-underlined::before {
  content: "\eb44"; }

.icon-unified-communication::before {
  content: "\eb45"; }

.icon-unlimited::before {
  content: "\eb46"; }

.icon-unlock-reward::before {
  content: "\eb47"; }

.icon-upgrade::before {
  content: "\eb48"; }

.icon-upload::before {
  content: "\eb49"; }

.icon-user-log-in::before {
  content: "\eb4a"; }

.icon-v-bag::before {
  content: "\eb4b"; }

.icon-v-car-dongle::before {
  content: "\eb4c"; }

.icon-v-home-monitor::before {
  content: "\eb4d"; }

.icon-v-pet::before {
  content: "\eb4e"; }

.icon-v-sim-and-device::before {
  content: "\eb4f"; }

.icon-video-cloud::before {
  content: "\eb50"; }

.icon-video::before {
  content: "\eb51"; }

.icon-viewed::before {
  content: "\eb52"; }

.icon-virtual-device::before {
  content: "\eb53"; }

.icon-virus-protection::before {
  content: "\eb54"; }

.icon-vodafone-store::before {
  content: "\eb55"; }

.icon-voice-of-vodafone-alerts::before {
  content: "\eb56"; }

.icon-warning::before {
  content: "\eb57"; }

.icon-watch::before {
  content: "\eb58"; }

.icon-waterproof::before {
  content: "\eb59"; }

.icon-webcamera::before {
  content: "\eb5a"; }

.icon-website::before {
  content: "\eb5b"; }

.icon-weight::before {
  content: "\eb5c"; }

.icon-wiring-connections::before {
  content: "\eb5d"; }

.icon-writer::before {
  content: "\eb5e"; }

.icon-zoom-in::before {
  content: "\eb5f"; }

.icon-zoom-out::before {
  content: "\eb60"; }

.icon-blog::before {
  content: "\eb61"; }

.icon-4g-plus-plus::before {
  content: "\eb62"; }

.icon-add-friend::before {
  content: "\eb63"; }

.icon-checkout-add::before {
  content: "\eb64"; }

.icon-checkout-remove::before {
  content: "\eb65"; }

.icon-vodafone-logo::before {
  content: "\eb66"; }

.icon-star-outline::before {
  content: "\eb67"; }

.icon-star-fill::before {
  content: "\eb68"; }

.icon-abm::before {
  content: "\eb69"; }

.icon-brand-assets::before {
  content: "\eb6a"; }

.icon-construction-manufacturing::before {
  content: "\eb6b"; }

.icon-covid-19-guidance::before {
  content: "\eb6c"; }

.icon-customer-scenarios::before {
  content: "\eb6d"; }

.icon-defence::before {
  content: "\eb6e"; }

.icon-engaging-customers::before {
  content: "\eb6f"; }

.icon-enhanced-security::before {
  content: "\eb70"; }

.icon-events::before {
  content: "\eb71"; }

.icon-finance::before {
  content: "\eb72"; }

.icon-cloud::before {
  content: "\eb73"; }

.icon-health::before {
  content: "\eb74"; }

.icon-innovation-hubs::before {
  content: "\eb75"; }

.icon-internet-of-things::before {
  content: "\eb77"; }

.icon-learning-development::before {
  content: "\eb78"; }

.icon-media::before {
  content: "\eb79"; }

.icon-mobile-5g-device-services::before {
  content: "\eb7a"; }

.icon-on-site-connectivity::before {
  content: "\eb7b"; }

.icon-partnerships-hospitality::before {
  content: "\eb7c"; }

.icon-pitch-perfect::before {
  content: "\eb7d"; }

.icon-site-to-site-connectivity::before {
  content: "\eb7e"; }

.icon-solution-selling::before {
  content: "\eb7f"; }

.icon-transport::before {
  content: "\eb80"; }

.icon-unified-communications-collaboration::before {
  content: "\eb81"; }

.icon-utilities::before {
  content: "\eb82"; }

.icon-vodafone-portals-quick-links::before {
  content: "\eb83"; }

.icon-voice-connectivity::before {
  content: "\eb84"; }

.icon-webinars::before {
  content: "\eb85"; }

.icon-business-applications::before {
  content: "\eb86"; }

.icon-case-studies::before {
  content: "\eb87"; }

.icon-government::before {
  content: "\eb88"; }

.icon-internet-connectivity::before {
  content: "\eb89"; }

@font-face {
  font-family: 'Vodafone-icons';
  src: url("../fonts/Vodafone-icons.eot");
  src: url("../fonts/Vodafone-icons.eot") format("embedded-opentype"), url("../fonts/Vodafone-icons.woff2") format("woff2"), url("../fonts/Vodafone-icons.woff") format("woff"), url("../fonts/Vodafone-icons.ttf") format("truetype"), url("../fonts/Vodafone-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------
	base class definition
-------------------------*/
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'Vodafone-icons';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------
  change icon size
-------------------------*/
/* relative units */
.icon-xs {
  font-size: 1rem; }

.icon-sm {
  font-size: 1.57rem; }

.icon-md {
  font-size: 2rem; }

.icon-lg {
  font-size: 6rem; }

/* absolute units */
.icon-16 {
  font-size: 16px; }

.icon-32 {
  font-size: 32px; }

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.icon-bg-square,
.icon-bg-circle {
  padding: 0.35em;
  background-color: #eee; }

.icon-bg-circle {
  border-radius: 50%; }

/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.icon-ul {
  padding-left: 0;
  list-style-type: none; }
  .icon-ul > li {
    display: flex;
    align-items: flex-start;
    line-height: 1.4; }
  .icon-ul > li > .icon {
    margin-right: 0.4em;
    line-height: inherit; }

/*------------------------
  spinning icons
-------------------------*/
.icon-is-spinning {
  -webkit-animation: icon-spin 1s infinite linear;
  -moz-animation: icon-spin 1s infinite linear;
  animation: icon-spin 1s infinite linear; }

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes icon-spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*------------------------
	icons
-------------------------*/
.icon-2g::before {
  content: "\ea02"; }

.icon-360-view::before {
  content: "\ea03"; }

.icon-4g::before {
  content: "\ea04"; }

.icon-NFC::before {
  content: "\ea05"; }

.icon-abrupt-cornering::before {
  content: "\ea06"; }

.icon-acceleration::before {
  content: "\ea07"; }

.icon-accessories::before {
  content: "\ea08"; }

.icon-4g-plus::before {
  content: "\ea09"; }

.icon-add-ons-boosts::before {
  content: "\ea0a"; }

.icon-add-or-plus::before {
  content: "\ea0b"; }

.icon-admin::before {
  content: "\ea0c"; }

.icon-adult::before {
  content: "\ea0d"; }

.icon-alarm-system::before {
  content: "\ea0e"; }

.icon-all-rewards::before {
  content: "\ea0f"; }

.icon-android::before {
  content: "\ea10"; }

.icon-anti-shock::before {
  content: "\ea11"; }

.icon-app-anytime::before {
  content: "\ea12"; }

.icon-app-channel-management::before {
  content: "\ea13"; }

.icon-app-channel-variety::before {
  content: "\ea14"; }

.icon-app-cloud-dvr::before {
  content: "\ea15"; }

.icon-app-discovery::before {
  content: "\ea16"; }

.icon-app-epg-backwards::before {
  content: "\ea17"; }

.icon-app-epg::before {
  content: "\ea18"; }

.icon-app-hd::before {
  content: "\ea19"; }

.icon-app-kids::before {
  content: "\ea1a"; }

.icon-app-mediatheken::before {
  content: "\ea1b"; }

.icon-app-mobile-entertainment::before {
  content: "\ea1c"; }

.icon-app-multiscreen::before {
  content: "\ea1d"; }

.icon-app-restart::before {
  content: "\ea1e"; }

.icon-app-sideload::before {
  content: "\ea1f"; }

.icon-app-swipe-to-tv::before {
  content: "\ea20"; }

.icon-app-tv-for-you::before {
  content: "\ea21"; }

.icon-app-tv::before {
  content: "\ea22"; }

.icon-app-uhd::before {
  content: "\ea23"; }

.icon-app-videostore::before {
  content: "\ea24"; }

.icon-app-vod::before {
  content: "\ea25"; }

.icon-apps::before {
  content: "\ea26"; }

.icon-arrow-down::before {
  content: "\ea27"; }

.icon-arrow-left::before {
  content: "\ea28"; }

.icon-arrow-right::before {
  content: "\ea29"; }

.icon-arrow-up::before {
  content: "\ea2a"; }

.icon-attachment::before {
  content: "\ea2b"; }

.icon-auto-top-up::before {
  content: "\ea2c"; }

.icon-battery::before {
  content: "\ea2d"; }

.icon-bill-or-report::before {
  content: "\ea2e"; }

.icon-biometric_authentication::before {
  content: "\ea2f"; }

.icon-birthday-greeting::before {
  content: "\ea30"; }

.icon-block::before {
  content: "\ea31"; }

.icon-3g::before {
  content: "\ea32"; }

.icon-bold::before {
  content: "\ea33"; }

.icon-bonus::before {
  content: "\ea34"; }

.icon-bracelet-active::before {
  content: "\ea35"; }

.icon-bracelet-disabled::before {
  content: "\ea36"; }

.icon-braking::before {
  content: "\ea37"; }

.icon-broadband-or-wifi::before {
  content: "\ea38"; }

.icon-bullet-list::before {
  content: "\ea39"; }

.icon-bundles::before {
  content: "\ea3a"; }

.icon-business-phone::before {
  content: "\ea3b"; }

.icon-business::before {
  content: "\ea3c"; }

.icon-calculator::before {
  content: "\ea3d"; }

.icon-calendar::before {
  content: "\ea3e"; }

.icon-calls-contacts::before {
  content: "\ea3f"; }

.icon-camera::before {
  content: "\ea40"; }

.icon-car-key::before {
  content: "\ea41"; }

.icon-car::before {
  content: "\ea42"; }

.icon-careers::before {
  content: "\ea43"; }

.icon-carer::before {
  content: "\ea44"; }

.icon-case-study::before {
  content: "\ea45"; }

.icon-charity-giving::before {
  content: "\ea46"; }

.icon-chart-bar::before {
  content: "\ea47"; }

.icon-chart-line::before {
  content: "\ea48"; }

.icon-chat::before {
  content: "\ea49"; }

.icon-cherries-points::before {
  content: "\ea4a"; }

.icon-chevron-down::before {
  content: "\ea4b"; }

.icon-chevron-left::before {
  content: "\ea4c"; }

.icon-chevron-right::before {
  content: "\ea4d"; }

.icon-chevron-up::before {
  content: "\ea4e"; }

.icon-clapping::before {
  content: "\ea4f"; }

.icon-clock-or-timed::before {
  content: "\ea50"; }

.icon-close::before {
  content: "\ea51"; }

.icon-cloud-download::before {
  content: "\ea52"; }

.icon-cloud-upload::before {
  content: "\ea53"; }

.icon-cluster-of-events::before {
  content: "\ea54"; }

.icon-colour-palette::before {
  content: "\ea55"; }

.icon-comment::before {
  content: "\ea56"; }

.icon-community-or-foundation::before {
  content: "\ea57"; }

.icon-compass::before {
  content: "\ea58"; }

.icon-complaints::before {
  content: "\ea59"; }

.icon-completed::before {
  content: "\ea5a"; }

.icon-confidential::before {
  content: "\ea5b"; }

.icon-connected-car::before {
  content: "\ea5c"; }

.icon-connected-devices::before {
  content: "\ea5d"; }

.icon-connected::before {
  content: "\ea5e"; }

.icon-connectivity::before {
  content: "\ea5f"; }

.icon-consultant::before {
  content: "\ea60"; }

.icon-contactless-payment::before {
  content: "\ea61"; }

.icon-contest::before {
  content: "\ea62"; }

.icon-converged-proposition::before {
  content: "\ea63"; }

.icon-cost-control::before {
  content: "\ea64"; }

.icon-country-or-international::before {
  content: "\ea65"; }

.icon-cpu::before {
  content: "\ea66"; }

.icon-customers-or-users::before {
  content: "\ea67"; }

.icon-dashboard::before {
  content: "\ea68"; }

.icon-data::before {
  content: "\ea69"; }

.icon-deals::before {
  content: "\ea6a"; }

.icon-delete::before {
  content: "\ea6b"; }

.icon-delivery::before {
  content: "\ea6c"; }

.icon-desktop::before {
  content: "\ea6d"; }

.icon-device-diagnostics::before {
  content: "\ea6e"; }

.icon-device-guide::before {
  content: "\ea6f"; }

.icon-device-overview-iot::before {
  content: "\ea70"; }

.icon-device-thickness::before {
  content: "\ea71"; }

.icon-diagnostics::before {
  content: "\ea72"; }

.icon-dislike::before {
  content: "\ea73"; }

.icon-document-doc::before {
  content: "\ea74"; }

.icon-document-jpg::before {
  content: "\ea75"; }

.icon-document-pdf::before {
  content: "\ea76"; }

.icon-document-png::before {
  content: "\ea77"; }

.icon-document-ppt::before {
  content: "\ea78"; }

.icon-document-rtf::before {
  content: "\ea79"; }

.icon-document-svg::before {
  content: "\ea7a"; }

.icon-document-xls::before {
  content: "\ea7b"; }

.icon-document-zip::before {
  content: "\ea7c"; }

.icon-document::before {
  content: "\ea7d"; }

.icon-doorbell-camera::before {
  content: "\ea7e"; }

.icon-download::before {
  content: "\ea7f"; }

.icon-dwdm-muxer::before {
  content: "\ea80"; }

.icon-edit::before {
  content: "\ea81"; }

.icon-engineer::before {
  content: "\ea82"; }

.icon-enterprise::before {
  content: "\ea83"; }

.icon-entertainment::before {
  content: "\ea84"; }

.icon-environment::before {
  content: "\ea85"; }

.icon-error-circle::before {
  content: "\ea86"; }

.icon-error-simple::before {
  content: "\ea87"; }

.icon-explorer::before {
  content: "\ea88"; }

.icon-fall-detection-emergency::before {
  content: "\ea89"; }

.icon-family::before {
  content: "\ea8a"; }

.icon-filter::before {
  content: "\ea8b"; }

.icon-find-and-ring-your-device::before {
  content: "\ea8c"; }

.icon-fitness-tracker::before {
  content: "\ea8d"; }

.icon-folder::before {
  content: "\ea8e"; }

.icon-forum::before {
  content: "\ea8f"; }

.icon-forward::before {
  content: "\ea90"; }

.icon-generic-device-iot::before {
  content: "\ea91"; }

.icon-giga-tv-a::before {
  content: "\ea92"; }

.icon-giga-tv-b::before {
  content: "\ea93"; }

.icon-grid-view::before {
  content: "\ea94"; }

.icon-healthy-living::before {
  content: "\ea95"; }

.icon-help-at-hand::before {
  content: "\ea96"; }

.icon-help-circle::before {
  content: "\ea97"; }

.icon-home::before {
  content: "\ea98"; }

.icon-idea-or-innovation::before {
  content: "\ea99"; }

.icon-important-numbers::before {
  content: "\ea9a"; }

.icon-info-circle::before {
  content: "\ea9b"; }

.icon-infographic::before {
  content: "\ea9c"; }

.icon-insert-code::before {
  content: "\ea9d"; }

.icon-insights::before {
  content: "\ea9e"; }

.icon-insurance::before {
  content: "\ea9f"; }

.icon-italic::before {
  content: "\eaa0"; }

.icon-kippy-device::before {
  content: "\eaa1"; }

.icon-landline-or-call::before {
  content: "\eaa2"; }

.icon-lateral-movement::before {
  content: "\eaa3"; }

.icon-like::before {
  content: "\eaa4"; }

.icon-link-insert-edit::before {
  content: "\eaa5"; }

.icon-list-view::before {
  content: "\eaa6"; }

.icon-locate-me::before {
  content: "\eaa7"; }

.icon-location::before {
  content: "\eaa8"; }

.icon-log-in::before {
  content: "\eaa9"; }

.icon-log-out::before {
  content: "\eaaa"; }

.icon-mail-new::before {
  content: "\eaab"; }

.icon-mail-read::before {
  content: "\eaac"; }

.icon-menu::before {
  content: "\eaad"; }

.icon-microphone::before {
  content: "\eaae"; }

.icon-minus-or-less::before, .headed-panel input[type='checkbox']:checked + label i::before {
  content: "\eaaf"; }

.icon-minutes-sms::before {
  content: "\eab0"; }

.icon-mobile::before {
  content: "\eab1"; }

.icon-more-android::before {
  content: "\eab2"; }

.icon-more::before {
  content: "\eab3"; }

.icon-multiscreen::before {
  content: "\eab4"; }

.icon-music-and-movies::before {
  content: "\eab5"; }

.icon-my-trips::before {
  content: "\eab6"; }

.icon-need-help::before {
  content: "\eab7"; }

.icon-network-patch-panel::before {
  content: "\eab8"; }

.icon-network-signal::before {
  content: "\eab9"; }

.icon-news::before {
  content: "\eaba"; }

.icon-night-vision::before {
  content: "\eabb"; }

.icon-notification-muted::before {
  content: "\eabc"; }

.icon-notification::before {
  content: "\eabd"; }

.icon-number-0::before {
  content: "\eabe"; }

.icon-number-1::before {
  content: "\eabf"; }

.icon-number-2::before {
  content: "\eac0"; }

.icon-number-3::before {
  content: "\eac1"; }

.icon-number-4::before {
  content: "\eac2"; }

.icon-number-5::before {
  content: "\eac3"; }

.icon-number-6::before {
  content: "\eac4"; }

.icon-number-7::before {
  content: "\eac5"; }

.icon-number-8::before {
  content: "\eac6"; }

.icon-number-9::before {
  content: "\eac7"; }

.icon-number-portability::before {
  content: "\eac8"; }

.icon-numbered-view::before {
  content: "\eac9"; }

.icon-offer-badge-percent::before {
  content: "\eaca"; }

.icon-offer-badge::before {
  content: "\eacb"; }

.icon-online::before {
  content: "\eacc"; }

.icon-optical-network-port::before {
  content: "\eacd"; }

.icon-parking-ticket::before {
  content: "\eace"; }

.icon-pause-circle::before {
  content: "\eacf"; }

.icon-pause::before {
  content: "\ead0"; }

.icon-payg::before {
  content: "\ead1"; }

.icon-payment::before {
  content: "\ead2"; }

.icon-pet-collar::before {
  content: "\ead3"; }

.icon-photos::before {
  content: "\ead4"; }

.icon-ping::before {
  content: "\ead5"; }

.icon-play-arrow::before {
  content: "\ead6"; }

.icon-play-circle::before {
  content: "\ead7"; }

.icon-pop-out::before {
  content: "\ead8"; }

.icon-power::before {
  content: "\ead9"; }

.icon-price-promise::before {
  content: "\eada"; }

.icon-price-tag::before {
  content: "\eadb"; }

.icon-print::before {
  content: "\eadc"; }

.icon-privacy-or-confidential::before {
  content: "\eadd"; }

.icon-privacy::before {
  content: "\eade"; }

.icon-profile::before {
  content: "\eadf"; }

.icon-public-sector::before {
  content: "\eae0"; }

.icon-rank-ace::before {
  content: "\eae1"; }

.icon-rank-badge-title::before {
  content: "\eae2"; }

.icon-rank-genius::before {
  content: "\eae3"; }

.icon-rank-guru::before {
  content: "\eae4"; }

.icon-rank-master::before {
  content: "\eae5"; }

.icon-rank-networker::before {
  content: "\eae6"; }

.icon-rank-pioneer::before {
  content: "\eae7"; }

.icon-rank-pro::before {
  content: "\eae8"; }

.icon-rank-professor::before {
  content: "\eae9"; }

.icon-rank-savvy::before {
  content: "\eaea"; }

.icon-rank-scout::before {
  content: "\eaeb"; }

.icon-rank-virtuoso::before {
  content: "\eaec"; }

.icon-rank-wizard::before {
  content: "\eaed"; }

.icon-rank-writer::before {
  content: "\eaee"; }

.icon-ratings-or-favourite::before {
  content: "\eaef"; }

.icon-rearrange::before {
  content: "\eaf0"; }

.icon-refresh::before {
  content: "\eaf1"; }

.icon-reply::before {
  content: "\eaf2"; }

.icon-return-product::before {
  content: "\eaf3"; }

.icon-roaming::before {
  content: "\eaf4"; }

.icon-save::before {
  content: "\eaf5"; }

.icon-saving::before {
  content: "\eaf6"; }

.icon-screen-size::before {
  content: "\eaf7"; }

.icon-search::before {
  content: "\eaf8"; }

.icon-secure-grip::before {
  content: "\eaf9"; }

.icon-security-camera::before {
  content: "\eafa"; }

.icon-security::before {
  content: "\eafb"; }

.icon-settings::before {
  content: "\eafc"; }

.icon-setup::before {
  content: "\eafd"; }

.icon-shake::before {
  content: "\eafe"; }

.icon-share::before {
  content: "\eaff"; }

.icon-shopping-checkout-1::before {
  content: "\eb00"; }

.icon-shopping-checkout-2::before {
  content: "\eb01"; }

.icon-signed-in::before {
  content: "\eb02"; }

.icon-sim-swap::before {
  content: "\eb03"; }

.icon-sim::before {
  content: "\eb04"; }

.icon-smart-plug::before {
  content: "\eb05"; }

.icon-smarthome-kit::before {
  content: "\eb06"; }

.icon-sme::before {
  content: "\eb07"; }

.icon-smiley::before {
  content: "\eb08"; }

.icon-sms::before {
  content: "\eb09"; }

.icon-social-facebook::before {
  content: "\eb0a"; }

.icon-social-google-plus::before {
  content: "\eb0b"; }

.icon-social-instagram::before {
  content: "\eb0c"; }

.icon-social-linkedin::before {
  content: "\eb0d"; }

.icon-social-paypal::before {
  content: "\eb0e"; }

.icon-social-pinterest::before {
  content: "\eb0f"; }

.icon-social-twitter::before {
  content: "\eb10"; }

.icon-social-youtube::before {
  content: "\eb11"; }

.icon-soho::before {
  content: "\eb12"; }

.icon-solution-finder::before {
  content: "\eb13"; }

.icon-sort::before {
  content: "\eb14"; }

.icon-sos-credit::before {
  content: "\eb15"; }

.icon-sos-emergency::before {
  content: "\eb16"; }

.icon-sound-off::before {
  content: "\eb17"; }

.icon-sound::before {
  content: "\eb18"; }

.icon-speeding::before {
  content: "\eb19"; }

.icon-spell-check::before {
  content: "\eb1a"; }

.icon-steering-wheel::before {
  content: "\eb1b"; }

.icon-stop-circle::before {
  content: "\eb1c"; }

.icon-stop::before {
  content: "\eb1d"; }

.icon-store-offers::before {
  content: "\eb1e"; }

.icon-strike-through::before {
  content: "\eb1f"; }

.icon-student::before {
  content: "\eb20"; }

.icon-superstar::before {
  content: "\eb21"; }

.icon-sync::before {
  content: "\eb22"; }

.icon-tablet::before {
  content: "\eb23"; }

.icon-tethering::before {
  content: "\eb24"; }

.icon-tick-or-solved::before {
  content: "\eb25"; }

.icon-tick-outline::before {
  content: "\eb26"; }

.icon-top-up::before {
  content: "\eb27"; }

.icon-topics::before {
  content: "\eb28"; }

.icon-touch-screen::before {
  content: "\eb29"; }

.icon-tv-anytime::before {
  content: "\eb2a"; }

.icon-tracker::before {
  content: "\eb2b"; }

.icon-tv-bluetooth-remote-a::before {
  content: "\eb2c"; }

.icon-tv-bluetooth-remote-b::before {
  content: "\eb2d"; }

.icon-tv-channel-management::before {
  content: "\eb2e"; }

.icon-tv-channel-variety::before {
  content: "\eb2f"; }

.icon-tv-cloud-dvr::before {
  content: "\eb30"; }

.icon-tv-discovery::before {
  content: "\eb31"; }

.icon-tv-epg-backwards::before {
  content: "\eb32"; }

.icon-tv-epg::before {
  content: "\eb33"; }

.icon-tv-everywhere-home::before {
  content: "\eb34"; }

.icon-tv-everywhere::before {
  content: "\eb35"; }

.icon-tv-for-you::before {
  content: "\eb36"; }

.icon-tv-hd::before {
  content: "\eb37"; }

.icon-tv-kids::before {
  content: "\eb38"; }

.icon-tv-mediatheken::before {
  content: "\eb39"; }

.icon-tv-multiscreen::before {
  content: "\eb3a"; }

.icon-tv-primetime::before {
  content: "\eb3b"; }

.icon-tv-restart::before {
  content: "\eb3c"; }

.icon-tv-storage::before {
  content: "\eb3d"; }

.icon-tv-time-flexible::before {
  content: "\eb3e"; }

.icon-tv-tv::before {
  content: "\eb3f"; }

.icon-tv-uhd::before {
  content: "\eb40"; }

.icon-tv-videostore::before {
  content: "\eb41"; }

.icon-tv-vod::before {
  content: "\eb42"; }

.icon-tv::before {
  content: "\eb43"; }

.icon-underlined::before {
  content: "\eb44"; }

.icon-unified-communication::before {
  content: "\eb45"; }

.icon-unlimited::before {
  content: "\eb46"; }

.icon-unlock-reward::before {
  content: "\eb47"; }

.icon-upgrade::before {
  content: "\eb48"; }

.icon-upload::before {
  content: "\eb49"; }

.icon-user-log-in::before {
  content: "\eb4a"; }

.icon-v-bag::before {
  content: "\eb4b"; }

.icon-v-car-dongle::before {
  content: "\eb4c"; }

.icon-v-home-monitor::before {
  content: "\eb4d"; }

.icon-v-pet::before {
  content: "\eb4e"; }

.icon-v-sim-and-device::before {
  content: "\eb4f"; }

.icon-video-cloud::before {
  content: "\eb50"; }

.icon-video::before {
  content: "\eb51"; }

.icon-viewed::before {
  content: "\eb52"; }

.icon-virtual-device::before {
  content: "\eb53"; }

.icon-virus-protection::before {
  content: "\eb54"; }

.icon-vodafone-store::before {
  content: "\eb55"; }

.icon-voice-of-vodafone-alerts::before {
  content: "\eb56"; }

.icon-warning::before {
  content: "\eb57"; }

.icon-watch::before {
  content: "\eb58"; }

.icon-waterproof::before {
  content: "\eb59"; }

.icon-webcamera::before {
  content: "\eb5a"; }

.icon-website::before {
  content: "\eb5b"; }

.icon-weight::before {
  content: "\eb5c"; }

.icon-wiring-connections::before {
  content: "\eb5d"; }

.icon-writer::before {
  content: "\eb5e"; }

.icon-zoom-in::before {
  content: "\eb5f"; }

.icon-zoom-out::before {
  content: "\eb60"; }

.icon-blog::before {
  content: "\eb61"; }

.icon-4g-plus-plus::before {
  content: "\eb62"; }

.icon-add-friend::before {
  content: "\eb63"; }

.icon-checkout-add::before {
  content: "\eb64"; }

.icon-checkout-remove::before {
  content: "\eb65"; }

.icon-vodafone-logo::before {
  content: "\eb66"; }

.icon-star-outline::before {
  content: "\eb67"; }

.icon-star-fill::before {
  content: "\eb68"; }

.icon-abm::before {
  content: "\eb69"; }

.icon-brand-assets::before {
  content: "\eb6a"; }

.icon-construction-manufacturing::before {
  content: "\eb6b"; }

.icon-covid-19-guidance::before {
  content: "\eb6c"; }

.icon-customer-scenarios::before {
  content: "\eb6d"; }

.icon-defence::before {
  content: "\eb6e"; }

.icon-engaging-customers::before {
  content: "\eb6f"; }

.icon-enhanced-security::before {
  content: "\eb70"; }

.icon-events::before {
  content: "\eb71"; }

.icon-finance::before {
  content: "\eb72"; }

.icon-cloud::before {
  content: "\eb73"; }

.icon-health::before {
  content: "\eb74"; }

.icon-innovation-hubs::before {
  content: "\eb75"; }

.icon-internet-of-things::before {
  content: "\eb77"; }

.icon-learning-development::before {
  content: "\eb78"; }

.icon-media::before {
  content: "\eb79"; }

.icon-mobile-5g-device-services::before {
  content: "\eb7a"; }

.icon-on-site-connectivity::before {
  content: "\eb7b"; }

.icon-partnerships-hospitality::before {
  content: "\eb7c"; }

.icon-pitch-perfect::before {
  content: "\eb7d"; }

.icon-site-to-site-connectivity::before {
  content: "\eb7e"; }

.icon-solution-selling::before {
  content: "\eb7f"; }

.icon-transport::before {
  content: "\eb80"; }

.icon-unified-communications-collaboration::before {
  content: "\eb81"; }

.icon-utilities::before {
  content: "\eb82"; }

.icon-vodafone-portals-quick-links::before {
  content: "\eb83"; }

.icon-voice-connectivity::before {
  content: "\eb84"; }

.icon-webinars::before {
  content: "\eb85"; }

.icon-business-applications::before {
  content: "\eb86"; }

.icon-case-studies::before {
  content: "\eb87"; }

.icon-government::before {
  content: "\eb88"; }

.icon-internet-connectivity::before {
  content: "\eb89"; }

nav.main-menu {
  padding: 1rem;
  text-align: right; }
  @media only screen and (min-width: 992px) {
    nav.main-menu {
      background-color: white;
      color: black;
      height: 100%;
      padding: 0; } }
  @media only screen and (min-width: 992px) {
    nav.main-menu {
      max-width: 960px;
      margin: 0 auto; } }
  @media only screen and (min-width: 1200px) {
    nav.main-menu {
      max-width: 1160px;
      margin: 0 auto; } }
  nav.main-menu ul.primary {
    text-align: left;
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media only screen and (max-width: 992px) {
      nav.main-menu ul.primary {
        max-width: auto;
        position: absolute;
        top: 100%;
        right: 110%;
        width: 90%;
        background-color: #2a6294;
        z-index: 1000;
        opacity: 0; } }
    @media only screen and (min-width: 992px) {
      nav.main-menu ul.primary {
        opacity: 1;
        background-color: transparent;
        display: flex;
        justify-content: flex-end;
        width: 100%;
        height: 100%; } }
    nav.main-menu ul.primary li {
      border-bottom: 1px solid #999;
      margin: 0; }
      @media only screen and (min-width: 992px) {
        nav.main-menu ul.primary li {
          border-bottom: none;
          margin: 0;
          display: flex;
          align-items: center; } }
      nav.main-menu ul.primary li a {
        display: block;
        padding: 0.75rem;
        color: white;
        text-decoration: none; }
        @media only screen and (min-width: 992px) {
          nav.main-menu ul.primary li a {
            color: black;
            font-size: 1.15rem;
            padding: 1.25rem 0.75rem; } }
  nav.main-menu .sub {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media only screen and (min-width: 992px) {
      nav.main-menu .sub {
        display: none; } }
    nav.main-menu .sub li {
      padding-left: 2rem; }

.main-menu ul.primary.show {
  display: block;
  right: 0;
  animation-name: opacity;
  animation-duration: 0.6s;
  animation-fill-mode: forwards; }

.menu-toggle {
  font-weight: bold;
  margin: 0;
  font-size: 1.75rem; }
  @media only screen and (min-width: 992px) {
    .menu-toggle {
      display: none; } }

@keyframes opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.mega {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 500;
  background: #2a6294;
  padding: 2rem;
  color: #ffffff; }
  .mega .wrapper {
    max-width: 1160px;
    margin: 0 auto 2rem;
    display: flex;
    justify-content: space-between; }
    .mega .wrapper h4 {
      font-size: 1rem;
      white-space: nowrap; }
    .mega .wrapper .menu-items {
      margin-right: 0.5rem; }
      @media only screen and (min-width: 1200px) {
        .mega .wrapper .menu-items {
          margin-right: 1rem; } }

@media only screen and (min-width: 992px) {
  .main-menu ul li:hover .mega {
    display: flex;
    justify-content: space-between; }
    .main-menu ul li:hover .mega .menu-items {
      display: block; }
      .main-menu ul li:hover .mega .menu-items h4 {
        font-size: 1rem;
        margin: 0 0 0.5rem; }
        .main-menu ul li:hover .mega .menu-items h4 i {
          color: #f8a700;
          font-size: 1.25rem; }
      .main-menu ul li:hover .mega .menu-items a {
        color: #ffffff;
        display: inline-block;
        padding: 0.25rem 0;
        font-size: 0.9rem;
        margin-left: 1rem; } }
      @media only screen and (min-width: 992px) and (min-width: 1200px) {
        .main-menu ul li:hover .mega .menu-items a {
          font-size: 1rem; } }

@media only screen and (min-width: 992px) {
        .main-menu ul li:hover .mega .menu-items a:hover {
          color: #f8a700; } }

.breadcrumb {
  margin-bottom: 2rem;
  background-color: #f8a700;
  color: #ffffff;
  padding: 0.25rem 0;
  font-size: 0.9rem; }
  .breadcrumb a {
    color: #ffffff; }

.site-logo {
  padding: 3px 0;
  max-width: 145px; }
  @media only screen and (min-width: 768px) {
    .site-logo {
      max-width: 400px;
      padding: 0.5rem 0; } }

figure {
  display: inline-block;
  margin-left: 0;
  margin-right: 0; }
  figure img {
    display: block; }
  figure figcaption {
    text-align: center;
    padding: 10px 0;
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px;
    background-color: #f5f5f5; }

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

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

.floated-images {
  display: flex;
  align-items: center;
  height: 100%; }
  .floated-images > div {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 24px 0 0; }
    @media only screen and (min-width: 768px) {
      .floated-images > div {
        padding: 0 25px; } }
    @media only screen and (min-width: 768px) {
      .floated-images > div {
        padding: 0 12px; } }
  .floated-images img {
    align-self: center;
    box-shadow: 15px 15px 30px #4a4d4e;
    margin: 0 12px 50px; }

.file-preview img {
  max-width: 75px;
  max-height: 75px; }

.pointer-menu {
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 45px;
  margin: 0 -15px 45px -15px; }
  @media only screen and (min-width: 768px) {
    .pointer-menu {
      margin: 0 0 45px 0; } }
  .pointer-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    position: relative;
    top: 1px; }
    @media only screen and (min-width: 768px) {
      .pointer-menu ul {
        justify-content: flex-start; } }
    .pointer-menu ul li {
      margin-bottom: 0;
      position: relative; }
      .pointer-menu ul li.active, .pointer-menu ul li:hover {
        border-bottom: 2px solid #e60000; }
    .pointer-menu ul a {
      display: block;
      padding: 5px 15px;
      background-color: #f5f5f5;
      position: relative; }
    .pointer-menu ul li.active .pointer,
    .pointer-menu ul li:hover .pointer {
      display: block;
      width: 15px;
      height: 15px;
      background-color: #e60000;
      transform: rotate(45deg) translate(-50%, -25%);
      position: absolute;
      top: 100%;
      left: 50%; }

/* Mega Menu */
.primary-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: none; }
  @media only screen and (min-width: 992px) {
    .primary-menu {
      display: flex; } }
  .primary-menu li {
    text-align: center;
    margin-bottom: 0; }
    .primary-menu li .pointer {
      display: none; }
      @media only screen and (min-width: 992px) {
        .primary-menu li .pointer {
          display: block;
          position: absolute;
          height: 100%;
          width: 100px;
          top: 0;
          bottom: 0;
          cursor: pointer; } }
      .primary-menu li .pointer .point {
        width: 20px;
        height: 20px;
        border-left: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
        background: white;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        z-index: 600;
        display: none; }
  .primary-menu li:hover .point {
    display: inline-block; }
  .primary-menu li:hover .mega {
    display: flex; }
  .primary-menu a {
    display: block;
    font-size: 22px;
    margin: 0 1rem;
    position: relative;
    text-align: center; }
    .primary-menu a:hover {
      color: #e60000; }
  .primary-menu li.violet-item a:hover,
  .primary-menu li.violet-item a:active {
    color: #9b2aa0 !important; }
  .primary-menu li.orange-item a:hover,
  .primary-menu li.orange-item a:active {
    color: #eb9700 !important; }
  .primary-menu li.turquoise-item a:hover,
  .primary-menu li.turquoise-item a:active {
    color: #008ca2 !important; }
  .primary-menu li:last-child a {
    margin-right: 0; }

/* Wrap text blocks in quotes */
q,
.quote {
  quotes: "“" "”" "‘" "’";
  position: relative; }
  q:before,
  .quote:before {
    content: open-quote; }
  q:after,
  .quote:after {
    content: close-quote; }

.quote-before {
  quotes: "“" "”" "‘" "’";
  position: relative; }
  .quote-before:before {
    content: open-quote; }

.grey-light .quote-before::before,
.black .quote-before::before {
  color: #4a4d4e; }

.large-quote .quote-before::before {
  font-size: 5rem;
  position: absolute;
  top: 2rem; }

.black .large-quote .quote-before::before {
  position: absolute;
  font-size: 5rem;
  top: 2rem; }
  @media only screen and (min-width: 768px) {
    .black .large-quote .quote-before::before {
      font-size: 10rem;
      top: 3rem; } }

.large-quote .quote-before::after,
.grey-light .quote-after::after {
  visibility: hidden;
  content: close-quote; }

blockquote {
  margin: 0;
  line-height: 120%;
  font-style: italic; }
  @media only screen and (min-width: 768px) {
    blockquote {
      font-size: 1.25rem; } }

.grey-light .quote-after::after {
  color: #4a4d4e;
  font-size: 3rem;
  margin-top: 2rem; }

.disc ul,
ul.disc {
  list-style-type: disc; }

.divider {
  display: inline-block;
  margin: 0 auto; }

.search-wrapper {
  position: relative; }
  .search-wrapper .input-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 10px 0 0;
    z-index: 10000; }
    .search-wrapper .input-wrapper .input-auto input {
      width: 100%; }
    .search-wrapper .input-wrapper .results {
      padding: 0.5rem 1rem;
      border: 1px solid #ebebeb;
      border-radius: 5px;
      list-style-type: none;
      background-color: #f5f5f5; }
      .search-wrapper .input-wrapper .results li {
        margin: 0;
        padding: 10px; }
        .search-wrapper .input-wrapper .results li.selected {
          background-color: #facdcf; }

@media only screen and (max-width: 767px) {
  .search-results .col:nth-child(2n + 1),
  .m-twin-col .col:nth-child(2n + 1) {
    padding-right: 7.5px; }
  .search-results .col:nth-child(2n + 2),
  .m-twin-col .col:nth-child(2n + 2) {
    padding-left: 7.5px; } }

.auto-complete {
  background: white; }
  @media only screen and (min-width: 768px) {
    .auto-complete {
      border-radius: 0 0 6px 6px; } }
  .auto-complete .auto-complete__row {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #f5f5f5; }
    .auto-complete .auto-complete__row a {
      flex: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
    @media only screen and (min-width: 768px) {
      .auto-complete .auto-complete__row {
        border-bottom: none; } }
    .auto-complete .auto-complete__row:hover {
      background-color: #f5f5f5; }
    .auto-complete .auto-complete__row.selected {
      background-color: #4a4d4e; }
      .auto-complete .auto-complete__row.selected a {
        color: white !important; }
    .auto-complete .auto-complete__row .icon {
      margin-right: 8px; }
    .auto-complete .auto-complete__row span {
      opacity: 0.25; }
    .auto-complete .auto-complete__row a {
      display: flex;
      align-items: center; }
  .auto-complete .auto-complete__footer {
    border-radius: 0 0 6px 6px;
    padding: 10px 20px;
    background: #e60000;
    display: none; }
    @media only screen and (min-width: 768px) {
      .auto-complete .auto-complete__footer {
        display: block; } }
    .auto-complete .auto-complete__footer a {
      color: #ffffff;
      text-decoration: underline;
      font-weight: bold; }

section {
  background-color: #eaeaea;
  padding: 3rem 0; }
  section h3 {
    text-align: center; }

.signin .signin-image-col {
  display: none; }
  @media only screen and (min-width: 560px) {
    .signin .signin-image-col {
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      min-height: 400px;
      min-height: 300px; } }

.signin .btn, .signin .btn-small, .signin .btn-smallest, .signin .btn-primary, .signin .btn-black, .signin .btn-secondary, .signin .btn-white, .signin .btn-grey, .signin .btn-red {
  font-weight: normal; }

.signin .signin-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .signin .signin-header {
      margin-bottom: 45px;
      border-bottom: none; } }
  .signin .signin-header p {
    font-weight: bold;
    margin: 0;
    font-size: 24px;
    line-height: 28px; }
  .signin .signin-header img {
    display: block;
    margin-right: 12px; }

.signin .signin-content {
  flex-grow: 1;
  font-size: 16px;
  line-height: 21px; }
  @media only screen and (min-width: 768px) {
    .signin .signin-content {
      font-size: 20px;
      line-height: 27px; } }
  .signin .signin-content h4 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px; }
    @media only screen and (min-width: 768px) {
      .signin .signin-content h4 {
        font-size: 20px;
        line-height: 24px; } }
  .signin .signin-content input[type="email"] {
    padding: 12px 15px;
    font-size: 16px;
    line-height: 21px;
    border-width: 2px; }
    .signin .signin-content input[type="email"]:active {
      border-color: #e60000; }
  .signin .signin-content input[type="submit"] {
    font-size: 16px;
    line-height: 21px; }
    @media only screen and (min-width: 768px) {
      .signin .signin-content input[type="submit"] {
        font-size: 18px;
        line-height: 24px; } }
  .signin .signin-content ::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 21px; }
  .signin .signin-content :-ms-input-placeholder {
    font-size: 16px;
    line-height: 21px; }
  .signin .signin-content ::placeholder {
    font-size: 16px;
    line-height: 21px; }

.signin .footer {
  font-size: 14px;
  line-height: 18px; }
  .signin .footer small {
    font-size: 10px;
    line-height: 12px; }
  @media only screen and (min-width: 768px) {
    .signin .footer {
      font-size: 18px;
      line-height: 20px; }
      .signin .footer small {
        font-size: 14px;
        line-height: 18px; } }

.headed-panel table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 18px; }
  .headed-panel table tr:first-child {
    border-radius: 6px 6px 0 0; }
  .headed-panel table th:first-child {
    border-radius: 6px 0 0 0; }
  .headed-panel table th:last-child {
    border-radius: 0 6px 0 0; }
  .headed-panel table tr:nth-child(odd) {
    background-color: #f5f5f5; }
  .headed-panel table th {
    padding: 12px 15px;
    background-color: #e60000;
    color: #ffffff;
    font-weight: bold;
    border-right: 1px solid #000000; }
    .headed-panel table th:last-child {
      border-right: none; }
    .headed-panel table th td {
      background-color: #e60000;
      color: #ffffff; }
  .headed-panel table td,
  .headed-panel table th {
    display: table-cell;
    max-width: 0px;
    min-width: 120px; }
  .headed-panel table tr:last-child {
    border-bottom: 1px solid #ebebeb; }
    .headed-panel table tr:last-child td:first-child {
      border-radius: 0 0 0 6px; }
  .headed-panel table td {
    padding: 12px 15px;
    border-left: 1px solid #ebebeb; }
    .headed-panel table td:last-child {
      border-right: 1px solid #ebebeb; }
  .headed-panel table a {
    color: #e60000; }
    .headed-panel table a .icon {
      margin-left: 5px; }

.table-wrapper {
  margin-bottom: 30px;
  width: 100%; }
  @media only screen and (max-width: 991px) {
    .table-wrapper {
      overflow-x: auto; } }

.bordered-grid .col:hover {
  background: rgba(230, 0, 0, 0.1); }

.bordered-grid .col a {
  display: block;
  padding: 25px 16px; }

.bordered-grid .col h4 {
  margin: 10px 0 15px;
  font-weight: bold;
  display: flex;
  align-items: center; }

.bordered-grid .col p {
  margin: 0; }

@media only screen and (max-width: 560px) {
  .bordered-grid-col-3 .col {
    border-top: 1px solid #4a4d4e;
    border-right: 1px solid #4a4d4e; }
    .bordered-grid-col-3 .col:nth-child(-n+2) {
      border-top: none; }
    .bordered-grid-col-3 .col:nth-child(even) {
      border-right: none; } }

@media only screen and (min-width: 560px) {
  .bordered-grid-col-3 .col {
    border-top: 1px solid #4a4d4e;
    border-right: 1px solid #4a4d4e; }
    .bordered-grid-col-3 .col:nth-child(-n+3) {
      border-top: none; }
    .bordered-grid-col-3 .col:nth-child(3n) {
      border-right: none; } }

@media only screen and (max-width: 560px) {
  .bordered-grid-col-4 .col {
    border-top: 1px solid #4a4d4e;
    border-right: 1px solid #4a4d4e; }
    .bordered-grid-col-4 .col:nth-child(-n+2) {
      border-top: none; }
    .bordered-grid-col-4 .col:nth-child(even) {
      border-right: none; } }

@media only screen and (min-width: 560px) {
  .bordered-grid-col-4 .col {
    border-top: 1px solid #4a4d4e;
    border-right: 1px solid #4a4d4e; }
    .bordered-grid-col-4 .col:nth-child(-n+4) {
      border-top: none; }
    .bordered-grid-col-4 .col:nth-child(4n) {
      border-right: none; } }

.bordered-grid img {
  max-width: 45px; }
  @media only screen and (min-width: 768px) {
    .bordered-grid img {
      max-width: 130px; } }

/* Mixin returns the width of x amount of columns called by the col() mixin */
/* Mixin returns the width of x amount of columns */
/* Dynamically creates classes for non specific breakpoint cols: example col-6 */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

/* Dynamically creates classes for cols: example col-md-6 */
/* Generate col classes for all column breakpoints */
@media only screen and (min-width: 560px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; } }

@media only screen and (min-width: 560px) {
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

@media only screen and (min-width: 560px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; } }

@media only screen and (min-width: 560px) {
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media only screen and (min-width: 560px) {
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media only screen and (min-width: 560px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media only screen and (min-width: 560px) {
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media only screen and (min-width: 560px) {
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

@media only screen and (min-width: 560px) {
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; } }

@media only screen and (min-width: 560px) {
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; } }

@media only screen and (min-width: 560px) {
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; } }

@media only screen and (min-width: 560px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media only screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; } }

@media only screen and (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

@media only screen and (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; } }

@media only screen and (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media only screen and (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media only screen and (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media only screen and (min-width: 768px) {
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media only screen and (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

@media only screen and (min-width: 768px) {
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; } }

@media only screen and (min-width: 768px) {
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; } }

@media only screen and (min-width: 768px) {
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; } }

@media only screen and (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media only screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; } }

@media only screen and (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

@media only screen and (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; } }

@media only screen and (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media only screen and (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media only screen and (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media only screen and (min-width: 992px) {
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media only screen and (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

@media only screen and (min-width: 992px) {
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; } }

@media only screen and (min-width: 992px) {
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; } }

@media only screen and (min-width: 992px) {
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; } }

@media only screen and (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media only screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; } }

@media only screen and (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

@media only screen and (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; } }

@media only screen and (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media only screen and (min-width: 1200px) {
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media only screen and (min-width: 1200px) {
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media only screen and (min-width: 1200px) {
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media only screen and (min-width: 1200px) {
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

@media only screen and (min-width: 1200px) {
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; } }

@media only screen and (min-width: 1200px) {
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; } }

@media only screen and (min-width: 1200px) {
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; } }

@media only screen and (min-width: 1200px) {
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

/* Generate xs col classes for xs breakpoint down */
@media only screen and (max-width: 559px) {
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; } }

@media only screen and (max-width: 559px) {
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

@media only screen and (max-width: 559px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%; } }

@media only screen and (max-width: 559px) {
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media only screen and (max-width: 559px) {
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media only screen and (max-width: 559px) {
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media only screen and (max-width: 559px) {
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media only screen and (max-width: 559px) {
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

@media only screen and (max-width: 559px) {
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%; } }

@media only screen and (max-width: 559px) {
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; } }

@media only screen and (max-width: 559px) {
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; } }

@media only screen and (max-width: 559px) {
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

.col {
  flex-basis: 1;
  flex-grow: 1;
  padding: 0 15px; }
  @media only screen and (min-width: 768px) {
    .col {
      padding: 0 9px; } }

.col.no-gutters {
  margin: 0 15px; }

/* calculate column offset values */
/* build col offset classes */
@media only screen and (min-width: 560px) {
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .offset-sm-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .offset-md-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .offset-lg-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .offset-xl-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 992px) {
  .twin-col-100 {
    columns: 100px 2; } }

@media only screen and (min-width: 992px) {
  .twin-col-200 {
    columns: 200px 2; } }

@media only screen and (min-width: 992px) {
  article {
    padding-right: 2rem; } }

.headless {
  height: 100vh; }

/* Based on BS container */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  /* If sub container remove horizontal padding */ }
  @media only screen and (min-width: 560px) {
    .container {
      max-width: 540px; } }
  @media only screen and (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media only screen and (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media only screen and (min-width: 1200px) {
    .container {
      max-width: 1160px; } }
  .container .container {
    padding-right: 0;
    padding-left: 0; }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/* Based on BS row */
.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

/* Central header and text sections */
.centered-intro {
  margin-top: 30px;
  text-align: center; }
  .centered-intro p {
    margin-bottom: 0; }

.intro-heading {
  font-size: 18px;
  line-height: 24px; }
  @media only screen and (min-width: 768px) {
    .intro-heading {
      font-size: 20px;
      line-height: 27px; } }
  .intro-heading h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .intro-heading h1 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .template-404 > div {
    background-color: #f5f5f5; } }

@media only screen and (min-width: 768px) {
  .template-404 .page-404 {
    min-height: 50vh;
    background: url("../images/404.svg") no-repeat center center;
    background-size: contain; } }

@media only screen and (min-width: 992px) {
  .template-404 .page-404 {
    min-height: 55vh; } }

.template-404 .page-404 img {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .template-404 .page-404 img {
      display: none; } }

.template-404 .page-404 a {
  color: #e60000;
  text-decoration: underline; }

main {
  margin-bottom: 2rem; }
