@charset "UTF-8";
/* CSS Document */

@import 'pre-defined.css';

@font-face {
	font-family: 'bs-light';
	src: url('../fonts/BentonSans-Light.woff2') format('woff2'),
	url('../fonts/BentonSans-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bs-reg';
	src: url('../fonts/BentonSans-Regular.woff2') format('woff2'),
	url('../fonts/BentonSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "bs-med";
	src: url("../fonts/BentonSansMedium.eot");
	src: url("../fonts/BentonSansMedium.eot") format("embedded-opentype"),
	url("../fonts/BentonSansMedium.woff2") format("woff2"),
	url("../fonts/BentonSansMedium.woff") format("woff"),
	url("../fonts/BentonSansMedium.ttf") format("truetype"),
	url("../fonts/BentonSansMedium.svg#BentonSansMedium") format("svg");
}
@font-face {
	font-family: 'bs-book';
	src: url('../fonts/BentonSans-Book.woff2') format('woff2'),
	url('../fonts/BentonSans-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bs-bold';
	src: url('../fonts/BentonSans-Bold.woff2') format('woff2'),
	url('../fonts/BentonSans-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


/*content*/
.section-content {
	padding: 60px 0;
}
.section-content.grey {
	background-color: #f4f4f4;
}


/* Generic style declarations */
body {
	font-family: Helvetica Neue,Roboto,Helvetica,sans-serif;
	/*font-family: bs-book;*/
	padding: 0px!important;
	font-size: 14px;
	color: #424242;
}
h1{
	/*font-family: bs-light;*/
	font-weight: 300;
}
a.btn {
	color: #ffffff;
}
/* LOGIN */
#merchant-login a, #merchant-login a:link{
	color: #006fcf;
}
#merchant-login.left-column{
	padding: 50px 15px 20px;
}
#merchant-login .panel{
	background-color: #ffffff;
	margin-bottom: 20px;
}
#merchant-login .panel-heading{
	padding: 10px 15px;
}
#merchant-login .panel-body{
	padding: 15px;
}
#merchant-login .panel-body input{
	margin: 10px 0px;
}
#merchant-login .form-control{
	font-size: 1em;
}
.panel.panel-info.panel-set.mo-panel-style {
	margin-bottom: 10px!important;
}
.mo-panel-style, .panel-register{
	border:none;
	border-right:3px solid #dedfdf;
	border-bottom:3px solid #dedfdf;
	word-break:break-all;
}
.mo-panel-style > .panel-heading{
	background-image:none;
	background-color:transparent;
	border:none;
	display:none;
}
.mo-panel-style .panel-body{
	/* border-top:5px solid #7d0073; */
	padding: 25px 20px;
}
.mo-panel-style .panel-body .field-info{
	position:absolute;
	margin-top:-33px;
	left:85%;
}
.btn-info, .btn-warning, .btn-info:hover, .btn-info:focus, .btn-info[disabled]{
	background-image:none;
	border-color:transparent;
	border:none;
	word-break:break-all;
	word-wrap:break-word;
	width:100%;
	text-align:center;

	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;

	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;

	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.mo-panel-style .btn-info, .mo-panel-style .btn.btn-info, .mo-panel-style .btn-info:hover, .mo-panel-style .btn-info:focus{
	background-color:#006fcf;
	font-size: 1em;
}
.panel-register .btn-info, .panel-register .btn-info:hover, .panel-register .btn-info:focus, .panel-register .btn-info:link{
	background-color:#3da0d4;
	font-size: 1em;
	color: #ffffff !important;
	text-transform: uppercase;
}
.panel-register > .panel-heading{
	background-image:none;
	background-color:#dddee1;
	color:#717072;
	border:none;
}
.panel-info > .panel-heading{
	background-image:none !important;
	background:none !important;
	background-color:#f0fafe !important;
}
.link-text{
	margin-top:15px;
}
.alert, .help-block{
	display:none;
}

/* Homepage Nav and Content */
#mo-homepage #secondary-nav{
	/* background-image: url(../images/cart-bg-pattern.png); */
	/* border: 1px solid #ffffff; */
	background-color: #f4f4f4;
	border-bottom: solid 1px #ddd;
}
#mo-homepage #secondary-nav > div > div{
	border: 1px solid #ffffff;
}
#mo-homepage #secondary-nav .nav-column{
	padding: 0px;
}
#mo-homepage #secondary-nav a{
	display: block;
	text-align: center;
	color:#006fcf;
	fill:#006fcf;
	font-size: 1.5em;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background-color 0.5s, color 0.5s;
	-moz-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}
#mo-homepage #secondary-nav a svg path{
	-webkit-transition: stroke 0.5s;
	-moz-transition: stroke 0.5s;
	transition: stroke 0.5s;
}
#mo-homepage #secondary-nav a:hover,
#mo-homepage #secondary-nav .active a{
	color: #ffffff;
	background-color: #006fcf;
}
#mo-homepage #secondary-nav a svg path{
	stroke:#006fcf;
}
#mo-homepage #secondary-nav .active a svg path,
#mo-homepage #secondary-nav a:hover svg path{
	stroke:#ffffff;
}
#mo-homepage #secondary-nav .active a.attract-customers svg path,
#mo-homepage #secondary-nav a.attract-customers:hover svg path{
	stroke:#ffffff;
	fill:#ffffff;
}
#mo-homepage #secondary-nav a.getting-started svg{
	width: 30px;
}
#mo-homepage #secondary-nav a.attract-customers svg,
#mo-homepage #secondary-nav a.attract-customers svg rect{
	width: 40px;
}
#mo-homepage #secondary-nav a.join-network svg{
	width: 30px;
}
#mo-homepage #secondary-nav a table{
	margin: auto;
}
#mo-homepage #secondary-nav a table td:first-child {padding: 0px;vertical-align: middle;}
#mo-homepage #secondary-nav a table td {
	padding: 10px;
	font-weight: 400;
}
#mo-homepage .border{
	text-align: center;
}
#mo-homepage .border img{
	border:2px solid #eeeff1;
}
#mo-homepage #secondary-nav.affix{
	top: 0;
	width: 100%;
	z-index: 99999;
}
#mo-homepage .homepage-content{
	position: relative;
}
#mo-homepage .homepage-content .mo-content{
}

/*static content*/
.page-title {
	font-size: 30px;
	/*font-family: bs-light;*/
	font-weight: 400;
	color: #424242;
	margin: 40px 0 40px;
}
.static-content.grey {
	background-color: #f4f4f4;
}
.static-content {
	padding: 0 0 30px;
}
.static-content .section-end {
	background-image: url(../images/cart-bg-pattern.png);
	height: 20px;
	margin-top: 40px;
}
.static-content .section-end-sub {
	background-image: url(../images/cart-bg-pattern.png);
	height: 5px;
	margin-top: 40px;
}
.static-content h2.sub-title {
	font-size: 20px;
	color: #424242;
	/*font-family: bs-light;*/
	font-weight: 400;
	margin: 0 0 30px;
	background-image: url(../images/cart-bg-pattern.png);
	padding: 15px 20px;
	border-top: solid 3px #e4e4e4;
}
.static-content .content-text-section {
}
.static-content .content-text-section .section-head {
	margin-bottom: 15px;
	margin-top: 30px;
}
.static-content .content-text-section .section-head td {
	vertical-align: middle;
}
.static-content .content-text-section .section-head td .ico {
	width: 60px;
	height: 60px;
}
.static-content .content-text-section .section-head td .txt {
	font-size: 20px;
	/*font-family: bs-reg;*/
	font-weight: 500;
	color: #006fcf;
	margin: 0px 0 0 15px;
	font-weight: 400;
}
.static-content .content-text-section .section-head td h2.count {
	text-align: center;
	/*font-family: bs-bold;*/
	font-weight: 600;
	color: #006fcf;
	font-size: 41px;
	line-height: 0.3;
}
.static-content .content-text-section .section-head td strong {
	font-size: 1em;
	/*font-family: bs-bold;*/
	font-weight: 500;
	color: #006fcf;
	display: block;
	margin-top: 7px;
	margin-bottom: 6px;
}
.static-content .content-text-section .section-head td .stxt {
	font-size: 1em;
	/*font-family: bs-reg;*/
	font-weight: 500;
	color: #424242;
}
.static-content .content-text-section .section-head-sub {
	margin-bottom: 30px;
	margin-top: 20px;
}
.static-content .content-text-section .section-head-sub td {
	vertical-align: middle;
}
.static-content .content-text-section .section-head-sub td .ico {
	width: 45px;
	height: 45px;
}
.static-content .content-text-section .section-head-sub td .txt {
	font-size: 1em;
	/*font-family: bs-reg;*/
	font-weight: 400;
	color: #424242;
	margin: 0px;
}
.static-content .content-text-section .section-head-sub td strong {
	font-size: 1em;
	/*font-family: bs-bold;*/
	font-weight: 500;
	color: #424242;
	display: block;
	margin-top: 7px;
	margin-bottom: 6px;
}
.static-content .content-text-section .section-head-sub td .stxt {
	font-size: 1em;
	/*font-family: bs-reg;*/
	font-weight: 400;
	color: #424242;
}
.static-content .content-text-section p {
	font-size: 1em;
	color: #424242;
	/*font-family: bs-book;*/
	font-weight: 400;
}
.static-content .content-text-section p > strong {
	font-size: 14px;
	/*color: #006fcf;*/
	/*font-family: bs-bold;*/
	font-weight: 600;
}
.cont-ico-lnk {
	background-image: url(../images/cart-bg-pattern.png);
	padding: 17px 10px 12px;
	border-bottom: solid 3px #eaeaea;
	cursor: pointer;
}
.cont-ico-lnk a {
	text-decoration: none;
}
.cont-ico-lnk a:hover {
	text-decoration: none;
}
.cont-ico-lnk table {margin: auto;}
.cont-ico-lnk table td {
	vertical-align: middle;
	text-align: center;
}
.cont-ico-lnk table td img.ico {
	width: 40px;
	height: 40px;
}
.cont-ico-lnk table td h2 {
	margin: 0px;
	font-size: 21px;
	color: #006fcf;
	/*font-family: bs-light;*/
	font-weight: 400;
}
#mo-content {
	font-size: 1em;
}
#mo-header {
	background-color: #eeeff1;
}
#mo-header > .container {
	position: relative;
}
.static-content p a {
	color: #006fcf;
	text-decoration: none;
	font-weight: 500;
}
.static-content p a:hover {
	color: #3da0d4;
}
.btn-content,
.btn-content:hover,
.btn-content:active,
.btn-content:active:focus,
.btn-content:visited,
.btn-content:focus {
	background-color: #006fcf;
	border-color: #006fcf;
	outline: none;
	vertical-align: middle;
	white-space: nowrap;
	padding: .8125em 1.875em;
	font-size: 1em;
	line-height: 1.45667;
	border-radius: .25em;
	max-width: 17.5em;
}


.btn-lg.btn-content,
.btn-lg.btn-content:hover,
.btn-lg.btn-content:active,
.btn-lg.btn-content:active:focus,
.btn-lg.btn-content:visited,
.btn-lg.btn-content:focus {
	background-color: #006fcf;
	border-color: #006fcf;
	outline: none;
	font-size: 22px;
	/*font-family: bs-book;*/
	padding: 5px 15px;
	min-width: 160px;
}
.page-banner {
	position: relative;
	height: 500px;
}
.page-banner .in {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-banner .in-txt {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-weight: 300;
	padding: 25px 25px;
	background-color: rgba(255,255,255,0.65);
	width: 100%;
}
.page-banner .in-txt h1 {
	color: #006fcf;
	/*font-family: bs-light;*/
	font-size: 40px;
	max-width: 100%;
	line-height: 50px;
	margin: 0px;
}
.hidden-blocks{
	display:none;
}
#cont-mo-order {
	/*margin-bottom: -50px;*/
}
#cont-mo-order .mrow {
	background-image: url(../images/cart-bg-pattern.png);
	margin-right: 0px;
}
#cont-mo-order .mrow .left_ {
	background-color: #fff;
}
#cont-mo-order .cont-items {
	padding: 35px 15px;
}
#cont-mo-order .cont-items .title {
	font-size: 26px;
	color: #424242;
	/*font-family: bs-light;*/
	margin-bottom: 30px;
	margin-top: 0px;
	font-weight: 400;
}
#cont-mo-order .cont-items .items-grid > .row {
	margin-left: -5px;
	margin-right: -5px;
}
#cont-mo-order .cont-items .items-grid > .row > [class*="col-"] {
	padding: 5px;
}
#cont-mo-order .cont-items .items-grid .order-item {
	cursor: pointer;
}
#cont-mo-order .cont-items .items-grid .order-item .img {
	border: solid 2px #eeeff1;
	transition: 0.3s;
}
#cont-mo-order .cont-items .items-grid .order-item .img:hover {
	border-color: #ddd;
}
#cont-mo-order .cont-items .items-grid .order-item .img .checked {
	display: none;
}
#cont-mo-order .cont-items .items-grid .order-item.selected .img {
	border: solid 2px #006fcf;
	overflow: hidden;
	position: relative;
}
#cont-mo-order .cont-items .items-grid .order-item.selected .img .checked {
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid #006fcf;
	border-left: 50px solid transparent;
	position: absolute;
	top: 0px;
	right: 0px;
}
#cont-mo-order .cont-items .items-grid .order-item.selected .img .checked .in {
	background-image: url(../images/form/check.png);
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	top: -50px;
	right: 0px;
	position: absolute;
}
#cont-mo-order .cont-items .items-grid .order-item .img .in {
	width: 100%;
	margin: auto;
	display: block;
}
#cont-mo-order .cont-items .items-grid .order-item .det {
	text-align: center;
	padding: 30px 10px 60px;
}
#cont-mo-order .cont-items .items-grid .order-item .det .name {
	font-size: 20px;
	/*font-family: bs-light;*/
	color: #424242;
	margin-bottom: 20px;
	font-weight: 400;
}
#cont-mo-order .cont-items .items-grid .order-item .det .qty {
	text-align: center;
}
#cont-mo-order .cont-items .items-grid .order-item .det .qty table {
	margin: auto;
}
#cont-mo-order .cont-items .items-grid .order-item .det .qty table tr td {
	vertical-align: middle;
}
#cont-mo-order .cont-items .items-grid .order-item .det .qty table tr td p {
	/*font-family: bs-reg;*/
	font-size: 0.9em;
	color: #7a6e72;
	margin: 0 10px 0px;
}
#cont-mo-order .cont-items .items-grid .order-item .det .qty .qty-input input{
	width: 60px;
	height: 30px;
	padding: 3px 10px;
}
#cont-mo-order .cont-items .items-grid .order-item .det .qty table tr td select {
	height: 30px;
	padding: 3px 10px;
	font-size: 15px;
	color: #7a6e72;
	font-family: arial;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 70px;
	background-image: url(../images/icons/arrow-down.png);
	background-position: center right -1px;
	background-size: 30px;
	background-repeat: no-repeat;
}
#cont-mo-order .cont-items .items-grid .order-item .det .qty table tr td select::-ms-expand {
	display: none;
}
#cont-mo-order .cont-cart {
	padding: 40px 0;text-align: center;
}
#cont-mo-order .cont-cart.affix {
	top: 0px;
	min-width: 258px;
}
#cont-mo-order .cont-cart .title {
	font-size: 22px;
	color: #424242;
	/*font-family: bs-light;*/
	display: table;
	margin: 0px auto 20px;
	border-bottom: solid 3px #006fcf;
	padding-bottom: 10px;
	font-weight: 400;
}
#cont-mo-order .cont-cart table {
	text-align: left;
	margin: 0px auto 30px;
	width: 100%;
	border-bottom: solid 1px #b9b9b9;
}
#cont-mo-order .cont-cart table thead th {
	font-size: 18px;
	/*font-family: bs-light;*/
	color: #424242;
	border-bottom: solid 1px #b9b9b9;
	padding-bottom: 10px;
}
#cont-mo-order .cont-cart table tbody td {
	/*font-family: bs-light;*/
	color: #424242;
	font-size: 1em;
	padding: 3px 0;
}
#cont-mo-order .cont-cart #btn-material {
	/* background-color: #006fcf; */
	/* border-color: #006fcf; */
	/* outline: none; */
	/* font-size: 1em; */
	margin: auto;
}

/*material form modal*/
.mobile-combo {
	width: 100%;
}
.mobile-combo td {
	vertical-align: top;
}
.mobile-combo .code input {
	background-color: #ffffff;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	outline: none!important;
	box-shadow: none!important;
}
.mobile-combo .number input {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left: 0px;
}

.mo-modal .modal-content {
	border-radius: 0px;
}
#modal-material.mo-modal .modal-content .modal-body {
	padding: 0px;
	background-image: url(../images/cart-bg-pattern.png);
}
#modal-material .cont-cart {
	padding: 40px 20px;
	text-align: center;
}
#modal-material .cont-cart.affix {
	top: 0px;
	min-width: 258px;
}
#modal-material .cont-cart .title {
	font-size: 25px;
	color: #424242;
	/*font-family: bs-light;*/
	display: table;
	margin: 0px auto 20px;
	border-bottom: solid 3px #006fcf;
	padding-bottom: 10px;
}
#modal-material .cont-cart table {
	text-align: left;
	margin: 0px auto 30px;
	width: 100%;
	border-bottom: solid 2px #b9b9b9;
}
#modal-material .cont-cart table thead th {
	font-size: 18px;
	/*font-family: bs-light;*/
	color: #424242;
	border-bottom: solid 2px #b9b9b9;
	padding-bottom: 10px;
}
#modal-material .cont-cart table tbody td {
	/*font-family: bs-light;*/
	color: #424242;
	font-size: 1em;
	padding: 3px 0;
}
/*#modal-material .cont-cart #btn-edit-order {
	background-color: #006fcf;
	border-color: #006fcf;
	outline: none;
	font-size: 1em;
}*/
#modal-material #cont-material-form {
	padding: 30px 20px;
	background-color: #fff;
}
#modal-material #cont-material-form h1.title {
	font-size: 30px;
	color: #424242;
	/*font-family: bs-light;*/
	margin: 0 0 30px;
	background-image: url(../images/cart-bg-pattern.png);
	padding: 12px 15px;
}
#modal-material #cont-material-form select {
	height: 34px;
	padding: 3px 10px;
	font-size: 15px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(../images/icons/arrow-down.png);
	background-position: center right -1px;
	background-size: 34px;
	background-repeat: no-repeat;
}
#modal-material #cont-material-form select::-ms-expand {
	display: none;
}
/*#modal-material #cont-material-form #btn-submit-material {
	background-color: #006fcf;
	border-color: #006fcf;
	outline: none;
	font-size: 22px;
	padding: 5px 15px;
}*/
#modal-material #cont-material-form label.error {
	color: red;
	font-size: 0.9em;
	/*font-family: bs-reg;*/
	margin-top: 5px;
}
#modal-material #cont-material-form .control-label {
	/*font-family: bs-light;*/
	font-size: 17px;
	color: #424242;
	font-weight: normal;
}
#modal-material #cont-material-form .control-label small {
	font-size: 10px;
	color: #;
	/*font-family: bs-reg;*/
}
#modal-material #cont-material-form .form-control {
	font-family: arial;
	color: #424242;
	font-size: 15px;
}
.mo-modal .status-txt {
	display: table;
	margin: 35px auto;
}
.mo-modal .status-txt .txt {
	font-size: 30px;
	/*font-family: bs-light;*/
	color: #002663;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
}
.mo-modal .status-txt .ico {
	width: 25px;
	height: 25px;
	background-image: url(../images/check-success.png);
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;vertical-align: middle;margin-top: -5px;
}

/*new merchant form*/
#cont-merchant-form {
	padding: 0px;
}
#cont-merchant-form h1.title {
	font-size: 30px;
	color: #424242;
	/*font-family: bs-light;*/
	margin: 0 0 30px;
	background-image: url(../images/cart-bg-pattern.png);
	padding: 20px 40px;
}
#cont-merchant-form h1.title small {
	font-size: 20px;
	margin-left: 20px;
	color: #006fcf;
}
#form-merchant {
	background-color: #fff;
}
#form-merchant h1.title {
	font-size: 30px;
	color: #424242;
	/*font-family: bs-light;*/
	margin: 0 0 30px;
	background-image: url(../images/cart-bg-pattern.png);
	padding: 12px 15px;
}
#form-merchant select {
	height: 34px;
	padding: 3px 10px;
	font-size: 15px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(../images/icons/arrow-down.png);
	background-position: center right -1px;
	background-size: 34px;
	background-repeat: no-repeat;
}
#form-merchant select::-ms-expand {
	display: none;
}
/*#form-merchant #btn-submit-merchant {
	background-color: #006fcf;
	border-color: #006fcf;
	outline: none;
	font-size: 22px;
	padding: 5px 15px;
}*/
#form-merchant label.error {
	color: red;
	font-size: 0.9em;
	/*font-family: bs-reg;*/
	margin-top: 5px;
}
#form-merchant .control-label {
	/*font-family: bs-light;*/
	font-size: 17px;
	color: #424242;
	font-weight: normal;
}
#form-merchant .control-label small {
	font-size: 16px;
	color: red;
	/*font-family: bs-reg;*/
}
#form-merchant .form-control {
	font-family: arial;
	color: #424242;
	font-size: 15px;
}

/*mo-accordion*/
.mo-accordion {
}
.mo-accordion .mo-accordion-item {
	border-top: solid 3px #e4e4e4;
	padding-top: 20px;
}
.mo-accordion .mo-accordion-item:first-child{
	border-top: 0px;
}
.mo-accordion .mo-accordion-item .mo-accordion-head {
	padding-left: 50px;
	padding-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.mo-accordion .mo-accordion-item .mo-accordion-head i {
	display: inline-block;
	font: normal normal normal 1em/1 FontAwesome;
	color: #006fcf;
	position: absolute;
	left: 18px;
	top: 6px;
	font-size: 18px;
}
.mo-accordion .mo-accordion-item .mo-accordion-head i:before {
	content: "\f067";
}
.mo-accordion .mo-accordion-item.open .mo-accordion-head i:before {
	content: "\f068";
}
.mo-accordion .mo-accordion-item .mo-accordion-head h3 {
	/*font-family: bs-light;*/
	color: #424242;
	font-size: 20px;
	margin: 0px;
	line-height: 1.4;
	font-weight: 400;
}
.mo-accordion .mo-accordion-item .mo-accordion-head:before {
}
.mo-accordion .mo-accordion-item.open .mo-accordion-head:before {
}
.mo-accordion .mo-accordion-item .mo-accordion-body {
	padding: 0px 0 20px 50px;
	margin: 0px;
	display: none;
}
.mo-accordion .mo-accordion-item.open .mo-accordion-body  {
	display: block;
}
.mo-accordion .mo-accordion-item .mo-accordion-body p {
	/*font-family: bs-book;*/
	font-size: 1em;
	color: #424242;
}
.mo-accordion .mo-accordion-item .mo-accordion-body span.f-w-600 {
	/*font-family: bs-bold;*/
}
.mo-accordion .mo-accordion-item .mo-accordion-body strong {
	font-size: 1em;
	color: #006fcf;
	/*font-family: bs-bold;*/
	margin-bottom: 10px;
	display: block;
	margin-top: 15px;
}
.mo-accordion .mo-accordion-item .mo-accordion-body ul {
}
.mo-accordion .mo-accordion-item .mo-accordion-body ul li {
	/*font-family: bs-book;*/
	font-size: 1em;
	color: #424242;
	padding-bottom: 10px;
	display: flex;
}
.mo-accordion .mo-accordion-item .mo-accordion-body ul li:before {
	content: " ";
	width: 15px;
	height: 15px;
	vertical-align: middle;
	display: inline-block;
	background-image: url(../images/icons/li-arrow.svg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 10px;
	min-width: 15px;
	min-height: 15px;
	margin-top: 2px;
}

ul.content-ul li {
	/*font-family: bs-book;*/
	font-size: 1em;
	color: #424242;
	padding-bottom: 10px;
	display: flex;
}
ul.content-ul li:before {
	content: " ";
	width: 15px;
	height: 15px;
	vertical-align: middle;
	display: inline-block;
	background-image: url(../images/icons/li-arrow.svg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 10px;
	min-width: 15px;
	min-height: 15px;
	margin-top: 2px;
}
p.p-warning {
	/*color: red;*/
	font-style: italic;
	font-size: 12px;
}
.hitems {
	margin-bottom: 10px;
	margin-top: 30px;
}
.hitems .hitem {
	text-align: center;
	padding: 20px;
	border: solid 2px #EAEAEA;
	cursor: pointer;
	position: relative;
	margin-bottom: 20px;
	background-color: #ffffff;
}
.hitems .hitem img {
	width: 100%;max-width: 100%;
}
.hitems .hitem div {
	position: absolute;
	font-size: 30px;
	/*font-family: bs-reg;*/
	left: 0px;
	text-align: center;
	top: 0px;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	height: 100%;
	padding-top: Calc(50% - 50px);
	opacity: 0;transition: 0.3s;
}
.hitems .hitem:hover div {
	opacity: 1;
	box-shadow: 0 5px 8px rgba(0,0,0,.1);
}
.head-box {
	font-size: 21px;
	/*font-family: bs-light;*/
	/* padding: 20px 30px; */
	margin: 20px 0 20px;
	/* background: #fafafa; */
	/* border-top: solid 3px #eaeaea; */
	/* background-image: url(../images/cart-bg-pattern.png); */
}
ol.ol-list {
	padding-left: 16px;
	list-style-type: lower-roman;
	/*font-family: bs-book;*/
	font-size: 1em;
	color: #424242;
}
ol.ol-list li {
	padding-bottom: 10px;
}
.mtable1 {
	margin-bottom: 20px!important;
	border-color: #cccccc;
}
.mtable1 thead th {
	background-color: #EFEFEF;
	font-size: 1em;
	color: #006fcf;
	/*font-family: bs-bold;*/
}
.mtable1 th {
	background-color: #EFEFEF;
}
.mtable1 th {
	font-size: 1em;
	color: #006fcf;
	font-family: bs-bold;
}
.mtable1 td,
.mtable1 th {
	padding: 10px!important;
}
.contact1 {
	margin-bottom: 20px!important;
	border: #cccccc;
}
.contact1 thead th {
	background-color: #EFEFEF;
	font-size: 1em;
	color: #006fcf;
	/*font-family: bs-bold;*/
}
.contact1 th {
	background-color: #EFEFEF;
}
.contact1 th {
	/*font-size: 1em;
	color: #006fcf;
	font-family: bs-bold;*/
}
.contact1 td,
.contact1 th {
	padding: 10px 20px!important;
}
.modal.sut1 strong {
	font-size: 1em;
	color: #006fcf;
	/*font-family: bs-bold;*/
}
#login-box {
	position: absolute;
	max-width: 300px;
	width: 100%;
	top: 100px;
	right: 20px;
	z-index: 9999;
	background-color: #ffffff;
	padding: 30px 35px 0px;
}
#login-box .form-head {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
#login-box a.login-link {
	color: #006fcf;
	display: block;
	margin: 10px 0;
}
#login-box .control-label {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 500;
	padding-top: 2px;
	font-size: 13px;
}
#login-box .form-check {

}
#login-box .form-check .form-check-input {vertical-align: middle;margin: -2px 4px 0px 0px;}
#login-box .form-check .form-check-label {margin: 0px;vertical-align: middle;font-weight: normal;}
#login-box .mo-panel-style,
#login-box  .panel-register {
	border: none;
	border-radius: 0px;
}
#login-box .panel {
	background-color: #ffffff;
}
#login-box .panel .link-text li a {
	color: #006fcf;
}
#login-box .panel .oms-logo {
	width: 100%;
	max-width: 204px;
	margin: 0px 0px 14px;
}
.relative {
	position: relative;
}
.services-trio {

}
.services-trio .item {
	text-align: center;
	margin-bottom: 40px;
}
.services-trio .item strong {
	color: #006fcf;
	font-weight: normal;
	/*font-family: bs-bold;*/
	font-size: 20px;
	line-height: 1.2;
	display: block;
	max-width: 260px;
	margin: auto;
	min-height: 80px;
}
.services-trio .item img {
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 0 auto 10px;
}
.services-trio .item p {
	min-height: 65px;
}
.services-trio .item button,
.services-trio .item a {
	min-width: 120px;
}

/*homepage carousel*/
#carousel-hero .hero-item {
	position: relative;
	min-height: 580px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#carousel-hero.solo .hero-item {
	min-height: 450px;
}
#carousel-hero.solo .hero-item:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}
#carousel-hero .hero-item > img {
	width: 100%
}
#carousel-hero .hero-item .hero-in {
	position: absolute;
	top: 0px;
	left: 0px;
	font-weight: 300;
	padding: 25px 25px;
	/* background-color: rgba(255,255,255,0.65); */
	width: 100%;
}
#carousel-hero .hero-item .hero-in .txt {
	/* color: #006fcf; */
	/*font-family: bs-light;*/
	max-width: 450px;
	margin: 0px;
	color: #ffffff;
	/*margin-top: 120px;*/
}
#carousel-hero .hero-item .hero-in .txt small {
	font-size: 75%;
	display: block;
	margin-top: 10px;
}
#carousel-hero .hero-item .hero-in .txt h2 {
	font-size: 36px;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 300;
	text-shadow: 0 0 30px rgba(255,255,255,0.2);
}
#carousel-hero .hero-item .hero-in .txt p {
	font-size: 20px;
	margin-bottom: 40px;
}
.owl-dots {
	position: absolute;
	bottom: 10px;
	left: Calc(50% - 36.5px);
}
.owl-dots .owl-dot {
	outline: none;
	box-shadow: none;
	border: 0px;
}
.owl-dots .owl-dot:before {
	background-color: #ffffff;
	border-radius: 50%;
	content: "";
	display: block;
	height: .7rem;
	position: relative;
	transition: all .2s ease-in-out;
	width: .7rem;
	margin: 0 7px;
}
.owl-dots .owl-dot.active:before {
	background-color: #006fcf;
}
@media (max-width: 1199px) {
	#carousel-hero .hero-item .hero-in {
		position: relative;
	}
	#carousel-hero .hero-item .hero-in .txt {
		font-size: 30px;
	}
}
@media (max-width: 991px) {
	#carousel-hero .hero-item .hero-in {
		padding: 39px 25px 6px;
	}
}
@media (max-width: 767px) {
	#carousel-hero .hero-item .hero-in {
		padding: 15px 20px;
	}
	#carousel-hero .hero-item .hero-in .txt {
		font-size: 25px;
		max-width: 100%;
		line-height: 1.4;
	}
	#login-box {
		top: 15px;
	}
}

/*sub menu*/
.container-sub-menu {
	clear: both;
	height: 40px;
	background: #646771 url(../images/iNav_ngi_sprite_new.gif) repeat-x 0 -344px !important;
	color: #ffffff;
	font-size: 13px;
	/*font-family: bs-reg;*/
}
.navbar-default .navbar-collapse {
	border: none;
}
#sub-menu {
	padding-left: 0px;
	padding-right: 0px;
	background-color: transparent;
	border: none;
	z-index: 10;
	margin: 0px;
}
#sub-menu .navbar-nav > li:first-child {
	border-left: 2px groove #a9a9a9;
}
#sub-menu .navbar-nav > li {
	border-right: 2px groove #a9a9a9;
}
#sub-menu .navbar-nav > li .caret {
	margin-left: 4px;
}
#sub-menu .navbar-nav > li .dropdown-menu {
	border: 0px;
	border-bottom: 2px groove #999;
	border-radius: 0px;
	border-top: solid 1px #eaeaea;
	padding: 10px 0;
}
#sub-menu .navbar-nav > li .dropdown-menu > li:hover > a {
	background-color: #366797;
	color: #ffffff;
}
#sub-menu .navbar-nav > li .dropdown-menu > li > a {
	font-size: 13px;
	padding: 5px 25px 5px 20px;
	color: #369;
}
#sub-menu .navbar-nav > li > a {
	font-size: 12px;
	padding: 10px 20px;
	color: #ffffff;
}
#sub-menu .navbar-nav > li:hover > a {
	color: #000000;
	background-color: #ffffff;
}
#sub-menu .navbar-nav > li.dropdown.open > a {
	color: #000000;
	background-color: #ffffff;
	/*font-family: bs-reg;*/
}
#sub-menu .navbar-toggle {
	position: relative;
	float: left;
	padding: 8px 12px;
	margin-top: 5px;
	margin-left: 4px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border-radius: 8px;
}
#sub-menu .navbar-toggle .icon-bar {
	display: block;
	width: 23px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
}
#sub-menu .navbar-toggle .icon-bar+.icon-bar {
	margin-top: 3px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -11px;
	margin-left: 0px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: inherit;
	margin-top: 4px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/*Bootstrap*/
.text-white {
    color: #fff !important;
}
.pl-0, .px-0 {
    padding-left: 0 !important;
}
.pr-0, .px-0 {
    padding-right: 0 !important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}
.ml-0, .mx-0 {
    margin-left: 0 !important;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}
.text-left {
    text-align: left !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.bg-white {
    background-color: #fff !important;
}
.m-auto {
    margin: auto !important;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion>.card {
    overflow: hidden;
}
.card, .card-header, .card-group .card-heading+.card-collapse>.card-body {
    border: none;
    background-color: transparent;
    font-family: "BentonSansRegular" !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
}
/*End - Bootstrap*/

/*AMEXLink*/
#paylink-cont .section-header {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height:40vh;
}
#paylink-cont .container {
	padding-top:60px;
	padding-bottom:60px;
}
#paylink-cont .titletext {
	font-size: 22px;
	font-family: "bs-med" !important;
}
#paylink-cont .desctxt {
	font-size: 13px;
	font-family: "bs-reg" !important;
}
#paylink-cont .section-second {
	background-color: #212951;
}
#paylink-cont .section-third {
	background-color: #F5F7FA;
}
#paylink-cont .items {
	padding:20px 60px 20px 60px;
}
#paylink-cont .items2 {
	position: relative;
	z-index: 99;
	height:200px;
	border-radius: 5px;
}
#paylink-cont .items1 {
	position: relative;
	z-index: 99;
	height:180px;
	border-radius: 5px;
}
#paylink-cont .spacer {
	height:40px;
	width:40px;
}
#paylink-cont .firstButton {
	margin-right:20px;
	width:350px;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #336FB5;
}
#paylink-cont .firstButton a {
	display: flex;
	align-items:center;
	justify-content: center;
}
#paylink-cont .descbtn {
	padding-top:3px;
}
#paylink-cont .bs-example {
	margin: 20px;
}
#paylink-cont .box-wrapper {
	margin-bottom:40px;
}
#paylink-cont .nbdiv {
	position: absolute;
	left:0%;
	top:0%;
	width:60px;
	border-radius: 5px 0 10px 0;
	background-color: #D7E1ED;
}
#paylink-cont .numbering {
	color:#212951;
	top: 50%;
	left:50%;
	transform: translate(0,25%);
}
#paylink-cont li {
	position: relative;
	padding-left: 20px;
	list-style: none;
	display: block;
	font-family: "bs-reg" !important;
}
#paylink-cont .highlights ul li:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:15px;
	height:15px;
	background-image: url("../images/Check.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
#paylink-cont .accordion .fa {
	margin-right: 0.5rem;
}
#paylink-cont .card, .card-header, .card-group .card-heading+.card-collapse>.card-body {
	border: none;
	background-color: transparent;
	font-family: "bs-reg" !important;
}
#paylink-cont .card-body p {
	padding-left:2px;
}
/*#paylink-cont .btn-link span,a span {*/
#paylink-cont .btn-link span {
	color:black;
}
#paylink-cont .accordion .btn-link {
	outline: none;
	text-align: left !important;
}
#paylink-cont .section-fourth {
	background-color: #EAEFF5;
	position: relative;
	transform: translateY(-40%);
	z-index:0;
	margin-bottom:-15%;
}
/*End - AMEXLink*/

@media (max-width: 767px) {
	#sub-menu .navbar-nav > li:first-child {
		border: none;
	}
	#sub-menu .navbar-nav > li {
		border: none;
		font-size: 13px;
	}
	#sub-menu .navbar-nav > li.dropdown.open {
		background-color: #366797;
	}
	#sub-menu .navbar-nav > li.dropdown.open > .dropdown-menu {
		border-top: 0px;
		padding: 0px 0px 7px 15px;
		border-bottom: 0px;
		margin-top: -5px;
	}
	#sub-menu .navbar-nav > li.dropdown.open > .dropdown-menu .dropdown-submenu .dropdown-menu {
		border: 0px;
		padding-left: 20px;
		display: block;
	}
	#sub-menu .navbar-nav > li.dropdown.open > .dropdown-menu .dropdown-submenu .dropdown-menu li a {
		color: #ffffff;
		padding: 5px 5px 5px 25px;
	}
	#sub-menu .navbar-nav > li.dropdown.open > .dropdown-menu .dropdown-submenu a:after {
		border-top: 4px solid #ffffff;
		margin-left: 7px;
		margin-right: -7px;
	}
	#sub-menu .navbar-nav > li.dropdown.open > .dropdown-menu > li > a {
		color: #ffffff;
		padding: 5px 25px 5px 20px;
	}
	#sub-menu .navbar-nav > li > a {
		font-size: 13px;
	}
	#sub-menu .navbar-nav > li.dropdown.open > a {
		background-color: #366797;
		color: #ffffff;
	}
	#sub-menu.navbar-default .navbar-collapse {
		border: none;
		background-color: #ffffff;
		top: -3px;
		position: relative;
		box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.3);
	}
	#sub-menu.navbar-default .navbar-collapse > .nav {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#sub-menu .navbar-nav > li > a {
		color: #369;
	}
	#sub-menu .navbar-nav > li:hover > a {
		background-color: #366797;
		color: #ffffff;
	}
	#sub-menu .navbar-nav > li .dropdown-menu > li > a {
		font-size: 13px;
		padding: 10px 25px 10px 20px;
		color: #369;
	}
	#sub-menu .navbar-nav > li .dropdown-menu {
		border: 0px;
		border-bottom: 2px groove #999;
		border-radius: 0px;
		border-top: solid 1px #eaeaea;
		padding: 0px 0;
	}
	#sub-menu .dropdown-submenu>a:after {
		display: inline-block;
		float: none;
		content: " ";
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		margin-top: 5px;
		margin-right: -10px;
		margin-left: 5px;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid #346699;
		vertical-align: middle;
	}
	#sub-menu .dropdown-submenu:hover>a:after {
		border-top: 4px solid #ffffff;
	}
}

/*responsive*/
@media (max-width: 1220px) {
	#mo-homepage #secondary-nav a{
		font-size: 1.2em;
		padding: 0px;
	}
	#mo-homepage #secondary-nav a.getting-started svg{
		width: 20px;
	}
	#mo-homepage #secondary-nav a.attract-customers svg,
	#mo-homepage #secondary-nav a.attract-customers svg rect{
		width: 25px;
	}
	#mo-homepage #secondary-nav a.join-network svg{
		width: 20px;
	}
	#cont-mo-order .cont-cart.affix {
		min-width: 208px;
	}
}
@media (max-width: 992px){
	#carousel .carousel-container .carousel-headline{
		position: relative;
		background-color: rgba(255,255,255,0.6);
	}
	#carousel .carousel-container .carousel-headline .headline-inner{
		width: 100% !important;
	}
	#carousel .carousel-container .carousel-headline .headline-inner h1{
		font-size: 1.5em;
	}
}
@media (max-width: 768px) {
	#mo-homepage #secondary-nav a table td:first-child {
		padding-right: 0px;
	}
	#mo-homepage #secondary-nav a table td {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.contact1 {
		width: 100%;
	}
	.contact1 thead th {
		display: none;
	}
	.contact1 td, .contact1 th {
		display: block;
	}
	.page-banner {
		height: 250px;
	}
	.page-banner .in-txt {
		padding: 15px 20px;
	}
	.page-banner .in-txt h1 {
		font-size: 25px;
		line-height: 1.4;
	}
	#login-box {
		position: relative;
		left: 0px;
		max-width: 100%;
		padding-bottom: 20px;
		display: block;
		margin-bottom: 30px;
		z-index: 1;
	}
	.mobile-w-100{
		width: 100%;
	}
	#cont-mo-order .row.mrow {
		margin-right: -15px;
	}
	#cont-mo-order .cont-cart.affix {
		position: static;
	}
	#cont-mo-order .cont-cart {
		padding: 40px 20px;
	}
	.page-title {
		font-size: 20px;
		margin: 20px 0px 0;
	}
	#cont-merchant-form h1.title {
		padding: 20px 20px;
		font-size: 20px;
		margin: 20px 0 0;
	}
	#cont-merchant-form h1.title small {
		font-size: 0.9em;
		display: block;
		margin: 10px 0px 0;
	}
	#form-merchant {
	}
	.static-content h2.sub-title {
		font-size: 20px;
		margin-top: 20px;
	}
	.static-content .content-text-section {
		padding: 0px;
	}
	.mo-accordion .mo-accordion-item .mo-accordion-body {
		padding-left: 19px;
		padding-right: 19px;
	}
	.cont-ico-lnk table td h2 {
		font-size: 20px;
	}
	.cont-ico-lnk {
		margin-bottom: 20px;
	}
	#cont-mo-order .cont-items .title {
		font-size: 25px;
		line-height: 1.4;
	}
	#secondary-nav {
		display: none;
	}
}

/*AMEXLink*/
@media screen and (max-width: 800px) {
	#paylink-cont .items1 {
		height:auto;
	}
	#paylink-cont .col-md-6 {
		padding-left:0px!important;
		padding-right:0px!important;
	}
	#paylink-cont .items2 {
		height:auto;
	}
	#paylink-cont .section-header {
		height:25vh;
	}
	#paylink-cont .firstButton {
		margin-bottom:20px;
		margin-left:auto;
		margin-right: auto;
	}
	#paylink-cont .container {
		padding-top:40px;
		padding-bottom:40px;
	}
	#paylink-cont .paylinklogo {
		width:230px!important;
		margin-bottom:30px;
		margin-top:10px;
	}
	#paylink-cont .section-fourth {
		margin-bottom:-20%;
	}
	#paylink-cont li {
		padding-left: 30px;
	}
	#paylink-cont .highlights ul li:before {
		left:2%;
	}
	#paylink-cont .section-second {
		padding-top:20px;
		padding-bottom:20px;
	}
}
@media screen and (max-width: 400px) {
	#paylink-cont .section-header {
		height:14vh;
	}
	#paylink-cont .firstButton {
		margin-bottom:20px;
		margin-left:auto;
		margin-right: auto;
	}
	#paylink-cont .container {
		padding-top:10px;
		padding-bottom:10px;
	}
	#paylink-cont .section-fourth {
		transform: translateY(-30%);
		z-index:0;
		margin-bottom:-30%;
	}
	#paylink-cont .titletext {
		font-size: 15px;
	}
	#paylink-cont .desctxt {
		font-size: 12px;
	}
	#paylink-cont .paylinklogo {
		width:180px!important;
		margin-bottom:10px;
		margin-top:10px;
	}
	#paylink-cont li {
		padding-left: 40px;
	}
	#paylink-cont .highlights ul li:before {
		left:5%;
	}
}
/*End - AMEXLink*/