/*=== HEADER ===*/
#header {
    height: 205px;
}
.header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 120;
    background: #fff;
    box-shadow: 0px 1px 20px rgba(0,0,0,0.16);
}
.top-bar {
    font-size: 16px;
    height: 65px;
    background-color: #0076A8;
    color: #fff;
}
.top-bar > .flexbox {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.top-bar ul {
    display: flex;
    align-items: center;
}
.top-bar li {
    position: relative;
}
.top-bar li:not(:first-child) {
    padding-left: 20px;
}
.top-bar li:not(:last-child) {
    padding-right: 20px;
}
.top-bar li:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 37px;
    transform: translateY(-50%);
    background-color: #fff;
}
.top-bar ul:first-child li:first-child {
    padding-right: 10px;
}
.top-bar .login {
    font-size: 18px;
}
.nav-btn {
    width: 32px;
    vertical-align: top;
}
.nav-btn span {
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
}
.nav-btn span:not(:last-child) {
    margin-bottom: 7px;
}
/*.nav-btn:hover {
    width: 50px;
}*/
.top-bar ul:last-child li:last-child {
    display: none;
    padding-left: 0;
}
.top-bar li:nth-last-child(2):after {
    content: none;
}
.top-links a {
    white-space: nowrap;
}
/* Search */
.search-form-wrapper .select2-container--default .select2-selection--single {
    border:  none;
    background: none;
    border-radius: 0;
}
.search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 0;
    padding-right: 30px;
}
.search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    border-left: none;
}
.category-dropdown {
    min-width: 190px;
}
.search-form {
    position: relative;
}
.search-form form {
    display: flex;
    flex-direction: row-reverse;
}
.search-form ::-webkit-input-placeholder {
    color: #fff;
}
.search-form :-moz-placeholder {
    color: #fff;
}
.search-form ::-moz-placeholder {
    color: #fff;
}
.search-form :-ms-input-placeholder {
    color: #fff;
}
.search-form input[type]:-webkit-autofill,
.search-form input[type]:-webkit-autofill:hover,
.search-form input[type]:-webkit-autofill:focus,
.search-form input[type]:-webkit-autofill:active {
    -webkit-text-fill-color: #fff;
}
.search-form input[type="text"] {
    width: 230px;
    padding: 3px  0 3px 15px;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
}
.search-form button {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    color: #fff;
}
.search-form [class*="fa-"] {
    font-size: 20px;
}
/* Cart Panel */
#cart-close-btn {
    display: block;
}
.cart-btn {
    position: relative;
    font-size: 24px;
}
.cart-btn .count {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    padding-left: 1px;
    text-align: center;
    letter-spacing: 0.08em;
    font: 10px/20px 'Arial';
    color: #fff;
    background-color: #ee3e41;
}
.cart-panel {
    position: fixed;
    top: 65px;
    right: 0;
    bottom: 0;
    width: 0;
    color: #fff;
    background-color: #0076A8;
    overflow: hidden;
    overflow-y: auto;
    z-index: 100;
}
body.show-cart .cart-panel {
    width: 400px;
}
.cart-panel > div {
    position: relative;
    min-width: 400px;
    height: 100%;
    padding: 105px 25px 50px;
    text-align: left;
}
.cart-panel > div > .flexbox {
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
}
.cart-panel > div > .flexbox > div {
    width: 100%;
}
.cart-panel > div > .flexbox > div:first-child {
    flex-grow: 1;
}
.cart-panel > div > .flexbox > div:last-child {
    position: relative;
    margin: 40px 0;
}
.cart-panel > div > .flexbox > div:last-child:after,
.cart-top-panel:after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: -55px;
    left: -25px;
    height: 1px;
    background-color: rgba(255,255,255,.25);    
}
.cart-top-panel {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-bottom: 25px;
    text-transform: uppercase;
    font: 32px 'RBNo31-Book';
}
.cart-top-panel:after {
    bottom: 20px;
}
.cart-top-panel .cart-btn {
    margin-left: 0;
}
.cart-top-panel .cart-btn:after {
    content: none;
}
.cart-items table {
    width: 100%;
}
.cart-items th {
    border-bottom: 1px solid rgba(255,255,255,.25);
    padding: 8px 10px;
    text-transform: uppercase;
    text-align: center;
    font: 18px 'RBNo31-Book';
}
.cart-items th:first-child {
    text-align: left;
}
.cart-items td {
    height: 62px;
    border-bottom: 1px solid rgba(255,255,255,.25);
    padding: 7px 10px;
    vertical-align: middle;
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
}
.cart-items td:first-child {
    text-align: left;
}
.cart-panel .price {
    margin-bottom: 15px;
    text-transform: uppercase;
    font:  70px/64px 'Arial';
}
.cart-panel .price span {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font: bold 14px/1 'Arial';
}
.cart-panel .price sup {
    padding-right: 3px;
    font-size: 40%;
} 
.cart-panel .close-btn {
    right: 25px;
    top: 25px;
}
/*=== MAIN NAVIGATION ===*/
.header-menu{
    height: 140px;
    padding: 40px 0 0;
}
.header-menu > .flexbox{
    flex-wrap: nowrap;
    justify-content: space-between;
}
.header-menu .social{
    display: none;
}
.logo-wrapper{
    max-width: 415px;
    width: 100%;
    padding-right: 15px;
    flex-shrink: 0;
    flex-grow: 0;
}
.logo-wrapper .logo {
    width: 100%;
}
.logo-wrapper .logo,
.logo-wrapper .logo img{
    display: block;
}
.close-btn{
    display: none;
}
.main-nav,
.main-nav nav,
.nav-menu,
.nav-menu > li,
.nav-menu > li > a {
    height: 100%;
}
.nav-menu{
    display: flex;
    padding-top: 20px;
}
.nav-menu > li{
    padding: 0 25px;
}
.nav-menu > li.has-child {
    position: relative;
}
.nav-menu > li:last-child{
    padding-right: 0;
}
.nav-menu li a{
    text-transform: uppercase;
    font-size: 18px;
    color: #191818;
}
.nav-menu > li > a{
    white-space: nowrap;
    position: relative;
}
.nav-menu > li.active > a:after,
.nav-menu > li > a:after {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background: #0076A8;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.nav-menu > li.active > a:hover:after,
.nav-menu > li:hover > a:after {
    opacity: 1;
    visibility: visible;
}
.nav-menu > li.active > a,
.nav-menu li:hover > a {
    color: #0076A8;
}
.sub-menu {
    width: 340px;
    text-align: left;
    position: absolute;
    top: 100%;
    left: -25px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border: 1px solid #C9C4C4;
    padding: 30px 30px 40px 50px;
    pointer-events: none;
}
li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.sub-menu li:not(:last-child) {
    margin-bottom: 10px;
}
.sub-menu li a{
    display: block;
    font-size: 18px;
    color: #191818;
}
.sub-menu h5 {
    font-weight: normal;
    margin-bottom: 25px;
}
.sub-menu-complex {
    width: calc(100% - 80px);
    left: 80px;
    padding: 20px 40px 40px 95px;
    border-right: 0;
    min-height: 380px;
}
.sub-menu-complex li a{
    font-size: 22px;
    color: #191818;
}
.sub-menu-left {
    width: 280px;
    padding: 20px 50px 0 0;
    border-right: 2px solid rgba(0, 118, 168, .2);
}
.sub-menu-left li:not(:last-child) {
    margin-bottom: 18px;
}
.sub-menu-left li a {
    font: 22px/1.5 'RBNo31-BlackItalic';
    color: #AFB0B1;
}
.sub-menu-left li a.active,
.sub-menu-left li a:hover {
    color: #007A33;
}
.sub-menu-right {
    width: calc(100% - 280px);
    padding: 20px 30px 15px 35px;
}
.sub-menu-right .flexbox {
    flex-wrap: nowrap;
}
.sub-menu-right ul:not(:last-child) {
    margin-right: 80px;
}
.sub-menu-right li:not(:last-child) {
    margin-bottom: 5px;
}
/*=== FIXED AND INNER HEADER ===*/
.fixed .top-bar{
    height: 50px;
}
.fixed .logo-wrapper{
    max-width: 315px;
}
.fixed .header-menu{
    padding-top: 20px;
    height: 100px;
}
.fixed .cart-panel {
    top: 50px;
}
/*=== TOP BANNER ===*/
.banner{
    position: relative;
    min-height: 630px;
    height: calc(100vh - 205px);
    max-height: 690px;
}
.banner .top-slider {
    height: 100%;
}
.banner .single-banner {
    height: 100%;
    background-position: left top;
    background-attachment: scroll;
    border-radius: 0;
    position: relative;
    z-index: 0;
}
/*===== end ======*/
.featured-prod-banner:before {
    content: "";
    display: block;
    background: url(../images/layout/banner-text.png) no-repeat #ecf7fb;
    background-attachment: fixed;
    background-size: contain;
    background-position:  center top 43%;
    height: 71%;
    position: absolute;
	z-index: -1;
   width: 100%;
}
.banner .container{
    height: 100%;
    padding-top: 170px;
    z-index: 2;
    flex-wrap: nowrap;
}
.banner-content-left {
    width: 50%;
    padding-left: 160px;
}
.banner .container .img-box {
    max-width:  660px;
    padding-left: 20px;
    height: 100%;
}
.banner .container .img-box img {
    max-height: 100%;
}
.banner .banner-text{
    max-width: 540px;
    color: #000;
}
.banner .banner-text {
    padding: 40px 0;
}
.banner-content{
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 60px;
}
.banner .slick-list,
.banner .slick-track{
    height: 100%;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.banner .slick-dots{
    height: auto;
    left: calc(50% - 720px);
    top: 130px;
    width: auto;
    padding-left: 5px;
}
/*=== ABOUT SECTION ===*/
.about-wrapper {
    padding: 90px 0 60px;
}
.about-wrapper h1 {
    color: #007A33;
}
.about-wrapper .inner-box {
    max-width: 940px;
    margin: 0 auto;
}
.about-wrapper p {
    letter-spacing: 0;
}
.about-wrapper p:last-child {
    margin-bottom: 0;
}
/*=== QUICK LINKS SECTION ===*/
.quick-links-wrapper {
    padding: 30px 0 85px;
}
.quick-links-wrapper .container {
    max-width: 1850px;
}
.ql-box {
    width: calc(25% - 22.5px);
    height: 500px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 25px 40px;
    color: #fff;
    margin-bottom: 30px;
}
.ql-box:before {
    background: rgba(0, 0, 0, 0.12);
}
.ql-box:hover:before {
    background: rgba(0, 118, 168, 0.8);
}
.ql-box:not(:nth-child(4n)) {
    margin-right: 30px;
}
.ql-box:hover .more-link:after {
    margin-left: 35px;
}
.ql-box h3 {
    font-size: 28px;
    line-height: 1;
}
#home .quick-links-wrapper {
    padding: 65px 0 130px;
}
#home .ql-box {
    height: 370px;
    padding-bottom: 75px;
}
/*=== SECTION CONTENT===*/
.page-sections .section {
    padding-top: 70px;
    padding-bottom: 90px;
    background: url(../images/layout/bg-leaves.png) no-repeat #EFF0F1;
    background-position: calc(50% - 200px) bottom;
    min-height: 730px;
    align-items: center;
}
.section > div {
    width: 50%;
}
.section-content {
    padding-right: 50px;
}
.section .inner-box {
    max-width: 730px;
    padding-left: 30px;
}
.section h2 {
    color: #0076A8;
    position: relative;
    margin-bottom: 40px;
}
.section h2:before {
    content: '';
    width: 6px;
    height: 70px;
    background: #0076A8;
    position: absolute;
    left: -30px;
    top: -8px;
    height: calc(100% + 20px);
}
.section:nth-child(even) {
    flex-direction: row-reverse;
}
/*=== CALLOUT BANNERS ===*/
.cta-box {
    border: 6px solid #0076A8;
    border-radius: 10px;
    text-align: center;
    padding: 50px 25px 40px;
    max-width: 620px;
    margin: 0 auto;
}
.cta-box + .cta-box {
    margin-top: 45px;
}
.cta-box .cta-title {
    font: 18px/1 'RBNo31-BlackItalic';
    color: #191818;
    margin-bottom: 15px;
}
.cta-box .cta-title span {
    display: block;
    color: #0076A8;
    font-size: 100px;
}
.bar-callout {
    background: #007A33;
    color: #fff;
    padding: 80px 0;
}
.bar-callout .flexbox {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.bar-callout .flexbox > div {
    padding-right: 40px;
}
.bar-callout .large-text {
    font-size: 68px;
}
.bar-callout .btn {
    margin: 30px auto 30px;
}
/*=== FOOTER ===*/
.footer-top {
    background: rgba(0, 118, 168, .1);
    padding: 60px 0 50px;
    color: #000000;
}
.footer-top .logo {
    max-width: 580px;
}
.footer-top .flexbox{
    flex-wrap: nowrap;
    justify-content: space-between;
}
.footer-top .container > div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}
.footer-top .container > div:not(:first-child):before {
    content: '';
    width: 2px;
    height: 135px;
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
}
.footer-top  .container > div:first-child {
    padding-right: 40px;
}
.footer-top .container > div:nth-child(2) {
    padding: 0 40px; 
    align-items: center;
}
.footer-top  .container > div:last-child {
    padding: 0 40px;
    align-items: center;
}
.footer-menu {
    font: 14px 'Arial';
    text-transform: uppercase;
    display: inline-block;
    margin-left: 20px;
}
.footer-menu li {
    display: inline-block;
}
.footer-menu li:not(:last-child):after{
    content: "|";
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 5px;
}
.footer-top a:hover{
    color: #007A33;
}
.footer-btm{
    background: #0076A8;
    color: #fff;
    padding: 17px 0 16px;
}
.footer-btm .flexbox {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 14px !important; 
}
.footer-btm .flexbox > div:first-child {
    padding-right: 25px;
}
.footer-btm .flexbox > div:last-child {
    flex-shrink: 0;
}
.copyright {
    text-transform: uppercase;
}
.jbsystems {
    display: flex;
    justify-content: center;
    align-items: center;
}
.jbsystems span{
    font-size: 14px;
    line-height: 1.15;
}
.logo-jbsystems {
    flex-shrink: 0;
    width: 110px;
    height: 27px;
    margin-left: 10px;
    background: url(../images/logos/logo-JB-Systems.png) no-repeat;
    background-size: contain;
}
/*=== INNER PAGES ===*/

/* Sub Banner */

.sub-banner{
    height: 315px;
    color: #fff;
    background-color: #0076A8;
}
.sub-banner .flexbox{
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.sub-banner:before{
   background: rgba(0, 0, 0, 0.12);
}
.sub-banner .large-text {
    margin-bottom: 0;
}
/* Breadcrumbs */

.breadcrumbs{
    padding: 60px 0 30px;
}
.breadcrumbs li{
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 12px;
}
.breadcrumbs li:after{
    content: "/";
    display: inline-block;
    vertical-align: baseline;
    margin: 0 1px 0 2px;
}
.breadcrumbs li:last-child:after {
    content: none;
}
.breadcrumbs li:last-child {
    font-weight: bold;
    color: #007A33;
}
.breadcrumbs li:nth-last-child(2):after {
    color: #007A33;   
}
/* Main Content */
.main-content {
    padding: 40px 0 80px;
    min-height: 500px;
}
.main-content .inner-box {
    max-width: 960px;
}
.main-content .content ul,
.main-content .content ol{
    margin-bottom: 30px;
    text-align: left;
}
.main-content .sidebar{
    width: 530px;
    padding: 90px 0 0 40px;
}
.sidebar > *:not(:last-child){
    margin-bottom: 30px;
}

/*=== LISTINGS PAGE ===*/
.listings-wrapper {
    padding: 100px 0;
}
.listings-wrapper .container {
    max-width: 1570px;
}
.product-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.listings-wrapper .product-box {
    width: calc(25% - 45px);
    margin-bottom: 60px;
}
.listings-wrapper  .product-box:not(:nth-child(4n)) {
    margin-right: 60px;
}
.product-box .img-box {
    width: 285px;
    height: 285px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.product-box .img-box img {
    max-height: 100%;
}
.product-box h4 {
    font-size: 24px;
    color: #0076A8;
    margin-bottom: 15px;
    font-family: arial;
}
.product-box p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
h4.category-listing {
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
    font-family: arial;
}

/*=== DETAILS PAGE ===*/
.float-text {
    font: 68px/1 'RBNo31-BlackItalic';
    color: rgba(190, 190, 191, .15);
    position: absolute;
    display: block;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: left top;
    top: 0;
    left: -30px;
    white-space: nowrap;
}
.product-details > div:first-child {
    width: calc(50% + 160px);
    border-right: 3px solid rgba(112, 112, 112, .25);
}
.product-details-left {
    padding: 90px 0 70px 50px;
    position: relative;
}
.product-details-right {
    width: calc(50% - 160px);
    padding: 120px 45px 40px;
    right: 0;
    /*top: 150px;*/
    
}
.product-details-right.side-fixed {
    position: absolute;
    padding-right: 125px;
    
}
.product-gallery {
    width: 120px;
}
.product-gallery a {
    width: 100%;
    height: 80px;
    overflow: hidden;
    opacity: 0.45;
}
.product-gallery a.active {
    opacity: 1;
}
.product-gallery a:not(:last-child) {
    margin-bottom: 60px;
}
.product-photo {
    width: calc(100% - 120px);
    height: 540px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-controls {
    width: 100%;
}
.product-details h1 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 0;
}
.product-row .flexbox {
    align-items: center;
}
.product-row:not(:last-child) {
    margin-bottom: 35px;
}
.product-id {
    font-size: 20px;
    font-weight: bold;
    color: rgba(0, 0, 0, .57);
}
.product-select {
    min-width: 300px;
}
.product-details .quantity-counter {
    margin-right: 18px;
}
.product-row .btn {
    flex-grow: 1;
    max-width: 360px;
}
.product-label {
    display: flex;
    align-items: center;
    line-height: 1;
}
.product-label i {
    max-width: 33px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.product-label i img {
    max-height: 100%;
}
.product-details:last-child {
    min-height: 730px;
    padding-bottom: 105px;
    background: url(../images/layout/bg-leaves.png) no-repeat;
    background-position: left bottom;
}
.product-details .expand-btn {
    margin-left: 15px;
}
.product-details-tabs {
    padding: 20px 70px 0 0;
    display: flex;
}
.product-details .tabs {
    margin-right: 55px;
    flex-shrink: 0;
}
.product-details .tabs a {
    font: 42px/1.2 'RBNo31-BlackItalic';
    opacity: 0.2;
}
.product-details .tabs li:not(:last-child) {
    margin-bottom: 30px;
}
.product-details .tabs a.active {
    opacity: 1;
}
.product-description {
    padding-top: 10px;
    width: 100%;
}
.document-links li:not(:last-child) {
    margin-bottom: 15px;
}
.document-links a {
    color: #0076A8;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.document-links a:before {
    content: '\f15b';
    font: bold 18px/1 Font Awesome\ 5 Pro;
    margin-right: 15px;
    position: relative;
    top: -2px;
}

.password-field {
	position: relative;
	/*z-index: 1;*/
}
.password-field .pass-text-box {
	position: absolute;
	background: #FFF;
	z-index: 999;
	padding: 0;
	top: -95px;
	left: 215px;
	transform-origin: top left;
	transform: scale(0.4);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.password-field.help .pass-text-box {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.password-field i {
	vertical-align: middle !important;
	margin: -3px 0 0 0;
}
.password-field br {
	display: none;
}
.password-field input {
	width: 100% !important;
}
.password-field .label label {
	display: inline-block !important;
}
.password-field .button_strength {
	position: absolute;
	top: 0;
	right: 8px;
	font-size: 0;
}
.password-field .button_strength:before {
	content: "\f06e";
	display: inline-block;
	font-family:"Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 18px;
	vertical-align: middle;
	color: #006719 !important;
}
.password-field .button_strength:after {
	content: "Show";
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	padding-left: 4px;
	color: #006719 !important;
}
.password-field .button_strength.hide_button_strength:before {
	content: "\f070";
}
.password-field .button_strength.hide_button_strength:after {
	content: "Hide"
}
.password-field .strength_meter {
	position: absolute;
	z-index: -1;
	top:30px;
	left: 0;
	width: 100%;
	height: 55px;
	margin: 0 !important;
}
.password-field .strength_meter > div {
	float: right;
	width: auto;
	margin: 50px 8px 0 0;
}
.password-field .button_strength,
.toggle-password {
	color: #8ec441 !important;
}
.criteria {
	margin: 0 !important;
	background: #FFF;
	padding: 15px;
	border: 1px solid #000;
	box-shadow: inset 1px 1px 5px 3px rgba(0,0,0,0.2), 3px 3px 9px 0px rgba(0,0,0,0.3);
}
.criteria li:before {
	content: "\f111";
	font-family:"Font Awesome 5 Pro";
	color:#8ec441;
	font-size: 6px;
	font-weight: 700;
	margin: -3px 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.center {
    margin:auto;
}
.narrow-form-content {
    max-width:800px;
}
.no-side {
   margin-bottom: 100px;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}
.no-side .cta-box {
   width: 45%;
    margin: 25px;
    min-width: 300px;