/*!
 * Customized base styles for bandwidth.com
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=4872653f0f498dcd57e87908720c09eb)
 * Config saved to config.json and https://gist.github.com/4872653f0f498dcd57e87908720c09eb
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #2af9ba;
  color: #1c0a14;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  color: #1c0a14;
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.42857143;
  background-color: #fffff2;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

::selection {
  background: #2af9ba; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #2af9ba; /* Gecko Browsers */
}

/* Text */
.h1 {
  font-size: 70px;
  font-weight: 100;
  letter-spacing: -.035em;
  line-height: 1;
  margin: 14px 0;
}
.h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  margin: 14px 0;
}
.h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  margin: 14px 0;
}
.h4 {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 14px 0;
}
.h5 {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 14px 0;
}
.h6 {
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.25;
  margin: 14px 0;
}
@media (max-width: 767px) { /* XS only */
  .h1 {
    font-size: 44px;
  }
  .h2 {
    font-size: 30px;
  }
  .h4 {
    font-size: 16px;
  }
}
.text {
  margin: 14px 0;
}
.text--lg {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.666667;
}
.text--color1,
.anchor--hover--color1:hover,
.anchor--hover--color1:focus,
.anchor--active--color1 { /* orange */
  color: #ff673c !important;
}
.text--color2,
.anchor--hover--color2:hover,
.anchor--hover--color3:focus,
.anchor--active--color2 { /* green */
  color: #00fbb9 !important;
}
.text--color3,
.anchor--hover--color3:hover,
.anchor--hover--color3:focus,
.anchor--active--color3 { /* purple */
  color: #a95adf !important;
}
.text--color4,
.anchor--hover--color4:hover,
.anchor--hover--color4:focus,
.anchor--active--color4 { /* maroon */
  color: #651f45 !important;
}
.text--color5,
.anchor--hover--color5:hover,
.anchor--hover--color5:focus,
.anchor--active--color5 { /* ivory */
  color: #fffff2 !important;
}
.text--color6,
.anchor--hover--color6:hover,
.anchor--hover--color6:focus,
.anchor--active--color6 { /* blue */
  color: #00bef0 !important;
}
.text--color7,
.anchor--hover--color7:hover,
.anchor--hover--color7:focus,
.anchor--active--color7 { /* dark orange */
  color: #a53f0c !important;
}
.text--color8,
.anchor--hover--color8:hover,
.anchor--hover--color8:focus,
.anchor--active--color8 { /* dark green */
  color: #005c44 !important;
}
.text--color9,
.anchor--hover--color9:hover,
.anchor--hover--color9:focus,
.anchor--active--color9 { /* dark purple */
  color: #4d2996 !important;
}
.text--color10,
.anchor--hover--color10:hover,
.anchor--hover--color10:focus,
.anchor--active--color10 { /* dark blue */
  color: #004658 !important;
}
.text--lowercase {
  text-transform: lowercase;
}
.scroll__prompt {
  color: #ff673c;
  font-size: 18px;
  font-weight: 600;
  min-height: 62px;
  position: relative;
  display: block;
}
.scroll__prompt .icon--bordered {
  position: absolute;
  left: calc(50% - 15px);
  top: 34px;
}
.hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin: 0;
  border: 0;
  border-bottom: 2px dotted #a95adf;
}

/* Solid bg blocks */
.block {
  background-color: #fffff2;
  padding: 40px;
}
.block--fillgrid {
  margin-left: -15px;
  margin-right: -15px;
}
.block--color1 {
  background-color: #a53f0c;
}
.block--color2 {
  background-color: #005c44;
}
.block--color3 {
  background-color: #4d2966;
}
.block--color4 {
  background-color: #651f45;
}

/* Anchors */
.anchor {
  color: #ff673c;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.2s ease;
}
.anchor:hover,
.anchor:focus {
  color: #1c0a14;
  text-decoration: underline;
  outline: 0;
}
.anchor:focus {
  outline: 5px auto #2af9ba;
}
.anchor--inline {
  margin-left: 0;
}
.anchor--underline {
  text-decoration: underline;
}
.anchor--inline ~ .anchor--inline,
.anchor--inline ~ .button--inline {
  margin-left: 20px;
}
.anchor--inline ~ .anchor--inline--voice { /* custom alteration */
  margin-left: 32px;
  margin-right: 12px;
}
.anchor--list {
  margin-bottom: .5em;
  display: block;
}

/* Icons */
.icon {
  font-size: 50px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
}
.icon .img--responsive,
.icon__svg .img--responsive {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.icon--before {
  margin-right: .5em;
}
.icon--after {
  margin-left: .5em;
}
.icon--circled {
  color: #ff673c; /* set override per instance */
  background: #fffff2; /* set override per instance */
  font-size: .8em;
  line-height: 1.7;
  text-align: center;
  border-radius: 2em;
  width: 1.7em;
  height: 1.7em;
  display: inline-block;
  vertical-align: middle;
  box-sizing: content-box;
}
.icon--bordered {
  background: transparent;
  border: 2px solid;
}
.icon__list__item {
  margin-bottom: 20px;
}
.icon__list__item .icon {
  float: left;
}
.icon__list__item .icon__list__text {
  margin-left: 20px;
  float: left;
  width: calc(100% - 70px);
}
.icon__list__item .icon__list__text > :first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.icon__list__item .icon__list__text > :nth-child(2) {
  margin-top: 0;
}

/* Buttons */
.button {
  color: #fffff2;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  background: #00bef0;
  border: 2px solid #00bef0;
  border-radius: 22px;
  padding: 14px 14px;
  height: 44px;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.button:hover,
.button:focus {
  color: #fffff2;
  background-color: #004658;
  border-color: #004658;
  text-decoration: none;
}
.button:focus {
  outline: 5px auto #2af9ba;
}
.button:active {
  color: #00bef0;
  background-color: #004658;
  border-color: #004658;
}
/* Button size and layout overrides */
.button--inline {
  margin-left: 0;
}
.button--inline ~ .button--inline,
.button--inline ~ .anchor--inline {
  margin-left: 20px;
}
.button--sm {
  padding: 9px 17px;
  height: 34px;
}
.button--z {
  position: relative;
  z-index: 1;
}
/* Default ghost button */
.button__ghost {
  color: #00bef0;
  background: transparent;
  border-color: #00bef0;
}
.button__ghost:hover,
.button__ghost:focus {
  color: #fffff2;
  background-color: #004658;
  border-color: #004658;
}
.button__ghost:active {
  color: #00bef0;
  background-color: #004658;
  border-color: #004658;
}
/* Button color 1 */
.button--color1 {
  color: #fffff2;
  background-color: #ff673c;
  border-color: #ff673c;
}
.button--color1:hover,
.button--color1:focus {
  color: #a53f0c;
  background-color: #ff673c;
  border-color: #ff673c;
}
.button--color1:active {
  color: #ff673c;
  background-color: #a53f0c;
  border-color: #a53f0c;
}
.button__ghost--color1 {
  color: #ff673c;
  background: transparent;
  border-color: #ff673c;
}
.button__ghost--color1:hover,
.button__ghost--color1:focus {
  color: #fffff2;
  background-color: #a53f0c;
  border-color: #a53f0c;
}
.button__ghost--color1:active {
  color: #ff673c;
  background-color: #a53f0c;
  border-color: #a53f0c;
}
/* Button color 2 */
.button--color2 {
  color: #005c44;
  background-color: #00fbb9;
  border-color: #00fbb9;
}
.button--color2:hover,
.button--color2:focus {
  color: #a95adf;
  background-color: #00fbb9;
  border-color: #00fbb9;
}
.button--color2:active {
  color: #00fbb9;
  background-color: #005c44;
  border-color: #005c44;
}
.button__ghost--color2 {
  color: #00fbb9;
  background: transparent;
  border-color: #00fbb9;
}
.button__ghost--color2:hover,
.button__ghost--color2:focus {
  color: #fffff2;
  background-color: #005c44;
  border-color: #005c44;
}
.button__ghost--color2:active {
  color: #00fbb9;
  background-color: #005c44;
  border-color: #005c44;
}
/* Button color 3 */
.button--color3 {
  color: #fffff2;
  background-color: #a95adf;
  border-color: #a95adf;
}
.button--color3:hover,
.button--color3:focus {
  color: #651f45;
  background-color: #a95adf;
  border-color: #a95adf;
}
.button--color3:active {
  color: #a95adf;
  background-color: #4d2966;
  border-color: #4d2966;
}
.button__ghost--color3 {
  color: #a95adf;
  background: transparent;
  border-color: #a95adf;
}
.button__ghost--color3:hover,
.button__ghost--color3:focus {
  color: #fffff2;
  background-color: #4d2966;
  border-color: #4d2966;
}
.button__ghost--color3:active {
  color: #a95adf;
  background-color: #4d2966;
  border-color: #4d2966;
}
/* Button color 4 */
.button--color4 {
  color: #fffff2;
  background-color: #651f45;
  border-color: #651f45;
}
.button--color4:hover,
.button--color4:focus {
  color: #a95adf;
  background-color: #651f45;
  border-color: #651f45;
}
.button--color4:active {
  color: #651f45;
  background-color: #a95adf;
  border-color: #a95adf;
}
.button__ghost--color4 {
  color: #651f45;
  background: transparent;
  border-color: #651f45;
}
.button__ghost--color4:hover,
.button__ghost--color4:focus {
  color: #fffff2;
  background-color: #651f45;
  border-color: #651f45;
}
.button__ghost--color4:active {
  color: #a95adf;
  background-color: #651f45;
  border-color: #651f45;
}
/* Disabled button */
.button--disabled,
.button--disabled:hover,
.button--disabled:focus,
.button--disabled:active,
.button--disabled--dark,
.button--disabled--dark:hover,
.button--disabled--dark:focus,
.button--disabled--dark:active {
  color: #d8dbe2;
  border-color: #d8dbe2;
  background: transparent;
  cursor: default;
  outline: none;
  pointer-events: none;
}
.button--disabled:focus {
  outline: 5px auto #d8dbe2;
}
.button--disabled--dark,
.button--disabled--dark:hover,
.button--disabled--dark:focus,
.button--disabled--dark:active {
  opacity: .2;
}

/* Forms */
.form__field {
  padding-top: 21px;
  padding-bottom: 7px;
  position: relative;
}
.form__input {
  color: #1c0a14;
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.42857143;
  border: 0;
  border-bottom: 2px solid rgba(101,31,69,.5); /* #651f45 */
  background: transparent;
  padding: 7px 0;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  outline: none;
  box-shadow: none;
  transition: all 0.2s ease;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  
}
.form__input:focus,
.form__textarea:focus,
.form__select:focus {
  border-color: rgba(101,31,69,1);
}
.form__field--disabled {
  opacity: 0.5;
}
.field__label {
  color: #1c0a14;
  font-weight: 200;
  display: block;
  position: absolute;
  top: 29px;
  z-index: 0;
  transition: all 0.2s ease;
}
.field__label--focus,
.field__label--disabled {
  font-size: 12px;
  font-weight: 200;
  top: 2px;
}
.field__label--required {
  left: calc(15px - .75em);
}
.field__label--required:before {
  content: "* ";
  color: #ff673c;
}
.field__label--inside {
  left: 24px;
  pointer-events: none;
}
.field__label--inside--focus {
  font-size: 12px;
  font-weight: 200;
  top: 2px;
  left: 15px;
}
.field__help {
  color: #1c0a14;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  padding-top: 4px;
  opacity: .5;
}
.form__input[type="number"]::-webkit-inner-spin-button,
.form__input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.form__textarea {
  color: #1c0a14;
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.42857143;
  border: 2px solid rgba(101,31,69,.5); /* #651f45 */
  border-radius: 10px;
  background-color: transparent;
  padding: 6px 7px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  outline: none;
  box-shadow: none;
  resize: vertical;
  max-height: 200px;
}
.form__select {
  color: #1c0a14;
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.42857143;
  border: 2px solid rgba(101,31,69,.5); /* #651f45 */
  border-radius: 10px 20px 20px 10px;
  background-color: transparent;
  padding: 6px 7px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  outline: none;
  box-shadow: none;
  transition: all 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image:
    linear-gradient(45deg, transparent 40%, #fffff2 40%, #fffff2 60%, transparent 60%),
    linear-gradient(135deg, transparent 40%, #fffff2 40%, #fffff2 60%, transparent 60%),
    radial-gradient(#651f45 70%, transparent 72%);
  background-position:
    calc(100% - 15px) calc(1em - 2px),
    calc(100% - 7px) calc(1em - 2px),
    calc(100% - 1em + 16px) -2px;
  background-size:
    10px 10px,
    10px 10px,
    calc(1.42857143em + 16px) calc(1.42857143em + 16px);
  background-repeat: no-repeat;
}
.form__select:focus {
  background-image:
    linear-gradient(45deg, transparent 40%, #fffff2 40%, #fffff2 60%, transparent 60%),
    linear-gradient(135deg, transparent 40%, #fffff2 40%, #fffff2 60%, transparent 60%),
    radial-gradient(#651f45 70%, transparent 72%);
  background-position:
    calc(100% - 15px) calc(1em - 2px),
    calc(100% - 7px) calc(1em - 2px),
    calc(100% - 1em + 16px) -2px;
  background-size:
    10px 10px,
    10px 10px,
    calc(1.42857143em + 16px) calc(1.42857143em + 16px);
  background-repeat: no-repeat;
}

/* Images */
figure {
  margin: 0;
}
.img {
  vertical-align: middle;
}
.img--responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img--circle {
  border-radius: 50%;
}
.customer__logo {
  max-height: 130px;
  width: 130px;
}


/*!
 * Grid system and visibility
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Header
 */
#header {
  background: -moz-linear-gradient(top, rgba(255,255,242,1) 0%, rgba(255,255,242,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,242,1) 0%,rgba(255,255,242,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,242,1) 0%,rgba(255,255,242,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff2', endColorstr='#00fffff2',GradientType=0 ); /* IE6-9 */
  width: 100%;
  position: absolute;
  z-index: 1;
}
.anchor__logo__header {
  color: #00bef0;
  text-decoration: none;
  border: 0;
  margin: 20px 0 0;
  padding: 0;
  height: 42px;
  display: inline-block;
}
.anchor__logo__header:focus {
  outline: 5px auto #2af9ba;
}
.logo__header__img {
  width: 196px;
  vertical-align: top;
}
@media (max-width: 1199px) {
  .logo__header__img {
    width: 146px;
    vertical-align: top;
  }
}
#nav__utility {
  color: #651f45;
  font-size: 12px;
  letter-spacing: .1em;
  text-align: right;
  margin-top: 20px;
}
#nav__utility .call {
  font-weight: 400;
  border-right: 1px solid;
  margin-right: 1.25em;
  padding-right: 1.25em;
  opacity: .75;
}
#nav__utility .anchor {
  color: #651f45;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  opacity: .75;
  transition: color 0.2s ease, opacity 0.2s ease;
}
#nav__utility .anchor:hover {
  opacity: 1;
}
#nav__primary {
  text-align: right;
  margin: 20px 0;
}
#nav__primary .anchor {
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
#nav__primary .anchor:last-child {
  margin-right: 0;
}
.nav__group {
  position: relative;
}
.nav__dropdown {
  text-align: left;
  background: #fffff2;
  border-radius: 10px;
  box-shadow: 4px 8px 10px rgba(0,0,0,.1);
  padding: 40px 20px;
  width: 510px;
  position: absolute;
  left: calc(50% - 255px);
  top: 30px;
  visibility: hidden;
  transition: 0.1s 0.2s; /* delay of 1 seconds on hover off */
}
.nav__dropdown .anchor__dropdown__side {
  display: none;
}
.nav__dropdown--side {
  padding-left: 160px;
  width: 650px;
  left: calc(50% - 325px);
}
.nav__dropdown--side .anchor__dropdown__side {
  text-align: center;
  text-decoration: none;
  border-radius: 10px 0 0 10px;
  padding: 20px;
  width: 140px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
}
.nav__dropdown--side .anchor__dropdown__side img {
  margin: -20px 0 0 -20px; /* undo padding if it's just an image */
}
.nav__dropdown:before {
  content: "";
  width: 0; 
  height: 0; 
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 12px solid rgba(0,0,0,.1);
  display: block;
  position: absolute;
  top: -13px;
  left: calc(50% - 50px);
}
.nav__dropdown:after {
  content: "";
  width: 0; 
  height: 0; 
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 12px solid #fffff2;
  display: block;
  position: absolute;
  top: -12px;
  left: calc(50% - 50px);
}
.nav__group:hover > .nav__dropdown {
  visibility: visible;
  transition-delay: 0s; /* react immediately on hover */
}
#nav__primary .icon__svg {
  margin-right: 20px;
  width: 50px;
  height: 4em;
  float: left;
  position: relative;
}
#nav__primary .anchor__level2 {
  color: #1c0a14;
  text-transform: none;
}
#nav__primary .anchor__description {
  color: #1c0a14;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.42857143;
  display: block;
}
.dropdown__anchor--top {
  margin-bottom: 40px;
}

/*!
 * Mobile header
 */
#header__mobile {
  background: transparent;
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 100;
  transition: background 0.5s ease;
}
#header__mobile:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(255,255,242,1) 0%, rgba(255,255,242,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,242,1) 0%,rgba(255,255,242,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,242,1) 0%,rgba(255,255,242,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff2', endColorstr='#00fffff2',GradientType=0 ); /* IE6-9 */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#header__mobile.bg {
  background: #fffff2;
}
#header__mobile .anchor__logo__header {
  margin: 0;
  height: 32px;
  position: absolute;
  top: 14px;
  left: 15px;
}
#header__mobile .logo__header__img {
  width: auto;
  height: 32px;
}
#header__mobile .icon__menu {
  text-indent: -1000px;
  background: transparent;
  border-bottom: 4px solid #651f45;
  margin: 0;
  width: 22px;
  height: 18px;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
#header__mobile .icon__menu:before {
  content: "";
  background: #651f45;
  width: 22px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  transition: background 0.2s ease;
}
#header__mobile .icon__menu:after {
  content: "";
  background: #651f45;
  width: 22px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  top: 7px;
  right: 0;
  transition: background 0.2s ease;
}
#header__mobile .icon__menu:hover {
  border-color: #ff673c;
}
#header__mobile .icon__menu:hover:before,
#header__mobile .icon__menu:hover:after {
  background-color: #ff673c;
}
#header__mobile .active__primary {
  color: #651f45;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  position: static;
  opacity: 1;
}
#header__mobile .active__primary:before {
  display: none;
}
#header__mobile .active__primary--clickable {
  cursor: pointer;
}
#header__mobile .active__primary--clickable:after {
  content: " \f112";
  font-family: "Brand";
}
#nav__secondary--mobile {
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: #fffff2;
  border-top: 2px dotted #c3c3e6;
  padding-top: 11px;
  padding-bottom: 11px;
  position: absolute;
  top: 60px;
  display: none;
}
#nav__secondary--mobile .anchor {
  text-decoration: none;
  padding: 11px;
  display: block;
  cursor: pointer;
}
.nav__mobile {
  background: #e1faf9;
  background: -moz-linear-gradient(top, #fffff2 0%, #e1faf9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fffff2 0%, #e1faf9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fffff2 0%, #e1faf9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff2', endColorstr='#e1faf9',GradientType=0 ); /* IE6-9 */
  padding: 60px 30px 30px;
  width: 250px;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: -250px;
  z-index: 100;
  display: none;
  transition: right 0.2s ease;
}
.body__noscroll {
  overflow: hidden;
}
.body__noscroll .nav__mobile {
  display: block;
  right: 0;
}
.page {
  position: relative;
  right: 0;
  transition: right 0.2s ease;
}
.body__noscroll .page {
  right: 250px;
}
.icon__close__menu {
  text-indent: -1000px;
  background: transparent;
  margin: 0;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.icon__close__menu:before {
  content: "";
  background: #651f45;
  width: 22px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  top: 9px;
  right: 0;
  transform: rotate(45deg);
  transition: background 0.2s ease;
}
.icon__close__menu:after {
  content: "";
  background: #651f45;
  width: 22px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  top: 9px;
  right: 0;
  transform: rotate(-45deg);
  transition: background 0.2s ease;
}
.icon__close__menu:hover:before,
.icon__close__menu:hover:after {
  background-color: #ff673c;
}
#nav__primary--mobile {
  margin-bottom: 20px;
}
#nav__primary--mobile > .anchor {
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 28px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 10px 0;
  height: 30px;
  display: block;
}
#nav__primary--mobile .icon__svg {
  margin-right: 15px;
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
}
#nav__primary--mobile .nav__group {
  margin-bottom: 20px;
}
#nav__primary--mobile .anchor__level2 {
  color: #1c0a14;
  letter-spacing: .1em;
  line-height: 28px;
  text-decoration: none;
  text-transform: none;
  margin: 10px 0;
  height: 30px;
  display: block;
}
.nav__mobile .hr {
  border-color: #c3c3e6;
}
#nav__utility--mobile {
  color: #651f45;
  letter-spacing: .1em;
  margin-top: 20px;
  padding-left: 20px;
}
#nav__utility--mobile .call {
  font-weight: 400;
  opacity: .75;
}
#nav__utility--mobile .anchor {
  color: #651f45;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 10px;
  height: 30px;
  opacity: .75;
  transition: color 0.2s ease, opacity 0.2s ease;
  display: block;
}
#nav__utility--mobile .anchor:hover {
  opacity: 1;
}
#nav__utility--mobile .button {
  margin-left: -20px;
}

/*!
 * Hero
 */
#hero {
  padding-top: 120px;
}

/*!
 * Secondary nav
 */
#secondary {
  font-size: 12px;
  text-align: center;
  background: transparent;
  padding: 16px 0;
  min-height: 50px;
  position: relative;
  z-index: 50;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  transition: background .2s ease;
}
#secondary.nav--fixed {
  background: #fffff2;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}
#secondary .hr {
  width: 100%;
  position: absolute;
  top: calc(50% - 1px);
  z-index: 0;
  opacity: 1;
  transition: opacity .5s ease .2s;
}
#nav__secondary {
  margin: 0 150px;
  background: #fffff2;
  position: relative;
  z-index: 1;
}
#secondary .anchor {
  color: #1c0a14;
  background: #fffff2;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
#secondary .anchor:hover,
#secondary .anchor--active {
  color: #ff673c;
}
#secondary .container {
  position: relative;
}
.active__primary {
  color: #00bef0;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 26px;
  text-transform: uppercase;
  position: absolute;
  top: -4px;
  left: 15px;
  opacity: 0;
  transition: opacity .2s ease;
}
.active__primary:before {
  content: '';
  background-image: url(../media/bandwidth-logo-secondary.png);
  background-size: 21px 24px;
  background-repeat: no-repeat;
  margin-right: .5em;
  height: 24px;
  width: 21px;
  display: inline-block;
  vertical-align: top;
}
.anchor__top {
  color: #1c0a14;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  position: absolute;
  right: 15px;
  z-index: 1;
  opacity: 0;
  transition: opacity .2s ease;
}
#secondary.nav--fixed .hr {
  opacity: 0;
  transition: opacity .5s ease;
}
#secondary.nav--fixed .active__primary,
#secondary.nav--fixed .anchor__top {
  opacity: 1;
  transition: opacity .2s ease .5s;
}

/*!
 * Footer
 */
#footer {
  color: #e1faf9;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: .025em;
  background: #004658 url(../media/footer.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
#footer .container {
  position: relative;
}
.footer__amoeba {
  background: transparent url(../media/footer-amoeba.png) no-repeat;
  width: 162px;
  height: 176px;
  position: absolute;
  top: -210px;
  left: 17%;
}
#footer .h5 {
  margin-bottom: .5em;
}
#footer .nav {
  margin-bottom: 2.5em;
}
#footer .anchor {
  color: #e1faf9;
}
.anchor__logo__footer {
  color: #00bef0;
  text-decoration: none;
  border: 0;
  margin: 0;
  padding: 0;
  height: 112px;
  display: inline-block;
}
.anchor__logo__footer:focus {
  outline: 5px auto #2af9ba;
}
.logo__footer__img {
  width: 133px;
  height: 112px;
  vertical-align: top;
}
.h5--footer {
  color: #00fbb9;
}
/* Footer form */
#footer .form__input {
  color: #e1faf9;
  border-bottom: 2px solid rgba(225,250,249,.5); /* #e1faf9 */  
}
#footer .form__input:focus,
#footer .form__textarea:focus,
#footer .form__select:focus {
  border-color: rgba(225,250,249,1); /* #e1faf9 */
}
#footer .field__label {
  color: #e1faf9;
}
#footer .field__label--required:before {
  color: #00fbb9;
}
#footer .field__help {
  color: #e1faf9;
}
#footer .form__textarea {
  color: #e1faf9;
  border: 2px solid rgba(225,250,249,.5); /* #e1faf9 */
}
#footer .form__select {
  color: #e1faf9;
  border: 2px solid rgba(225,250,249,.5); /* #e1faf9 */
  background-image:
    linear-gradient(45deg, transparent 40%, #004658 40%, #004658 60%, transparent 60%),
    linear-gradient(135deg, transparent 40%, #004658 40%, #004658 60%, transparent 60%),
    radial-gradient(#e1faf9 70%, transparent 72%);
}
#footer .form__select:focus {
  background-image:
    linear-gradient(45deg, transparent 40%, #004658 40%, #004658 60%, transparent 60%),
    linear-gradient(135deg, transparent 40%, #004658 40%, #004658 60%, transparent 60%),
    radial-gradient(#e1faf9 70%, transparent 72%);
}
/* Copyright and social */
.subfooter {
  color: #004658;
  font-size: 12px;
  background: #00bef0;
  margin-top: 60px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.subfooter .container {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.footer__social {
  height: 54px;
  position: absolute;
  right: 15px;
  top: -54px;
}
.anchor__social {
  text-align: center;
  vertical-align: bottom;
  margin-left: -4px;
  display: inline-block;
}
.anchor__social:focus {
  outline: 5px auto #2af9ba;
}
.anchor__social1 {
  background: url(../media/footer-amoeba-social1.png) no-repeat;
  padding: 12px 9px 0 3px;
  width: 58px;
  height: 41px;
}
.social__linkedin {
  width: 20px; /* half size for retina */
  height: 19px;
}
.anchor__social2 {
  background: url(../media/footer-amoeba-social2.png) no-repeat;
  padding: 17px 7px 0 2px;
  width: 65px;
  height: 54px;
}
.social__twitter {
  width: 30px; /* half size for retina */
  height: 24px;
}
.anchor__social3 {
  background: url(../media/footer-amoeba-social3.png) no-repeat;
  padding: 12px 1px 0 3px;
  width: 48px;
  height: 41px;
}
.social__youtube {
  width: 22px; /* half size for retina */
  height: 15px;
}
.anchor__social4 {
  background: url(../media/footer-amoeba-social4.png) no-repeat;
  padding: 11px 15px 0 8px;
  width: 72px;
  height: 44px;
}
.social__github {
  width: 25px; /* half size for retina */
  height: 25px;
}

.page-template-default #main {
  padding-bottom: 180px;
}

/*!
 * Overflow fix
 */
.ov-fx {
  overflow: hidden;
  position: relative;
}