h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}
#edit-submitted-email::placeholder {
	color:white;
}
.top-nav-cell {
  float: left;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}
.link {
  float: left;
  -webkit-transition: color 408ms ease;
  transition: color 408ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-weight: 200;
  text-decoration: none;
}
.webform-component--volume-shipper .fieldset-wrapper {
  display:flex;	
}
.webform-component--volume-shipper label {
  margin-right: 0px;
  padding-bottom: 10px;
  color: #021826 !important;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
}
.link:hover {
  color: #ff4e61;
}
div.status, .ok {
  color: #00ff00;	
}
div.error, .error {
  color: #ff0000;	
}
.float-left {
  float: left;
}
.page-user-orders table a {
  color: #e70019;
}
.view-uc-orders-user table {
  width:100%;	
}
.view-uc-orders-user table td {
  padding: 15px;	
}
.form-item label {
  color:white;	
}
.profile .field-label {
    float: none;
}
.page-user-edit select {
  background-color:transparent;
  padding:25px;	
}
.page-user-edit #edit-submit {
	width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 34px 5%;
  border: 2px solid #fff;
  background-color: transparent;
  font-family: Museo300, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
}
.page-user-edit .form-text {
  	width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 34px 5%;
  border: 2px solid #fff;
  background-color: transparent;
  font-family: Museo300, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  height: 38px;
}
.form-item.form-type-password {
  width:100%;	
}
.page-user .form-text.required {
width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 34px 5%;
  border: 2px solid #fff;
  background-color: transparent;
  font-family: Museo300, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  height: 38px;
  }
  .description {
	display:none; 
  }
.float-left.link {
  font-weight: 600;
}

.float-left.center-divider {
  margin-right: 8px;
  margin-left: 8px;
  color: #e70019;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.login-reg-link {
  clear: left;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.alt-menu {
  float: right;
}

.nav-menu {
  color: #f00026;
}

.nav-menu-alt {
  margin-top: 30px;
  color: #f00026;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #e70019;
  font-size: 17px;
  line-height: 32px;
}

.nav-link:hover {
  color: rgba(231, 0, 25, .49);
}

.section {
  background-color: #021826;
  color: #fff;
}

.header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.nav-link-2 {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #e70019;
  font-size: 17px;
  line-height: 32px;
}

.nav-link-2:hover {
  color: rgba(231, 0, 25, .49);
}

.nav-link-2.w--current {
  color: #ce7a83;
}

.nav-link-3 {
  padding: 16px 60px;
  border: 3px solid #e70019;
  -webkit-transition: border 300ms ease, background-color 408ms ease;
  transition: border 300ms ease, background-color 408ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #e70019;
  font-size: 18px;
  line-height: 32px;
}

.nav-link-3:hover {
  border-color: #021826;
  background-color: #e70019;
  color: #fff;
}

.navbar {
  display: block;
  height: 130px;
  padding: 4px 5% 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .95);
  box-shadow: 1px 1px 27px 2px rgba(0, 0, 0, .29);
}

.nav-menu-2 {
  margin-top: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.nav-link-standard {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 17px;
  line-height: 32px;
}

.nav-link-standard:hover {
  color: #e70019;
}

.nav-link-standard.w--current {
  -webkit-transition: color 408ms ease;
  transition: color 408ms ease;
  color: #021826;
}

.nav-link-standard.w--current:hover {
  color: #e70019;
}

.hero-banner {
  position: relative;
  margin-top: -130px;
  background-image: url('../images/electric-acoustic-guitar.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block {
  width: 50%;
  height: 100%;
  padding: 10% 5% 3%;
  background-color: #fff;
  text-align: right;
}

.heading {
  margin-bottom: 20px;
  font-family: Museo300, sans-serif;
  color: #021826;
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
}

.text-block {
  margin-bottom: 30px;
  font-family: 'Josefin Sans', sans-serif;
  color: #e70019;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.link-3 {
  display: block;
  width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e70019;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-3 {
  display: block;
  padding: 26px 5% 11px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #021826;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.icon {
  margin-top: 23px;
  color: #e70019;
}

.text-field {
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 4px solid #003353;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: Museo300, sans-serif;
  color: #021826;
  font-size: 18px;
  line-height: 32px;
}

.field-label {
  margin-right: 20px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 2px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.field-label-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.select-field {
  border-style: none;
  border-radius: 0px;
  background-color: transparent;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-4 {
  padding: 20px 8%;
  border: 8px solid #021826;
  background-color: transparent;
  -webkit-transition: color 458ms ease, border 408ms ease;
  transition: color 458ms ease, border 408ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.link-4:hover {
  border-color: #e70019;
  color: #e70019;
}

.h1 {
  margin-bottom: 30px;
  font-family: Museo300, sans-serif;
  color: #021826;
  font-size: 80px;
  line-height: 110px;
  font-weight: 400;
}

.h2 {
  margin-bottom: 30px;
  font-family: Museo300, sans-serif;
  color: #e70019;
  font-size: 70px;
  line-height: 90px;
  font-weight: 400;
}

.h3 {
  margin-bottom: 40px;
  font-family: Museo300, sans-serif;
  color: #021826;
  font-size: 60px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.h3.center {
  margin-bottom: 40px;
  text-align: center;
}

.h4 {
  margin-bottom: 30px;
  font-family: Museo300, sans-serif;
  color: #e70019;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h5 {
  margin-bottom: 20px;
  font-family: Museo300, sans-serif;
  color: #021826;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}

.h6 {
  margin-bottom: 20px;
  font-family: Museo300, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 2px;
}

.p-lead {
  margin-bottom: 40px;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 26px;
  line-height: 43px;
  font-weight: 500;
}

.p {
  margin-bottom: 40px;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 20px;
  line-height: 36px;
}

.p.center {
  text-align: center;
}

.p2 {
  margin-bottom: 30px;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 18px;
  line-height: 32px;
}

.p3 {
  margin-bottom: 30px;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 16px;
  line-height: 26px;
}

.section-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.red-block {
  margin-top: 59px;
  margin-bottom: 41px;
  padding: 75px 40px;
  background-color: #e70019;
}

.heading-white {
  display: block;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Museo300, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 74px;
  font-weight: 400;
}

.p-white {
  margin-bottom: 30px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
}

.p-white.center {
  margin-bottom: 31px;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
}

.btn-blue {
  padding: 34px 57px;
  background-color: #021826;
  -webkit-transition: background-color 408ms ease, box-shadow 458ms ease;
  transition: background-color 408ms ease, box-shadow 458ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-blue:hover {
  background-color: #003353;
  box-shadow: 8px 8px 22px -12px #000;
}

.btn-blue.full-width {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
}

.btn-white-blue {
  padding: 34px 57px;
  background-color: #fff;
  -webkit-transition: background-color 408ms ease, opacity 200ms ease;
  transition: background-color 408ms ease, opacity 200ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-white-blue:hover {
  background-color: #003353;
  box-shadow: 8px 8px 22px -12px #000;
  color: #fff;
}

.blue-block {
  margin-top: 59px;
  margin-bottom: 41px;
  padding: 75px 40px;
  background-color: #021826;
}

.btn-red {
  padding: 34px 57px;
  background-color: #e70019;
  -webkit-transition: background-color 408ms ease, box-shadow 408ms ease;
  transition: background-color 408ms ease, box-shadow 408ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-red:hover {
  background-color: #ff273e;
  box-shadow: 0 11px 22px -12px #000;
}

.btn-red.full-width {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.btn-white-red {
  padding: 34px 57px;
  background-color: #fff;
  -webkit-transition: background-color 408ms ease, box-shadow 408ms ease;
  transition: background-color 408ms ease, box-shadow 408ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #e70019;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-white-red:hover {
  background-color: #ff273e;
  box-shadow: 8px 8px 22px -12px #000;
  color: #fff;
}

.btn-white-red.full-width {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.call-text-left {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 21px;
  border-bottom: 2px solid #e70019;
  font-family: Museo300, sans-serif;
  color: #021826;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
}

.call-text-right {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 21px;
  border-bottom: 2px solid #e70019;
  font-family: Museo300, sans-serif;
  color: #021826;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  text-align: right;
}

.text-block-2 {
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  font-family: Museo300, sans-serif;
  color: #e70019;
  font-size: 40px;
  line-height: 60px;
}

.btn-blue-large {
  margin-bottom: 20px;
  padding: 34px 57px;
  background-color: #021826;
  -webkit-transition: background-color 408ms ease, box-shadow 425ms ease;
  transition: background-color 408ms ease, box-shadow 425ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-blue-large:hover {
  background-color: #003353;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  box-shadow: 0 11px 22px -12px #000;
  color: #fff;
}

.heading-9 {
  color: #dfdfdf;
}

.ul {
  margin-bottom: 40px;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 20px;
  line-height: 38px;
  font-weight: 300;
}

.ol {
  margin-bottom: 40px;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 20px;
  line-height: 38px;
  font-weight: 300;
}

.ul-alt {
  margin-bottom: 40px;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 20px;
  line-height: 38px;
  font-weight: 300;
}

.content-div {
  padding: 2% 5% 5%;
}

.p4 {
  margin-bottom: 30px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.title {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-left: 12px;
  font-family: Museo300, sans-serif;
  color: #021826;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}

.img-step-icon {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.content-div-red {
  display: block;
  padding: 5%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e70019;
  background-image: url('../images/bg-pattern.svg');
  background-position: 0px 0px;
  background-size: 30px;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-div-right {
  padding: 5% 0% 5% 5%;
}

.col-right {
  padding-right: 0px;
  padding-left: 40px;
}

.col-left {
  padding-right: 40px;
  padding-left: 0px;
}

.content-div-left {
  padding: 5% 5% 5% 0%;
  text-align: right;
}

.content-div-blue {
  padding: 2% 5%;
  background-color: #021826;
  color: #fff;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 22px;
  line-height: 32px;
}

.text-block-3 {
  margin-right: 10px;
  font-family: 'Josefin Sans', sans-serif;
  color: #e70019;
  font-size: 100%;
  text-align: center;
}

.text-block-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 100%;
  text-align: center;
}

.div-block-3 {
  padding: 5%;
  border: 1px solid #fff;
}

.term-title {
  font-family: Museo300, sans-serif;
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.content-div-grey {
  padding: 5%;
  background-color: #d1d1d1;
  background-image: url('../images/bg-pattern.svg');
  background-position: 0px 0px;
  background-size: 30px;
}

.content-div-grey.login-reg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sg-guitar-wire4b.svg'), url('../images/bg-pattern.svg');
  background-position: 122% 50%, 0px 0px;
  background-size: contain, 30px;
  background-repeat: no-repeat, repeat;
}

.div-block-4 {
  border: 17px solid #fff;
  box-shadow: 0 10px 44px 0 rgba(0, 0, 0, .17);
}

.stat-cell {
  margin-top: 40px;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 72px;
  line-height: 98px;
  font-weight: 300;
  text-align: center;
}

.stat-label {
  margin-bottom: 60px;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slider {
  height: auto;
  margin-top: 40px;
  margin-bottom: 80px;
  background-color: transparent;
}

.slide-nav {
  overflow: hidden;
}

.icon-2 {
  margin-top: 50%;
  margin-bottom: auto;
  color: #e70019;
}

.icon-3 {
  margin-top: 50%;
  margin-bottom: auto;
  color: #e70019;
}

.text-block-5 {
  margin-bottom: 16px;
  font-family: 'Josefin Sans', sans-serif;
  color: #e70019;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.customer-img {
  width: 100%;
  box-shadow: 0 9px 33px 0 rgba(0, 0, 0, .08);
  -webkit-transition: opacity 408ms ease, box-shadow 425ms ease;
  transition: opacity 408ms ease, box-shadow 425ms ease;
}

.customer-img:hover {
  box-shadow: 0 9px 33px 0 rgba(0, 0, 0, .21);
}

.customer-img:active {
  box-shadow: 0 4px 33px 0 rgba(0, 0, 0, .21);
}

.customer-tab {
  width: 25%;
  background-color: transparent;
  opacity: 0.8;
}

.customer-tab:hover {
  opacity: 1;
}

.customer-tab.w--current {
  width: 25%;
  background-color: transparent;
  opacity: 1;
}

.tab-link-tab-3 {
  width: 25%;
  background-color: transparent;
}

.tab-link-tab-4 {
  width: 25%;
  background-color: transparent;
}

.tabs {
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-name {
  font-family: Museo300, sans-serif;
  font-size: 34px;
  line-height: 48px;
  font-weight: 400;
}

.tabs-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.call-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h3-white {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Museo300, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.h3-white.center {
  text-align: center;
}

.more-link-lrg {
  display: inline;
  padding-top: 3px;
  padding-right: 24px;
  float: right;
  background-image: url('../images/sg-icon-r-arrow.svg');
  background-position: 100% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: color 408ms ease;
  transition: color 408ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.more-link-lrg:hover {
  background-position: 100% 50%;
  background-size: 16px;
  color: #ff273e;
}

.blog-teaser-cell {
  margin-bottom: 30px;
}

.blog-date {
  margin-bottom: 16px;
  font-family: 'Josefin Sans', sans-serif;
  color: #e70019;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-heading-med a {
  color:black;
  text-decoration:none;	
}
.blog-title {
  margin-bottom: 30px;
  font-family: Museo300, sans-serif;
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
}
.more-link-sml-blue a {
  color:black;
  text-decoration:none;	
}
.more-link-sml-blue a:hover {
  color: #e70019 !important;
}
.pager-current, .pager-item a {
  padding-right: 2%;
  padding-left: 2%;
  opacity: 0.5;
  -webkit-transition: opacity 442ms ease;
  transition: opacity 442ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #e70019 !important;
  text-decoration:none;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}
.pager-current:hover, .pager-item a:hover, .pager-previous a:hover {
	opacity: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .48);
}

.pager-next a, .pager-last a, .pager-previous a{
  text-decoration:none;	
  font:'Josefin Sans', sans-serif;
  color: #000 !important;
  opacity:0.5;
}
.pager-next a:hover, .pager-last a:hover {
  opacity:1;	
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .48);
}
.blog-img {
  width: 100%;
  max-height: auto;
  max-width: auto;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.read-more {
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.p-teaser {
  margin-bottom: 30px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 200;
  letter-spacing: 1px;
}

.teaser-col {
  padding-right: 1%;
  padding-left: 1%;
}

.image-2 {
  margin-right: 16px;
  float: left;
  color: #fff;
}

.li {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 32px;
}

.unordered-list {
  color: #021826;
}

.div-block-5 {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 12%;
  border-left: 3px solid #e70019;
}

.h3-alt {
  margin-bottom: 30px;
  font-family: Museo300, sans-serif;
  color: #021826;
  font-size: 60px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.h3-alt.center {
  text-align: center;
}

.footer-social-icon {
  max-width: 80%;
  -webkit-transition: opacity 408ms ease;
  transition: opacity 408ms ease;
  font-size: 14px;
  line-height: 20px;
}

.footer-social-icon:hover {
  opacity: 0.6;
}

.btn-trans {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: transparent;
  -webkit-transition: background-color 408ms ease, box-shadow 425ms ease;
  transition: background-color 408ms ease, box-shadow 425ms ease;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-trans:hover {
  background-color: #003353;
  box-shadow: 0 9px 14px -10px #000;
  color: #fff;
}

.btn-trans-white {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #fff;
  -webkit-transition: background-color 408ms ease, box-shadow 408ms ease;
  transition: background-color 408ms ease, box-shadow 408ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-trans-white:hover {
  background-color: #003353;
  box-shadow: 0 11px 22px -12px #000;
  color: #fff;
}

.copyright {
  font-family: Museo300, sans-serif;
  font-size: 11px;
  text-align: center;
}

.section-5 {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
}

.signature {
  margin-right: 10px;
  float: none;
  font-family: Museo300, sans-serif;
  color: #c9c9c9;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.image-3 {
  max-width: 100%;
  float: none;
  opacity: 0.78;
  font-size: 14px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-input {
  margin-bottom: 20px;
  padding-right: 8px;
  padding-bottom: 22px;
  padding-left: 8px;
  border-style: none none solid;
  border-bottom-width: 3px;
  border-bottom-color: #fff;
  background-color: transparent;
  font-family: Museo300, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 36px;
}

.heading-white-sml {
  display: block;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Museo300, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 48px;
  font-weight: 300;
}

.btn-blue-wide {
  width: 100%;
  padding: 22px 57px;
  background-color: #021826;
  -webkit-transition: background-color 408ms ease, box-shadow 408ms ease;
  transition: background-color 408ms ease, box-shadow 408ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.btn-blue-wide:hover {
  background-color: #003353;
  box-shadow: 0 11px 22px -12px #000;
}

.btn-blue-wide.full-width {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.form-block {
  min-width: auto;
}

.footer-logo {
  display: block;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.step-column {
  padding-right: 5%;
  padding-left: 5%;
}

.sub-heading {
  margin-bottom: 20px;
  font-family: Museo300, sans-serif;
  color: #e70019;
  font-size: 34px;
  line-height: 48px;
  font-weight: 600;
}

.sub-heading-center {
  margin-bottom: 20px;
  font-family: Museo300, sans-serif;
  color: #e70019;
  font-size: 34px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
}

.check-list {
  padding-left: 60px;
  background-image: url('../images/sg-icon-check2.svg');
  background-position: 0px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.more-link-sml {
  padding-right: 20px;
  background-image: url('../images/sg-icon-r-arrow.svg');
  background-position: 100% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: color 425ms ease;
  transition: color 425ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.more-link-sml:hover {
  color: #e70019;
}

.term-title-ups {
  display: inline-block;
  padding-right: 45px;
  background-image: url('../images/sg-ups.svg');
  background-position: 100% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  font-family: Museo300, sans-serif;
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-trans-red {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #e70019;
  -webkit-transition: background-color 408ms ease, box-shadow 408ms ease, color 408ms ease;
  transition: background-color 408ms ease, box-shadow 408ms ease, color 408ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-trans-red:hover {
  background-color: #fff;
  box-shadow: 0 11px 22px -12px #000;
  color: #e70019;
}

.social-top {
  float: right;
}

.social-icon-facebook {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon-facebook:hover {
  opacity: 0.6;
}

.social-icon-twitter {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon-twitter:hover {
  opacity: 0.6;
}

.social-icon-instagram {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon-instagram:hover {
  opacity: 0.6;
}

.social-icon-youtube {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon-youtube:hover {
  opacity: 0.6;
}

.image-6 {
  float: none;
}

.ups-call {
  padding-right: 28px;
  float: none;
  background-image: url('../images/sg-ups.svg');
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 200;
}

.link-phone {
  padding-left: 30px;
  float: left;
  background-image: url('../images/sg-icon-phone2.svg');
  background-position: 0px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: color 408ms ease;
  transition: color 408ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-weight: 200;
  text-decoration: none;
}

.link-phone:hover {
  background-image: url('../images/sg-icon-phone2.svg');
  background-size: 24px;
  background-repeat: no-repeat;
  opacity: 1;
  color: #ff4e61;
}

.text-block-6 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

.text-block-7 {
  font-family: 'Josefin Sans', sans-serif;
}

.text-block-8 {
  font-family: 'Josefin Sans', sans-serif;
}

.text-block-9 {
  font-family: 'Josefin Sans', sans-serif;
}

.image-7 {
  font-size: 26px;
  line-height: 36px;
}

.bold-text {
  line-height: 17px;
}

.dropdown-link {
  background-color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  color: #e70019;
}

.content-div-alt {
  padding: 5%;
  background-image: url('../images/sg-guitar-wire3.svg');
  background-position: 103% -21px;
  background-size: 41%;
  background-repeat: no-repeat;
}

.content-div-red-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3% 5%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e70019;
  background-image: url('../images/bg-pattern.svg'), url('../images/sg-guitar-wire4b.svg');
  background-position: 0px 0px, 100% 73%;
  background-size: 30px, 50%;
  background-repeat: repeat, no-repeat;
}

.hero-banner-how {
  position: relative;
  margin-top: -130px;
  background-image: url('../images/ship-guitars-hero2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.step-cell {
  margin-top: 40px;
  margin-bottom: 20px;
}

.title-white {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-left: 12px;
  font-family: Museo300, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}

.hero-banner-about {
  position: relative;
  margin-top: -130px;
  background-image: url('../images/electric-guitars-store.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-div-right-blue {
  padding: 5% 0% 5% 5%;
  background-color: #021826;
  color: #fff;
}

.content-div-left-blue {
  padding: 5% 5% 5% 0%;
  background-color: #021826;
  color: #fff;
  text-align: right;
}

.sub-heading-white {
  margin-bottom: 20px;
  font-family: Museo300, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 48px;
  font-weight: 600;
}

.p-white-lrg {
  margin-bottom: 30px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  text-decoration: none;
}

.p-white-lrg.center {
  margin-bottom: 31px;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
}

.testimonial {
  display: block;
  width: 100%;
  margin: 5% auto;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  padding-right: 2%;
  padding-left: 2%;
}

.column-7 {
  padding-right: 2%;
  padding-left: 2%;
}

.content-div-red-flex {
  display: block;
  padding: 4% 5%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e70019;
  background-image: url('../images/bg-pattern.svg');
  background-position: 0px 0px;
  background-size: 30px;
}

.p-mission {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Museo300, sans-serif;
  color: #fff;
  font-size: 270%;
  line-height: 126%;
  text-align: center;
}

.content-div-red-alt2 {
  display: block;
  padding: 5%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e70019;
  background-image: url('../images/sg-guitar-wire4b.svg'), url('../images/bg-pattern.svg');
  background-position: 0px 59%, 0px 0px;
  background-size: 50%, 30px;
  background-repeat: no-repeat, repeat;
}

.hero-banner-quote {
  position: relative;
  margin-top: -130px;
  background-image: url('../images/man-holding-guitar-sunset.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-label-1 {
  margin-right: 30px;
  float: none;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.row-5 {
  display: block;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 3% 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 6px 43px -11px rgba(0, 0, 0, .71);
}

.h4-alt {
  margin-bottom: 30px;
  font-family: Museo300, sans-serif;
  color: #021826;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.column-8 {
  text-align: center;
}

.column-9 {
  text-align: center;
}

.column-10 {
  text-align: center;
}

.quote-icon {
  margin-bottom: 30px;
}

.submit-button {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.btn-red-lrg {
  padding: 3% 5% 3% 6%;
  background-color: #e70019;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-red-lrg.full-width {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.btn-red-lrg-center {
  display: block;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 3% 5% 3% 6%;
  background-color: #e70019;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-red-lrg-center.full-width {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.form-field-1 {
  display: block;
  width: 80%;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 5%;
  border: 2px solid #000;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 18px;
  line-height: 32px;
}

.form-field-1:focus {
  box-shadow: 0 11px 22px -12px #000;
}

.field-label-4 {
  font-family: Museo300, sans-serif;
  color: #e70019;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
}

.hero-banner-testimonial {
  position: relative;
  margin-top: -130px;
  background-image: url('../images/colorful-guitars.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-div-alt2 {
  padding: 5%;
  background-image: url('../images/sg-guitar-wire3.svg');
  background-position: 100% 107%;
  background-size: 41%;
  background-repeat: no-repeat;
}

.pager-link {
  padding-right: 2%;
  padding-left: 2%;
  opacity: 0.5;
  -webkit-transition: opacity 442ms ease;
  transition: opacity 442ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #e70019;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-decoration: none;
}

.pager-link:hover {
  opacity: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .48);
}

.pager-link:active {
  position: static;
}

.container-3 {
  margin-top: 40px;
  text-align: center;
}

.pager-link-arrow-left {
  padding-right: 2%;
  padding-left: 2%;
  opacity: 0.6;
  -webkit-transition: opacity 442ms ease;
  transition: opacity 442ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-decoration: none;
}

.pager-link-arrow-left:hover {
  opacity: 1;
}

.pager-link-arrow-left.white {
  color: #fff;
}

.pager-link-arrow-right {
  padding-right: 2%;
  padding-left: 2%;
  opacity: 0.6;
  -webkit-transition: opacity 442ms ease;
  transition: opacity 442ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-decoration: none;
}

.pager-link-arrow-right:hover {
  opacity: 1;
}

.pager-link-arrow-right.white {
  color: #fff;
}

.heading-white-underline {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  font-family: Museo300, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 74px;
  font-weight: 400;
}

.link-phone-white {
  margin-bottom: 30px;
  padding-left: 40px;
  background-image: url('../images/sg-icon-phone2.svg');
  background-position: 0px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  text-decoration: none;
}

.link-phone-white.center {
  margin-bottom: 31px;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
}

.link-email-white {
  margin-bottom: 30px;
  padding-left: 40px;
  background-image: url('../images/sg-icon-phone2.svg');
  background-position: 0px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  text-decoration: none;
}

.link-email-white.center {
  margin-bottom: 31px;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
}

.submit-button-2 {
  width: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #e70019;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
}

.form-field-alt {
  width: 100%;
  padding: 34px 5%;
  border: 2px solid #fff;
  background-color: transparent;
  font-family: Museo300, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
}
.form-item {
  margin:0px;	
}
.form-field-alt.lr {
  margin-bottom: 0px;
}

.form-field-alt.lr.short {
  padding-left: 10%;
}

.column-11 {
  padding-right: 12px;
}

.column-11.lr {
  padding-left: 0px;
}

.column-12 {
  padding-left: 12px;
}

.column-12.lr {
  padding-right: 0px;
}

.column-13 {
  padding-right: 4%;
  padding-left: 4%;
}

.column-14 {
  padding-right: 4%;
  padding-left: 4%;
}

.faq-dropdown {
  width: 100%;
  border-bottom: 2px solid #021826;
}

.dropdown-toggle {
  width: 100%;
  padding-top: 4%;
  padding-bottom: 2%;
  font-family: Museo300, sans-serif;
  color: #e70019;
  font-size: 36px;
  line-height: 46px;
}

.icon-5 {
  font-family: 'Josefin Sans', sans-serif;
  color: #e70019;
  font-size: 44px;
  font-weight: 300;
}

.dropdown-list {
  padding-bottom: 5%;
}

.dropdown-list.w--open {
  padding: 2% 1%;
  background-color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 22px;
  line-height: 38px;
}

.faq-cell {
  margin-bottom: 5%;
}

.column-15 {
  text-align: center;
}

.divider {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
  clear: both;
  border-bottom: 3px solid #e70019;
}

.text-block-11 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 26px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
}

.form-field-1-alt {
  display: block;
  height: 84px;
  margin-right: auto;
  margin-bottom: 21px;
  margin-left: auto;
  padding: 40px 30px;
  border: 2px solid #000;
  font-family: Museo300, sans-serif;
  color: #021826;
  font-size: 24px;
  line-height: 34px;
}

.radio-column {
  display: block;
  padding: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: left;
}

.radio-button-field {
  margin-left: 30px;
  padding-left: 20px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}

.radio-button {
  border: 1px solid #021826;
}

.radio-button-2 {
  border: 1px solid #021826;
}

.spacer {
  width: 100%;
  height: 72px;
}

.form-field-2 {
  display: block;
  height: 84px;
  margin-right: auto;
  margin-bottom: 21px;
  margin-left: auto;
  padding: 40px 30px;
  border: 1px dashed #000;
  font-family: Museo300, sans-serif;
  color: #021826;
  font-size: 24px;
  line-height: 34px;
}

.tracking-icon {
  display: block;
  margin-right: auto;
  margin-bottom: 8%;
  margin-left: auto;
}

.heading-white-center {
  display: block;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Museo300, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 74px;
  font-weight: 400;
  text-align: center;
}

.p-white-lrg-center {
  margin-bottom: 30px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.p-white-lrg-center.center {
  margin-bottom: 31px;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
}

.form-field-alt2 {
  width: 100%;
  padding: 40px 5%;
  border: 2px solid #fff;
  background-color: #021826;
  font-family: Museo300, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
}

.p-mission-blue {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Museo300, sans-serif;
  color: #021826;
  font-size: 270%;
  line-height: 126%;
  text-align: center;
}

.tag-link {
  display: inline-block;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 10px 30px 10px 31px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, .1);
  -webkit-transition: background-color 442ms ease;
  transition: background-color 442ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  text-decoration: none;
  text-transform: uppercase;
}

.tag-link:hover {
  background-color: #e70019;
}

.tag-link-cell {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row-6 {
  display: block;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #fff;
}

.link-5 {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.column-20 {
  padding-top: 2%;
  padding-bottom: 2%;
}

.blog-heading-lrg {
  margin-bottom: 40px;
  font-family: Museo300, sans-serif;
  font-size: 38px;
  line-height: 48px;
}

.blog-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 300px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 5px 50px -2px rgba(0, 0, 0, .15);
}

.blog-heading-med {
  margin-bottom: 30px;
  font-family: Museo300, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.blog-img-wrapper-lrg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 450px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 5px 50px -2px rgba(0, 0, 0, .15);
}

.p-teaser-alt {
  margin-bottom: 30px;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 1px;
}

.heading-blue {
  margin-bottom: 40px;
  font-family: Museo300, sans-serif;
  color: #021826;
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
}

.heading-blue-underline {
  margin-bottom: 40px;
  padding-bottom: 28px;
  padding-left: 14px;
  border-bottom: 2px solid #021826;
  font-family: Museo300, sans-serif;
  color: #021826;
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.column-21 {
  padding-right: 10px;
  padding-left: 10px;
}

.column-22 {
  padding-right: 2%;
  padding-left: 2%;
}

.read-more-blue {
  color: #021826;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.more-link-sml-blue {
  padding-right: 20px;
  background-image: url('../images/sg-icon-r-arrow.svg');
  background-position: 100% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: color 408ms ease;
  transition: color 408ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.more-link-sml-blue:hover {
  color: #e70019;
}

.blog-teaser-featured {
  margin-bottom: 50px;
  padding: 2% 4% 50px;
}

.p-teaser-featured {
  margin-bottom: 30px;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 1px;
}

.more-link-lrg-blue {
  padding-top: 4px;
  padding-right: 26px;
  background-image: url('../images/sg-icon-r-arrow.svg');
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: color 408ms ease;
  transition: color 408ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.more-link-lrg-blue:hover {
  color: #e70019;
}

.blog-list-teaser {
  margin-bottom: 50px;
  padding: 2% 5% 50px;
}

.blog-date-lrg {
  margin-bottom: 16px;
  font-family: 'Josefin Sans', sans-serif;
  color: #e70019;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.column-23 {
  text-align: center;
}

.blog-body {
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: 2px solid #000;
}

.share-social-menu {
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.share-social-icon {
  width: 40px;
  max-width: auto;
  font-size: 14px;
}

.text-block-12 {
  display: inline;
  margin: 10px 30px 20px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-article-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 600px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 5px 50px -2px rgba(0, 0, 0, .15);
}

.left-arrow {
  opacity: 0.5;
  -webkit-transition: opacity 408ms ease;
  transition: opacity 408ms ease;
  color: #e70019;
}

.left-arrow:hover {
  opacity: 1;
}

.right-arrow {
  opacity: 0.5;
  -webkit-transition: opacity 408ms ease;
  transition: opacity 408ms ease;
  color: #e70019;
}

.right-arrow:hover {
  opacity: 1;
}

.form {
  color: #fff;
}

.column-24 {
  padding-right: 1%;
  padding-left: 1%;
  text-align: right;
}

.column-25 {
  padding-right: 1%;
  padding-left: 1%;
  text-align: left;
}

.column-26 {
  padding-right: 1%;
  padding-left: 1%;
  text-align: right;
}

.column-27 {
  padding-right: 1%;
  padding-left: 1%;
  text-align: center;
}

.madi-tag {
  margin-bottom: 2.5%;
  font-family: Museo300, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: none;
}

.link-block {
  font-size: 14px;
}
.page-user-login .content-div-grey{
  padding-top:2%;
}
.form-div-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-left: 3%;
  padding-right: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-div {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 10%;
  background-image: -webkit-linear-gradient(270deg, #021826, #021826);
  background-image: linear-gradient(180deg, #021826, #021826);
  box-shadow: 0 5px 50px 10px rgba(0, 0, 0, .2);
}

.login-reg-title {
  padding-top: 3%;
  padding-bottom: 5%;
  font-family: Museo300, sans-serif;
  color: #fff;
  font-size: 36px;
  text-align: center;
}

.login-reg-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  padding-top: 10%;
  padding-bottom: 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #fff;
}

.checkbox-label {
  padding-left: 5px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.checkbox-field {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1025px) {
  .nav-menu-2.w-nav-menu {
	width:75%;
	margin-top:0px;  
  }
  .nav-link-3.w-nav-link {
	border: none;  
  }
}
@media (max-width: 991px) {
  .webform-component--volume-shipper .fieldset-wrapper {
  display:inline-block;	
  }
	
  .nav-link:hover {
    background-color: #e70019;
    color: #fff;
  }
  .w-row {
	display: flex;
	flex-wrap: wrap;  
  }
  .nav-link-2 {
    background-color: transparent;
    color: #e70019;
  }
  .nav-link-2:hover {
    background-color: #e70019;
    color: #fff;
  }
  .nav-link-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-link-3:hover {
    background-color: #021826;
    color: #fff;
  }
  .nav-menu-2 {
    margin-top: 0px;
    background-color: #fff;
    box-shadow: 0 11px 21px 0 #000;
  }
  .nav-link-standard {
    background-color: transparent;
  }
  .nav-link-standard:hover {
    color: #e70019;
  }
  .div-block {
    width: 100%;
    padding-top: 25%;
    opacity: 0.8;
  }
  .heading {
    font-size: 50px;
    line-height: 60px;
  }
  .row {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-4 {
    padding: 16px 8%;
    font-size: 22px;
  }
  .h3 {
    font-size: 50px;
    line-height: 70px;
  }
  .heading-white {
    font-size: 40px;
    line-height: 64px;
  }
  .btn-red.full-width {
    margin-bottom: 5%;
  }
  .call-text-left {
    font-size: 38px;
    line-height: 50px;
  }
  .call-text-right {
    font-size: 38px;
    line-height: 50px;
  }
  .text-block-2 {
    margin-top: 20px;
    margin-right: 0px;
  }
  .content-div-red {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customer-img {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .customer-tab {
    padding-right: 5px;
    padding-left: 5px;
  }
  .customer-tab.w--current {
    padding-right: 5px;
    padding-left: 5px;
  }
  .call-cell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h3-white {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 70px;
  }
  .more-link-lrg {
    display: block;
    width: auto;
    max-width: 300px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    float: none;
    font-size: 18px;
    text-align: center;
  }
  .blog-teaser-cell {
    padding-bottom: 30px;
    border-bottom: 3px solid #e70019;
  }
  .div-block-5 {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .h3-alt {
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 70px;
  }
  .footer-social-menu {
    text-align: center;
  }
  .heading-white-sml {
    text-align: center;
  }
  .column-5 {
    text-align: center;
  }
  .footer-logo {
    max-width: 100%;
  }
  .icon-4 {
    color: #e70019;
    font-size: 70px;
    line-height: 80px;
  }
  .content-div-alt {
    background-position: 0px 127px;
    background-size: 100%;
  }
  .content-div-red-alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: 30px, 100%;
  }
  .testimonial {
    margin-bottom: 10%;
    padding-bottom: 5%;
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: #000 #000 #f6f6f6;
    text-align: center;
  }
  .row-4 {
    display: block;
  }
  .content-div-red-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-div-red-alt2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-label-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .column-8 {
    padding-bottom: 40px;
  }
  .column-9 {
    padding-bottom: 40px;
  }
  .column-10 {
    padding-bottom: 40px;
  }
  .content-div-alt2 {
    background-position: 0px 127px;
    background-size: 100%;
  }
  .heading-white-underline {
    font-size: 40px;
    line-height: 64px;
  }
  .dropdown-toggle {
    display: inline-block;
    max-width: 100%;
  }
  .text-block-10 {
    display: block;
  }
  .column-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-white-center {
    font-size: 40px;
    line-height: 64px;
  }
  .form-field-alt2 {
    text-align: left;
  }
  .column-19 {
    text-align: center;
  }
  .container-4 {
    text-align: left;
  }
  .row-6 {
    display: block;
  }
  .blog-article-img-wrapper {
    max-height: 400px;
  }
  .menu-button {
    background-color: #fff;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .form-div-holder {
    width: 90%;
  }
  .login-reg-title {
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .header-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block {
    padding-top: 30%;
  }
  .heading {
    font-size: 50px;
    line-height: 60px;
  }
  .text-block {
    font-size: 22px;
    line-height: 32px;
  }
  .link-4 {
    padding: 2% 8%;
    font-size: 18px;
  }
  .h3 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 56px;
  }
  .heading-white {
    font-size: 36px;
    line-height: 56px;
  }
  .call-text-left {
    font-size: 36px;
    line-height: 46px;
  }
  .call-text-right {
    font-size: 36px;
    line-height: 46px;
  }
  .text-block-2 {
    line-height: 50px;
    text-align: center;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h3-white {
    font-size: 40px;
    line-height: 56px;
  }
  .more-link-lrg {
    font-size: 16px;
  }
  .h3-alt {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 56px;
  }
  .copyright {
    margin-bottom: 20px;
    text-align: center;
  }
  .row-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .footer-logo {
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-5 {
    max-width: 230px;
  }
  .content-div-alt {
    background-position: -9px 96px;
    background-size: 140%;
  }
  .content-div-red-alt {
    background-position: 0px 0px, 60% 11%;
    background-size: 30px, 140%;
  }
  .content-div-alt2 {
    background-position: -9px 96px;
    background-size: 140%;
  }
  .heading-white-underline {
    font-size: 36px;
    line-height: 56px;
  }
  .form-field-alt.lr.short {
    padding-left: 5%;
  }
  .column-11.lr {
    padding-right: 0px;
  }
  .column-12.lr {
    padding-left: 0px;
  }
  .heading-white-center {
    font-size: 36px;
    line-height: 56px;
  }
  .blog-img-wrapper {
    max-height: 240px;
  }
  .blog-img-wrapper-lrg {
    max-height: 400px;
  }
  .blog-article-img-wrapper {
    max-height: 240px;
  }
}

@media (max-width: 479px) {
  .login-reg-link.right {
    text-align: right;
  }
  .div-block {
    padding-top: 68%;
  }
  .heading {
    font-size: 44px;
    line-height: 56px;
  }
  .text-block {
    font-size: 16px;
    line-height: 24px;
  }
  .link-4 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .h3 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 46px;
  }
  .call-text-left {
    font-size: 34px;
    line-height: 42px;
  }
  .call-text-right {
    font-size: 34px;
    line-height: 42px;
  }
  .btn-blue-large {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .text-block-4 {
    text-align: center;
  }
  .h3-white {
    margin-top: 20px;
    font-size: 36px;
    line-height: 46px;
  }
  .more-link-lrg {
    font-size: 14px;
  }
  .h3-alt {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 46px;
  }
  .footer-social-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._w-input {
    color: #fff;
    font-size: 22px;
  }
  .heading-white-sml {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .form-block {
    min-width: auto;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .image-5 {
    max-width: 160px;
    margin-top: 24px;
  }
  .content-div-alt {
    background-position: 0px 100%;
    background-size: 200%;
  }
  .content-div-red-alt {
    background-size: 30px, 200%;
  }
  .content-div-alt2 {
    background-position: 0px 100%;
    background-size: 200%;
  }
  .submit-button-2.lr {
    padding-top: 5%;
  }
  .form-field-alt.lr {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 15px;
  }
  .form-field-alt.lr.short {
    padding-left: 5%;
  }
  .form-field-alt2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .blog-img-wrapper {
    max-height: 150px;
  }
  .blog-img-wrapper-lrg {
    max-height: 200px;
  }
  .share-social-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blog-article-img-wrapper {
    max-height: 150px;
  }
  .form-div-holder {
    width: 100%;
    padding: 0%;
  }
  .login-reg-title {
    font-size: 30px;
    line-height: 40px;
  }
}

@font-face {
  font-family: 'Museo300';
  src: url('../fonts/Museo300-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museo700';
  src: url('../fonts/Museo700-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museo500';
  src: url('../fonts/Museo500-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}