body {
  font-family: 'Source Sans Pro', sans-serif;
}

/*NEW DEFAULT PAGE TEMPLATE STYLES*/

.default-template-main #page-banner {
    position: relative;
    background-color: #000;
    overflow: hidden;
}
.default-template-main .bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.default-template-main #page-banner .wrap {
  margin: 0 auto;
  position: relative;
  max-width: 1360px;
}
.default-template-main #page-banner .h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 150px 0;
  text-transform: uppercase;
}
/* #481 start */
.default-template-main #page-banner h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 150px 0 0;
  text-transform: uppercase;
}
.default-template-main #page-banner h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 150px;
} 
/* #481 end */
.default-template-main #breadcrumbs.new-template-breadcrumbs {
  padding: 0 0 6px 0;
  border-bottom: 2px solid #d2d2d2;
}
.default-template-main #breadcrumbs.new-template-breadcrumbs ul {
  margin-left: 0 !important;
}
.default-template-main #breadcrumbs.new-template-breadcrumbs ul li a {
  font-size: 13px;
}
.default-template-main #breadcrumbs.new-template-breadcrumbs ul li.active a {
  font-weight: bold;
}
.default-template-main #breadcrumbs.new-template-breadcrumbs ul li:last-child::after {
  content: '';
}
.default-template-main #breadcrumbs.new-template-breadcrumbs ul li::after {
  content: '/';
  font-size: 13px;
}
.default-template-main #breadcrumbs.new-template-breadcrumbs .shop-content-wrapper {
  max-width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  max-width: 1360px;
  box-sizing: border-box;
}
.default-template-main .main-content-wrap {
  margin: 0 auto;
  position: relative;
  max-width: 1360px;
  padding: 70px 10px;
  box-sizing: border-box;
}
.default-template-main .main-content-wrap * {
  box-sizing: border-box;
}
.default-template-main .main-content-wrap .content-wrap {
  max-width: 810px;
}
/*sidebar*/
.default-template-main .main-content-wrap .left {
  display: block;
  float: left;
  overflow: hidden;
  width: 30%;
}
.default-template-main .main-content-wrap .left .sidebar {
  padding-right: 90px;
}
.default-template-main .main-content-wrap .left .sidebar h3 {
  margin: 0 0 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #b2b2b2;
  color: #000;
  font-size: 21px;
}
.default-template-main .main-content-wrap .left .sidebar ul li {
  margin-bottom: 15px;
}
.default-template-main .main-content-wrap .left .sidebar ul li a {
  color: #696969;
  font-weight: 400;
}
.default-template-main .main-content-wrap .left .sidebar ul li.active a {
  color: #000;
  font-weight: 700;
}

/*content*/
.default-template-main .main-content-wrap .right {
  padding: 0 70px 0 38px;
  overflow: hidden;
  padding: 0 25px;
  margin: 0 auto;
  max-width: 70%;
}
.default-template-main .main-content-wrap .right .content-wrap h1 {
  font-size: 48px;
  color: #000;
  margin-bottom: 40px;
}
.default-template-main .main-content-wrap .right .content-wrap * {
  color: #000;
}
.default-template-main .main-content-wrap .right .content-wrap p, .default-template-main .main-content-wrap .right .content-wrap a, .default-template-main .main-content-wrap .right .content-wrap li, .default-template-main .main-content-wrap .right .content-wrap span {
  font-size: 18px;
}
.default-template-main .main-content-wrap .right .content-wrap p {
  margin-bottom: 24px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.default-template-main .main-content-wrap .right .content-wrap p.caption {
  font-size: 15px;
  font-style: italic;
  color: #787878;
  margin-top: 25px;
  text-align: center;
}
.default-template-main .main-content-wrap .right .content-wrap p.caption strong {
  color: #000;
}

/*breakpoints*/
@media screen and (max-width: 959px){
  .default-template-main .main-content-wrap .right {
    max-width: 100%;
  }
}
@media screen and (max-width: 745px) {
  .default-template-main .main-content-wrap {
    padding: 60px 20px;
  }
  .default-template-main .main-content-wrap .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .default-template-main .main-content-wrap .left .sidebar {
    padding-right: 0;
  }
  .default-template-main .main-content-wrap .right {
    max-width: 100%;
    padding-left: 0;
    width: 100%;
    padding-right: 0;
  }
  .default-template-main .main-content-wrap .right .content-wrap h1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .default-template-main .main-content-wrap .right .content-wrap h1 {
    font-size: 36px;
  }
}

/*FOOTER STUFF*/
footer.site-footer-wrap {
  text-align: left;
  background-color: #000000 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
footer.site-footer-wrap .site-footer {
  padding: 60px 0;
  /*flex layout*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  align-content: stretch;
}
/*footer column defaults*/
footer.site-footer-wrap .column {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-right: auto;
  flex-basis: 50%;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer.site-footer-wrap .column.logo {
  padding-top: 20px;
  min-width: 183px;
}
footer.site-footer-wrap .column.logo a {
  font-weight: 600;
}
footer.site-footer-wrap .column.logo a.important-link i {
  color: #fff;
  margin-right: 8px;
  font-size: 15px;
}
footer.site-footer-wrap .column.email-sign-up {
  flex-basis: 100%;
}
/*small-medium screen*/
@media screen and (min-width: 640px) {
  footer.site-footer-wrap .column {
    flex-basis: 25%;
    -ms-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 0;
  }
  footer.site-footer-wrap .column.logo {
    padding-top: 0;
  }
}
/*100% width columns*/
@media screen and (max-width: 680px) {
  footer.site-footer-wrap .column {
    flex-basis: 49%;
    margin-bottom: 0;
    padding: 10px 20px;
    box-sizing: border-box;
  }
/*  footer.site-footer-wrap .column.support {
    padding-top: 26px;
  }*/
  footer.site-footer-wrap .copyright, footer.site-footer-wrap .privacy-policy a {
    display: block;
    text-align: center;
  }
  footer.site-footer-wrap .column.logo {
    padding-top: 0;
    flex-basis: 100%;
  }
  footer.site-footer-wrap .column.logo .home-link {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1100px) {
  footer.site-footer-wrap .column {
    flex-basis: 20%;
  }
  footer.site-footer-wrap .column.logo {
    min-width: 206px;
  }
}
/*large screen*/
@media screen and (min-width: 1101px) {
  footer.site-footer-wrap .site-footer {
    /*flex layout*/
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -o-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  footer.site-footer-wrap .column.logo {
    padding-left: 0;
    flex-basis: 35%;
  }
  footer.site-footer-wrap .column.email-sign-up {
    padding-right: 0;
    flex-basis: auto;
  }
  footer.site-footer-wrap .column.email-sign-up p {
    width: 90%;
  }
}

/*footer columns elements*/
footer.site-footer-wrap .column .home-link {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 36px;
  width: auto;
  height: auto;
}
footer.site-footer-wrap .column .home-link .fit-img {
  display: inline-block;
  max-width: 160px;
}
footer.site-footer-wrap .column h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 15px;
}
footer.site-footer-wrap .column a {
  display: block;
  color: #acacac;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}
footer.site-footer-wrap .column .footer-socials {
  float: none;
  text-align: left;
  margin-bottom: 28px;
  text-align: left !important;
  margin-top: 0 !important;
  padding: 0;
  background-color: transparent;
}
footer.site-footer-wrap .column .footer-socials a {
  margin: 0 8px 8px 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #212323;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, color .15s ease;
}
footer.site-footer-wrap .column .footer-socials a:hover {
  background: #f8971d;
  text-decoration: none;
  color: #0e1010;
}
footer.site-footer-wrap .column.email-sign-up p {
  color: #ededed;
  font-size: 14px;
  margin-bottom: 26px;
  font-weight: 100;
  /*width: 90%;*/
  line-height: 1.8;
  font-size: 14px;
}
footer.site-footer-wrap .column.email-sign-up form {
  position: relative;
}
/*mobile border radius fix*/
footer.site-footer-wrap .column.email-sign-up form input:not([type="radio"]):not([type="checkbox"]) {
  -webkit-border-radius:0px;
  border-radius: 0px;
}
footer.site-footer-wrap .column.email-sign-up form label {
  position: absolute;
  opacity: 0;
}
/*input*/
footer.site-footer-wrap .column.email-sign-up form #silverpop-email {
  background-color: #fff;
  padding: 9px 14px;
  font-size: 15px;
  color: #484848;
  margin-bottom: 24px;
  width: auto;
  max-width: 100%;
  display: block;
}
@media screen and (min-width: 1101px) {
  footer.site-footer-wrap .column.email-sign-up form #silverpop-email {
    width: 300px;
  }
}
footer.site-footer-wrap .column.email-sign-up form #silverpop-email::-webkit-input-placeholder {
    color: #898989;
}
footer.site-footer-wrap .column.email-sign-up form #silverpop-email:-moz-placeholder {
   color: #898989;
   opacity: 1;
}
footer.site-footer-wrap .column.email-sign-up form #silverpop-email::-moz-placeholder {
   color: #898989;
   opacity: 1;
}
footer.site-footer-wrap .column.email-sign-up form #silverpop-email:-ms-input-placeholder {
   color: #898989;
}
footer.site-footer-wrap .column.email-sign-up form #silverpop-email::-ms-input-placeholder {
   color: #898989;
}
/*submit*/
footer.site-footer-wrap .column.email-sign-up form .silverpop-submit {
  text-transform: uppercase;
  padding: 10px 20px 12px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  background: none;
  background-color: transparent;
  width: auto;
  height: auto;
  letter-spacing: 1.3px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
footer.site-footer-wrap .column.email-sign-up form .silverpop-submit:hover {
  background-color: #232323;
  border-color: #232323;
}

/*sub-footer stuff*/
footer.site-footer-wrap .sub-footer {
  border-top: 1px solid #3e4040;
  padding: 20px 20px 24px;
  background: #0e1010;
}
footer.site-footer-wrap .sub-footer .site-footer {
  padding-top: 0;
}
footer.site-footer-wrap .copyright {
  text-align: left !important;
  clear: none;
  padding: 0;
  float: left;
  margin-top: 4px !important;
  background: transparent;
  width: auto !important;
}
footer.site-footer-wrap .privacy-policy {
  text-align: right;
  float: right;
}
footer.site-footer-wrap .copyright, footer.site-footer-wrap .privacy-policy a {
  display: inline-block;
  color: #9a9a9a;
  font-size: 13px;
}
/*100% width columns*/
@media screen and (max-width: 680px) {
  footer.site-footer-wrap .copyright, footer.site-footer-wrap .privacy-policy {
    display: block;
    text-align: center !important;
    width: 100% !important;
  }
  footer.site-footer-wrap .copyright {
    margin-bottom: 10px;
  }
}

@media screen and (max-width:1400px){
  .default-template-main #page-banner .wrap {
    padding: 0 10px;
  }
}

@media screen and (max-width:768px){
  .default-template-main #page-banner .h1, .default-template-main #page-banner h1 { /* #481*/
    font-size: 32px;
  }
  .default-template-main #page-banner h2{ /* #481*/
	font-size: 26px;
	}
}

@media screen and (max-width:745px){
  .default-template-main #page-banner .wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width:600px){
  .default-template-main #page-banner .h1{
    padding: 65px 0;
  }
   .default-template-main #page-banner h1 { /* #481*/
	padding: 65px 0 0;
   }
   .default-template-main #page-banner h2 { /* #481*/
	padding-bottom: 65px;
   }
}
