.site-max-align {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.notes {
  font-size: 14px;
  color: #487899;
  font-weight: normal; }

.filter-none {
  text-decoration: none !important;
  box-shadow: none !important; }

.skinless {
  border: none !important;
  background: none !important;
  color: inherit;
  padding: 0; }

.txt-white {
  color: #fff; }

.txt-yellow {
  color: #ffa329; }

.txt-tan {
  color: #f6d06f; }

.txt-red {
  color: #8e2424; }

.txt-blue {
  color: #0281af; }

.txt-pri {
  color: #333; }

.txt-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ml-auto {
  margin-left: auto; }

.ml-sm {
  margin-left: 6px; }

.ml-md {
  margin-left: 12px; }

.ml-lg {
  margin-left: 24px; }

.mr-auto {
  margin-right: auto; }

.mr-xs {
  margin-right: 3px; }

.mr-sm {
  margin-right: 6px; }

.mr-md {
  margin-right: 12px; }

.mr-lg {
  margin-right: 24px; }

.mr-xl {
  margin-right: 36px; }

.mt-xs {
  margin-top: 3px; }

.mt-sm {
  margin-top: 6px; }

.mt-md {
  margin-top: 12px; }

.mt-lg {
  margin-top: 24px; }

.mt-xl {
  margin-top: 36px; }

.mb-xs {
  margin-bottom: 3px; }

.mb-sm {
  margin-bottom: 6px; }

.mb-md {
  margin-bottom: 12px; }

.mb-lg {
  margin-bottom: 24px; }

.mb-xl {
  margin-bottom: 36px; }

.mb-xxl {
  margin-bottom: 48px; }

.mlr-md {
  margin-left: 12px;
  margin-right: 12px; }

.mlr-lg {
  margin-left: 24px;
  margin-right: 24px; }

.mlr-xl {
  margin-left: 36px;
  margin-right: 36px; }

.pt-lg {
  padding-top: 24px; }

.pt-xl {
  padding-top: 36px; }

.pt-xxl {
  padding-top: 48px; }

.pt-xxxl {
  padding-top: 60px; }

.pb-lg {
  padding-bottom: 24px; }

.pb-xl {
  padding-bottom: 36px; }

.pl-sm {
  padding-left: 6px; }

.pl-md {
  padding-left: 12px; }

.pl-lg {
  padding-left: 24px; }

.pl-xl {
  padding-left: 36px; }

.pr-sm {
  padding-right: 6px; }

.pr-md {
  padding-right: 12px; }

.pr-lg {
  padding-right: 24px; }

.pr-xl {
  padding-right: 36px; }

.side-gutter-768 {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  padding-left: 20px;
  padding-right: 20px; }

.side-gutter-sm {
  margin-left: 24px;
  margin-right: 24px; }

.side-gutter-md {
  margin-left: 36px;
  margin-right: 36px; }

.side-gutter-xl {
  margin-left: 48px;
  margin-right: 48px; }

.side-gutter-xl-2 {
  margin-left: 60px;
  margin-right: 60px; }

.side-gutter-xl-2 {
  margin-left: 60px;
  margin-right: 60px; }

.side-gutter-xl-3 {
  margin-left: 72px;
  margin-right: 72px; }

.side-gutter-sl {
  margin-left: 100px;
  margin-right: 100px; }

.side-gutter-sl-2 {
  margin-left: 120px;
  margin-right: 120px; }

.side-gutter-sl-3 {
  margin-left: 160px;
  margin-right: 160px; }

.space-gutter-xs {
  padding-top: 12px;
  padding-bottom: 14px; }

.space-gutter-sm {
  padding-top: 24px;
  padding-bottom: 20px; }

.space-gutter-md {
  padding-top: 36px;
  padding-bottom: 30px; }

.space-gutter-xl {
  padding-top: 48px;
  padding-bottom: 40px; }

.space-gutter-xl-2 {
  padding-top: 60px;
  padding-bottom: 50px; }

.space-gutter-xl-3 {
  padding-top: 72px;
  padding-bottom: 50px; }

.space-gutter-sl {
  padding-top: 100px;
  padding-bottom: 80px; }

.space-gutter-sl-2 {
  padding-top: 120px;
  padding-bottom: 100px; }

.space-gutter-sl-3 {
  padding-top: 160px;
  padding-bottom: 140px; }

.ctr-ml > *:not(:first-child) {
  margin-left: 8px; }

.ctr-mr > *:not(:last-child) {
  margin-right: 8px; }

.txt-alg-r {
  text-align: right; }

.txt-alg-c {
  text-align: center; }

.txt-alg-l {
  text-align: left !important; }

.capitalize {
  text-transform: capitalize; }

.patch-container {
  width: 100%;
  display: flex;
  flex-flow: column;
  min-height: 100%;
  align-items: center; }

.patch-grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  /*--cell fixed 5--*/
  /*--cell fixed 6--*/ }
  .patch-grid > .cell-fixed-1-5,
  .patch-grid > .cell-grid-1-3,
  .patch-grid > .cell-grid-1-5,
  .patch-grid > .cell-grid-1-6 {
    flex: 0 1 auto;
    min-width: 0; }
  .patch-grid > .cell-fixed-1-5 {
    width: calc(20%);
    max-width: calc(20%); }
  .patch-grid > .cell-fixed-2-5 {
    width: calc(40%);
    max-width: calc(40%); }
  .patch-grid > .cell-fixed-3-5 {
    width: calc(60%);
    max-width: calc(60%); }
  .patch-grid > .cell-fixed-4-5 {
    width: calc(80%);
    max-width: calc(80%); }
  .patch-grid > .cell-fixed-1-6 {
    width: calc(16.666666666%);
    max-width: calc(16.666666666%); }
  .patch-grid > .cell-fixed-2-6 {
    width: calc(33.333333333%);
    max-width: calc(33.333333333%); }
  .patch-grid > .cell-fixed-3-6 {
    width: calc(50%);
    max-width: calc(50%); }
  .patch-grid > .cell-fixed-4-6 {
    width: calc(66.666666666%);
    max-width: calc(66.666666666%); }
  .patch-grid > .cell-fixed-5-6 {
    width: calc(83.333333333%);
    max-width: calc(83.333333333%); }
  .patch-grid > .cell-grid-1-3 {
    width: calc(33.333333333%);
    max-width: calc(33.333333333%); }
  .patch-grid > .cell-grid-1-5 {
    width: calc(20%);
    max-width: calc(20%); }
  .patch-grid > .cell-grid-1-6 {
    width: calc(16.666666666%);
    max-width: calc(16.666666666%); }
  .patch-grid.cell-gap-20 > * {
    padding: 10px; }
  .patch-grid.cell-gap-20.align-lr {
    margin-left: -10px;
    margin-right: -10px; }
  .patch-grid.cell-gap-20.align-tb {
    margin-top: -10px;
    margin-bottom: -10px; }

.patch-auto {
  width: 70%;
  /*83.33333%;*/
  /*margin-left: 30px;
  margin-right: 30px;*/ }

.patch {
  display: flex;
  /*--cells--*/
  /*--cell md --*/
  /*use this for grid*/
  /*-- alignment --*/
  /*-- cell gap --*/ }
  .patch.flex-wrap {
    flex-wrap: wrap; }
  .patch > .cell {
    flex: 1 1; }
  .patch > .cell-auto {
    flex: 1 1 auto; }
  .patch > .cell-uniform {
    flex: 1 1 0; }
  .patch > .cell-md-1-1 {
    flex: 0 1 100%; }
  .patch > .cell-md-1-2 {
    flex: 0 1 50%; }
  .patch > .cell-md-1-3 {
    flex: 0 1 33.33333%; }
  .patch > .cell-md-2-3 {
    flex: 0 1 66.66666%; }
  .patch > .cell-md-1-4 {
    flex: 0 1 25%; }
  .patch > .cell-md-2-4 {
    flex: 0 1 50%; }
  .patch > .cell-md-3-4 {
    flex: 0 1 75%; }
  .patch.v-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
    /*--cell md 2--*/
    /*--cell md 3--*/
    /*--cell md 4--*/ }
    .patch.v-gap-10 > * {
      margin-left: 5px;
      margin-right: 5px; }
    .patch.v-gap-10 > .cell-md-1-2 {
      flex: 0 1 calc( 50% - 10px ); }
    .patch.v-gap-10 > .cell-md-1-3 {
      flex: 0 1 calc( 33.33333% - 10px ); }
    .patch.v-gap-10 > .cell-md-2-3 {
      flex: 0 1 calc( 66.66666% - 10px ); }
    .patch.v-gap-10 > .cell-md-1-4 {
      flex: 0 1 calc( 25% - 10px ); }
    .patch.v-gap-10 > .cell-md-2-4 {
      flex: 0 1 calc( 50% - 10px ); }
    .patch.v-gap-10 > .cell-md-3-4 {
      flex: 0 1 calc( 75% - 10px ); }
  .patch.v-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
    /*--cell md 2--*/
    /*--cell md 3--*/
    /*--cell md 4--*/ }
    .patch.v-gap-20 > * {
      margin-left: 10px;
      margin-right: 10px; }
    .patch.v-gap-20 > .cell-md-1-2 {
      flex: 0 1 calc( 50% - 20px ); }
    .patch.v-gap-20 > .cell-md-1-3 {
      flex: 0 1 calc( 33.33333% - 20px ); }
    .patch.v-gap-20 > .cell-md-2-3 {
      flex: 0 1 calc( 66.66666% - 20px ); }
    .patch.v-gap-20 > .cell-md-1-4 {
      flex: 0 1 calc( 25% - 20px ); }
    .patch.v-gap-20 > .cell-md-2-4 {
      flex: 0 1 calc( 50% - 20px ); }
    .patch.v-gap-20 > .cell-md-3-4 {
      flex: 0 1 calc( 75% - 20px ); }
  .patch.justify-center {
    justify-content: center; }
  .patch.justify-right {
    justify-content: flex-end; }
  .patch.align-top {
    align-items: baseline; }
  .patch.align-center {
    align-items: center; }
  .patch.row-start {
    flex-direction: row;
    justify-content: flex-start; }
  .patch.row-center {
    flex-direction: row;
    justify-content: center; }
  .patch.row-end {
    flex-direction: row;
    justify-content: flex-end; }
  .patch.row-between {
    flex-direction: row;
    justify-content: space-between; }
  .patch.row-around {
    flex-direction: row;
    justify-content: space-around; }
  .patch.column-start {
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start; }
    .patch.column-start.stretch {
      align-items: stretch; }
  .patch.column-center {
    flex-direction: column;
    justify-content: center; }
  .patch.column-end {
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-start; }
    .patch.column-end.stretch {
      align-items: stretch; }
  .patch.cell-v-gap-10 > *:not(:last-child) {
    margin-right: 10px; }
  .patch.cell-v-gap-20 > *:not(:last-child) {
    margin-right: 20px; }
  .patch.cell-v-gap-40 > *:not(:last-child) {
    margin-right: 40px; }
  .patch.cell-v-gap-100 > *:not(:last-child) {
    margin-right: 100px; }

.auto {
  width: 70%; }

.self-center {
  align-self: center; }

.v-marg {
  margin-left: 30px;
  margin-right: 30px; }

.h-marg {
  margin-top: 40px;
  margin-bottom: 40px; }

/*------------------------------------------
 Site Specific Standard
------------------------------------------*/
button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
.disabled {
  pointer-events: none;
  background-color: #cfcfcf !important;
  color: #fff !important; }

.btn-sec {
  padding: 20px 28px 20px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 14px !important;
  background-color: #0281af !important;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  text-decoration: none !important;
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.1) !important;
  text-align: center;
  line-height: normal !important; }
  .btn-sec.rounded {
    border-radius: 50px; }
  .btn-sec.txt-cap {
    text-transform: uppercase;
    padding: 12px 24px; }
  .btn-sec.lg {
    font-size: 20px;
    padding: 12px 26px; }
  .btn-sec.sm {
    padding: 7px 18px;
    font-size: 14px; }
  .btn-sec:focus, .btn-sec:hover {
    color: #fff !important;
    background-color: #005a7b !important; }

.btn-outline {
  background: none;
  border: 2px solid #fff;
  padding: 20px 28px 20px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 14px !important;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.1) !important;
  text-align: center;
  line-height: normal; }
  .btn-outline:focus, .btn-outline:hover {
    color: #fff !important; }
  .btn-outline.red {
    border-color: #800;
    color: #800 !important; }
    .btn-outline.red:focus, .btn-outline.red:hover {
      color: #800 !important; }

input.btn-tri,
.btn-tri {
  padding: 20px 28px 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 14px !important;
  text-transform: uppercase;
  background-color: #df7402;
  color: #fff;
  display: inline-block;
  text-decoration: none !important;
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.1) !important;
  text-align: center;
  line-height: normal; }
  input.btn-tri.rounded,
  .btn-tri.rounded {
    border-radius: 50px; }
  input.btn-tri.pad-imp,
  .btn-tri.pad-imp {
    padding: 12px 24px 15px !important; }
  input.btn-tri.sm,
  .btn-tri.sm {
    padding: 7px 18px;
    font-size: 14px; }
  input.btn-tri:hover,
  .btn-tri:hover {
    color: #fff !important;
    background-color: #c94600 !important; }

.buy-now a {
  padding: 12px 24px 15px !important;
  background-color: #f8ae4c;
  color: #fff !important;
  border-radius: 50px;
  margin-top: 13px;
  display: inline-block;
  text-align: center; }

.dropdown button {
  padding: 0 16px; }

.super-header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 42px; }

.super-header-sub {
  font-weight: 300;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif; }
  .super-header-sub strong {
    font-weight: 700; }

.sec-header {
  font-size: 45px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif; }

.sec-header-sub {
  font-size: 18px; }

.sec-label {
  font-size: 16px; }

.site-top-header {
  background-color: #ebebeb;
  padding-top: 80px;
  padding-bottom: 90px;
  background-position-y: bottom;
  color: #930b0b; }

/*------------------------------------------
 Desktops
------------------------------------------*/
@media (max-width: 1440px) {
  .patch-grid > .cell-grid-1-5 {
    width: calc(20%);
    max-width: calc(20%); }
  .patch-grid > .cell-grid-1-6 {
    width: calc(16.666666666%);
    max-width: calc(16.666666666%); } }
/*------------------------------------------
 Laptops, Desktops
------------------------------------------*/
@media (max-width: 1280px) {
  .patch-grid > .cell-grid-1-5 {
    width: calc(25%);
    max-width: calc(25%); }
  .patch-grid > .cell-grid-1-6 {
    width: calc(20%);
    max-width: calc(20%); }

  .patch.flex-drop-1280 {
    flex-direction: column;
    flex-wrap: nowrap; }
    .patch.flex-drop-1280 > * {
      margin-left: 0;
      margin-right: 0;
      flex-basis: auto; } }
/*------------------------------------------
 Tablets, Ipads
------------------------------------------*/
@media (max-width: 1024px) {
  .patch-grid > .cell-grid-1-3 {
    width: calc(50%);
    max-width: calc(50%); }
  .patch-grid > .cell-grid-1-5 {
    width: calc(33.33333%);
    max-width: calc(33.33333%); }
  .patch-grid > .cell-grid-1-6 {
    width: calc(25%);
    max-width: calc(25%); }

  .patch.flex-drop-1024 {
    flex-direction: column;
    flex-wrap: nowrap; }
    .patch.flex-drop-1024.cell-v-gap-20 > *:not(:last-child) {
      margin-right: 15px; }
    .patch.flex-drop-1024.cell-v-gap-40 > *:not(:last-child) {
      margin-right: 30px; }
    .patch.flex-drop-1024.cell-v-gap-100 > *:not(:last-child) {
      margin-right: 50px; }
    .patch.flex-drop-1024 > * {
      width: 100% !important;
      max-width: 100% !important;
      margin-left: 0;
      margin-right: 0;
      flex-basis: auto; }
    .patch.flex-drop-1024.drop-gap-xs > *:not(:first-child) {
      margin-top: 10px; }
    .patch.flex-drop-1024.drop-gap-sm > *:not(:first-child) {
      margin-top: 18px; }
    .patch.flex-drop-1024.drop-gap-md > *:not(:first-child) {
      margin-top: 36px; }
    .patch.flex-drop-1024.drop-gap-lg > *:not(:first-child) {
      margin-top: 48px; }

  .side-gutter-sm {
    margin-left: 12px;
    margin-right: 12px; }

  .side-gutter-md {
    margin-left: 18px;
    margin-right: 18px; }

  .side-gutter-xl {
    margin-left: 24px;
    margin-right: 24px; }

  .side-gutter-xl-2 {
    margin-left: 30px;
    margin-right: 30px; }

  .side-gutter-xl-3 {
    margin-left: 36px;
    margin-right: 36px; }

  .side-gutter-sl {
    margin-left: 50px;
    margin-right: 50px; }

  .side-gutter-sl-2 {
    margin-left: 60px;
    margin-right: 60px; }

  .side-gutter-sl-3 {
    margin-left: 80px;
    margin-right: 80px; }

  .space-gutter-sm {
    padding-top: 12px;
    padding-bottom: 12px; }

  .space-gutter-md {
    padding-top: 18px;
    padding-bottom: 18px; }

  .space-gutter-xl {
    padding-top: 38px;
    padding-bottom: 30px; }

  .space-gutter-xl-2 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .space-gutter-xl-3 {
    padding-top: 62px;
    padding-bottom: 40px; }

  .space-gutter-sl {
    padding-top: 80px;
    padding-bottom: 50px; }

  .space-gutter-sl-2 {
    padding-top: 100px;
    padding-bottom: 60px; }

  .space-gutter-sl-3 {
    padding-top: 140px;
    padding-bottom: 70px; } }
/*------------------------------------------
 Low Resolution Tablets, Mobiles (Landscape)
------------------------------------------*/
@media (max-width: 767px) {
  .patch-grid > .cell-grid-1-3 {
    width: calc(100%);
    max-width: calc(100%); }
  .patch-grid > .cell-grid-1-5 {
    width: calc(50%);
    max-width: calc(50%); }
  .patch-grid > .cell-grid-1-6 {
    width: calc(33.33333%);
    max-width: calc(33.33333%); }

  .patch.flex-drop-767 {
    flex-direction: column;
    flex-wrap: nowrap; }
    .patch.flex-drop-767.cell-v-gap-20 > *:not(:last-child) {
      margin-right: 0;
      margin-bottom: 15px; }
    .patch.flex-drop-767.cell-v-gap-40 > *:not(:last-child) {
      margin-right: 0;
      margin-bottom: 25px; }
    .patch.flex-drop-767.cell-v-gap-100 > *:not(:last-child) {
      margin-right: 0;
      margin-bottom: 35px; }
    .patch.flex-drop-767 > * {
      width: 100% !important;
      max-width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      flex-basis: auto; }
    .patch.flex-drop-767.drop-gap-xs > *:not(:first-child) {
      margin-top: 10px; }
    .patch.flex-drop-767.drop-gap-sm > *:not(:first-child) {
      margin-top: 18px; }
    .patch.flex-drop-767.drop-gap-md > *:not(:first-child) {
      margin-top: 36px; }
    .patch.flex-drop-767.drop-gap-lg > *:not(:first-child) {
      margin-top: 48px; }

  .patch-auto {
    width: 80%; }

  .auto {
    width: 80%; }

  .side-gutter-sm {
    margin-left: 12px;
    margin-right: 12px; }

  .side-gutter-md {
    margin-left: 16px;
    margin-right: 16px; }

  .side-gutter-xl {
    margin-left: 20px;
    margin-right: 20px; }

  .side-gutter-xl-2 {
    margin-left: 26px;
    margin-right: 26px; }

  .side-gutter-xl-3 {
    margin-left: 30px;
    margin-right: 30px; }

  .side-gutter-sl {
    margin-left: 40px;
    margin-right: 40px; }

  .side-gutter-sl-2 {
    margin-left: 50px;
    margin-right: 50px; }

  .side-gutter-sl-3 {
    margin-left: 70px;
    margin-right: 70px; }

  .space-gutter-sm {
    padding-top: 12px;
    padding-bottom: 12px; }

  .space-gutter-md {
    padding-top: 12px;
    padding-bottom: 12px; }

  .space-gutter-xl {
    padding-top: 30px;
    padding-bottom: 24px; }

  .space-gutter-xl-2 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .space-gutter-xl-3 {
    padding-top: 52px;
    padding-bottom: 38px; }

  .space-gutter-sl {
    padding-top: 70px;
    padding-bottom: 50px; }

  .space-gutter-sl-2 {
    padding-top: 86px;
    padding-bottom: 56px; }

  .space-gutter-sl-3 {
    padding-top: 120px;
    padding-bottom: 66px; } }
/*------------------------------------------
 Low Resolution Phone
------------------------------------------*/
@media (max-width: 472px) {
  .buy-now a {
    margin-bottom: 10px; }

  .patch-grid.flex-drop-472 {
    flex-direction: column;
    flex-wrap: nowrap; }
    .patch-grid.flex-drop-472 > * {
      width: 100% !important;
      max-width: 100% !important; }

  .patch.flex-drop-472 {
    flex-direction: column;
    flex-wrap: nowrap; }
    .patch.flex-drop-472 > * {
      width: 100% !important;
      max-width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      flex-basis: auto; }
    .patch.flex-drop-472.cell-v-gap-20 > *:not(:last-child) {
      margin-right: 0;
      margin-bottom: 15px; }
    .patch.flex-drop-472.drop-gap-xs > *:not(:first-child) {
      margin-top: 10px; }
    .patch.flex-drop-472.drop-gap-sm > *:not(:first-child) {
      margin-top: 18px; }
    .patch.flex-drop-472.drop-gap-md > *:not(:first-child) {
      margin-top: 36px; }
    .patch.flex-drop-472.drop-gap-lg > *:not(:first-child) {
      margin-top: 48px; }

  .site-top-header {
    padding-top: 40px;
    padding-bottom: 45px;
    background-position-y: bottom;
    font-size: 36px !important; }

  .sec-header {
    font-size: 28px !important;
    line-height: 1em; }

  .patch-auto {
    width: 90%; }

  .auto {
    width: 90%; }

  .hidden-472-down {
    display: none !important; }

  .side-gutter-sm {
    margin-left: 12px;
    margin-right: 12px; }

  .side-gutter-md {
    margin-left: 12px;
    margin-right: 12px; }

  .side-gutter-xl {
    margin-left: 12px;
    margin-right: 12px; }

  .side-gutter-xl-2 {
    margin-left: 12px;
    margin-right: 12px; }

  .side-gutter-xl-3 {
    margin-left: 16px;
    margin-right: 16px; }

  .side-gutter-sl {
    margin-left: 20px;
    margin-right: 20px; }

  .side-gutter-sl-2 {
    margin-left: 20px;
    margin-right: 20px; }

  .side-gutter-sl-3 {
    margin-left: 20px;
    margin-right: 20px; } }
@media (min-width: 472px) {
  .hidden-472-up {
    display: none !important; } }

/*# sourceMappingURL=$patch-box.css.map */
