/************************************/
/********** Default Styles **********/
/************************************/


/********** Bootstrap 5 Overwrites **********/
.row {
 	margin-left: -15px;
  	margin-right: -15px;
}

/* .row>* {
    padding-left: 0px;
    padding-right: 0px;
} */

.input-group span.input-group-btn .btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    position: relative;
  	padding-left: 15px;
    padding-right: 15px;
}

.table>:not(caption)>*>* {
    padding: 8px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}



/********** GENERAL ELEMENTS STYLING **********/
html, body {
	min-width: 0px !important;
  	/* overflow-x: auto !important; */
}

h1 {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: #333366;
    margin: 0;
    padding: 0px;
}

h2 {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: #333366;
    margin: 0;
    padding: 0px;
}

h1.normal, h2.normal, h3.normal, h4.normal {
	font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #333366;
}

h3 {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #333366;
    margin: 0;
}

h4 {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #333366;
    margin: 0;
}

h5 {
 	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #333366;
    margin: 0;
}

/* h6 {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333366;
	margin: 0;
} */

b, strong, .bold {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal !important;
}

a {
	color: #333366;
}

a:hover {
	color: #999999;
	text-decoration: none;
	/* opacity: .7; */
}

a.expand-collapse:focus {
	display: block;
}

button {
    background-color: unset;
    text-align: unset;
    border: none;
    /* display: block; */
    /* width: 100%; */
}

ul {
	padding-left: 0px;
}

p {
	font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin: 0 0 0px;
}

p + p {
	padding-top: 10px;
}

p.normal {
	color: #000000;
	display: inline-block;
}

.paragraph {
	font-size: 14px;
}

hr {
	border-top: 1px solid #d8d8d8;
	margin-bottom: 0px;
    background-color: unset;
    opacity: unset;
}

th {
    font-weight: normal !important;
}

/* .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
} */

sub, sup {
    position: inherit;
    font-size: 75%;
    line-height: 0;
    vertical-align: super;
}

a sup {
    display: inline-block;
    border-bottom: 1.4px solid #3573b1;
    padding-bottom: 11px;
}

a:hover sup {
    border-bottom: none;
}

button sup {
    display: inline-block;
    /* border-bottom: 1.4px solid #3573b1; */
    padding-bottom: 11px;
    top: initial;
}

button:focus {
    color: #333366;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
    text-decoration: none;
    position: relative;
}

.info-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/info-icon.svg);
    background-size: 40px;
    background-position: -12px -12px;
    display: inline-block;
    margin-bottom: 0px;
	cursor: pointer;
}

a.info-icon, span.close {
    text-indent: -99999px;
}

.main_container {
	max-width: 1920px;
  	margin-left: auto;
  	margin-right: auto;
  	padding-bottom: 60px;
}

.content-wrapper {
	padding-top: 30px;
}

h1 + div, h2 + div, h3 + div {
	padding-top: 5px;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p {
	padding-top: 22px;
}

h1 + h2, h2 + h2.normal, h2 + h3, h3 + h4, h4 + h5 {
	padding-top: 22px;
}

h3 + h1 {
	padding-top: 32px;
}

label + input, label + select {
	padding-top: 10px;
}

input + span, select + span {
	padding-top: 0px;
}

div + label {
	padding-top: 10px;
}

p + btn {
	padding-top: 15px;
}

h1 + h2, h2 + h2.normal, h2 + h3, h3 + h3, h3 + h4, h4 + h4, h4 + h5, h5 + h5 {
    padding-top: 22px;
}

.text-indentation-wrapper h2 {
	padding-top: 32px;
}

.container {
    padding-top: 30px;
}

.container-fluid {
 	padding-left: 15px;
    padding-right: 15px;
	max-width: 1170px;
}

.column-container {
	padding-top: 10px;
}

.bullet-list, .number-list {
	padding-left: 17px;
	padding-top: 15px;
}

ol.number-list {
	list-style: decimal;
}

.bullet-list li:first-child, .number-list li:first-child {
    padding-top: 0px;
}

.bullet-list li, .number-list li {
	font-size: 14px;
	font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #000000;
	padding-top: 15px;
	padding-left: 3px;
}

ul.bullet-list.indent li, ol.number-list.indent li {
    margin-left: 20px;
}

ul.bullet-list + h4 {
	padding-top: 10px;
}

.inline-link-container .inline-link {
	display: table;
}

.inline-link-container a.inline-link + a.inline-link {
    padding-top: 10px;
}

.inline-link {
	color: #333366;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.inline-link.secondary {
	color: #3573b1;
    text-decoration: underline;
  	font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.inline-link.left-chevron:before, .inline-link.right-chevron:after {
	content: "";
    display: inline-block;
    background-image: url(/assets/images/default/nav-red-chevron.svg);
    background-repeat: no-repeat;
    height: 15px;
    width: 12px;
    background-size: 17px 17px;
	position: relative;
}

.inline-link.left-chevron:before {
	transform: rotate(180deg);
	background-position: 0px 0px;
	top: 4px;
	margin-left: 0px;
}

.inline-link.right-chevron:after {
	background-position: 0px 0px;
	top: 1px;
	right: 0px;
}

a:focus {
	color: #333366;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
	text-decoration: none;
  	position: relative;
}

a.header-tabs:hover, a.tab-link {
	color: #333366;
}

a.secondary:hover {
	text-decoration: none;
}

a.inline-link:hover, a.inline-link.secondary:hover, a.inline-link.right-chevron:hover, a.inline-link.left-chevron:hover, a.close:hover {
	/* opacity: .8; */
}

/* a.inline-link:focus {
	color: #333366;
} */

.component-header {
    padding-top: 40px;
	padding-left: 15px;
    width: 100%;
    float: left;
}

select::-ms-expand {
    display: none;
}

.color-wrapper {
    display: inline-block;
    text-align: center;
	width: 100px;
	padding-top: 30px;
}

.color-wrapper p {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.color-wrapper span {
	width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50px;
}

.color {
	margin-top: 2px;
}

.navy-blue.color {
	background: #333366;
}

.light-blue.color {
	background: #3573b1;
}

.green.color {
	background: #218748;
}

.red.color {
	background: #e71921;
}

.white.color {
	background: #ffffff;
	border: 1px solid #000000;
}

.light-gray.color {
	background: #f7f7f7;
}

.silver-gray.color {
	background: #ededed;
}

.gray.color {
	background: #d8d8d8;
}

.medium-gray.color {
	background: #999999;
}

.dark-gray.color {
	background: #595959;
}

.black.color {
	background: #000000;
}

/* End Bootstrap 4.3.1 */
@media only screen and (max-width: 575.98px) {
  	.modal-dialog {
    	min-height: calc(100% - (7.75rem * 2)) !important;
	}
  
	.offset-col-0 {
    	margin-left: 0;
	} 	
	
	.offset-col-1 {
    	margin-left: 8.333333%;
	}

 	.offset-col-2 {
    	margin-left: 16.666667%;
	}

 	.offset-col-3 {
    	margin-left: 25%;
	}

 	.offset-col-4 {
    	margin-left: 33.333333%;
	}

 	.offset-col-5 {
    	margin-left: 41.666667%;
	}
	
 	.offset-col-6 {
    	margin-left: 50%;
	} 

	.offset-col-7 {
    	margin-left: 58.333333%;
	} 

	.offset-col-8 {
    	margin-left: 66.666667%;
	}

 	.offset-col-9 {
    	margin-left: 75%;
	}

 	.offset-col-10 {
    	margin-left: 83.333333%;
	} 	
  
	.offset-col-11 {
    	margin-left: 91.666667%;
	} 
}
/* End Bootstrap 4.3.1 */


/********** MEDIA QUERY FOR WIDTH OF PAGE **********
@media only screen and (min-width: 1200px) {
	.container-fluid {
		width: 1170px;
	}
} */


@media only screen and (max-width: 767.98px) {
	body, html, .container-fluid {
		min-width: 320px;
	}

	/* h1 {
		font-size: 22px;
		padding-top: 0px;
	}
	
	h2, h2.normal {
		font-size: 20px;
	}
	
	h3, h3.normal {
    	font-size: 18px;
    }
  
  	h4, h4.normal {
     	font-size: 16px; 
    } */
	
	.main_container {
		padding-bottom: 40px;
	}

	.text-indentation-wrapper h2 {
		padding-top: 24px;
	}
	
	.form-group {
		padding-top: 22px;
	}
}



/********** PAGE HEADER/TAB-NAVIGATION **********/ 
.main-header, .main-subheader {
	display:inline-block;
}

.main-header h1 {
	display: inline-block;
}

.header-link {
	display: inline-block;
}

.header-faqs {
	margin-right: -10px;
}

.header-faqs:after {
	content: "";
	display: inline-block;
	background-image: url(/assets/images/default/nav-red-chevron.svg);
	background-repeat: no-repeat;
	background-position: -4px 0px;
	height: 16px;
	width: 19px;
	background-size: 17px 18px;
	margin-top: 0px;
	position: relative;
	top: 2px;
}

ul.header-tabs {
	float:right;
	text-align:right;
	margin-bottom: 0px;
}

ul.header-tabs li {
	display: inline-block;
}

.header-tabs.active, .tab-link.active {
    border-bottom: 4px solid #e71921;
    padding-bottom: 1px;
	pointer-events: none;
}

.header-tabs, .header-tabs .header-faqs, .tab-link {
	display: inline-block;
	color: #333366;
	text-align: center;
	font-size: 14px;
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tab:after {
	content: "";
    position: relative;
    width: 12px;
    height: 18px;
    background: url(/assets/images/default/navigation-divider.png) center center no-repeat;
    display: inline-block;
    vertical-align: top;
	margin-left: 15px;
	margin-right: 15px;
}

.tab.last-tab:after {
	display: none;
}

.sub-header {
	padding-top: 12px;
}

.header-navigation .title {
	color: #333366;
    font-size: 30px;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: inherit;
	padding-top: -20px
}

.go-to-navigation {
 	padding-top: 15px; 
}


@media only screen and (max-width: 767.98px) {
	.main-header, .main-subheader {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	li.last-tab {
		vertical-align: middle;
	}
	
	.header-faqs {
		float: right;
		line-height: 0px;
	}
}


@media only screen and (min-width: 768px) {
  	.main-header, .main-subheader {
		padding-top: 42px;
	}
	
	ul.header-tabs {
		padding-top: 10px;
	}
	
	.text-indentation-wrapper {
		padding-left: 0%;
	}
}



/********** ALERT BANNER **********/
.alert-banner-wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.alert-banner-content {
    padding: 15px 15px 15px 15px;
    border-left: 10px solid;
    margin-top: 20px;
}

.blue-banner .alert-banner-content {
	border-left-color: #3573b1;
	background-color: #e7f6f8;
}

.red-banner .alert-banner-content {
	border-left-color: #e71921;	
	background-color: #f4e3db;
}

.alert-banner-content p:first-child:before {
	content: "";
	width: 22px;
    height: 22px;
    left: 15px;
    position: absolute;
	background-repeat: no-repeat;
}

.blue-banner .alert-banner-content p:first-child:before, .red-banner .alert-banner-content p:first-child:before {
	background-image: url(/assets/images/default/info-icon.svg);
    background-size: 54px 54px;
    background-position: -16px -16px;	
}

.green-banner .alert-banner-content {
	border-left-color: #218748;
	background-color: #ecf3ec;
}

.green-banner .alert-banner-content p:first-child:before {
	background-image: url(/assets/images/default/success-checkmark.svg);
	background-size: 22px 22px;
    background-position: 0px 0px;
}

.yellow-banner .alert-banner-content {
	border-left-color: #ffbe2e;
	background-color: #faf3d1;
}

.yellow-banner .alert-banner-content p:first-child:before {
	background-image: url(/assets/images/default/warning-icon.svg);
    background-size: 22px 22px;
    background-position: 0px 0px;	
}

.banner-header {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.alert-banner-content p {
    padding-left: 35px;
	font-size: 16px;
}

.alert-banner-content p + p {
    padding-top: 8px;
}



/********** MODAL **********/
.modal {
	padding-right: 0px !important;
}
.modal-container{
	background-color:#fff;
	border-radius: 0px;
	padding: 30px;
}

.modal-dialog {
	min-height: calc(100% - (1.75rem * 2));
    /* margin: 1.75rem auto; */
    display: grid;
    align-items: center;
}

.modal-header{
	border-bottom: none;
	padding: 0px !important;  
  	display: inline-block;
}

h3.modal-title {
    padding-bottom: 20px;
  	line-height: 1.2;
}

.close {
	opacity: inherit;
  	float: right;
}

.modal-header .close {
	opacity: inherit;
	display:inline-block;
	margin-top: -15px;
	margin-right: -15px;
  	margin-left: 0px;
  	padding: 0px;
	float: right;
}

.close:after, .modal-header .close:after{
	content: "";
    background-image: url(/assets/images/default/close_x.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding-left: none;
    background-position: 0px 1px;
    width: 15px;
    height: 16px;
}

.modal-body {
    padding: 0px;
}

.modal-dialog.content-center {
	text-align: center;
}

.modal-dialog.medium .button-container {
	text-align: center;
}

.modal-open .modal {
    overflow-x: auto;
    overflow-y: auto;
}


@media only screen and (min-width: 0px) {
	.modal-dialog {
    	/* max-width: 500px; */
      	margin: 1.75rem auto;
	}
}

@media only screen and (min-width: 375.98px) and (max-width: 390.98px) {
 	.modal-dialog {
     	width: 90%; 
    }
}

@media only screen and (max-width: 575.98px) {
	.modal-dialog {
		margin: 10px;
		width: auto;
	}
}

@media only screen and (min-width: 768px) {   
	.modal-dialog {
		margin: 1.75rem auto;
	}
	
	.modal-dialog.small {
		width: 430px !important;
		/* margin: 230px auto; */
	}
	
	.modal-dialog.medium {
		width: 500px !important;
		/* margin: 12% auto; */
	}
	
	.modal-dialog.large {
		width: 789px !important;
		/* margin: 12% auto; */
	}
	
	.modal .button-container:last-child {
		margin-right: 0px;
	}
	
	.button-container.inline{
		display: inline-block;
		padding-top: 17px;
	}
}



/********** POPOVER **********/

.popover {
    max-width: 350px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
	/* max-width: 400px; */
	padding: 15px;	
}

h3.popover-header {
    font-size: 16px;
}

.popover-header h3 {
    padding-bottom: 10px;
}

.popover-header {
    padding: 0px;
    background-color: #fff;
    border-bottom: none;
	padding-bottom: 15px;
}

.popover-body {
    padding: 0px;
}

.popover-content {
    padding: 0px;
	float: left;
    width: 100%;
}
	
.popover-content p + p, .popover-content li + li {
    float: left;
    width: 100%;
    font-size: 14px;
    padding-top: 15px;
}
   
.popover-content ul {
    padding-left: 16px;
	list-style: disc;
}

.popover > .arrow{
    border-top-color: rgba(0,0,0,.2) !important;
}
.popover.top > .arrow:after {
    margin-bottom: -1px !important;
	z-index:1011;
	bottom: 3px;
}

.popover .close:after {
	background-size: 13px 13px;
}

.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
    bottom: -5px;
    border-width: 11px 11px 0;
    margin-left: -11px;
}

.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
    bottom: -4px;
    border-width: 11px 11px 0;
    margin-left: -11px;
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {
    top: -16px;
    margin-left: -11px;
    border-width: 11px 11px;
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
    top: -15px;
	border-width: 11px 11px;
    margin-left: -11px;
}

.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before {
    left: -17px;
    border-width: 11px 11px;
    margin-top: -6px;
}

.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after {
    left: -15px;
    border-width: 11px 11px;
    margin-top: -6px;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: 12px;
}



/********** GO-TO NAVIGATION **********/
.dropdown-backdrop {
    position: inherit;
}

.btn-default {
    color: #333366;
    background-color: #fff;
    border-color: #333366;
    height: 44px;
    width: 100%;
    text-align: left;
	padding: 6px 20px;
	border-radius: 3px;
	font-size: 15px;
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #333366;
    background-color: #fff;
    border-color: #333366;
}

.btn-default.focus, .btn-default:focus {
    color: #333366;
    background-color: #fff;
    border-color: #333366;
}

.btn-default:hover {
    color: #333366;
    background-color: #fff;
    border-color: #333366;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #333366;
    background-color: #fff;
    border-color: #333366;
	font-size: 15px;
}

.btn.active, .btn:active {
	box-shadow: none;
}

.dropdown-menu {
    width: 100%;
    border: 1px solid #333366;
    border-radius: 0px 0px 3px 3px;
    margin: -2px 0 0;
    padding: 0px 0;
    position: relative;
  	font-size: 14px;
}

.dropdown-selection .dropdown-menu {
    width: initial;
    left: 0px;
    position: absolute;
    min-width: 100%;
    overflow-y: auto;
  	max-height: 200px;
}

.dropdown-selection {
    position: relative;
}

.dropdown-menu > li > a {
    display: block;
    padding: 8px 10px;
    clear: both;
    color: #333366;
	font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #333366;
}

.dropdown-menu .dropdown-menu {
    display: list-item;
    text-indent: 20px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #333366;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dropup, .dropdown.navigation {
    position: relative;
}

.dropdown.navigation {
    background-image: none;
}

.dropdown-items-wrapper {
    color: #333366;
    border-top: 1px solid;
    background-color: #fff;
    border-color: #333366;
    height: 44px;
    width: 100%;
    text-align: left;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 15px;
    -moz-appearance: window;
    -webkit-appearance: none;
	font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    display: inline-block;
    position: relative;
    cursor: pointer;
	overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
  	vertical-align: initial;
}

.dropdown-items-wrapper:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.dropdown.navigation a.dropdown-toggle {
    color: #333366;
    background-color: #FFFFFF;
    border: 1px solid #333366;
    vertical-align: bottom;
    padding: 10px 15px !important;
}

li.dropdown-disabled a, li.dropdown-disabled a:visited, li.dropdown-disabled a:active, li.dropdown-disabled a:hover {
    background-color: #ffffff !important;
    color: #595959 !important;
}



/********** PROGRESS BAR **********/
.statusBar.text {
	padding-top: 30px;
}

.customer-shipping-information-step, .billing-step, .review-step, .confirmation-step {
	display: inline-block;
	width: 24%;
	text-align: center;
}

.customer-shipping-information-step p, .billing-step p, .review-step p, .confirmation-step p {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.statusBar .box.active {
	background: #333366;
}

.statusBar .box {
    display: block;
    width: 24.3%;
    height: 20px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background: #d8d8d8;
    margin-right: 5px;
    float: left;
	margin-top: 5px;
}



/********** FORM STYLING **********/
.form-group {
	padding-top: 26px;
	margin-bottom: 0px;
}

label {
    font-weight: normal;
    font-size: 12px;
	color: #000000;
}

label.label-hidden {
    text-indent: -99999px;
}

input[type='text']:not(.global--navigation), input[type='date']:not(.global--navigation), input[type='number']:not(.global--navigation) {
    -webkit-appearance: none;
    width: 100%;
    height: 44px;
    padding: 5px 10px;
    border: 1px solid #333366;
    border-radius: 3px;
    position: relative;
    color: #000;
    font-size: 14px;
}

input[type='number'] {
    -moz-appearance: textfield !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=text]::-ms-clear, input[type=number]::-ms-clear {
    display: none;
}

select.form-control {
    font-size: 14px !important;
}

input[type=checkbox]:focus ~ span.checkbox, select.form-control:focus, select.dropdown:focus, button.search:focus, textarea.form-control:focus {
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
	text-decoration: none;
}

textarea.form-control {
    font-size: 14px;
}

.textarea-input-field {
    resize: vertical;
    border: 1px solid #333366;
    border-radius: 3px;
    min-height: 115px;
    padding: 5px 10px;
  	color: #000000;
}

.textarea-input-field:focus {
 	color: #000000; 
}

input[type=checkbox]:focus ~ span.checkbox, select.form-control:focus, select.dropdown:focus, button.search:focus, textarea.form-control:focus {
 	border-color: #333366; 
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 3px;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	margin-left: 0px;
	border-left: none;
}

input.prepend {
    border-left: none !important;
}

input.append {
    border-right: none !important;
}

.input-group.append-btn input {
	border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
	border-right: none;
}

.input-group-append .input-group-text {
    border-left: none !important;
}

.input-group-prepend .input-group-text {
 	border-right: none; 
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.input-group-addon, .input-group-btn {
    vertical-align: bottom;
}

.input-group .form-control:focus {
	z-index: unset !important;
  	display: block;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group-text {
    background-color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    color: #333366;
    border-color: #333366;
    padding: 5px 10px;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.input-group input[type='text']:not(.global--navigation), .input-group input[type='date']:not(.global--navigation), .input-group input[type='number']:not(.global--navigation) {
  	width: 1%;
}

.input-group input.prepend {
    padding-left: 1px;
	border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.input-group input.append {
    padding-right: 1px;
}

.input-group-append, .input-group-prepend {
    display: flex;
}

select.form-control, select.dropdown {
    width: 100%;
    height: 44px;
    line-height: 31px;
    border: 1px solid #333366;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #333366;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 34px;
}

select.dropdown {
    background-image: url(../images/blue-caret-down.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 13px;
    background-size: 18px 18px;
    cursor: pointer;
}

label.checkbox-component {
    font-size: 14px;
	color: #000000;
	padding-top: 10px;
	padding-left: 25px;
    position: relative;
	margin-bottom: 0px;
  	display: table;
}

.checkbox-component span.checkbox {
    position: absolute;
    left: 0;
}

.checkbox-container.horizontal {
    display: inline-block;
}

.checkbox-container.horizontal + .checkbox-container.horizontal {
    padding-left: 30px;
}

.extra-input-field {
    resize: vertical;
    border: 1px solid #333366;
    border-radius: 3px;
  	min-height: 115px;
	padding: 5px 10px;
}

#count_message {
    background-color: #ffffff;
    margin-top: -23px;
    margin-right: 0px;
    color: #333366;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    padding: 0px;
    margin-left: 15px;
}

.textarea_counter {
	display: inline-block;
    color: #333366;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
	padding-top: 3px;
	padding-left: 15px;
}

.dropdown {
    cursor: pointer;
}

.dropdown-toggle::after {
    content: "";
    display: inline-block;
    background-image: url(../images/blue-caret-down.svg);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    background-size: 17px 17px;
    position: absolute;
    right: 10px;
    top: 13px;
    border: none;
    margin-left: none;
    vertical-align: baseline;
} 

.required-field-instructions {
    font-size: 12px;
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.pull-right {
    font-size: 12px;
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-top: 5px;
}

input.form-control {
 	font-size: 14px; 
}

.address-book-wrapper {
    text-align: right;
    padding-top: 15px;
}

.business-field, .urbanization-code-wrapper {
    display: none;
}

/* Allows for input fields to align even if one has a long label text that breaks to second line. An alternative is adding flex-direction: column/end/baseline on the HTML */
.form-wrapper .row {
 	align-items: baseline; 
}



/********** SEARCH FIELD **********/
button.btn.btn-default.search {
    background: transparent url(/assets/images/default/search.svg) no-repeat;
    background-size: 25px 25px;
    background-position: 7px 7px;
}

#tracking-number {
    background: transparent url(/assets/images/default/search.svg) no-repeat;
    background-position: 97% 12px;
    background-size: 21px;
    cursor: text;
}
	
.form-control[readonly]{
	background-color: #fff;
}



/********** BOX STYLING **********/
.gray-box-wrapper {
    background: #ededed;
    /* padding-bottom: 16px; */
    /* padding-left: 5px; */
    margin-top: 30px;
    margin-left: 0px;
    margin-right: 0px;
}

.gray-box-wrapper .gray-box {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.gray-box.gb-column {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.box-main-header {
    text-align: center;
}

.gray-box-wrapper h3 {
	padding-top: 0px;
}

.center-align {
	margin: 0 auto;
}

.column-wrap {
	text-align: center;
	padding-top: 30px;
}

.column-subheader {
    /* padding-top: 30px; */
    color: #333366;
    font-size: 20px;
}

.column-subheader + .column-text {
    padding-top: 15px;
}

.box-link {
	display: block;
	padding-top: 15px;
}

.column-wrap .btn-primary {
	margin-top: 30px;
}

.gray-box-wrapper .top-header p {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333366;
    margin: 0;
}

.gray-box-wrapper .top-header span.normal {
    color: #000000;
    display: inline-block;
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* .top-header {
	padding-top: 12px;
} */

.request-remove {
    font-size: 14px;
    color: #333366;
    float: right;
    cursor: pointer;
    white-space: nowrap;
}

.request-remove:after {
    content: "";
    background-image: url(/assets/images/default/close_x.svg);
    display: inline;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    padding-left: 26px;
    background-position: 9px 4px;
}

.request-remove:hover {
    opacity: 0.9;
}

.row-header {
	font-size: 12px;
	padding-top: 10px;
}

.edit {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333366;
}

.user-entered-data {
	padding-top: 10px;
}

.gray-box-content-section span {
    font-size: 12px;
    color: #000000;
    display: block;
	padding-bottom: 3px;
}

.success-container {
	padding-top: 10px;
}

.success {
    color: #218748;
    font-size: 14px;
    background-image: url(/assets/images/default/success-checkmark.svg);
    background-size: 19px 20px;
    display: inline-block;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 20px;
    background-repeat: no-repeat;
}

.gray-box-full-width p {
	float: left;
	width: 100%;
	font-size: 14px;
	padding-top: 15px;
}

.column-wrapper {
    padding-top: 30px;
}


@media only screen and (max-width: 767.98px) {
	.gray-box-wrapper {
		padding-left: 0px;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.gray-box-column {
		padding-top: 10px;
	}
}


@media only screen and (min-width: 768px) {
	.gray-box-wrapper {
		width: 100%;
	}
}



/********** RADIO BUTTON/CHECKBOX STYLING **********/
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio-button {
    -webkit-appearance: inherit;
    content: '';
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    outline: 0px;
    border: solid 1px #000000;
	background-repeat: no-repeat;
    background-position: center;
	-webkit-print-color-adjust: exact;	
}

.radio-button ~ label {
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000000;
    font-size: 14px;
    padding-left: 7px;
	display: table;
}

.radio-wrap, .checkbox-wrap {
	padding-top: 15px;
}

.radio-container + .radio-container {
    padding-top: 10px;
}

.radio-container.horizontal {
    display: inline-block;
}

.radio-container.horizontal + .radio-container.horizontal {
    padding-left: 30px;
}

input[type=checkbox], input[type=radio] {
    vertical-align: top;
    margin: 3px 0 0;
	float: left;
}

input[type=checkbox]:focus, input[type=radio]:focus {
	box-shadow:0 0 0 0.2rem rgb(38 143 255 / 50%);
}

input[type=checkbox], input[type="radio"].toggle {
    position: absolute;
    opacity: 0;
}

input[type=checkbox] ~ span.checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #595959;
    margin: 0 5px 0 0;
    vertical-align: middle;
	background: #ffffff;
}

input[type=checkbox]:checked ~ span.checkbox:after {
    content: "";
    display: block;
    left: 6px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid #333366;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
    outline-offset: inherit;
}

.radio-button:checked[type=radio], .form-check-input:checked[type=radio] {
    background-image: url(../images/radio-button-fill.svg);
    background-size: 6px;
}

.radio-button:checked, .form-check-input:checked {
    background-color: #ffffff;
    border-color: #000000;
}




/********** ADDRESS BOOK **********/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border-top: 1px solid #999999; 
}

#modal-address-book-table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: none;
	font-size: 16px;
	color: #333366;
}

#modal-address-book-table thead {
	border-bottom: 2px solid #e71921;
	height: 50px;
}

#modal-address-book-table th {
	text-align: left;
}

#modal-address-book-table td {
	font-size: 13px;
}

#modal-address-book-table tr:first-child th, #modal-address-book-table tr:first-child td {
	border-top: none;
}

#modal-address-book-table tr th, #modal-address-book-table tr td {
	padding-top: 15px;
	padding-bottom: 15px;
}

#modal-address-book-table tbody tr:last-child {
	border-bottom: 1px solid #999999;
}

#modal-address-book-table tr {
	width: 100%;
	display: inline-table;
	table-layout: fixed;
	height: 40px;
}

#modal-address-book-table {
	margin-top: 5px;
}

#modal-address-book-table tbody {
	overflow-y: scroll;
	max-height: 350px;
	min-height: 60px;
	display: block;
}

#modal-address-book-table tbody::-webkit-scrollbar {
	width: 10px;
}

#modal-address-book-table tbody::-webkit-scrollbar-thumb {
	background: #888;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#modal-address-book-table .radio-button:checked:after {
    display: inline-block;
}

#address-book .modal-buttons {
    text-align: center;
}

#address-book .modal-dialog {
    max-width: 700px;
}


@media only screen and (max-width: 767.98px) {

	.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
		border-top: 0px solid #999999; 
	}
  
  	.nickname-header, .name-header {
     	padding-left: 35px; 
    }

	.modal-buttons .button-container {
		padding-top: 15px;
	}

	#mobile-contact-select, .input-group .form-control {
		font-size: 14px;
	}

	#name-header, #location-header {
		font-size: 14px;
		padding-left: 25px;
	}

	#name-header {
		padding-top: 5px;
	}

	#location-header {
		padding-bottom: 5px;
	}

	#modal-address-book-table tbody tr {
		height: 55px;
	}

	#modal-address-book-table tbody th, #modal-address-book-table thead th:first-child {
		width: 0%;
	}
  
	#modal-address-book-table thead tr {
		height: auto;
	}

	#modal-address-book-table thead tr th:nth-child(2) {
		display: block; 
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 34px;
	}

	#modal-address-book-table thead tr th:nth-child(3) {
		display: block; 
		padding-top: 0px;
		padding-bottom: 15px;
		padding-left: 34px;
	}

	#modal-address-book-table thead tr th:nth-child(4) {
		display: table-cell; 
		padding-top: 0px;
		padding-bottom: 15px;
		padding-left: 40px;
	}

	#modal-address-book-table tbody tr {
		border-bottom: 1px solid #999999;
	}

	#modal-address-book-table tr td:last-child{
		border-bottom: 1px solid #999999;
		padding-bottom: 5px;
	}

	#modal-address-book-table tr td:nth-child(2) {
		display: block;
		padding-top: 15px;
		padding-bottom: 0px;
		padding-left: 35px;
	}

	#modal-address-book-table tr td:nth-child(3) {
		display: block;
		padding-top: 5px;
		padding-bottom: 16px;
		padding-left: 35px;
		border-top: none;
	}

	#modal-address-book-table tr td:nth-child(4) {
		display: table-cell;
		padding-top: 5px;
		padding-bottom: 16px;
		padding-left: 35px;
		padding-top: 40px;	
	}
    
    .modal .button-wrapper {
    	padding-bottom: 20px;
	}
}


@media only screen and (min-width: 768px) {

	#address-book .modal .button-container:last-child {
		float: left;
		margin-left: 169px;
	}

	#address-book .modal-dialog.large {
		width: 85% !important;
	}

	#modal-address-book-table tbody tr {
		height: 70px;
	}

	#modal-address-book-table tbody {
		padding-right: 15px;
	}

	#modal-address-book-table tbody th, #modal-address-book-table thead th:first-child {
		width: 9%;
	}
    
    span.nickname-divider {
    	display: none;
	}
}



/********** EXPAND/COLLAPSE **********/
.expand-collapse-wrapper {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    outline: none;
    transition: 0.0s;
    color: #333366;
    padding-top: 40px;
}

p.expand-collapse-header {
    font-size: 12px;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.expand-collapse-wrapper.main-content {
    font-size: 14px;
    color: #5959559 !important;
    box-sizing: border-box;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 4px;
}

.expandable-content p {
    font-size: 12px;
    line-height: 17px;
    font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.expandable-content a {
 	font-size: 12px; 
}

.collapsed .expandable-content p {
    display: block;
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expand-collapse {
    text-align: center;
	cursor: pointer;
	padding-top: 5px;
	display: block;
}

.expand-collapse:after {
	background: url(../images/blue-caret-down.svg) no-repeat 20px 10px;
	content: '';
	background-size: 23px 16px;
	background-position: 0px 0px;
	height: 15px;
	width: 23px;
	top: 50px;
	display: inline-block;
	padding-top: 0px;
	margin-bottom: 5px;
}

.collapsed .expand-collapse:after {
	transform: rotate(0deg);
}

.expand-collapse:after {
	transform: rotate(180deg);
}



/********** HERO BANNER **********/
.hero-text-column .button-container + .button-container {
	margin-left: 0px;
}

.hero-banner-wrapper {
	padding-bottom: 0px;
	padding-top: 0px;
  	margin-top: 40px;
  	background: #f7f7f7;
}

.hero-text-column h1 {
    color: #333366;
    font-size: 30px;
    padding-top: 40px;
}

.hero-text-column h2 {
    font-size: 18px;
    padding-top: 40px;
}

.hero-text-column p{
   font-size: 14px;
   font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
   line-height: 20px;
}

.hero-text.receiving-gopost-header h1 {
    color: #333366;
    font-size: 24px;
    padding-top: 40px;
}

/* hero-text.shipping-gopost-header h2 {
    padding-top: 40px;
	font-size: 18px;
	padding-top: 30px;
} */

.hero-text-column .button-container {
	padding-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {	
	.register-receive-img {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.register-receive-img img {
		width: 100%;
	}
	
	.store-order-shipping-gopost-img img {
		width: 100%;
	}
}

@media only screen and (max-width: 991.98px) and (min-width: 768px) {
	.register-receive-img {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.store-order-shipping-gopost-img {
		padding-left: 0px;
	}
	
	.register-receive-img img{
		width:100%;
	}
}	



/********** TWO COLUMN DROPDOWN **********/
.two-column-dropdown-wrapper {
	padding-top: 30px;
    /* padding-bottom: 60px; */
}

.two-column-dropdown {
	display: inline-flex;
	padding-top: 15px;
}

.column-item-container {
    padding-left: 0;
    margin-bottom: 0px;
    height: inherit;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.column-item-container .column-item {
    /* position: relative; */
    display: block;
    /* padding: 15px 0px; */
    background-color: #fff;
    border: none;
    border-top: 1px solid #d7d7d7;
}

.column-item-container .column-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.two-column-dropdown .column-item:last-child {
    border-bottom:none;
}

.item-details {
	padding-bottom: 20px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 15px;
}

.column-item .item-details {
	display: none;
}

.column-item.active .item-details {
    display: block;
}

.column-item button {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #333366;
    margin: 0;
    line-height: 22px;
    padding-right: 45px;
    position: relative;
    padding-left: 20px;
    /* cursor: pointer; */
    padding-top: 15px;
    padding-bottom: 15px;
  	width: 100%;
}

/* .column-item h4 a:hover {
    color: #333366;
} */

.expand-all {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
	text-align: right;
	color: #333366;
    /* cursor: pointer; */
}

.expand-all:after {
    content: "";
    display: inline-block;
    background-image: url(../images/blue-caret-down.svg);
    background-repeat: no-repeat;
    margin-left: 15px;
    position: relative;
    height: 13px;
    width: 22px;
    left: 0px;
    top: 0px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.15s ease-out;
}

.expand-all.active:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0;
    transition: transform 0.15s ease-out;
}

.column-item button:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    background-size: 22px 22px;
    top: 30%;
    width: 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 20px;
    background-image: url(../images//blue-caret-down.svg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.15s ease-out;
    /* float: right; */
}

.column-item.active button:after {
    background-image: url(../images//blue-caret-down.svg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform 0.15s ease-out;
}

/* .column-item { 
	cursor: pointer; 
} */

@media only screen and (max-width:767.98px) {
	.two-column-dropdown {
		flex-direction: column;
	}
	
	.item-details, .column-item h4 {
		padding-left: 20px;
	}
	
	.column-item button {
		padding-left: 15px;
		padding-right: 40px;
	}

	.column-item button:after {
		right: 15px;
	}
}



/********** TWO COLUMN RESULT LIST **********/
.column-result-list-wrapper {
	padding-top: 40px;
}

a .result-list-row:hover {
	background: #f7f7f7;
}

.result-list-row .listArrow {
    position: absolute;
    right: 0px;
    top: calc(50% - 10px);
    width: 22px;
    height: 30px;
    background-size: 100%;
    background: url(/assets/images/default/right-arrow.png) no-repeat;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(0deg);
}

.column-result-list-wrapper a:focus .result-list-row, .location-list-container a:hover .result-list-row {
    background: #f7f7f7;
    outline: none;
}

.result-list-row {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    padding-left: 15px;
}

.result-list-header {
    font-size: 16px;
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333366;
}

.result-list-row .subheader {
    padding-top: 0px;
    font-size: 14px;
    color: #000000;
}

.column-result-list-wrapper a:first-child .result-list-row {
    border-top: 1px solid #d8d8d8;
}

.result-list-column a {
    display: block;
}


@media only screen and (max-width: 767.98px) {	
	.result-list-column.second-column a:first-child .result-list-row {
		border-top: none;

	}

}



/********** VERTICAL TABS **********/
.v-tab-content div, #aes-itn-container, .package-items-table {
    display: none;
}

.v-tab-item {
    padding: 20px 20px 20px 20px;
}

.v-tab p:first-child {
 	 color: #333366; 
}

.v-tab p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
	display: inline-block;
}

.v-tab div button p, .v-tab div:hover button p {
    color: #333366;
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.v-tab button {
    text-decoration: none;
    position: relative;
}

.v-tab button:focus p {
	box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

.v-tab div {
    border-bottom: 1px solid #d9d9d9;
}

.vdrawers {
    padding-bottom: 30px;
}

.vdrawers h2 {
    padding-top: 40px;
  	padding-bottom: 25px;
    margin: 0;
    font-size: 14px;
    color: #595959;
}

.v-tab div.active:after {
    background-image: url(/assets/images/default/white-arrow.svg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);  	
}

.v-tab-content li + li {
    padding-top: 0px;
}

.v-tab-content li, .v-tab-item-content p {
	font-size: 14px;
	color: #000000;
}

.v-tab-content .number-list{
    padding-left: 30px;
    padding-top: 5px;
    list-style: decimal;
    font-size: 12px;
}

.row.v-tab-items {
    padding-top: 40px;
}

p.v-tab-item-content {
	color: #000000;
}

.v-tab-item button:focus:first-child {
    box-shadow: none;
}

.v-tab-item { 
  	cursor: pointer; 
}


@media only screen and (max-width: 767.98px) {
 	.back-previous-step {
    	padding-top: 20px;
	}
	
 	.v-tab-item ul.bullet-list li + li {
    	padding-top: 0px;
	}
  
 	.v-tab-item ul.bullet-list {
    	padding-top: 10px;
	}
	
	.v-tab-item {
		padding: 0px 0px 0px 0px;
	}
  
  	.v-tab p {
    	margin-bottom: 0;
    	padding-bottom: 0px;
    	margin-top: 0px;
    	display: inline-block;
	}

	.v-tab div.active button p, .v-tab div.active button p, .v-tab div.active:hover button p, .v-tab div.active:hover button p {
        color: #333366;
    }
	
	.v-tab div.active, .v-tab div.active:hover {
        background-color: #f7f7f7;
        padding-bottom: 10px;
    }
	
	.v-tab div p {
        width: 100%;
        position: relative;
    }
	
	.v-tab div button p {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.v-tab div button p:after {
		content: "";
		height: 18px;
		width: 25px;
		background-image: url(../images/blue-caret-down.svg);
		background-repeat: no-repeat;
		display: inline-block;
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transition: transform 0.15s ease-out;
		float: right;
		margin-top: 5px;
    }
	
	.v-tab div.active button p:after {
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        transition: transform 0.15s ease-out;
        margin-top: 0px;
    }
	
	.v-tab div {
        padding-right: 15px;
        padding-left: 15px;
    }
	
	.v-tab div .mobile-content {
        padding-left: 0px;
        padding-right: 0px;
        border-bottom: none;
    }
	
	.v-tab {
		padding-left: 0px;
		padding-right: 0px;
	}

	.v-tab-item:first-child {
		border-top: 1px solid #d9d9d9;
	}
	
	p.v-tab-item-content {
		padding-top: 10px;
	}
}


@media only screen and (min-width: 768px) {
	.v-tab div.active, .v-tab div.active:hover {
        background-color: #333366;
    }
	
	.v-tab div.active button p, .v-tab div.active button p, .v-tab div.active:hover button p, .v-tab div.active:hover button p {
        color: #ffffff;
    }
	
	.v-tab div:hover {
        background-color: #eeeeee;
    }

	.v-tab div:after {
        content: "";
        height: 25px;
        width: 25px;
        background-image: url(../images/blue-caret-down.svg);
        background-repeat: no-repeat;
        display: inline-block;
        /* top: 25%; */
        position: absolute;
        right: 5px;
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
    }
	
	.v-tab div {
        position: relative;
    }
	
	p.v-tab-item-content {
		padding-top: 15px;
	}
	
	.v-tab-content div.active, .v-tab div.active v-tab-item div.active{
   	 	display: block; 
	}
}


/********** QUANTITY PICKER **********/
.product-quantity-wrapper {
    display: flex;
    flex-direction: row;
}

.number-input span:before {
    color: #336;
    content: "\25B2";
    margin-top: -46px;
    font-size: 18px;
    height: 0px;
    margin-right: 109px;
}

span.quantity-stepdown {
    transform: rotate(180deg);
}

.product-quantity-wrapper span.quantity-stepdown {
    right: 5.1px;
    bottom: 0px;
}

.number-input span {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    height: 20px;
    width: 20px;
    position: absolute;
}

.number-input {
    position: relative;
    width: 70px;
    float: left;
}

.product-quantity-wrapper span.quantity-stepup {
    right: 3.2px;
    top: 2px;
}
 
.quantity-picker-label {
    padding-right: 30px;
	align-self: center;
}

.qp-content {
	padding-top: 15px;
}



/********** PAGINATION **********/
.result-list-wrapper {
	text-align: center;
}

.result-per-page-wrapper {
    padding-top: 0px;
    padding-left: 0px;
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}

.result-select-wrapper {
    padding-left: 0px;
    margin-top: 0px;
    width: 85px;
    display: inline-block;
}

.result-select-wrapper select.form-control {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: transparent url(../images/blue-caret-down.svg) no-repeat;
    background-position: 80% 16px;
    background-size: 20px;
    cursor: pointer;
    color: #333366;
    margin-bottom: 0px;
}

select.form-control, select.dropdown {
    width: 100%;
    height: 44px;
    line-height: 31px;
    border: 1px solid #333366;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 34px;
}
	  
.results-pagination li.active {
    color: #ffffff;
    border-radius: 50%;
    background-color: #333366;
}
	  
.results-pagination li {
    font-size: 15px;
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333366;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: background-color .5s, border-radius .5s;
}

.results-pagination li.active a {
    color: #ffffff;
    border-radius: 50%;
    background-color: #333366;
}

.results-pagination li.active a:hover {
    color: #fff !important;
}

li.next {
    background-image: url(/assets/images/default/right-arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 6px;
	width: 15px;
	height: 25px;
}

li.next.inactive {
	background-image: url(/assets/images/default/right-arrow-inactive.png);
	/* text-indent: -99999px; */
}

li.previous {
    background-image: url(/assets/images/default/left-arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 7px;
    left: -4px;
    width: 15px;
	height: 25px;
}

.results-pagination li.inactive a {
    display: none;
}

.results-pagination a:focus {
	border-radius: 50%;
}

.results-pagination {
    margin-bottom: 8px;
}

li.previous.inactive {
    background-image: url(/assets/images/default/left-arrow-inactive.png);
}

.results-pagination li a, .results-pagination li a:hover {
    text-decoration: none;
    color: #333366;
	display: inline-block;
	width: 30px;
	height: 30px;
}

.navigation.next a, .navigation.previous a {
    width: 15px !important;
    height: 25px !important;
}

.results-pagination li:hover:not(.active):not(.navigation) {
    border-radius: 50%;
    background-color: #d7d7d7;
}

.navigation.previous a:focus, .navigation.next a:focus {
	border-radius: 0%;
}

.navigation-text.mobile {
	display:none;
	text-indent: -99999px;
}

.navigation img {
    vertical-align: middle;
}

input.pagination-entered-data {
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
}


@media only screen and (max-width: 767.98px) {
	.results-pagination.results-pagination-alt li:not(.navigation) {
		display: none;
	}
	
	ul.results-pagination li:not(.mobile-navigation-text) {
		text-align: center;
	}
	
	.results-pagination li.mobile-page {
		display: inline-block !important;
		width: 200px;
		font-size: 18px;
		margin-top: 30px;
	}
	
	.results-pagination li.mobile-page input {
		width: 40px !important;
		height: 30px !important;
		margin-left: 10px;
		margin-right: 10px;
		text-align: center;
	}
	
	.results-pagination li.mobile-page:hover:not(.active):not(.navigation) {
		border-radius: 0%;
		background-color: #fff;
		transition: none;
	}
	
	.results-pagination li.mobile-page p {
		font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #333366;
	}
	
	.result-per-page-wrapper {
		padding-top: 0px;
		padding-left: 0px;
		width: 150px;
		display: inline-block;
		vertical-align: middle;
	}
	
	.result-select-wrapper {
		padding-left: 0px;
		margin-top: 0px;
		width: 85px;
		display: inline-block;
	}
	
	.result-select-wrapper select.form-control {
		font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
		background: transparent url(../images/blue-caret-down.svg) no-repeat;
		background-position: 80% 16px;
		background-size: 20px;
		cursor: pointer;
		color: #333366;
		margin-bottom: 0px;
	}
}



/****** ALTERNATE PAGINATION ******/
.results-pagination li.mobile-page p {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333366;
}

@media only screen and (max-width: 767.98px) {
	
	/****** Alt Pagination Media Query ******/
	.results-pagination.results-pagination-alt li:not(.navigation) {
		display: none;
	}
	
	.results-pagination li.mobile-page {
		display: inline-block !important;
		width: 200px;
		font-size: 18px;
		margin-top: 30px;
	}
	

}

	

/********** BUTTONS **********/
.button-container {
    padding-top: 30px;
}

.btn-primary {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    display: inline-block;
    color: #ffffff;
    background: #333366;
    min-width: 160px;
    text-align: center;
    border-radius: 3px;
    height: 44px;
    text-decoration: none;
    padding: 10px 20px;
	border-style: none;
  	border: 1px solid #333366;
}

.btn-primary.button--white {
    color: #333366;
    background: #ffffff;
    border: 1px #333366 solid;
    border-radius: 3px;
}

.btn-primary.button--green {
    color: #ffffff;
    background: #218748;
    border: 1px #218748 solid;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #ffffff;
    background-color: #333366;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:active {
    color: #ffffff;
    background-color: #333366;
	box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

.btn-primary.button--white.focus, .btn-primary.button--white:focus, .btn-primary.button--white:active {
    color: #333366;
    background-color: #ffffff;
	box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

.btn-primary.button--green.focus, .btn-primary.button--green:focus, .btn-primary.button--green:active {
    color: #ffffff;
    background-color: #218748;
	box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

.btn-primary:hover, .btn-primary.focus:hover, .btn-primary:focus:hover {
    background: #ededed;
    color: #333366;
    cursor: pointer;
  	border: 1px solid #ededed;
}

.btn-primary.button--white:hover {
    background: #ededed;
    border: 1px solid #333366;
}

.btn-primary.button--green:hover {
    background: #ededed;
    color: #218748;
    border: 1px #ededed solid;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: inherit;
}

.btn-primary.button--white:not(:disabled):not(.disabled).active, .btn-primary.button--white:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #ffffff;
    border-color: inherit;
    color: #333366;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #333366;
    border-color: #333366;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

.button--star:before {
    content: "";
    /* background-image: url(/assets/images/default/star-icon.png); */
	background-image: url(/assets/images/default/unselected-star-icon.svg);
    background-repeat: no-repeat;
    background-size: 18px 16px;
    width: 18px;
    height: 16px;
    display: inherit;
    /* padding-right: 5px; */
    vertical-align: baseline;
    margin-right: 5px;
    margin-top: 2px;
    float: left;
}

.button--star.selected:before {
    content: "";
	background-image: url(/assets/images/default/selected-star-icon.svg);
}

.button--cart:before {
    content: "";
    background-image: url(/assets/images/default/cart-icon-white.png);
    background-repeat: no-repeat;
    background-size: 28px 21px;
    width: 28px;
    height: 20px;
    display: inline-block;
    padding-right: 5px;
    position: relative;
    vertical-align: top;
    margin-right: 10px;
    background-position: 0px 1px;
}

.button--cart:hover:before {
	background-image: url(/assets/images/default/cart-icon-green.png);
}

.button--disabled {
	color: #595959;
	background: #ededed;
	border: 1px #ededed solid;
	pointer-events: none;
}


@media only screen and (max-width: 767.98px) {
	.button-container {
		text-align: center;
	}	
}

@media only screen and (min-width: 768px) {	
	.button-container {
		display: inline-block;
	}
	
	.button-container + .button-container {
		margin-left: 30px;
	}
}



/********** RETURN TO TOP **********/
.results-return {
    max-height: 0;
    opacity: 0;
    position: fixed;
    bottom: 25px;
    right: 0px;
    -moz-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}
.results-return.active {
    z-index: 9999;
    opacity: 1;
    max-height: 50px;
    -moz-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}

.modal-open .results-return.active {
    z-index: 5;
}

.results-return a img {
	display: block;
}

.results-return.active a:focus {
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
    display: block;
}



/********** ERROR MESSAGE **********/
.form-control.required {
	border-color: #e71921;
}

.error-message {
	display: none;
	color: #e71921;
    font-size: 14px;
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-top: 5px;
}

.error input[type='text']:not(.global--navigation), .error input[type='number']:not(.global--navigation), .error input[type='date']:not(.global--navigation), .error select.form-control, .error textarea.form-control, .error button.form-control, .error button.dropdown-toggle, .error .input-group>.input-group-append>.input-group-text, .error .input-group>.input-group-prepend>.input-group-text, .error input[type='password']:not(.global--navigation) {
    border: 1px solid #e71921;
}

.error .input-group>.input-group-prepend>.input-group-text {
    border-right: none;
}

.error .error-message {
    display: block;
}



/********** MOBILE VIEW (MEDIA QUERY) **********/
@media only screen and (max-width: 767.98px) {}


/********** 508 FOCUS **********/
:focus:not(:focus-visible) {
	outline: 0;
	box-shadow: none;
}

input.quantity[type=number]:focus {
	outline: 0;
  	box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
    text-decoration: none;
}

/* input.form-control:focus-visible {
	outline: none;
	outline-offset: inherit;
}

input[type=radio]:not(:focus-visible), input[type=checkbox]:not(:focus-visible) {
	outline: 0;
	box-shadow: none;
} */

/* input[type=checkbox]:focus-visible ~ span.checkbox, select.form-control:focus-visible, select.dropdown:focus-visible, button.search:focus-visible, textarea.form-control:focus-visible, a:focus-visible{
	outline:3px solid red;
} */

/* .radio-button, input[type="radio"]:focus-visible{
	outline: 3px solid red;
} */