#PageMain {
margin-top: 0;
}

.se-background-position-edit {
 background-position: 70% 50% !important;
}

.sePageContent .sePageSection.se-section-padding-t-md {
 padding-top: 0px;
}

.sePageContent .sePageSection.se-section-padding-b-lg {
 padding-bottom: 0px;
}

/*--- TBZ STICKY NAV ---*/
 @import url(https://fonts.googleapis.com/css?family=Work+Sans);
 * {
 transition: all 0.5s ease;
 }
 
 .tbz-nav-container {
 overflow: hidden;
 }
 
 .tbz-menu {
 display: none;
 width: 85px;
 height: 22px;
 background: url('https://www.sefiles.net/merchant/6391/files/tbz_menu_icon.png');
 background-size: contain;
 background-repeat: no-repeat;
 float: right;
 cursor: pointer;
 }
 
 .tbz-wrapper {
 width: 100%;
 margin: 0 auto;
 font-family: 'Work Sans', sans-serif;
 }
 
 .tbz-nav-bar {
 padding: 10px 0;
 background: #ffff;
 position: relative;
 transition: all .5s ease-out;
 overflow: hidden;
 }
 
 .tbz-nav-bar .tbz-dropdown {
 width: 100%;
 margin: 0 auto;
 }
 
.tbz-nav-bar .tbz-dropdown ul {
 margin: 0px;
 overflow: hidden;
 padding-left: 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 }
 
 .tbz-nav-bar .tbz-dropdown ul li {
 float: left;
 list-style: none;
 margin-right: 20px;
 background: #ff7803;
 margin-bottom: 10px;
 }
 
 @media screen and (max-width: 767px) {
 .tbz-menu {
 display: block;
 }
 .tbz-nav-bar .tbz-dropdown ul {
 display: none;
 }
 .nav-expanded-menu {
 display: block;
 }
 .tbz-nav-bar .tbz-dropdown ul li {
 float: none;
 margin-right: 0px;
 }
 .tbz-nav-bar .tbz-dropdown ul li a {
 width: 100%;
 }
 }
 
 .tbz-nav-bar .tbz-dropdown ul li a {
 padding: 0 2rem;
 text-decoration: none;
 text-transform: uppercase;
 font-weight: bolder;
 color: #fff;
 letter-spacing: .5px;
 transition: .5s ease all;
 box-sizing: border-box;
 line-height: 36px;
 height: 36px;
 display: inline-block;
 }
 
 .tbz-nav-bar .tbz-dropdown ul li a:hover {
 background: #fff;
 color: #000000;
 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
 }
 
 .sticky-nav {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 1000;
 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
 }
 
 @media (max-width: 1200px) {
 .sticky-nav {
 left: 0;
 }
 }
.tbz-fullwidth {
 width: 100%;
 }

/* BUTTONS */
.sePage .sePageLayout .sePageMain .btn:not(.btn-link),
.sePage .sePageLayout .sePageMain .btn-primary,
.sePage .sePageLayout .sePageMain a.btn.btn-primary,
.sePage .sePageLayout .sePageMain button.btn.btn-primary {
 margin-top: 11px;
 margin-bottom: 22px;
 border: 2px solid #f4a50b;
 border-radius: 4px;
 background-color: #f4a50b;
 padding: 12px 24px;
 color: #fff;
 font-family: proxima-nova, sans-serif;
 font-size: 14px;
 font-style: normal;
 font-weight: 700;
 letter-spacing: 0.75px;
 text-transform: uppercase;
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
 transition: all 0.3s ease;
}

/* Hover and Active States */
.sePage .sePageLayout .sePageMain .btn:not(.btn-link):hover,
.sePage .sePageLayout .sePageMain .btn-primary:hover,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:hover,
.sePage .sePageLayout .sePageMain button.btn.btn-primary:hover,
.sePage .sePageLayout .sePageMain .btn:not(.btn-link):active,
.sePage .sePageLayout .sePageMain .btn-primary:active,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:active,
.sePage .sePageLayout .sePageMain button.btn.btn-primary:active {
 border: 2px solid #d16709;
 background-color: #d16709;
 color: #ffffff;
 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
 text-decoration: none;
 transform: translateY(-2px);
}

