::selection {
  color: #fff;
  background: #d71920;
}
::-moz-selection {
  color: #fff;
  background: #d71920;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  color: #322f31;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
h1,
h2,
h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.row-eq-height {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-eq-height:before {
  display: initial;
}
.row-eq-height.row-eq-vcenter {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.container-fluid-1920 {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
}
.container-fluid-1920 > .row {
  margin-left: 0;
  margin-right: 0;
}
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11,
  .col-ms-12 {
    float: left;
  }
  .col-ms-1 {
    width: 8.33333333%;
  }
  .col-ms-2 {
    width: 16.66666667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.33333333%;
  }
  .col-ms-5 {
    width: 41.66666667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.33333333%;
  }
  .col-ms-8 {
    width: 66.66666667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.33333333%;
  }
  .col-ms-11 {
    width: 91.66666667%;
  }
  .col-ms-12 {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .visible-ms {
    display: none;
  }
}
@media (max-width: 479px) {
  .visible-ms {
    display: block !important;
  }
  .hidden-ms {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-ms-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-ms-offset-12 {
    margin-left: 100%;
  }
}
.btn-default,
.btn-success,
.btn-primary {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-default:active,
.btn-success:active,
.btn-primary:active,
.btn-default:hover:active,
.btn-success:hover:active,
.btn-primary:hover:active,
.btn-default:focus:active,
.btn-success:focus:active,
.btn-primary:focus:active {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: linear-gradient(-45deg, transparent 15px, #961116 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-default:focus,
.btn-success:focus,
.btn-primary:focus,
.btn-default.focus,
.btn-success.focus,
.btn-primary.focus {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-default:hover,
.btn-success:hover,
.btn-primary:hover,
form.get-a-quote .btn-unselected:hover,
form.get-a-quote .btn-selected:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #322f31 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #322f31 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #322f31 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #322f31 15px);
  background: linear-gradient(-45deg, transparent 15px, #322f31 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-default[disabled]:hover,
.btn-success[disabled]:hover,
.btn-primary[disabled]:hover,
.btn-default.disabled:hover,
.btn-success.disabled:hover,
.btn-primary.disabled:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-default.btn-sm,
.btn-success.btn-sm,
.btn-primary.btn-sm {
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-default.btn-sm:active,
.btn-success.btn-sm:active,
.btn-primary.btn-sm:active,
.btn-default.btn-sm:hover:active,
.btn-success.btn-sm:hover:active,
.btn-primary.btn-sm:hover:active,
.btn-default.btn-sm:focus:active,
.btn-success.btn-sm:focus:active,
.btn-primary.btn-sm:focus:active {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: linear-gradient(-45deg, transparent 10px, #961116 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-default.btn-sm:focus,
.btn-success.btn-sm:focus,
.btn-primary.btn-sm:focus,
.btn-default.btn-sm.focus,
.btn-success.btn-sm.focus,
.btn-primary.btn-sm.focus {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-default.btn-sm:hover,
.btn-success.btn-sm:hover,
.btn-primary.btn-sm:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #322f31 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #322f31 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #322f31 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #322f31 10px);
  background: linear-gradient(-45deg, transparent 10px, #322f31 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-default.btn-sm[disabled]:hover,
.btn-success.btn-sm[disabled]:hover,
.btn-primary.btn-sm[disabled]:hover,
.btn-default.btn-sm.disabled:hover,
.btn-success.btn-sm.disabled:hover,
.btn-primary.btn-sm.disabled:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-default.btn-nocorner,
.btn-success.btn-nocorner,
.btn-primary.btn-nocorner {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #d71920;
}
.btn-default.btn-nocorner:active,
.btn-success.btn-nocorner:active,
.btn-primary.btn-nocorner:active,
.btn-default.btn-nocorner:hover:active,
.btn-success.btn-nocorner:hover:active,
.btn-primary.btn-nocorner:hover:active,
.btn-default.btn-nocorner:focus:active,
.btn-success.btn-nocorner:focus:active,
.btn-primary.btn-nocorner:focus:active {
  color: #fff;
  background: #961116;
}
.btn-default.btn-nocorner:focus,
.btn-success.btn-nocorner:focus,
.btn-primary.btn-nocorner:focus,
.btn-default.btn-nocorner.focus,
.btn-success.btn-nocorner.focus,
.btn-primary.btn-nocorner.focus {
  color: #fff;
  background: #d71920;
}
.btn-default.btn-nocorner:hover,
.btn-success.btn-nocorner:hover,
.btn-primary.btn-nocorner:hover {
  color: #fff;
  background: #322f31;
}
.btn-default.btn-nocorner[disabled]:hover,
.btn-success.btn-nocorner[disabled]:hover,
.btn-primary.btn-nocorner[disabled]:hover,
.btn-default.btn-nocorner.disabled:hover,
.btn-success.btn-nocorner.disabled:hover,
.btn-primary.btn-nocorner.disabled:hover {
  color: #fff;
  background: #d71920;
}
.btn-default.btn-nocorner.btn-sm,
.btn-success.btn-nocorner.btn-sm,
.btn-primary.btn-nocorner.btn-sm {
  background: #d71920;
}
.btn-default.btn-nocorner.btn-sm:active,
.btn-success.btn-nocorner.btn-sm:active,
.btn-primary.btn-nocorner.btn-sm:active,
.btn-default.btn-nocorner.btn-sm:hover:active,
.btn-success.btn-nocorner.btn-sm:hover:active,
.btn-primary.btn-nocorner.btn-sm:hover:active,
.btn-default.btn-nocorner.btn-sm:focus:active,
.btn-success.btn-nocorner.btn-sm:focus:active,
.btn-primary.btn-nocorner.btn-sm:focus:active {
  color: #fff;
  background: #961116;
}
.btn-default.btn-nocorner.btn-sm:focus,
.btn-success.btn-nocorner.btn-sm:focus,
.btn-primary.btn-nocorner.btn-sm:focus,
.btn-default.btn-nocorner.btn-sm.focus,
.btn-success.btn-nocorner.btn-sm.focus,
.btn-primary.btn-nocorner.btn-sm.focus {
  color: #fff;
  background: #d71920;
}
.btn-default.btn-nocorner.btn-sm:hover,
.btn-success.btn-nocorner.btn-sm:hover,
.btn-primary.btn-nocorner.btn-sm:hover {
  color: #fff;
  background: #322f31;
}
.btn-default.btn-nocorner.btn-sm[disabled]:hover,
.btn-success.btn-nocorner.btn-sm[disabled]:hover,
.btn-primary.btn-nocorner.btn-sm[disabled]:hover,
.btn-default.btn-nocorner.btn-sm.disabled:hover,
.btn-success.btn-nocorner.btn-sm.disabled:hover,
.btn-primary.btn-nocorner.btn-sm.disabled:hover {
  color: #fff;
  background: #d71920;
}
.btn-secondary {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: -webkit-linear-gradient(135deg, transparent 15px, #322f31 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #322f31 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #322f31 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #322f31 15px);
  background: linear-gradient(-45deg, transparent 15px, #322f31 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-secondary:active,
.btn-secondary:hover:active,
.btn-secondary:focus:active {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #232122 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #232122 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #232122 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #232122 15px);
  background: linear-gradient(-45deg, transparent 15px, #232122 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #322f31 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #322f31 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #322f31 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #322f31 15px);
  background: linear-gradient(-45deg, transparent 15px, #322f31 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-secondary:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-secondary[disabled]:hover,
.btn-secondary.disabled:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #322f31 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #322f31 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #322f31 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #322f31 15px);
  background: linear-gradient(-45deg, transparent 15px, #322f31 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-secondary.btn-sm {
  background: -webkit-linear-gradient(135deg, transparent 10px, #322f31 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #322f31 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #322f31 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #322f31 10px);
  background: linear-gradient(-45deg, transparent 10px, #322f31 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-secondary.btn-sm:active,
.btn-secondary.btn-sm:hover:active,
.btn-secondary.btn-sm:focus:active {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #232122 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #232122 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #232122 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #232122 10px);
  background: linear-gradient(-45deg, transparent 10px, #232122 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-secondary.btn-sm:focus,
.btn-secondary.btn-sm.focus {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #322f31 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #322f31 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #322f31 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #322f31 10px);
  background: linear-gradient(-45deg, transparent 10px, #322f31 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-secondary.btn-sm:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-secondary.btn-sm[disabled]:hover,
.btn-secondary.btn-sm.disabled:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #322f31 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #322f31 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #322f31 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #322f31 10px);
  background: linear-gradient(-45deg, transparent 10px, #322f31 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-secondary.btn-nocorner {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #322f31;
}
.btn-secondary.btn-nocorner:active,
.btn-secondary.btn-nocorner:hover:active,
.btn-secondary.btn-nocorner:focus:active {
  color: #fff;
  background: #232122;
}
.btn-secondary.btn-nocorner:focus,
.btn-secondary.btn-nocorner.focus {
  color: #fff;
  background: #322f31;
}
.btn-secondary.btn-nocorner:hover {
  color: #fff;
  background: #d71920;
}
.btn-secondary.btn-nocorner[disabled]:hover,
.btn-secondary.btn-nocorner.disabled:hover {
  color: #fff;
  background: #322f31;
}
.btn-secondary.btn-nocorner.btn-sm {
  background: #322f31;
}
.btn-secondary.btn-nocorner.btn-sm:active,
.btn-secondary.btn-nocorner.btn-sm:hover:active,
.btn-secondary.btn-nocorner.btn-sm:focus:active {
  color: #fff;
  background: #232122;
}
.btn-secondary.btn-nocorner.btn-sm:focus,
.btn-secondary.btn-nocorner.btn-sm.focus {
  color: #fff;
  background: #322f31;
}
.btn-secondary.btn-nocorner.btn-sm:hover {
  color: #fff;
  background: #d71920;
}
.btn-secondary.btn-nocorner.btn-sm[disabled]:hover,
.btn-secondary.btn-nocorner.btn-sm.disabled:hover {
  color: #fff;
  background: #322f31;
}
.btn-info,
.btn-tertiary {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-info:active,
.btn-tertiary:active,
.btn-info:hover:active,
.btn-tertiary:hover:active,
.btn-info:focus:active,
.btn-tertiary:focus:active {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: linear-gradient(-45deg, transparent 15px, #961116 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-info:focus,
.btn-tertiary:focus,
.btn-info.focus,
.btn-tertiary.focus {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-info:hover,
.btn-tertiary:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-info[disabled]:hover,
.btn-tertiary[disabled]:hover,
.btn-info.disabled:hover,
.btn-tertiary.disabled:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-info.btn-sm,
.btn-tertiary.btn-sm {
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-info.btn-sm:active,
.btn-tertiary.btn-sm:active,
.btn-info.btn-sm:hover:active,
.btn-tertiary.btn-sm:hover:active,
.btn-info.btn-sm:focus:active,
.btn-tertiary.btn-sm:focus:active {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: linear-gradient(-45deg, transparent 10px, #961116 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-info.btn-sm:focus,
.btn-tertiary.btn-sm:focus,
.btn-info.btn-sm.focus,
.btn-tertiary.btn-sm.focus {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-info.btn-sm:hover,
.btn-tertiary.btn-sm:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-info.btn-sm[disabled]:hover,
.btn-tertiary.btn-sm[disabled]:hover,
.btn-info.btn-sm.disabled:hover,
.btn-tertiary.btn-sm.disabled:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-info.btn-nocorner,
.btn-tertiary.btn-nocorner {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #d71920;
}
.btn-info.btn-nocorner:active,
.btn-tertiary.btn-nocorner:active,
.btn-info.btn-nocorner:hover:active,
.btn-tertiary.btn-nocorner:hover:active,
.btn-info.btn-nocorner:focus:active,
.btn-tertiary.btn-nocorner:focus:active {
  color: #fff;
  background: #961116;
}
.btn-info.btn-nocorner:focus,
.btn-tertiary.btn-nocorner:focus,
.btn-info.btn-nocorner.focus,
.btn-tertiary.btn-nocorner.focus {
  color: #fff;
  background: #d71920;
}
.btn-info.btn-nocorner:hover,
.btn-tertiary.btn-nocorner:hover {
  color: #fff;
  background: #d71920;
}
.btn-info.btn-nocorner[disabled]:hover,
.btn-tertiary.btn-nocorner[disabled]:hover,
.btn-info.btn-nocorner.disabled:hover,
.btn-tertiary.btn-nocorner.disabled:hover {
  color: #fff;
  background: #d71920;
}
.btn-info.btn-nocorner.btn-sm,
.btn-tertiary.btn-nocorner.btn-sm {
  background: #d71920;
}
.btn-info.btn-nocorner.btn-sm:active,
.btn-tertiary.btn-nocorner.btn-sm:active,
.btn-info.btn-nocorner.btn-sm:hover:active,
.btn-tertiary.btn-nocorner.btn-sm:hover:active,
.btn-info.btn-nocorner.btn-sm:focus:active,
.btn-tertiary.btn-nocorner.btn-sm:focus:active {
  color: #fff;
  background: #961116;
}
.btn-info.btn-nocorner.btn-sm:focus,
.btn-tertiary.btn-nocorner.btn-sm:focus,
.btn-info.btn-nocorner.btn-sm.focus,
.btn-tertiary.btn-nocorner.btn-sm.focus {
  color: #fff;
  background: #d71920;
}
.btn-info.btn-nocorner.btn-sm:hover,
.btn-tertiary.btn-nocorner.btn-sm:hover {
  color: #fff;
  background: #d71920;
}
.btn-info.btn-nocorner.btn-sm[disabled]:hover,
.btn-tertiary.btn-nocorner.btn-sm[disabled]:hover,
.btn-info.btn-nocorner.btn-sm.disabled:hover,
.btn-tertiary.btn-nocorner.btn-sm.disabled:hover {
  color: #fff;
  background: #d71920;
}
.btn-warning,
.btn-quaternary {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-warning:active,
.btn-quaternary:active,
.btn-warning:hover:active,
.btn-quaternary:hover:active,
.btn-warning:focus:active,
.btn-quaternary:focus:active {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: linear-gradient(-45deg, transparent 15px, #961116 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-warning:focus,
.btn-quaternary:focus,
.btn-warning.focus,
.btn-quaternary.focus {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-warning:hover,
.btn-quaternary:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-warning[disabled]:hover,
.btn-quaternary[disabled]:hover,
.btn-warning.disabled:hover,
.btn-quaternary.disabled:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-warning.btn-sm,
.btn-quaternary.btn-sm {
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-warning.btn-sm:active,
.btn-quaternary.btn-sm:active,
.btn-warning.btn-sm:hover:active,
.btn-quaternary.btn-sm:hover:active,
.btn-warning.btn-sm:focus:active,
.btn-quaternary.btn-sm:focus:active {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: linear-gradient(-45deg, transparent 10px, #961116 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-warning.btn-sm:focus,
.btn-quaternary.btn-sm:focus,
.btn-warning.btn-sm.focus,
.btn-quaternary.btn-sm.focus {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-warning.btn-sm:hover,
.btn-quaternary.btn-sm:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-warning.btn-sm[disabled]:hover,
.btn-quaternary.btn-sm[disabled]:hover,
.btn-warning.btn-sm.disabled:hover,
.btn-quaternary.btn-sm.disabled:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-warning.btn-nocorner,
.btn-quaternary.btn-nocorner {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #d71920;
}
.btn-warning.btn-nocorner:active,
.btn-quaternary.btn-nocorner:active,
.btn-warning.btn-nocorner:hover:active,
.btn-quaternary.btn-nocorner:hover:active,
.btn-warning.btn-nocorner:focus:active,
.btn-quaternary.btn-nocorner:focus:active {
  color: #fff;
  background: #961116;
}
.btn-warning.btn-nocorner:focus,
.btn-quaternary.btn-nocorner:focus,
.btn-warning.btn-nocorner.focus,
.btn-quaternary.btn-nocorner.focus {
  color: #fff;
  background: #d71920;
}
.btn-warning.btn-nocorner:hover,
.btn-quaternary.btn-nocorner:hover {
  color: #fff;
  background: #d71920;
}
.btn-warning.btn-nocorner[disabled]:hover,
.btn-quaternary.btn-nocorner[disabled]:hover,
.btn-warning.btn-nocorner.disabled:hover,
.btn-quaternary.btn-nocorner.disabled:hover {
  color: #fff;
  background: #d71920;
}
.btn-warning.btn-nocorner.btn-sm,
.btn-quaternary.btn-nocorner.btn-sm {
  background: #d71920;
}
.btn-warning.btn-nocorner.btn-sm:active,
.btn-quaternary.btn-nocorner.btn-sm:active,
.btn-warning.btn-nocorner.btn-sm:hover:active,
.btn-quaternary.btn-nocorner.btn-sm:hover:active,
.btn-warning.btn-nocorner.btn-sm:focus:active,
.btn-quaternary.btn-nocorner.btn-sm:focus:active {
  color: #fff;
  background: #961116;
}
.btn-warning.btn-nocorner.btn-sm:focus,
.btn-quaternary.btn-nocorner.btn-sm:focus,
.btn-warning.btn-nocorner.btn-sm.focus,
.btn-quaternary.btn-nocorner.btn-sm.focus {
  color: #fff;
  background: #d71920;
}
.btn-warning.btn-nocorner.btn-sm:hover,
.btn-quaternary.btn-nocorner.btn-sm:hover {
  color: #fff;
  background: #d71920;
}
.btn-warning.btn-nocorner.btn-sm[disabled]:hover,
.btn-quaternary.btn-nocorner.btn-sm[disabled]:hover,
.btn-warning.btn-nocorner.btn-sm.disabled:hover,
.btn-quaternary.btn-nocorner.btn-sm.disabled:hover {
  color: #fff;
  background: #d71920;
}
.btn-danger,
.btn-quinary {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-danger:active,
.btn-quinary:active,
.btn-danger:hover:active,
.btn-quinary:hover:active,
.btn-danger:focus:active,
.btn-quinary:focus:active {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: linear-gradient(-45deg, transparent 15px, #961116 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-danger:focus,
.btn-quinary:focus,
.btn-danger.focus,
.btn-quinary.focus {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-danger:hover,
.btn-quinary:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-danger[disabled]:hover,
.btn-quinary[disabled]:hover,
.btn-danger.disabled:hover,
.btn-quinary.disabled:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-danger.btn-sm,
.btn-quinary.btn-sm {
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-danger.btn-sm:active,
.btn-quinary.btn-sm:active,
.btn-danger.btn-sm:hover:active,
.btn-quinary.btn-sm:hover:active,
.btn-danger.btn-sm:focus:active,
.btn-quinary.btn-sm:focus:active {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: linear-gradient(-45deg, transparent 10px, #961116 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-danger.btn-sm:focus,
.btn-quinary.btn-sm:focus,
.btn-danger.btn-sm.focus,
.btn-quinary.btn-sm.focus {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-danger.btn-sm:hover,
.btn-quinary.btn-sm:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-danger.btn-sm[disabled]:hover,
.btn-quinary.btn-sm[disabled]:hover,
.btn-danger.btn-sm.disabled:hover,
.btn-quinary.btn-sm.disabled:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-danger.btn-nocorner,
.btn-quinary.btn-nocorner {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #d71920;
}
.btn-danger.btn-nocorner:active,
.btn-quinary.btn-nocorner:active,
.btn-danger.btn-nocorner:hover:active,
.btn-quinary.btn-nocorner:hover:active,
.btn-danger.btn-nocorner:focus:active,
.btn-quinary.btn-nocorner:focus:active {
  color: #fff;
  background: #961116;
}
.btn-danger.btn-nocorner:focus,
.btn-quinary.btn-nocorner:focus,
.btn-danger.btn-nocorner.focus,
.btn-quinary.btn-nocorner.focus {
  color: #fff;
  background: #d71920;
}
.btn-danger.btn-nocorner:hover,
.btn-quinary.btn-nocorner:hover {
  color: #fff;
  background: #d71920;
}
.btn-danger.btn-nocorner[disabled]:hover,
.btn-quinary.btn-nocorner[disabled]:hover,
.btn-danger.btn-nocorner.disabled:hover,
.btn-quinary.btn-nocorner.disabled:hover {
  color: #fff;
  background: #d71920;
}
.btn-danger.btn-nocorner.btn-sm,
.btn-quinary.btn-nocorner.btn-sm {
  background: #d71920;
}
.btn-danger.btn-nocorner.btn-sm:active,
.btn-quinary.btn-nocorner.btn-sm:active,
.btn-danger.btn-nocorner.btn-sm:hover:active,
.btn-quinary.btn-nocorner.btn-sm:hover:active,
.btn-danger.btn-nocorner.btn-sm:focus:active,
.btn-quinary.btn-nocorner.btn-sm:focus:active {
  color: #fff;
  background: #961116;
}
.btn-danger.btn-nocorner.btn-sm:focus,
.btn-quinary.btn-nocorner.btn-sm:focus,
.btn-danger.btn-nocorner.btn-sm.focus,
.btn-quinary.btn-nocorner.btn-sm.focus {
  color: #fff;
  background: #d71920;
}
.btn-danger.btn-nocorner.btn-sm:hover,
.btn-quinary.btn-nocorner.btn-sm:hover {
  color: #fff;
  background: #d71920;
}
.btn-danger.btn-nocorner.btn-sm[disabled]:hover,
.btn-quinary.btn-nocorner.btn-sm[disabled]:hover,
.btn-danger.btn-nocorner.btn-sm.disabled:hover,
.btn-quinary.btn-nocorner.btn-sm.disabled:hover {
  color: #fff;
  background: #d71920;
}
.btn-senary {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-senary:active,
.btn-senary:hover:active,
.btn-senary:focus:active {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #961116 15px);
  background: linear-gradient(-45deg, transparent 15px, #961116 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-senary:focus,
.btn-senary.focus {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-senary:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-senary[disabled]:hover,
.btn-senary.disabled:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-senary.btn-sm {
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-senary.btn-sm:active,
.btn-senary.btn-sm:hover:active,
.btn-senary.btn-sm:focus:active {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #961116 10px);
  background: linear-gradient(-45deg, transparent 10px, #961116 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-senary.btn-sm:focus,
.btn-senary.btn-sm.focus {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-senary.btn-sm:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-senary.btn-sm[disabled]:hover,
.btn-senary.btn-sm.disabled:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-senary.btn-nocorner {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #d71920;
}
.btn-senary.btn-nocorner:active,
.btn-senary.btn-nocorner:hover:active,
.btn-senary.btn-nocorner:focus:active {
  color: #fff;
  background: #961116;
}
.btn-senary.btn-nocorner:focus,
.btn-senary.btn-nocorner.focus {
  color: #fff;
  background: #d71920;
}
.btn-senary.btn-nocorner:hover {
  color: #fff;
  background: #d71920;
}
.btn-senary.btn-nocorner[disabled]:hover,
.btn-senary.btn-nocorner.disabled:hover {
  color: #fff;
  background: #d71920;
}
.btn-senary.btn-nocorner.btn-sm {
  background: #d71920;
}
.btn-senary.btn-nocorner.btn-sm:active,
.btn-senary.btn-nocorner.btn-sm:hover:active,
.btn-senary.btn-nocorner.btn-sm:focus:active {
  color: #fff;
  background: #961116;
}
.btn-senary.btn-nocorner.btn-sm:focus,
.btn-senary.btn-nocorner.btn-sm.focus {
  color: #fff;
  background: #d71920;
}
.btn-senary.btn-nocorner.btn-sm:hover {
  color: #fff;
  background: #d71920;
}
.btn-senary.btn-nocorner.btn-sm[disabled]:hover,
.btn-senary.btn-nocorner.btn-sm.disabled:hover {
  color: #fff;
  background: #d71920;
}
.btn-settlements {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d51067 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d51067 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d51067 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d51067 15px);
  background: linear-gradient(-45deg, transparent 15px, #d51067 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-settlements:active,
.btn-settlements:hover:active,
.btn-settlements:focus:active {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #950b48 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #950b48 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #950b48 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #950b48 15px);
  background: linear-gradient(-45deg, transparent 15px, #950b48 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-settlements:focus,
.btn-settlements.focus {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d51067 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d51067 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d51067 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d51067 15px);
  background: linear-gradient(-45deg, transparent 15px, #d51067 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-settlements:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #aa0d52 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #aa0d52 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #aa0d52 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #aa0d52 15px);
  background: linear-gradient(-45deg, transparent 15px, #aa0d52 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-settlements[disabled]:hover,
.btn-settlements.disabled:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d51067 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d51067 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d51067 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d51067 15px);
  background: linear-gradient(-45deg, transparent 15px, #d51067 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-settlements.btn-sm {
  background: -webkit-linear-gradient(135deg, transparent 10px, #d51067 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d51067 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d51067 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d51067 10px);
  background: linear-gradient(-45deg, transparent 10px, #d51067 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-settlements.btn-sm:active,
.btn-settlements.btn-sm:hover:active,
.btn-settlements.btn-sm:focus:active {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #950b48 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #950b48 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #950b48 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #950b48 10px);
  background: linear-gradient(-45deg, transparent 10px, #950b48 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-settlements.btn-sm:focus,
.btn-settlements.btn-sm.focus {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #d51067 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d51067 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d51067 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d51067 10px);
  background: linear-gradient(-45deg, transparent 10px, #d51067 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-settlements.btn-sm:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #aa0d52 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #aa0d52 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #aa0d52 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #aa0d52 10px);
  background: linear-gradient(-45deg, transparent 10px, #aa0d52 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-settlements.btn-sm[disabled]:hover,
.btn-settlements.btn-sm.disabled:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #d51067 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d51067 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d51067 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d51067 10px);
  background: linear-gradient(-45deg, transparent 10px, #d51067 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-settlements.btn-nocorner {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #d51067;
}
.btn-settlements.btn-nocorner:active,
.btn-settlements.btn-nocorner:hover:active,
.btn-settlements.btn-nocorner:focus:active {
  color: #fff;
  background: #950b48;
}
.btn-settlements.btn-nocorner:focus,
.btn-settlements.btn-nocorner.focus {
  color: #fff;
  background: #d51067;
}
.btn-settlements.btn-nocorner:hover {
  color: #fff;
  background: #aa0d52;
}
.btn-settlements.btn-nocorner[disabled]:hover,
.btn-settlements.btn-nocorner.disabled:hover {
  color: #fff;
  background: #d51067;
}
.btn-settlements.btn-nocorner.btn-sm {
  background: #d51067;
}
.btn-settlements.btn-nocorner.btn-sm:active,
.btn-settlements.btn-nocorner.btn-sm:hover:active,
.btn-settlements.btn-nocorner.btn-sm:focus:active {
  color: #fff;
  background: #950b48;
}
.btn-settlements.btn-nocorner.btn-sm:focus,
.btn-settlements.btn-nocorner.btn-sm.focus {
  color: #fff;
  background: #d51067;
}
.btn-settlements.btn-nocorner.btn-sm:hover {
  color: #fff;
  background: #aa0d52;
}
.btn-settlements.btn-nocorner.btn-sm[disabled]:hover,
.btn-settlements.btn-nocorner.btn-sm.disabled:hover {
  color: #fff;
  background: #d51067;
}
.btn-commercial {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: -webkit-linear-gradient(135deg, transparent 15px, #3e8ede 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #3e8ede 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #3e8ede 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #3e8ede 15px);
  background: linear-gradient(-45deg, transparent 15px, #3e8ede 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-commercial:active,
.btn-commercial:hover:active,
.btn-commercial:focus:active {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #1d63aa 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #1d63aa 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #1d63aa 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #1d63aa 15px);
  background: linear-gradient(-45deg, transparent 15px, #1d63aa 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-commercial:focus,
.btn-commercial.focus {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #3e8ede 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #3e8ede 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #3e8ede 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #3e8ede 15px);
  background: linear-gradient(-45deg, transparent 15px, #3e8ede 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-commercial:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #2172c2 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #2172c2 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #2172c2 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #2172c2 15px);
  background: linear-gradient(-45deg, transparent 15px, #2172c2 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-commercial[disabled]:hover,
.btn-commercial.disabled:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #3e8ede 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #3e8ede 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #3e8ede 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #3e8ede 15px);
  background: linear-gradient(-45deg, transparent 15px, #3e8ede 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-commercial.btn-sm {
  background: -webkit-linear-gradient(135deg, transparent 10px, #3e8ede 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #3e8ede 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #3e8ede 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #3e8ede 10px);
  background: linear-gradient(-45deg, transparent 10px, #3e8ede 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-commercial.btn-sm:active,
.btn-commercial.btn-sm:hover:active,
.btn-commercial.btn-sm:focus:active {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #1d63aa 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #1d63aa 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #1d63aa 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #1d63aa 10px);
  background: linear-gradient(-45deg, transparent 10px, #1d63aa 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-commercial.btn-sm:focus,
.btn-commercial.btn-sm.focus {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #3e8ede 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #3e8ede 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #3e8ede 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #3e8ede 10px);
  background: linear-gradient(-45deg, transparent 10px, #3e8ede 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-commercial.btn-sm:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #2172c2 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #2172c2 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #2172c2 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #2172c2 10px);
  background: linear-gradient(-45deg, transparent 10px, #2172c2 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-commercial.btn-sm[disabled]:hover,
.btn-commercial.btn-sm.disabled:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #3e8ede 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #3e8ede 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #3e8ede 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #3e8ede 10px);
  background: linear-gradient(-45deg, transparent 10px, #3e8ede 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-commercial.btn-nocorner {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #3e8ede;
}
.btn-commercial.btn-nocorner:active,
.btn-commercial.btn-nocorner:hover:active,
.btn-commercial.btn-nocorner:focus:active {
  color: #fff;
  background: #1d63aa;
}
.btn-commercial.btn-nocorner:focus,
.btn-commercial.btn-nocorner.focus {
  color: #fff;
  background: #3e8ede;
}
.btn-commercial.btn-nocorner:hover {
  color: #fff;
  background: #2172c2;
}
.btn-commercial.btn-nocorner[disabled]:hover,
.btn-commercial.btn-nocorner.disabled:hover {
  color: #fff;
  background: #3e8ede;
}
.btn-commercial.btn-nocorner.btn-sm {
  background: #3e8ede;
}
.btn-commercial.btn-nocorner.btn-sm:active,
.btn-commercial.btn-nocorner.btn-sm:hover:active,
.btn-commercial.btn-nocorner.btn-sm:focus:active {
  color: #fff;
  background: #1d63aa;
}
.btn-commercial.btn-nocorner.btn-sm:focus,
.btn-commercial.btn-nocorner.btn-sm.focus {
  color: #fff;
  background: #3e8ede;
}
.btn-commercial.btn-nocorner.btn-sm:hover {
  color: #fff;
  background: #2172c2;
}
.btn-commercial.btn-nocorner.btn-sm[disabled]:hover,
.btn-commercial.btn-nocorner.btn-sm.disabled:hover {
  color: #fff;
  background: #3e8ede;
}
.btn-family {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: -webkit-linear-gradient(135deg, transparent 15px, #00b288 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #00b288 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #00b288 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #00b288 15px);
  background: linear-gradient(-45deg, transparent 15px, #00b288 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-family:active,
.btn-family:hover:active,
.btn-family:focus:active {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #007d5f 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #007d5f 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #007d5f 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #007d5f 15px);
  background: linear-gradient(-45deg, transparent 15px, #007d5f 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-family:focus,
.btn-family.focus {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #00b288 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #00b288 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #00b288 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #00b288 15px);
  background: linear-gradient(-45deg, transparent 15px, #00b288 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-family:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #008e6d 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #008e6d 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #008e6d 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #008e6d 15px);
  background: linear-gradient(-45deg, transparent 15px, #008e6d 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-family[disabled]:hover,
.btn-family.disabled:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 15px, #00b288 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #00b288 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #00b288 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #00b288 15px);
  background: linear-gradient(-45deg, transparent 15px, #00b288 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-family.btn-sm {
  background: -webkit-linear-gradient(135deg, transparent 10px, #00b288 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #00b288 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #00b288 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #00b288 10px);
  background: linear-gradient(-45deg, transparent 10px, #00b288 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-family.btn-sm:active,
.btn-family.btn-sm:hover:active,
.btn-family.btn-sm:focus:active {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #007d5f 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #007d5f 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #007d5f 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #007d5f 10px);
  background: linear-gradient(-45deg, transparent 10px, #007d5f 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-family.btn-sm:focus,
.btn-family.btn-sm.focus {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #00b288 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #00b288 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #00b288 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #00b288 10px);
  background: linear-gradient(-45deg, transparent 10px, #00b288 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-family.btn-sm:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #008e6d 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #008e6d 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #008e6d 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #008e6d 10px);
  background: linear-gradient(-45deg, transparent 10px, #008e6d 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-family.btn-sm[disabled]:hover,
.btn-family.btn-sm.disabled:hover {
  color: #fff;
  background: -webkit-linear-gradient(135deg, transparent 10px, #00b288 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #00b288 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #00b288 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #00b288 10px);
  background: linear-gradient(-45deg, transparent 10px, #00b288 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-family.btn-nocorner {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #00b288;
}
.btn-family.btn-nocorner:active,
.btn-family.btn-nocorner:hover:active,
.btn-family.btn-nocorner:focus:active {
  color: #fff;
  background: #007d5f;
}
.btn-family.btn-nocorner:focus,
.btn-family.btn-nocorner.focus {
  color: #fff;
  background: #00b288;
}
.btn-family.btn-nocorner:hover {
  color: #fff;
  background: #008e6d;
}
.btn-family.btn-nocorner[disabled]:hover,
.btn-family.btn-nocorner.disabled:hover {
  color: #fff;
  background: #00b288;
}
.btn-family.btn-nocorner.btn-sm {
  background: #00b288;
}
.btn-family.btn-nocorner.btn-sm:active,
.btn-family.btn-nocorner.btn-sm:hover:active,
.btn-family.btn-nocorner.btn-sm:focus:active {
  color: #fff;
  background: #007d5f;
}
.btn-family.btn-nocorner.btn-sm:focus,
.btn-family.btn-nocorner.btn-sm.focus {
  color: #fff;
  background: #00b288;
}
.btn-family.btn-nocorner.btn-sm:hover {
  color: #fff;
  background: #008e6d;
}
.btn-family.btn-nocorner.btn-sm[disabled]:hover,
.btn-family.btn-nocorner.btn-sm.disabled:hover {
  color: #fff;
  background: #00b288;
}
.btn {
  font-size: 22px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  white-space: normal;
  outline: 0;
  padding: 10px 25px;
  background: -webkit-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #d71920 15px);
  background: linear-gradient(-45deg, transparent 15px, #d71920 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .btn {
    font-size: 18px;
    padding: 10px 20px;
  }
}
.btn:active,
.btn:focus,
.btn:hover:active,
.btn:focus:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-sm {
  padding: 5px 20px;
  font-size: 16px;
  background: -webkit-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -moz-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -o-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: -ms-linear-gradient(135deg, transparent 10px, #d71920 10px);
  background: linear-gradient(-45deg, transparent 10px, #d71920 10px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.btn-lg {
  font-size: 32px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .btn-lg {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .btn-block-ms {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .btn-block-xs {
    display: block;
    width: 100%;
  }
}
@media (min-width: 991px) and (max-width: 991px) {
  .btn-block-sm {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1199px) and (max-width: 1199px) {
  .btn-block-md {
    display: block;
    width: 100%;
  }
}
.btn-group .btn {
  border: 1px solid #fff;
}
.img-shadow {
  display: block;
  position: relative;
}
.img-shadow:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: inset 0 0 50px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 50px rgba(0,0,0,0.1);
}
.img-shadow:hover:before {
  background: rgba(215,25,32,0.1);
}
.text-pink {
  color: #d71920;
}
.text-darkpink {
  color: #322f31;
}
.text-purple {
  color: #d71920;
}
.text-orange {
  color: #d71920;
}
.text-maroon {
  color: #d71920;
}
.text-lightpurple {
  color: #d71920;
}
.text-blue {
  color: #318dde;
}
.text-green {
  color: #00b287;
}
.document .contact-box h3 {
  margin-bottom: 5px;
}
.contact-box {
  margin-top: 30px;
}
.contact-box strong {
  font-family: 'Raleway', sans-serif;
}
@media (max-width: 767px) {
  .content-icon-boxes .content-icon-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .content-icon-boxes .content-icon-box {
    margin-bottom: 20px;
  }
}
.content-icon-boxes .content-icon-box:last-child {
  margin-bottom: 0;
}
.content-icon-boxes .content-icon-box .icon {
  float: left;
  width: 70px;
  height: 70px;
  background-color: #322f31;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .content-icon-boxes .content-icon-box .icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}
.content-icon-boxes .content-icon-box .icon img {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.content-icon-boxes .content-icon-box .text-content {
  overflow: hidden;
}
.features-boxes {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .features-boxes {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .features-boxes > .row {
    margin: 0;
  }
}
.features-boxes .feature {
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media (max-width: 767px) {
  .features-boxes .feature {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .features-boxes .feature {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
.features-boxes .feature .wrap {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fff;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: -webkit-linear-gradient(135deg, transparent 15px, #fff 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, #fff 15px);
  background: -o-linear-gradient(135deg, transparent 15px, #fff 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, #fff 15px);
  background: linear-gradient(-45deg, transparent 15px, #fff 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features-boxes .feature .wrap {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 479px) {
  .features-boxes .feature .wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.features-boxes .feature .icon {
  width: 100px;
  height: 75px;
  margin-bottom: 35px;
}
@media (max-width: 479px) {
  .features-boxes .feature .icon {
    margin-bottom: 20px;
  }
}
.form-control {
  height: auto;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 20px;
  color: #322f31;
  background-color: #fff;
  border: 2px solid #d7d4d6;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-control:focus {
  border-color: #d71920;
  color: #322f31;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 15px;
  cursor: pointer;
  outline: 0;
  background-image: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzQgMjAiIGZpbGw9IiNkN2Q0ZDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMi43NzJhMS4wNTYgMS4wNTYgMCAwIDAgLjMzNC43NjhsMTUuNTY1IDE1LjU2NGExLjA1IDEuMDUgMCAwIDAgMS41MzYgMEwzMyAzLjU0YTEuMDUgMS4wNSAwIDAgMCAwLTEuNTM2TDMxLjMzLjMzNGExLjA1IDEuMDUgMCAwIDAtMS41MzYgMEwxNi42NjcgMTMuNDYgMy41NDEuMzM0YTEuMDUgMS4wNSAwIDAgMC0xLjUzNiAwbC0xLjY3IDEuNjdBMS4wNTYgMS4wNTYgMCAwIDAgMCAyLjc3MnoiLz48L3N2Zz4=");
  background-position: right 16px center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 12px;
  -moz-background-size: auto 12px;
  background-size: auto 12px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, background-image ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, background-image ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, background-image ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, background-image ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, background-image ease-in-out 0.15s;
}
select.form-control::-ms-expand {
  display: none;
}
select.form-control:focus {
  background-image: url("data:image/svg+xml;utf8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzQgMjAiIGZpbGw9IiNkYTI3NzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMi43NzJhMS4wNTYgMS4wNTYgMCAwIDAgLjMzNC43NjhsMTUuNTY1IDE1LjU2NGExLjA1IDEuMDUgMCAwIDAgMS41MzYgMEwzMyAzLjU0YTEuMDUgMS4wNSAwIDAgMCAwLTEuNTM2TDMxLjMzLjMzNGExLjA1IDEuMDUgMCAwIDAtMS41MzYgMEwxNi42NjcgMTMuNDYgMy41NDEuMzM0YTEuMDUgMS4wNSAwIDAgMC0xLjUzNiAwbC0xLjY3IDEuNjdBMS4wNTYgMS4wNTYgMCAwIDAgMCAyLjc3MnoiLz48L3N2Zz4=");
}
.form-group {
  margin-bottom: 0;
}
form input,
form textarea,
form .g-recaptcha {
  margin-bottom: 10px;
}
form .btn {
  margin-top: 5px;
}
div.wpcf7-response-output {
  margin: 15px 0;
  padding: 10px;
}
.wpcf7-not-valid {
  border-color: #d71920;
}
span.wpcf7-not-valid-tip {
  color: #d71920;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: -10px;
}
div.wpcf7 br {
  display: none;
}
div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
}
.listing-std h3 {
  margin-bottom: 30px;
  font-size: 27px;
}
@media (max-width: 767px) {
  .listing-std h3 {
    font-size: 22px;
  }
}
.listing-std .listing-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.listing-std .listing-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.listing-std .listing-item .list-image {
  display: block;
}
@media (max-width: 479px) {
  .listing-std .listing-item .list-image {
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .listing-std .listing-item .list-image img {
    width: 50%;
    margin: 0 auto;
  }
}
.listing-std .listing-item h3 {
  margin-bottom: 5px;
}
.listing-std .listing-item h3 a {
  color: #d71920;
  text-decoration: none;
}
.listing-std .listing-item h3 a:hover {
  color: #322f31;
}
.listing-std .listing-item h4 {
  font-family: 'Raleway', sans-serif;
  color: #d71920;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .listing-std .listing-item h4 {
    font-size: 18px;
  }
}
.listing-std .listing-item h4 a {
  color: #d71920;
  text-decoration: none;
}
.listing-std .listing-item h4 a:hover {
  color: #322f31;
}
.listing-std .listing-item p {
  margin-bottom: 15px;
}
.listing-std .listing-item .navigation {
  margin-top: 15px;
}
.listing-std .listing-item .navigation .btn {
  font-size: 14px;
}
.listing-std .listing-item .navigation .btn + .btn {
  margin-top: 6px;
}
@media (max-width: 991px) {
  .locations .location {
    margin-bottom: 15px;
  }
  .locations .location:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .locations .location {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.locations .location .wrap {
  background: #fff;
  padding: 15px;
  padding-bottom: 25px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .locations .location .wrap {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .locations .location .wrap {
    float: right;
    width: 50%;
  }
}
.locations .location iframe.map {
  width: 100%;
  height: 250px;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .locations .location iframe.map {
    float: left;
    width: 50%;
    height: 320px;
  }
}
.locations .location h4 {
  font-family: 'Raleway', sans-serif;
  color: #d71920;
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .locations .location h4 {
    font-size: 22px;
  }
}
.locations .location address {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 767px) {
  .locations .location address {
    font-size: 16px;
  }
}
.locations .location address strong {
  font-family: 'Raleway', sans-serif;
  color: #d71920;
}
.locations .location address a:not(.btn) {
  color: #d71920;
  text-decoration: none;
}
.locations .location address a:not(.btn):hover {
  color: #322f31;
}
.locations .location .postal {
  margin: 10px 0;
}
.locations .location .btn {
  margin-top: 20px;
  font-size: 14px;
}
.price-boxes {
  overflow: hidden;
  margin-bottom: 10px;
}
.price-boxes .price-box {
  float: left;
  background-color: #d71920;
  color: #fff;
  padding: 10px 20px;
  margin-left: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 27px;
  line-height: 31px;
}
@media (max-width: 767px) {
  .price-boxes .price-box {
    float: none;
    display: inline-block;
    margin: 0;
    margin-bottom: 10px;
    font-size: 22px;
  }
}
.price-boxes .price-box:first-child {
  margin-left: 0;
}
form.get-a-quote {
  background: #f9f9f9;
  padding: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
form.get-a-quote .quotation-section {
  margin-top: 50px;
  display: none;
}
form.get-a-quote h3 {
  margin-top: 20px;
}
form.get-a-quote > h3 {
  margin-top: 0;
}
form.get-a-quote .separator {
  display: block;
  border: none;
  color: #fff;
  height: 1px;
  background: #bbb9b9;
  background: -webkit-radial-gradient(60% 100%, #bbb9b9, rgba(0,0,0,0));
  background: -moz-radial-gradient(60% 100%, #bbb9b9, rgba(0,0,0,0));
  background: -o-radial-gradient(60% 100%, #bbb9b9, rgba(0,0,0,0));
  background: -ms-radial-gradient(60% 100%, #bbb9b9, rgba(0,0,0,0));
  background: radial-gradient(60% 100%, #bbb9b9, rgba(0,0,0,0));
  margin: 40px 0;
  float: none;
  clear: both;
}
form.get-a-quote .form-control {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form.get-a-quote .coupon-code {
  margin-top: 20px;
}
form.get-a-quote select {
  text-align: center;
  text-align-last: center;
}
form.get-a-quote .quotation-help-txt {
  margin-top: 10px;
  font-size: 14px;
  max-width: 76%;
  margin-left: auto;
  margin-right: auto;
}
form.get-a-quote .btn-default {
  min-width: 150px;
  margin-left: 10px;
  margin-right: 10px;
}
form.get-a-quote .btn-default:focus {
  border-color: #d71920;
}
form.get-a-quote .btn-default:focus:hover {
  border-color: #322f31;
}
form.get-a-quote .btn-unselected {
  color: #868181;
  border-color: #d1d1d1;
  background-color: #ddd;
}
form.get-a-quote .btn-selected {
  border-color: #da2770;
  background-color: #da2770;
}
form.get-a-quote .numeric-updown .numeric-updown-btn {
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 29px;
  line-height: 1;
  min-width: 0;
}
form.get-a-quote .numeric-updown .numeric-updown-btn.numeric-updown-btn-up {
  -webkit-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
}
form.get-a-quote .numeric-updown .numeric-updown-value {
  font-weight: bold;
  font-size: 23px;
  color: #da2770;
  outline: 0;
}
.resources-tile .resource {
  overflow: hidden;
}
@media (max-width: 767px) {
  .resources-tile .resource {
    margin-bottom: 30px;
  }
  .resources-tile .resource:last-child {
    margin-bottom: 0;
  }
}
.resources-tile .resource .thumb {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 480px) and (max-width: 767px) {
  .resources-tile .resource .thumb {
    float: left;
    width: 33.33333333333333%;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.resources-tile .resource .thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.resources-tile .resource .thumb:after {
  content: '';
  background-image: url("../static/triangle-white.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.resources-tile .resource .thumb:hover:before {
  background: rgba(215,25,32,0.7);
}
.resources-tile .resource .thumb:hover:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.resources-tile .resource .wrap {
  overflow: hidden;
}
.resources-tile .resource h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .resources-tile .resource h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.resources-tile .resource h3 a {
  color: #d71920;
  text-decoration: none;
}
.resources-tile .resource h3 a:hover {
  color: #322f31;
}
.step-boxes {
  margin-top: 15px;
}
.step-boxes .step-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}
.step-boxes .step-box .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.step-boxes .step-box .step-head {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin: 0;
  padding: 15px 15px;
  background-color: #d71920;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .step-boxes .step-box .step-head {
    font-size: 16px;
  }
}
.step-boxes .step-box .step-content {
  background: -webkit-linear-gradient(135deg, transparent 15px, rgba(215,25,32,0.1) 15px);
  background: -moz-linear-gradient(135deg, transparent 15px, rgba(215,25,32,0.1) 15px);
  background: -o-linear-gradient(135deg, transparent 15px, rgba(215,25,32,0.1) 15px);
  background: -ms-linear-gradient(135deg, transparent 15px, rgba(215,25,32,0.1) 15px);
  background: linear-gradient(-45deg, transparent 15px, rgba(215,25,32,0.1) 15px);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 15px 15px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.tile-list {
  margin-top: 30px;
}
.tile-list .tile-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  .tile-list .tile-item {
    margin-bottom: 15px;
  }
}
.tile-list .tile-item .wrap {
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-height: 1px;
}
.tile-list .tile-item .padding-wrap {
  padding: 15px;
}
.tile-list .tile-item .tile-image {
  display: block;
  position: relative;
}
.tile-list .tile-item .tile-image:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.tile-list .tile-item .tile-image:hover:before {
  background: rgba(215,25,32,0.1);
}
.tile-list .tile-item h4 {
  font-family: 'Raleway', sans-serif;
  color: #d71920;
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 767px) {
  .tile-list .tile-item h4 {
    font-size: 18px;
  }
}
.tile-list .tile-item h4 a {
  color: #d71920;
  text-decoration: none;
}
.tile-list .tile-item h4 a:hover {
  color: #322f31;
}
.tile-list .tile-item .navigation {
  margin-top: 20px;
}
.tile-list .tile-item .navigation .btn {
  font-size: 14px;
}
.tile-list .tile-item .navigation .btn + .btn {
  margin-top: 6px;
}
.document {
  line-height: 1.4;
}
.document blockquote {
  border-left-color: #d71920;
}
.document p {
  margin-bottom: 15px;
}
.document img {
  max-width: 100%;
  height: auto;
}
.document h1,
.document h2,
.document h3,
.document h4 {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  line-height: 1.3;
}
.document h1 {
  margin-bottom: 20px;
  font-size: 36px;
}
@media (max-width: 767px) {
  .document h1 {
    margin-bottom: 15px;
    font-size: 32px;
  }
}
.document h2 {
  margin-bottom: 20px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .document h2 {
    font-size: 26px;
  }
}
.document h3 {
  margin-bottom: 15px;
  font-size: 27px;
}
@media (max-width: 767px) {
  .document h3 {
    font-size: 22px;
  }
}
.document h4,
.document .important {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 20px;
}
@media (max-width: 767px) {
  .document h4,
  .document .important {
    font-size: 16px;
  }
}
.document .important {
  margin-bottom: 20px;
}
.document a:not(.btn) {
  color: #d71920;
  text-decoration: none;
}
.document a:not(.btn):hover {
  color: #322f31;
}
.document ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 18px;
}
.document ul li {
  padding-left: 24px;
  margin-bottom: 10px;
  position: relative;
}
.document ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
  content: '\f054';
  color: #d71920;
  font-size: 16px;
}
.document ul.ul-lg li {
  min-height: 43px;
  margin-bottom: 0;
  padding-left: 68px;
  padding-bottom: 30px;
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .document ul.ul-lg li {
    padding-left: 50px;
    font-size: 18px;
  }
}
.document ul.ul-lg li:last-child {
  margin-bottom: 0;
}
.document ul.ul-lg li:before {
  font-family: 'FontAwesome';
  content: '\f054';
  width: 43px;
  height: 43px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  line-height: 43px;
}
@media (max-width: 767px) {
  .document ul.ul-lg li:before {
    width: 33px;
    height: 33px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    line-height: 33px;
  }
}
.document ol {
  padding-left: 25px;
}
.document ol li {
  padding-left: 10px;
}
.our-fees-get-quote {
  background: #888;
  background-image: url("../static/city-bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 90px;
  color: #fff;
}
@media (max-width: 991px) {
  .our-fees-get-quote {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .our-fees-get-quote {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.our-fees-get-quote h2.title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.our-fees-get-quote p.low-fees {
  font-family: 'Raleway', sans-serif;
  font-size: 27px;
  line-height: 33px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .our-fees-get-quote p.low-fees {
    font-size: 22px;
    line-height: 26px;
  }
}
.our-fees-get-quote .btn {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .our-fees-get-quote .btn {
    margin-top: 20px;
  }
}
section {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section h2.title,
section.why-choose-cslegal .text h2 {
  font-size: 46px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  section h2.title,
  section.why-choose-cslegal .text h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
section h3.sub-title,
section.why-choose-cslegal .text h3 {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  section h3.sub-title,
  section.why-choose-cslegal .text h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
section.why-choose-cslegal {
  background-color: #eee;
  background-image: url("../static/grey-bg.png");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
section.why-choose-cslegal .text {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 767px) {
  section.why-choose-cslegal .text {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
section.why-choose-cslegal .text h2 {
  margin-bottom: 30px;
  color: #d71920;
}
@media (max-width: 767px) {
  section.why-choose-cslegal .text h2 {
    margin-bottom: 20px;
  }
}
section.why-choose-cslegal .text h3 {
  color: #d71920;
}
@media (max-width: 767px) {
  section.resources-highlights-panel h2.title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    margin-top: 30px;
  }
}
.sidebar-box {
  margin-bottom: 30px;
}
.sidebar-box h3 {
  color: #d71920;
  font-size: 32px;
}
@media (max-width: 991px) {
  .sidebar-box h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .sidebar-box h3 {
    font-size: 26px;
  }
}
.sidebar-box .text-area {
  margin-top: 10px;
  margin-bottom: 15px;
}
.sidebar-quote {
  background-color: #322f31;
  padding: 20px 25px;
  margin-left: -25px;
  margin-right: -25px;
  -webkit-border-radius: 20px 0 20px 0;
  border-radius: 20px 0 20px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .sidebar-quote {
    margin-left: 0;
    margin-right: 0;
  }
}
.sidebar-quote h3 {
  color: #d71920;
}
.sidebar-quote .text-area {
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .sidebar-quote .text-area {
    font-size: 20px;
    line-height: 24px;
  }
}
.sidebar-special-offers {
  background-color: rgba(215,25,32,0.1);
  padding: 20px 25px;
  margin-left: -25px;
  margin-right: -25px;
  -webkit-border-radius: 20px 0 20px 0;
  border-radius: 20px 0 20px 0;
}
@media (max-width: 767px) {
  .sidebar-special-offers {
    margin-left: 0;
    margin-right: 0;
  }
}
.sidebar-special-offers h3 {
  color: #322f31;
}
.sidebar-charities {
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.sidebar-charities .charity-logos {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 15px;
}
.sidebar-charities .charity-logos .charity-logo {
  float: left;
  width: 50%;
  height: 60px;
  text-align: center;
  position: relative;
}
.sidebar-charities .charity-logos .charity-logo img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 5px;
}
.sidebar-contact {
  margin-bottom: 0;
}
.sidebar-contact .text-area .phone-number {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #d71920;
}
.sidebar-contact form {
  margin-top: 20px;
}
.sidebar-contact .form-group {
  margin-bottom: 0;
}
header.top {
  background: #fff;
  -webkit-box-shadow: 3px 4px 9px rgba(0,0,0,0.1);
  box-shadow: 3px 4px 9px rgba(0,0,0,0.1);
  height: 129px;
}
@media (max-width: 767px) {
  header.top {
    height: 81px;
  }
}
header.top .container {
  height: 100%;
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  header.top .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
header.top a.logo {
  display: block;
  width: 251px;
  height: 85px;
  float: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.top a.logo {
    width: 225.9px;
  }
}
@media (max-width: 767px) {
  header.top a.logo {
    width: 150.6px;
    height: 51px;
  }
}
header.top a.logo svg {
  width: 251px;
  height: 85px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.top a.logo svg {
    width: 225.9px;
  }
}
@media (max-width: 767px) {
  header.top a.logo svg {
    width: 150.6px;
    height: 51px;
  }
}
header.top .slogan {
  margin: 0;
  margin-left: 25px;
  float: left;
  padding-left: 25px;
  position: relative;
  width: 135px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #d71920;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.top .slogan {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  header.top .slogan {
    width: 195px;
    font-size: 14px;
    margin-top: 5px;
  }
}
header.top .slogan:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 14px;
  height: 14px;
  background-image: url("../static/triangle-pink.svg");
}
header.top .menu-link {
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 129px;
  font-size: 24px;
  color: #d71920;
}
@media (max-width: 767px) {
  header.top .menu-link {
    line-height: 81px;
  }
}
body.menu-active header.top .menu-link {
  color: #322f31;
}
body.menu-active header.top .menu-link i.fa:before {
  font-family: 'FontAwesome';
  content: '\f00d';
}
@media (max-width: 991px) {
  header.top .nav-container {
    z-index: -2;
    top: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    padding: 10px;
    overflow-y: scroll;
  }
}
@media (max-width: 767px) {
  header.top .nav-container {
    top: 81px;
    padding-bottom: 20px;
  }
}
body.menu-active header.top .nav-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 991px) {
  body.menu-active header.top .nav-container {
    top: 129px;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media (max-width: 767px) {
  body.menu-active header.top .nav-container {
    top: 81px;
  }
}
@media (max-width: 991px) {
  header.top .mobile-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 129px;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  header.top .mobile-cover {
    height: 81px;
  }
}
header.top .navbar {
  background: none;
  border: 0;
  margin: 0;
  min-height: 0;
}
@media (max-width: 991px) {
  header.top .navbar {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  header.top .navbar {
    float: none;
    width: auto;
  }
}
header.top .navbar .nav {
  margin: 0;
}
@media (max-width: 991px) {
  header.top .navbar .nav {
    margin: 10px;
  }
}
header.top .navbar .nav li {
  position: relative;
}
@media (max-width: 991px) {
  header.top .navbar .nav li {
    float: none;
  }
}
header.top .navbar .nav li:hover > ul {
  display: block;
}
header.top .navbar .nav li > ul {
  margin: 0;
  margin-top: 7px;
  list-style-type: none;
  padding: 0;
}
@media (min-width: 992px) {
  header.top .navbar .nav li > ul {
    margin: 0;
    padding-bottom: 10px;
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    min-width: 270px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 9px rgba(0,0,0,0.1);
    box-shadow: 3px 4px 9px rgba(0,0,0,0.1);
  }
}
header.top .navbar .nav li > ul li {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 992px) {
  header.top .navbar .nav li > ul li {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  header.top .navbar .nav li > ul li:before {
    content: '–';
    color: #322f31;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    left: 2px;
    top: 2px;
  }
}
header.top .navbar .nav li > ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 992px) {
  header.top .navbar .nav li > ul li a {
    font-size: 18px;
    line-height: 22px;
  }
}
header.top .navbar .nav a {
  padding: 0;
  color: #322f31;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}
header.top .navbar .nav a:hover {
  color: #d71920;
}
@media (min-width: 992px) {
  header.top .navbar.navbar-channels {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  header.top .navbar.navbar-channels .nav {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header.top .navbar.navbar-channels .nav {
    margin-top: 20px;
  }
}
header.top .navbar.navbar-channels li {
  padding: 14px 15px;
}
@media (max-width: 991px) {
  header.top .navbar.navbar-channels li {
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  header.top .navbar.navbar-channels li {
    padding: 0;
  }
}
@media (max-width: 991px) {
  header.top .navbar.navbar-channels .cs-link {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (max-width: 767px) {
  header.top .navbar.navbar-channels .cs-link {
    float: left;
    width: auto;
    margin-right: 15px;
  }
}
@media (max-width: 479px) {
  header.top .navbar.navbar-channels .cs-link {
    width: 33.33333333333333%;
    margin-right: 0;
  }
}
header.top .navbar.navbar-channels .cs-link.cs-settlement.active,
header.top .navbar.navbar-channels .cs-link.cs-settlement:hover {
  background-color: rgba(213,16,103,0.1);
}
header.top .navbar.navbar-channels .cs-link.cs-commercial.active,
header.top .navbar.navbar-channels .cs-link.cs-commercial:hover {
  background-color: rgba(62,142,222,0.1);
}
header.top .navbar.navbar-channels .cs-link.cs-family.active,
header.top .navbar.navbar-channels .cs-link.cs-family:hover {
  background-color: rgba(0,178,136,0.1);
}
header.top .navbar.navbar-channels .cs-logo {
  display: block;
  width: 149px;
  height: 47px;
}
@media (max-width: 991px) {
  header.top .navbar.navbar-channels .cs-logo {
    width: 104.30000000000001px;
    height: 32.9px;
  }
}
@media (max-width: 767px) {
  header.top .navbar.navbar-channels .cs-logo {
    width: 89.4px;
    height: 28.2px;
  }
}
@media (min-width: 992px) {
  header.top .navbar.navbar-primary {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.top .navbar.navbar-primary {
    border-right: 1px solid #d9d9d9;
  }
}
@media (max-width: 767px) {
  header.top .navbar.navbar-primary .nav {
    margin-bottom: 0;
  }
}
header.top .navbar.navbar-primary .nav .phone {
  padding-right: 100px;
}
@media (max-width: 991px) {
  header.top .navbar.navbar-primary .nav .phone {
    text-align: center;
  }
}
header.top .navbar.navbar-primary .nav .phone a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 25px;
  color: #d71920;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.top .navbar.navbar-primary .nav .phone a {
    font-size: 20px;
  }
}
header.top .navbar.navbar-primary .nav .phone a:before {
  content: '';
  float: left;
  width: 14px;
  margin-right: 10px;
  height: 25px;
  background-image: url("../static/icon-phone.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
header.top .navbar.navbar-primary li {
  padding: 13px 10px;
}
header.top .navbar.navbar-primary li:last-child {
  padding-right: 15px;
}
@media (max-width: 991px) {
  header.top .navbar.navbar-primary li {
    padding: 7px 0;
  }
}
.contentMenuOffset {
  margin-top: 129px;
}
@media (max-width: 767px) {
  .contentMenuOffset {
    margin-top: 81px;
  }
}
body.admin-bar .contentMenuOffset {
  margin-top: 97px;
}
@media (max-width: 767px) {
  body.admin-bar .contentMenuOffset {
    margin-top: 35px;
  }
}
footer.bottom {
  background-color: #322f31;
  border-top: 1px solid #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 991px) {
  footer.bottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  footer.bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer.bottom h3 {
  font-size: 27px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  footer.bottom h3 {
    margin-bottom: 15px;
  }
}
footer.bottom a {
  color: #fff;
  text-decoration: none;
}
footer.bottom a:hover {
  color: #d71920;
}
footer.bottom .nav li a {
  padding: 0;
  background: none;
  color: #fff;
}
footer.bottom .nav li a:hover {
  color: #d71920;
}
footer.bottom .logo-main:hover,
footer.bottom .sub-logos a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
footer.bottom .logo-main {
  display: block;
  width: 263px;
  height: 94px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  footer.bottom .logo-main {
    width: 210.4px;
    height: 75.2px;
  }
}
@media (max-width: 767px) {
  footer.bottom .logo-main {
    width: 210.4px;
    height: 75.2px;
  }
}
footer.bottom .logo-main svg {
  width: 263px;
  height: 94px;
}
@media (max-width: 1199px) {
  footer.bottom .logo-main svg {
    width: 210.4px;
    height: 75.2px;
  }
}
@media (max-width: 767px) {
  footer.bottom .logo-main svg {
    width: 210.4px;
    height: 75.2px;
  }
}
footer.bottom .sub-logos {
  margin: 0;
  margin-bottom: 38px;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
@media (max-width: 767px) {
  footer.bottom .sub-logos {
    margin-bottom: 20px;
  }
}
footer.bottom .sub-logos li {
  float: left;
  width: 81px;
  height: 67px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  footer.bottom .sub-logos li {
    width: 64.8px;
    height: 53.6px;
  }
}
footer.bottom .sub-logos li:last-child {
  margin-right: 0;
}
footer.bottom .sub-logos li svg {
  width: 81px;
  height: 67px;
}
@media (max-width: 767px) {
  footer.bottom .sub-logos li svg {
    width: 64.8px;
    height: 53.6px;
  }
}
footer.bottom .clients-divisions-col .clients {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  footer.bottom .clients-divisions-col .clients {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  footer.bottom .hours-col {
    margin-bottom: 20px;
  }
}
footer.bottom .hours-col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer.bottom .hours-col ul li {
  margin-bottom: 5px;
}
footer.bottom .contact-col h4 {
  color: #d71920;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  footer.bottom .contact-col h4 {
    font-size: 16px;
  }
}
.sub-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 21px;
}
.sub-footer a {
  color: #322f31;
  text-decoration: none;
}
.sub-footer a:hover {
  color: #d71920;
}
@media (max-width: 991px) {
  .sub-footer {
    text-align: center;
  }
}
.sub-footer .nav {
  margin: 0;
}
@media (max-width: 991px) {
  .sub-footer .nav {
    float: none;
    display: block;
  }
}
.sub-footer .nav li {
  float: left;
}
@media (max-width: 991px) {
  .sub-footer .nav li {
    float: none;
    display: inline-block;
  }
}
.sub-footer .nav li:after {
  content: '|';
  display: inline;
}
.sub-footer .nav li:last-child:after {
  display: none;
}
.sub-footer .nav li.copyright {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .sub-footer .nav li.copyright {
    display: block;
    margin-bottom: 5px;
  }
}
.sub-footer .nav li.copyright:after {
  content: '';
}
.sub-footer .nav li a {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}
.sub-footer .nav li a:hover,
.sub-footer .nav li a:focus {
  background: none;
}
.sub-footer .website-by {
  float: right;
}
@media (max-width: 991px) {
  .sub-footer .website-by {
    float: none;
    display: inline-block;
    margin-top: 5px;
  }
}
.standard-header.about-header {
  background-image: url("../static/about-header-bg.png");
}
section.about-intro {
  text-align: left;
  font-size: 16px;
}
section.about-intro .left-col h2 {
  margin-bottom: 15px;
  font-size: 27px;
}
@media (max-width: 767px) {
  section.about-intro .left-col h2 {
    font-size: 22px;
  }
}
section.directors h2.title {
  color: #d71920;
}
.contact-page-content-area form input,
.contact-page-content-area form textarea,
.contact-page-content-area form .g-recaptcha {
  margin-bottom: 16px;
}
.contact-page-content-area form .g-recaptcha > div {
  margin: 0 auto;
}
.standard-header {
  background-color: #eee;
  background-image: url("../static/perth_bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px rgba(50,47,49,0.3);
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
@media (max-width: 991px) {
  .standard-header {
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: scroll;
  }
}
@media (max-width: 767px) {
  .standard-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.standard-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #322f31;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.standard-header h1 {
  font-size: 48px;
  line-height: 52px;
}
@media (max-width: 767px) {
  .standard-header h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.intro-content-area {
  background-color: #eee;
  text-align: center;
  font-size: 20px;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .intro-content-area {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
  }
}
.intro-content-area .document h1,
.intro-content-area .document h2,
.intro-content-area .document h3 {
  color: #d71920;
}
.primary-content-area .left-col .col-wrap {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .primary-content-area .left-col .col-wrap {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .primary-content-area .left-col .col-wrap {
    margin-right: 0;
  }
}
.home-header {
  background: none;
  background-image: url("../static/video-overlay.png");
  background-position: center bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 700px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .home-header {
    height: 500px;
  }
}
@media (max-width: 479px) {
  .home-header {
    height: 400px;
  }
}
.home-header .video-container {
  position: fixed;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: none;
  z-index: -1;
}
.home-header .video-container video {
  position: absolute;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.home-header .container {
  position: relative;
  height: 100%;
}
.home-header .text-center-wrap {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -moz-transform: perspective(1px) translateY(-50%);
  -o-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}
.home-header h1 {
  width: 65%;
  margin: 0 auto;
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767px) {
  .home-header h1 {
    font-size: 32px;
    width: 100%;
  }
}
.home-header .icon-down {
  margin: 0 auto;
  margin-top: 50px;
  display: block;
  width: 45px;
  height: auto;
}
@media (max-width: 767px) {
  .home-header .icon-down {
    width: 30px;
  }
}
@media (min-width: 480px) {
  .portal-section {
    padding-top: 0;
  }
}
.portal-section .portals {
  margin-top: -72px;
}
@media (max-width: 767px) {
  .portal-section .portals {
    margin-top: -42px;
  }
}
@media (max-width: 479px) {
  .portal-section .portals {
    margin-top: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .portal-section .portal {
    padding-left: 7px;
    padding-right: 7px;
  }
  .portal-section .portal:first-child {
    padding-left: 15px;
  }
  .portal-section .portal:last-child {
    padding-right: 15px;
  }
}
@media (max-width: 479px) {
  .portal-section .portal {
    margin-bottom: 15px;
  }
  .portal-section .portal:last-child {
    margin-bottom: 0;
  }
}
.portal-section .portal figure {
  position: relative;
  z-index: 1;
}
.portal-section .portal figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 80px;
  width: 100%;
  background: none;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  transition: background 0.2s ease;
  mask-image: url("../static/mask.svg");
  -webkit-mask-image: url("../static/mask.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  margin-bottom: -2px;
}
.portal-section .portal figure:after {
  content: '';
  background-image: url("../static/triangle-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 36px;
  -moz-background-size: 36px;
  background-size: 36px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 80px;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.portal-section .portal figure img {
  display: block;
  position: relative;
  z-index: -1;
  mask-image: url("../static/mask.svg");
  -webkit-mask-image: url("../static/mask.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  margin-bottom: -2px;
}
.portal-section .portal figure figcaption {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(215,25,32,1)'/></svg>"), -webkit-linear-gradient(135deg, transparent 30px, rgba(50,47,49,1) 30px);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(215,25,32,1)'/></svg>"), -moz-linear-gradient(135deg, transparent 30px, rgba(50,47,49,1) 30px);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(215,25,32,1)'/></svg>"), -o-linear-gradient(135deg, transparent 30px, rgba(50,47,49,1) 30px);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(215,25,32,1)'/></svg>"), -ms-linear-gradient(135deg, transparent 30px, rgba(50,47,49,1) 30px);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(215,25,32,1)'/></svg>"), linear-gradient(-45deg, transparent 30px, rgba(50,47,49,1) 30px);
  background-position: bottom right;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  white-space: normal;
  text-align: center;
  outline: 0;
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 1199px) {
  .portal-section .portal figure figcaption {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .portal-section .portal figure figcaption {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .portal-section .portal figure figcaption {
    font-size: 16px;
  }
}
.portal-section .portal a {
  display: block;
  text-decoration: none;
}
.portal-section .portal a:hover figure:before {
  background: rgba(215,25,32,0.5);
}
.portal-section .portal a:hover figure:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.portal-section .portal a:hover figure figcaption {
  color: rgba(255,255,255,0.8);
}
.portal-section .portal-settlements figure figcaption {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(213,16,103,1)'/></svg>"), -webkit-linear-gradient(135deg, transparent 30px, rgba(50,47,49,1) 30px);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(213,16,103,1)'/></svg>"), -moz-linear-gradient(135deg, transparent 30px, rgba(50,47,49,1) 30px);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(213,16,103,1)'/></svg>"), -o-linear-gradient(135deg, transparent 30px, rgba(50,47,49,1) 30px);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(213,16,103,1)'/></svg>"), -ms-linear-gradient(135deg, transparent 30px, rgba(50,47,49,1) 30px);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(213,16,103,1)'/></svg>"), linear-gradient(-45deg, transparent 30px, rgba(50,47,49,1) 30px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.portal-section .portal-settlements a:hover figure:before {
  background: rgba(213,16,103,0.5);
}
.portal-section .portal-commercial figure figcaption {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(62,142,222,1)'/></svg>"), -webkit-linear-gradient(135deg, transparent 30px, rgba(50,47,49,1) 30px);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(62,142,222,1)'/></svg>"), -moz-linear-gradient(135deg, transparent 30px, rgba(50,47,49,1) 30px);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(62,142,222,1)'/></svg>"), -o-linear-gradient(135deg, transparent 30px, rgba(50,47,49,1) 30px);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(62,142,222,1)'/></svg>"), -ms-linear-gradient(135deg, transparent 30px, rgba(50,47,49,1) 30px);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(62,142,222,1)'/></svg>"), linear-gradient(-45deg, transparent 30px, rgba(50,47,49,1) 30px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.portal-section .portal-commercial a:hover figure:before {
  background: rgba(62,142,222,0.5);
}
.portal-section .portal-family figure figcaption {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(0,178,136,1)'/></svg>"), -webkit-linear-gradient(135deg, transparent 30px, rgba(50,47,49,1) 30px);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(0,178,136,1)'/></svg>"), -moz-linear-gradient(135deg, transparent 30px, rgba(50,47,49,1) 30px);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(0,178,136,1)'/></svg>"), -o-linear-gradient(135deg, transparent 30px, rgba(50,47,49,1) 30px);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(0,178,136,1)'/></svg>"), -ms-linear-gradient(135deg, transparent 30px, rgba(50,47,49,1) 30px);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.083 60' width='50px' height='50px' preserveAspectRatio='xMaxYMin meet'><polygon points='55.083 10 55.083 0 0 0 0 60 5.083 60 55.083 10' style='fill:rgba(50,47,49,1)'/><path d='M5.083,60l50-50-29-7Z' style='fill:rgba(0,178,136,1)'/></svg>"), linear-gradient(-45deg, transparent 30px, rgba(50,47,49,1) 30px);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.portal-section .portal-family a:hover figure:before {
  background: rgba(0,178,136,0.7);
}
.welcome-section {
  background-color: #eee;
  background-image: url("../static/grey-bg.png");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.welcome-section .text-intro {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 767px) {
  .welcome-section .text-intro {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.welcome-section .text-intro h2 {
  color: #d71920;
}
.welcome-section .button-area {
  margin-top: 30px;
}
.col-content-section .document h2 {
  font-size: 27px;
}
@media (max-width: 767px) {
  .col-content-section .document h2 {
    font-size: 22px;
  }
}
.col-content-section .document h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .col-content-section .document h3 {
    font-size: 18px;
  }
}
.col-content-section .img-header {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .col-content-section .img-header {
    margin-bottom: 15px;
  }
}
.col-content-section .red-block-wrap {
  border: 4px solid #d71920;
  padding: 65px 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .col-content-section .red-block-wrap {
    padding: 45px 30px;
  }
}
@media (max-width: 991px) {
  .col-content-section .red-block-wrap {
    padding: 25px 15px;
  }
}
@media (min-width: 992px) {
  .col-content-section .left-col .wrap {
    margin-right: 45px;
  }
}
@media (max-width: 767px) {
  .col-content-section .left-col .wrap {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .col-content-section .right-col .wrap {
    margin-left: 45px;
  }
}
.col-content-section .memberships {
  margin: 0 auto;
  margin-top: 40px;
  padding: 0;
  list-style-type: none;
}
.col-content-section .memberships li {
  display: inline;
  margin-left: 30px;
}
@media (max-width: 479px) {
  .col-content-section .memberships li {
    float: none;
    display: inline-block;
  }
}
.col-content-section .memberships li:first-child {
  margin-left: 0;
}
.col-content-section .memberships li img {
  max-height: 135px;
}
@media (max-width: 991px) {
  .col-content-section .memberships li img {
    max-height: 90px;
  }
}
.resource-listing-area {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .resource-listing-area {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .resource-listing-area {
    padding-bottom: 10px;
  }
}
.resource-listing-area .resources-tile .resource {
  margin-bottom: 30px;
}
.article-data {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 28px;
  margin-bottom: 25px;
}
@media (max-width: 479px) {
  .article-data {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .article-data .thumb img {
    width: 50%;
    margin: 0 auto;
  }
}
.article-data .text {
  padding-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.article-data h4 {
  text-transform: uppercase;
  margin: 0;
}
.article-data a {
  font-weight: bold;
  color: #d71920;
  text-decoration: none;
}
.article-data a:hover {
  color: #322f31;
}
.article-data .author-position {
  margin-bottom: 15px;
}
.article-data time,
.article-data .tags-list {
  font-style: italic;
}
@media (max-width: 479px) {
  .team-profile .img-col {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .team-profile .img-col img {
    width: 50%;
    margin: 0 auto;
  }
}
.standard-header.team-header {
  background-image: url("../static/about-header-bg.png");
}
.team-listing {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media print {
  body {
    background: #fff;
    font-size: 10pt;
    margin: 0;
  }
  a {
    font-weight: bold;
    color: #006;
    text-decoration: underline;
  }
  a[href]:after {
    content: "";
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  table,
  pre {
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  .container {
    width: 100%;
  }
  header.top {
    position: static;
  }
  header.top .menu-link {
    display: none !important;
  }
  section,
  .intro-content-area,
  .our-fees-get-quote {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section h2.title,
  .intro-content-area h2.title,
  .our-fees-get-quote h2.title {
    margin-bottom: 20px;
  }
  .contentMenuOffset {
    margin-top: 0;
  }
  .home-header {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
  }
  .home-header .video-container {
    display: none;
  }
  .home-header .text-center-wrap {
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .portal-section .portals {
    margin-top: 0;
  }
  .standard-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .portal-section .portal figure figcaption {
    background-color: #fff !important;
  }
  .price-boxes .price-box {
    padding: 0;
    margin-right: 15px;
  }
  .locations .location .wrap {
    padding-top: 0;
  }
  .step-boxes .step-box {
    margin-bottom: 15px;
  }
  .step-boxes .step-box .step-head {
    padding: 0;
    margin-bottom: 15px;
  }
  .step-boxes .step-box .step-content {
    padding: 0;
  }
  .resource-nav {
    display: none;
  }
  .contact-page-content-area form {
    display: none;
  }
  main.document {
    width: 100%;
  }
  aside.sidebar {
    display: none;
  }
  footer.bottom {
    display: none;
  }
  .sub-footer {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */