@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@font-face {
  font-family: "rhb-font-light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/RHB/RHB-Font-light.woff") format("woff"), url("../fonts/RHB/RHB-Font-light.ttf") format("truetype"); }
@font-face {
  font-family: "rhb-font-normal";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/RHB/RHB-Font.woff") format("woff"), url("../fonts/RHB/RHB-Font.ttf") format("truetype"); }
@font-face {
  font-family: "rhb-font-medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/RHB/RHB-Font-medium.woff") format("woff"), url("../fonts/RHB/RHB-Font-medium.ttf") format("truetype"); }
@font-face {
  font-family: "rhb-font-bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/RHB/RHB-Font-bold.woff") format("woff"), url("../fonts/RHB/RHB-Font-bold.ttf") format("truetype"); }
.text--300 {
  font-family: 'rhb-font-light', arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal; }

.text--400 {
  font-family: 'rhb-font-normal', arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal; }

.text--500 {
  font-family: 'rhb-font-medium', arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal; }

.text--700 {
  font-family: 'rhb-font-bold', arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal; }

.text--color-primary-blue {
  color: #0067B1; }

.text--color-primary-grey {
  color: #404040; }

.text--color-secondary-grey {
  color: #7C7C7C; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .row--table-lg {
    display: table;
    width: 100%; } }
@media (min-width: 1200px) {
  .row--table-lg > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: middle; } }

@media (min-width: 992px) {
  .row--table-md {
    display: table;
    width: 100%; } }
@media (min-width: 992px) {
  .row--table-md > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: middle; } }

@media (min-width: 768px) {
  .row--table-sm {
    display: table;
    width: 100%; } }
@media (min-width: 768px) {
  .row--table-sm > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: middle; } }

@media (min-width: 480px) {
  .row--table-xs {
    display: table;
    width: 100%; } }
@media (min-width: 480px) {
  .row--table-xs > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: middle; } }

a, a:hover, a:active, a:focus {
  text-decoration: none; }

input, textarea, select, button {
  box-sizing: border-box; }
  input:focus, textarea:focus, select:focus, button:focus {
    outline: none; }

a, input {
  transition: all 0.3s ease; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p {
  margin: 0 0 0; }

body {
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Open Sans', sans-serif;
  color: #4a565c;
  background: #fff;
  line-height: 1.4; }
  @media screen and (max-width: 991px) {
    body {
      font-size: 16px;
      line-height: 1.6; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 15px;
      line-height: 1.6; } }
  @media screen and (max-width: 479px) {
    body {
      font-size: 15px;
      line-height: 1.6; } }

a {
  color: #0067B1; }

a:hover, a:active, a:focus {
  color: #000; }

.site--container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow-x: hidden; }

.section--light-brown {
  background-color: #f1f1f1; }

.section--light-grey {
  background-color: #f7f7f7; }

.section--dark-blue {
  background-color: #20222f;
  color: #fff; }

.section--heading {
  font-family: 'rhb-font-normal', arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal; }
  .section--heading strong {
    font-family: 'rhb-font-medium', arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .section--heading .heading--lg {
    font-size: 140%; }
    @media (max-width: 991px) {
      .section--heading .heading--lg {
        font-size: 125%; } }

h1.section--heading {
  font-size: 56px;
  line-height: 1.1; }
  @media screen and (max-width: 991px) {
    h1.section--heading {
      font-size: 46px;
      line-height: 1.2; } }
  @media screen and (max-width: 767px) {
    h1.section--heading {
      font-size: 38px;
      line-height: 1.2; } }
  @media screen and (max-width: 479px) {
    h1.section--heading {
      font-size: 28px;
      line-height: 1.2; } }

h2.section--heading {
  font-size: 42px;
  line-height: 1.2; }
  @media screen and (max-width: 991px) {
    h2.section--heading {
      font-size: 38px;
      line-height: 1.2; } }
  @media screen and (max-width: 767px) {
    h2.section--heading {
      font-size: 30px;
      line-height: 1.2; } }
  @media screen and (max-width: 479px) {
    h2.section--heading {
      font-size: 24px;
      line-height: 1.2; } }

h3.section--heading {
  font-size: 40px;
  line-height: 1.2; }
  @media screen and (max-width: 991px) {
    h3.section--heading {
      font-size: 36px;
      line-height: 1.2; } }
  @media screen and (max-width: 767px) {
    h3.section--heading {
      font-size: 30px;
      line-height: 1.2; } }
  @media screen and (max-width: 479px) {
    h3.section--heading {
      font-size: 24px;
      line-height: 1.2; } }

h4.section--heading {
  font-size: 16px;
  line-height: 1.4; }
  @media screen and (max-width: 991px) {
    h4.section--heading {
      font-size: 16px;
      line-height: 1.4; } }
  @media screen and (max-width: 767px) {
    h4.section--heading {
      font-size: 16px;
      line-height: 1.4; } }
  @media screen and (max-width: 479px) {
    h4.section--heading {
      font-size: 16px;
      line-height: 1.4; } }

h5.section--heading {
  font-size: 16px;
  line-height: 1.4; }
  @media screen and (max-width: 991px) {
    h5.section--heading {
      font-size: 16px;
      line-height: 1.4; } }
  @media screen and (max-width: 767px) {
    h5.section--heading {
      font-size: 16px;
      line-height: 1.4; } }
  @media screen and (max-width: 479px) {
    h5.section--heading {
      font-size: 16px;
      line-height: 1.4; } }

h6.section--heading {
  font-size: 16px;
  line-height: 1.4; }
  @media screen and (max-width: 991px) {
    h6.section--heading {
      font-size: 16px;
      line-height: 1.4; } }
  @media screen and (max-width: 767px) {
    h6.section--heading {
      font-size: 16px;
      line-height: 1.4; } }
  @media screen and (max-width: 479px) {
    h6.section--heading {
      font-size: 16px;
      line-height: 1.4; } }

.navbar {
  border: none; }

.navbar.navbar--nav.navigation {
  width: 100%;
  max-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  background: #70CCE2;
  transition: all 0.2s ease; }
  .navbar.navbar--nav.navigation.premier {
    background: #002F65;
    color: #C6D5DC; }
  @media (max-width: 767px) {
    .navbar.navbar--nav.navigation {
      height: 58px;
      background: #70CCE2; } }
  .navbar.navbar--nav.navigation .navbar-brand {
    width: 160px;
    height: 60px;
    background: transparent url("../images/nav--logo.png") no-repeat center center;
    text-indent: -9999px;
    margin-left: 20px;
    background-size: 100px; }
    @media (max-width: 767px) {
      .navbar.navbar--nav.navigation .navbar-brand {
        height: 58px; } }
  .navbar.navbar--nav.navigation .navbar-right {
    margin-right: 20px; }
    @media (max-width: 767px) {
      .navbar.navbar--nav.navigation .navbar-right {
        margin-right: 0; } }
  .navbar.navbar--nav.navigation .premier--brand-container {
    padding-top: 15px;
    padding-right: 15px;
    float: right; }
  .navbar.navbar--nav.navigation .premier--logo {
    max-width: 150px;
    margin-top: 6px;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .navbar.navbar--nav.navigation .premier--logo {
        margin: 6px auto 0; } }
  .navbar.navbar--nav.navigation .premier_brand {
    color: #C6D5DC;
    font-size: 20px;
    text-align: right;
    font-family: 'rhb-font-normal', arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal; }
  @media (max-width: 767px) {
    .navbar.navbar--nav.navigation .navbar-nav {
      margin: 0 0; } }
  .navbar.navbar--nav.navigation .navbar-toggle {
    background: #fff;
    margin-top: 12px;
    background: #fff; }
    .navbar.navbar--nav.navigation .navbar-toggle .icon-bar {
      background: #0067B1; }
  .navbar.navbar--nav.navigation li {
    display: inline-block;
    height: 60px;
    text-transform: uppercase;
    font-family: 'rhb-font-normal', arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 112.5%; }
    @media (max-width: 767px) {
      .navbar.navbar--nav.navigation li {
        display: block;
        height: 44px;
        border-bottom: 1px solid #ddd;
        font-size: 100%; } }
  @media (max-width: 767px) {
    .navbar.navbar--nav.navigation li:last-child {
      border-bottom: 0; } }
  .navbar.navbar--nav.navigation li a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    color: #0067B1; }
    @media (max-width: 767px) {
      .navbar.navbar--nav.navigation li a {
        display: block;
        height: 44px;
        line-height: 44px;
        padding: 0 15px; } }
  .navbar.navbar--nav.navigation li.active a, .navbar.navbar--nav.navigation li a:hover, .navbar.navbar--nav.navigation li a:active, .navbar.navbar--nav.navigation li a:focus {
    background: transparent;
    color: #db0011; }

@media (max-width: 767px) {
  #navbar {
    border-top: 1px solid #0067B1;
    background: white; } }

.section__title {
  font-family: 'rhb-font-medium', arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #0067B1;
  font-size: 35px;
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .section__title {
      font-size: 20px; } }

.section--padding {
  padding: 60px 0; }
  @media (max-width: 767px) {
    .section--padding {
      padding: 20px 0; } }

.section--paddingSm {
  padding: 40px 0 0; }
  @media (max-width: 767px) {
    .section--paddingSm {
      padding: 20px 0 0; } }

.banner__image img {
  width: 100%; }

.headline {
  position: relative; }

.headline__content {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 750px;
  margin: 0 auto;
  padding: 30px 15px;
  background: #fff;
  transform: translateY(-50%); }
  @media (max-width: 767px) {
    .headline__content {
      transform: translateY(0%);
      position: relative; } }

.headline__name {
  font-size: 22px; }
  @media (max-width: 767px) {
    .headline__name {
      font-size: 16px; } }

.headline__title {
  font-size: 30px; }
  @media (max-width: 767px) {
    .headline__title {
      font-size: 20px; } }

.desc {
  padding: 120px 0 40px; }
  @media (max-width: 767px) {
    .desc {
      padding: 20px 0; } }

.desc__content {
  padding: 0 15px;
  max-width: 750px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2; }
  @media (max-width: 767px) {
    .desc__content {
      font-size: 14px; } }

.benefits {
  background: #D0EBFA; }

.benefitsItem {
  padding: 40px 0; }
  @media (max-width: 767px) {
    .benefitsItem {
      padding: 10px 0; } }

.benefitsItem__title {
  font-size: 22px; }
  @media (max-width: 767px) {
    .benefitsItem__title {
      font-size: 18px; } }

.stepItem {
  padding: 30px 0; }

.stepItem__image {
  max-width: 230px;
  margin: 0 auto;
  padding-bottom: 15px; }

.infoContent {
  position: relative;
  overflow: hidden;
  background: #EFEFEF; }
  @media (max-width: 767px) {
    .infoContent {
      padding: 30px 0; } }

.infoContent__box {
  max-width: 450px;
  width: 100%;
  padding: 0 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .infoContent__box {
      position: static;
      transform: none; } }

.infoContentBox__shadow {
  position: absolute;
  height: 100%; }
  .infoContentBox__shadow.shadow--right {
    right: 0;
    top: 0; }
  .infoContentBox__shadow.shadow--left {
    left: 0;
    top: 0;
    transform: rotate(180deg); }
  .infoContentBox__shadow img {
    height: 100%; }

.info__image {
  border: 1px solid #707070; }
  .info__image img {
    width: 100%; }

.js--open-video {
  cursor: pointer; }

.signupItem {
  padding: 20px 0; }
  @media (max-width: 767px) {
    .signupItem {
      text-align: center; } }

.signupItem__desc {
  padding-top: 15px; }

.panel {
  box-shadow: none;
  line-height: 1.4; }

.panel-heading {
  padding: 0;
  border-bottom: 1px solid #0067B1 !important; }

.panel-title {
  padding: 20px 15px;
  font-size: 20px; }
  @media (max-width: 767px) {
    .panel-title {
      font-size: 16px; } }

.panel-body {
  border-top: none !important;
  font-size: 14px; }

.faqTable {
  width: 100%; }
  .faqTable td {
    padding: 10px;
    border: 1px solid #707070; }

.list--disc {
  list-style-type: disc;
  list-style-position: inside; }

.list--roman {
  list-style-type: lower-roman;
  list-style-position: inside; }

.form {
  text-align: center;
  padding: 60px 0 60px; }
  @media (max-width: 991px) {
    .form {
      padding: 50px 0 50px; } }
  @media (max-width: 767px) {
    .form {
      padding: 40px 0 40px; } }
  @media (max-width: 479px) {
    .form {
      padding: 30px 0 30px; } }

.form--subheading {
  padding-top: 10px; }

.form--form {
  text-align: left;
  padding-top: 30px; }
  @media (max-width: 991px) {
    .form--form {
      padding-top: 15px; } }
  @media (max-width: 767px) {
    .form--form {
      padding-top: 5px; } }

.form--control {
  padding-top: 30px; }
  @media (max-width: 767px) {
    .form--control {
      padding-top: 25px; } }

.form--label {
  color: #8b989e;
  padding: 0 0 5px 10px; }

.form--input,
.form--select,
.form--textarea {
  background: transparent;
  border-radius: 6px;
  display: block;
  width: 100%;
  border: 1px solid #a1a1a1; }
  .form--input::-webkit-input-placeholder,
  .form--select::-webkit-input-placeholder,
  .form--textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bbc6c8; }
  .form--input::-moz-placeholder,
  .form--select::-moz-placeholder,
  .form--textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #bbc6c8; }
  .form--input:-ms-input-placeholder,
  .form--select:-ms-input-placeholder,
  .form--textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #bbc6c8; }
  .form--input:-moz-placeholder,
  .form--select:-moz-placeholder,
  .form--textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #bbc6c8; }
  @media (max-width: 767px) {
    .form--input,
    .form--select,
    .form--textarea {
      background: #fff;
      border-radius: 4px; } }

.form--input {
  height: 50px;
  line-height: 50px;
  padding: 0 15px; }

.form--error {
  color: #c0392b;
  font-size: 75%;
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: normal; }

.form--customer-label {
  text-align: center;
  padding-top: 10px; }
  @media (max-width: 767px) {
    .form--customer-label {
      padding-top: 0; } }
  .form--customer-label span {
    margin-right: 40px; }
    @media (max-width: 767px) {
      .form--customer-label span {
        display: block;
        margin: 0 0 10px 0; } }
  .form--customer-label label {
    font-weight: normal; }
  .form--customer-label label + label {
    margin-left: 20px; }
  .form--customer-label input {
    margin-right: 10px; }

.form--tnc-container {
  margin: 0; }

.form--tnc-input {
  vertical-align: top;
  float: left;
  width: 20px;
  line-height: 1.4; }
  @media (max-width: 767px) {
    .form--tnc-input {
      width: 15px; } }

.form--tnc-label {
  padding-left: 10px;
  float: right;
  width: calc(100% - 20px); }
  .form--tnc-label p + p {
    padding-top: 20px; }
  @media (max-width: 767px) {
    .form--tnc-label {
      width: calc(100% - 15px); } }

.form--tnc-label-text {
  font-size: 75%;
  font-weight: normal; }
  @media (max-width: 767px) {
    .form--tnc-label-text {
      font-size: 81.25%; } }
  @media (max-width: 479px) {
    .form--tnc-label-text {
      font-size: 75%; } }

.form--submit {
  padding-top: 40px;
  text-align: center; }
  @media (max-width: 767px) {
    .form--submit {
      padding-top: 30px; } }
  @media (max-width: 479px) {
    .form--submit {
      padding-top: 20px; } }

.form--submit-btn {
  font-size: 150%;
  padding: 0 30px;
  height: 54px;
  line-height: 54px;
  border-radius: 8px;
  border: 0;
  display: inline-block;
  background: #0067b1;
  color: #fff;
  font-family: 'rhb-font-light', arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 130px; }
  .form--submit-btn:hover, .form--submit-btn:active, .form--submit-btn:focus {
    color: #fff;
    background: #004f88; }
  @media (max-width: 767px) {
    .form--submit-btn {
      display: block;
      width: 100%;
      text-align: center;
      height: 44px;
      line-height: 44px;
      border-radius: 4px; } }
  @media (max-width: 767px) {
    .form--submit-btn {
      padding: 0 15px; } }

.app {
  padding-top: 40px; }
  @media (max-width: 767px) {
    .app {
      padding-top: 20px; } }

.app__content {
  padding: 20px 0; }

.app__col {
  max-width: 450px;
  margin: 0 auto; }

.app__image {
  position: relative; }
  .app__image img {
    width: 100%; }

.appImage__text {
  position: absolute;
  bottom: 15%;
  left: 0;
  padding: 0 60px 0 30px;
  text-align: center; }

.disclaimer {
  padding: 40px 0 40px;
  font-size: 68.75%;
  color: #7c8a90; }
  @media (max-width: 767px) {
    .disclaimer {
      padding: 30px 0 30px; } }

.footer {
  padding: 40px 0 40px;
  font-size: 93.75%; }
  @media (max-width: 767px) {
    .footer {
      padding: 30px 0 30px; } }
  .footer.footer--dark-grey {
    color: #d9d9d9; }
  .footer.footer--light-blue {
    background: #8bdcf6;
    color: #126AAE; }
  .footer.footer--dark-blue {
    background: #002F65;
    color: #C9D4DA; }
  @media (max-width: 991px) {
    .footer {
      text-align: center; } }

.footer--heading {
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .footer--heading {
      padding-bottom: 15px; } }

.footer--subheading {
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 112.5%; }
  @media (max-width: 991px) {
    .footer--subheading {
      padding-top: 30px; } }

.footer--social {
  padding-top: 10px; }
  @media (max-width: 991px) {
    .footer--social {
      padding-top: 0; } }
  .footer--social li {
    display: inline-block; }
  .footer--social li + li {
    margin-left: 10px; }
  .footer--social li a {
    display: inline-block;
    width: 30px;
    text-indent: -9999px; }
    .footer--social li a.facebook {
      background: transparent url("../images/social--facebook-blue.png") no-repeat top center;
      height: 22px; }
    .footer--social li a.facebook:hover {
      background: transparent url("../images/social--facebook-blue.png") no-repeat 50% -22px; }
    .footer--social li a.twitter {
      background: transparent url("../images/social--twitter-blue.png") no-repeat top center;
      height: 19px; }
    .footer--social li a.twitter:hover {
      background: transparent url("../images/social--twitter-blue.png") no-repeat 50% -19px; }
    .footer--social li a.instagram {
      background: transparent url("../images/social--instagram-blue.png") no-repeat top center;
      height: 22px; }
    .footer--social li a.instagram:hover {
      background: transparent url("../images/social--instagram-blue.png") no-repeat 50% -22px; }
    .footer--social li a.youtube {
      background: transparent url("../images/social--youtube-blue.png") no-repeat top center;
      height: 19px; }
    .footer--social li a.youtube:hover {
      background: transparent url("../images/social--youtube-blue.png") no-repeat 50% -19px; }
  .footer--social li a.twitter {
    position: relative;
    top: 2px; }
  .footer--social li a.youtube {
    position: relative;
    top: 2px; }

.footer--light-blue .footer--social li a {
  display: inline-block;
  width: 30px;
  text-indent: -9999px; }
  .footer--light-blue .footer--social li a.facebook {
    background: transparent url("../images/social--facebook-blue.png") no-repeat top center;
    height: 22px; }
  .footer--light-blue .footer--social li a.facebook:hover {
    background: transparent url("../images/social--facebook-blue.png") no-repeat 50% -22px; }
  .footer--light-blue .footer--social li a.twitter {
    background: transparent url("../images/social--twitter-blue.png") no-repeat top center;
    height: 19px; }
  .footer--light-blue .footer--social li a.twitter:hover {
    background: transparent url("../images/social--twitter-blue.png") no-repeat 50% -19px; }
  .footer--light-blue .footer--social li a.instagram {
    background: transparent url("../images/social--instagram-blue.png") no-repeat top center;
    height: 22px; }
  .footer--light-blue .footer--social li a.instagram:hover {
    background: transparent url("../images/social--instagram-blue.png") no-repeat 50% -22px; }
  .footer--light-blue .footer--social li a.youtube {
    background: transparent url("../images/social--youtube-blue.png") no-repeat top center;
    height: 19px; }
  .footer--light-blue .footer--social li a.youtube:hover {
    background: transparent url("../images/social--youtube-blue.png") no-repeat 50% -19px; }

.footer--tagline,
.footer--logo {
  padding-top: 40px; }

.footer--logo-premier {
  padding-top: 25px;
  max-width: 200px; }
  @media (max-width: 991px) {
    .footer--logo-premier {
      margin: 0 auto; } }

@media (max-width: 991px) {
  .premier--touch {
    padding: 0 10px; } }

.footer--tagline {
  font-family: 'rhb-font-normal', arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: right;
  font-size: 125%; }
  @media (max-width: 991px) {
    .footer--tagline {
      font-size: 100%;
      text-align: center;
      padding-top: 10px; } }

@media (max-width: 991px) {
  .footer--logo {
    text-align: center; } }

.postfooter {
  text-align: center;
  text-transform: uppercase;
  padding: 40px 0 40px; }
  @media (max-width: 767px) {
    .postfooter {
      padding: 30px 0 30px; } }
  .postfooter ul {
    list-style: none; }
    .postfooter ul li {
      display: inline-block;
      margin: 0 20px; }

@media (max-width: 479px) {
  .hide--xs {
    display: none; } }

@media (max-width: 767px) {
  .hide--sm {
    display: none; } }

@media (max-width: 991px) {
  .hide--md {
    display: none; } }

@media (max-width: 1199px) {
  .hide--lg {
    display: none; } }
