﻿/* Content/css/webforms/_buttons.scss */ /* Content/css/webforms/_buttons.bootstrap-shim.scss */
.m-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.m-btn:focus, .m-btn.focus, .m-btn:active:focus, .m-btn:active.focus, .m-btn.active:focus, .m-btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.m-btn:hover, .m-btn:focus, .m-btn.focus {
  color: #f5f5f5;
  text-decoration: none;
}
.m-btn:active, .m-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.m-btn.disabled, .m-btn[disabled], fieldset[disabled] .m-btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.m-btn.disabled, fieldset[disabled] a.m-btn {
  pointer-events: none;
}

.m-btn-default {
  color: #f5f5f5;
  background-color: #7f7f7f;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-default:focus, .m-btn-default.focus {
  color: #f5f5f5;
  background-color: #666666;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-default:hover {
  color: #f5f5f5;
  background-color: #666666;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-default:active, .m-btn-default.active, .open > .m-btn-default.dropdown-toggle {
  color: #f5f5f5;
  background-color: #666666;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-default:active:hover, .m-btn-default:active:focus, .m-btn-default:active.focus, .m-btn-default.active:hover, .m-btn-default.active:focus, .m-btn-default.active.focus, .open > .m-btn-default.dropdown-toggle:hover, .open > .m-btn-default.dropdown-toggle:focus, .open > .m-btn-default.dropdown-toggle.focus {
  color: #f5f5f5;
  background-color: #545454;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-default:active, .m-btn-default.active, .open > .m-btn-default.dropdown-toggle {
  background-image: none;
}
.m-btn-default.disabled:hover, .m-btn-default.disabled:focus, .m-btn-default.disabled.focus, .m-btn-default[disabled]:hover, .m-btn-default[disabled]:focus, .m-btn-default[disabled].focus, fieldset[disabled] .m-btn-default:hover, fieldset[disabled] .m-btn-default:focus, fieldset[disabled] .m-btn-default.focus {
  background-color: #7f7f7f;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-default .badge {
  color: #7f7f7f;
  background-color: #f5f5f5;
}

.m-btn-primary {
  color: #f5f5f5;
  background-color: #0099FF;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-primary:focus, .m-btn-primary.focus {
  color: #f5f5f5;
  background-color: #007acc;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-primary:hover {
  color: #f5f5f5;
  background-color: #007acc;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-primary:active, .m-btn-primary.active, .open > .m-btn-primary.dropdown-toggle {
  color: #f5f5f5;
  background-color: #007acc;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-primary:active:hover, .m-btn-primary:active:focus, .m-btn-primary:active.focus, .m-btn-primary.active:hover, .m-btn-primary.active:focus, .m-btn-primary.active.focus, .open > .m-btn-primary.dropdown-toggle:hover, .open > .m-btn-primary.dropdown-toggle:focus, .open > .m-btn-primary.dropdown-toggle.focus {
  color: #f5f5f5;
  background-color: #0065a8;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-primary:active, .m-btn-primary.active, .open > .m-btn-primary.dropdown-toggle {
  background-image: none;
}
.m-btn-primary.disabled:hover, .m-btn-primary.disabled:focus, .m-btn-primary.disabled.focus, .m-btn-primary[disabled]:hover, .m-btn-primary[disabled]:focus, .m-btn-primary[disabled].focus, fieldset[disabled] .m-btn-primary:hover, fieldset[disabled] .m-btn-primary:focus, fieldset[disabled] .m-btn-primary.focus {
  background-color: #0099FF;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-primary .badge {
  color: #0099FF;
  background-color: #f5f5f5;
}

.m-btn-success {
  color: #f5f5f5;
  background-color: #87B53D;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-success:focus, .m-btn-success.focus {
  color: #f5f5f5;
  background-color: #6b8f30;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-success:hover {
  color: #f5f5f5;
  background-color: #6b8f30;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-success:active, .m-btn-success.active, .open > .m-btn-success.dropdown-toggle {
  color: #f5f5f5;
  background-color: #6b8f30;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-success:active:hover, .m-btn-success:active:focus, .m-btn-success:active.focus, .m-btn-success.active:hover, .m-btn-success.active:focus, .m-btn-success.active.focus, .open > .m-btn-success.dropdown-toggle:hover, .open > .m-btn-success.dropdown-toggle:focus, .open > .m-btn-success.dropdown-toggle.focus {
  color: #f5f5f5;
  background-color: #577427;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-success:active, .m-btn-success.active, .open > .m-btn-success.dropdown-toggle {
  background-image: none;
}
.m-btn-success.disabled:hover, .m-btn-success.disabled:focus, .m-btn-success.disabled.focus, .m-btn-success[disabled]:hover, .m-btn-success[disabled]:focus, .m-btn-success[disabled].focus, fieldset[disabled] .m-btn-success:hover, fieldset[disabled] .m-btn-success:focus, fieldset[disabled] .m-btn-success.focus {
  background-color: #87B53D;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-success .badge {
  color: #87B53D;
  background-color: #f5f5f5;
}

.m-btn-info {
  color: #f5f5f5;
  background-color: #0070BB;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-info:focus, .m-btn-info.focus {
  color: #f5f5f5;
  background-color: #005188;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-info:hover {
  color: #f5f5f5;
  background-color: #005188;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-info:active, .m-btn-info.active, .open > .m-btn-info.dropdown-toggle {
  color: #f5f5f5;
  background-color: #005188;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-info:active:hover, .m-btn-info:active:focus, .m-btn-info:active.focus, .m-btn-info.active:hover, .m-btn-info.active:focus, .m-btn-info.active.focus, .open > .m-btn-info.dropdown-toggle:hover, .open > .m-btn-info.dropdown-toggle:focus, .open > .m-btn-info.dropdown-toggle.focus {
  color: #f5f5f5;
  background-color: #003c64;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-info:active, .m-btn-info.active, .open > .m-btn-info.dropdown-toggle {
  background-image: none;
}
.m-btn-info.disabled:hover, .m-btn-info.disabled:focus, .m-btn-info.disabled.focus, .m-btn-info[disabled]:hover, .m-btn-info[disabled]:focus, .m-btn-info[disabled].focus, fieldset[disabled] .m-btn-info:hover, fieldset[disabled] .m-btn-info:focus, fieldset[disabled] .m-btn-info.focus {
  background-color: #0070BB;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-info .badge {
  color: #0070BB;
  background-color: #f5f5f5;
}

.m-btn-warning {
  color: #f5f5f5;
  background-color: #f5a960;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-warning:focus, .m-btn-warning.focus {
  color: #f5f5f5;
  background-color: #f28f30;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-warning:hover {
  color: #f5f5f5;
  background-color: #f28f30;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-warning:active, .m-btn-warning.active, .open > .m-btn-warning.dropdown-toggle {
  color: #f5f5f5;
  background-color: #f28f30;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-warning:active:hover, .m-btn-warning:active:focus, .m-btn-warning:active.focus, .m-btn-warning.active:hover, .m-btn-warning.active:focus, .m-btn-warning.active.focus, .open > .m-btn-warning.dropdown-toggle:hover, .open > .m-btn-warning.dropdown-toggle:focus, .open > .m-btn-warning.dropdown-toggle.focus {
  color: #f5f5f5;
  background-color: #ef7d0f;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-warning:active, .m-btn-warning.active, .open > .m-btn-warning.dropdown-toggle {
  background-image: none;
}
.m-btn-warning.disabled:hover, .m-btn-warning.disabled:focus, .m-btn-warning.disabled.focus, .m-btn-warning[disabled]:hover, .m-btn-warning[disabled]:focus, .m-btn-warning[disabled].focus, fieldset[disabled] .m-btn-warning:hover, fieldset[disabled] .m-btn-warning:focus, fieldset[disabled] .m-btn-warning.focus {
  background-color: #f5a960;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-warning .badge {
  color: #f5a960;
  background-color: #f5f5f5;
}

.m-btn-danger {
  color: #f5f5f5;
  background-color: #990000;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-danger:focus, .m-btn-danger.focus {
  color: #f5f5f5;
  background-color: #660000;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-danger:hover {
  color: #f5f5f5;
  background-color: #660000;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-danger:active, .m-btn-danger.active, .open > .m-btn-danger.dropdown-toggle {
  color: #f5f5f5;
  background-color: #660000;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-danger:active:hover, .m-btn-danger:active:focus, .m-btn-danger:active.focus, .m-btn-danger.active:hover, .m-btn-danger.active:focus, .m-btn-danger.active.focus, .open > .m-btn-danger.dropdown-toggle:hover, .open > .m-btn-danger.dropdown-toggle:focus, .open > .m-btn-danger.dropdown-toggle.focus {
  color: #f5f5f5;
  background-color: #420000;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-danger:active, .m-btn-danger.active, .open > .m-btn-danger.dropdown-toggle {
  background-image: none;
}
.m-btn-danger.disabled:hover, .m-btn-danger.disabled:focus, .m-btn-danger.disabled.focus, .m-btn-danger[disabled]:hover, .m-btn-danger[disabled]:focus, .m-btn-danger[disabled].focus, fieldset[disabled] .m-btn-danger:hover, fieldset[disabled] .m-btn-danger:focus, fieldset[disabled] .m-btn-danger.focus {
  background-color: #990000;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-danger .badge {
  color: #990000;
  background-color: #f5f5f5;
}

.m-btn-link {
  color: #0070BB;
  font-weight: normal;
  border-radius: 0;
}
.m-btn-link, .m-btn-link:active, .m-btn-link.active, .m-btn-link[disabled], fieldset[disabled] .m-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.m-btn-link, .m-btn-link:hover, .m-btn-link:focus, .m-btn-link:active {
  border-color: transparent;
}
.m-btn-link:hover, .m-btn-link:focus {
  color: #0099FF;
  text-decoration: underline;
  background-color: transparent;
}
.m-btn-link[disabled]:hover, .m-btn-link[disabled]:focus, fieldset[disabled] .m-btn-link:hover, fieldset[disabled] .m-btn-link:focus {
  color: #e0e4e9;
  text-decoration: none;
}

.m-btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.m-btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.m-btn-xs {
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.m-btn-block {
  display: block;
  width: 100%;
}

.m-btn-block + .m-btn-block {
  margin-top: 5px;
}

input[type=submit].m-btn-block,
input[type=reset].m-btn-block,
input[type=button].m-btn-block {
  width: 100%;
}

.m-btn-primary {
  color: #ffffff;
  border: 1px solid #004792;
  background: #0070BB;
  background-image: -webkit-linear-gradient(top, #0070BB 0%, #004792 100%);
  background-image: -o-linear-gradient(top, #0070BB 0%, #004792 100%);
  background-image: linear-gradient(to bottom, #0070BB 0%, #004792 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0070BB", endColorstr="#FF004792", GradientType=0);
}
.m-btn-primary:hover, .m-btn-primary:focus, .m-btn-primary.focus {
  color: #ffffff;
  background: #0070BB;
  background-image: -webkit-linear-gradient(top, #0070BB 0%, #004792 10%);
  background-image: -o-linear-gradient(top, #0070BB 0%, #004792 10%);
  background-image: linear-gradient(to bottom, #0070BB 0%, #004792 10%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0070BB", endColorstr="#FF004792", GradientType=0);
}

/* Secondary Button */
.m-btn-secondary {
  color: #ffffff;
  border: 1px solid #585d62;
  background: #757575;
  background-image: -webkit-linear-gradient(top, #757575 0%, #585d62 100%);
  background-image: -o-linear-gradient(top, #757575 0%, #585d62 100%);
  background-image: linear-gradient(to bottom, #757575 0%, #585d62 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF757575", endColorstr="#FF585D62", GradientType=0);
}
.m-btn-secondary:hover, .m-btn-secondary:focus, .m-btn-secondary.focus {
  color: #ffffff;
  background: #757575;
  background-image: -webkit-linear-gradient(top, #757575 0%, #585d62 10%);
  background-image: -o-linear-gradient(top, #757575 0%, #585d62 10%);
  background-image: linear-gradient(to bottom, #757575 0%, #585d62 10%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF757575", endColorstr="#FF585D62", GradientType=0);
}

.m-btn-buy {
  color: #ffffff;
  border: 1px solid #275500;
  background: #507E11;
  background-image: -webkit-linear-gradient(top, #507E11 0%, #275500 100%);
  background-image: -o-linear-gradient(top, #507E11 0%, #275500 100%);
  background-image: linear-gradient(to bottom, #507E11 0%, #275500 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF507E11", endColorstr="#FF275500", GradientType=0);
}
.m-btn-buy:hover, .m-btn-buy:focus, .m-btn-buy.focus {
  color: #ffffff;
  background: #507E11;
  background-image: -webkit-linear-gradient(top, #507E11 0%, #275500 10%);
  background-image: -o-linear-gradient(top, #507E11 0%, #275500 10%);
  background-image: linear-gradient(to bottom, #507E11 0%, #275500 10%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF507E11", endColorstr="#FF275500", GradientType=0);
}

.m-btn-special {
  color: #333333;
  border: 1px solid #F07C00;
  background: #FFBC3F;
  background-image: -webkit-linear-gradient(top, #FFBC3F 0%, #F07C00 100%);
  background-image: -o-linear-gradient(top, #FFBC3F 0%, #F07C00 100%);
  background-image: linear-gradient(to bottom, #FFBC3F 0%, #F07C00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFBC3F", endColorstr="#FFF07C00", GradientType=0);
}
.m-btn-special:hover, .m-btn-special:focus, .m-btn-special.focus {
  color: #333333;
  background: #FFBC3F;
  background-image: -webkit-linear-gradient(top, #FFBC3F 0%, #F07C00 10%);
  background-image: -o-linear-gradient(top, #FFBC3F 0%, #F07C00 10%);
  background-image: linear-gradient(to bottom, #FFBC3F 0%, #F07C00 10%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFBC3F", endColorstr="#FFF07C00", GradientType=0);
}

.m-btn-ghost {
  color: #004A85;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFFFFFFF", GradientType=0);
  color: #004A85;
  background-color: #ffffff;
  border-color: #004A85;
  border-radius: 0px;
}
.m-btn-ghost:hover, .m-btn-ghost:focus, .m-btn-ghost.focus {
  color: #004A85;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 10%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 10%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 10%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFFFFFFF", GradientType=0);
}
.m-btn-ghost:focus, .m-btn-ghost.focus {
  color: #004A85;
  background-color: #e6e6e6;
  border-color: #000306;
}
.m-btn-ghost:hover {
  color: #004A85;
  background-color: #e6e6e6;
  border-color: #002848;
}
.m-btn-ghost:active, .m-btn-ghost.active, .open > .m-btn-ghost.dropdown-toggle {
  color: #004A85;
  background-color: #e6e6e6;
  border-color: #002848;
}
.m-btn-ghost:active:hover, .m-btn-ghost:active:focus, .m-btn-ghost:active.focus, .m-btn-ghost.active:hover, .m-btn-ghost.active:focus, .m-btn-ghost.active.focus, .open > .m-btn-ghost.dropdown-toggle:hover, .open > .m-btn-ghost.dropdown-toggle:focus, .open > .m-btn-ghost.dropdown-toggle.focus {
  color: #004A85;
  background-color: #d4d4d4;
  border-color: #000306;
}
.m-btn-ghost:active, .m-btn-ghost.active, .open > .m-btn-ghost.dropdown-toggle {
  background-image: none;
}
.m-btn-ghost.disabled:hover, .m-btn-ghost.disabled:focus, .m-btn-ghost.disabled.focus, .m-btn-ghost[disabled]:hover, .m-btn-ghost[disabled]:focus, .m-btn-ghost[disabled].focus, fieldset[disabled] .m-btn-ghost:hover, fieldset[disabled] .m-btn-ghost:focus, fieldset[disabled] .m-btn-ghost.focus {
  background-color: #ffffff;
  border-color: #004A85;
}
.m-btn-ghost .badge {
  color: #ffffff;
  background-color: #004A85;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #7f7f7f;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #a9afb7;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.m-btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.m-btn {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .m-btn,
.input-group-btn:first-child > .m-btn-group > .m-btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .m-btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .m-btn-group:not(:last-child) > .m-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .m-btn,
.input-group-btn:last-child > .m-btn-group > .m-btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .m-btn:not(:first-child),
.input-group-btn:first-child > .m-btn-group:not(:first-child) > .m-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .m-btn {
  position: relative;
}
.input-group-btn > .m-btn + .m-btn {
  margin-left: -1px;
}
.input-group-btn > .m-btn:hover, .input-group-btn > .m-btn:focus, .input-group-btn > .m-btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .m-btn,
.input-group-btn:first-child > .m-btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .m-btn,
.input-group-btn:last-child > .m-btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* Content/css/modules/_footer.scss */
.footer {
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF5F5F5", endColorstr="#FFFFFFFF", GradientType=0);
  overflow: hidden;
  position: relative;
  font-size: 13px;
  clear: both;
  line-height: 1.42857;
}
.footer .subscribe-container, .footer .mid-section-container, .footer .legal-copyright-container {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.footer .form-control {
  height: 34px;
}
.footer .mid-section-container a:focus {
  outline: 1px dotted #0070BB;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}
.footer .legal-copyright-container {
  padding: 0 13px;
}
.footer .legal-copyright-container a:focus {
  /* fallback for IE & Firefox */
  outline: 1px dotted #0070BB;
  outline: 5px auto -webkit-focus-ring-color;
}
.footer .legal-title, .footer .legal-content {
  color: #585d62;
  font-size: 13px;
  font-weight: bold;
}
.footer .legal-content {
  font-weight: normal;
}
.footer .legal-links a, .footer .legal-links a:hover {
  color: #0070BB;
}
.footer .certifications {
  text-align: right;
  margin-bottom: 13px;
}
.footer .certifications ul li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.footer .ft_secure img {
  border: 0;
  width: 125px;
}
.footer .subscribe {
  background-color: #0070BB;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 1.5em 1em 2em 1em;
}
.footer .subscribe .subscribe-title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 0 2px;
}
.footer .subscribe .subscribe-btn {
  font-size: 14px;
}
.footer .subscribe input {
  border-radius: 4px 0 0 4px !important;
  z-index: 1 !important;
}
.footer .subscribe input:focus {
  outline: 4px solid transparent;
  border: 2px solid #333333;
}
.footer .subscribe .m-btn {
  z-index: 1 !important;
}
.footer .divLinks {
  padding-top: 5px;
}
.footer .divLinks .link-list-icons a:hover {
  text-decoration: none;
}
.footer .divLinks .link-list-icons a .fa {
  float: none;
  display: table-cell;
}
.footer .divLinks .link-list-icons a .fa:hover {
  text-decoration: none;
}
.footer .divLinks .link-list-icons a .divContactDetail {
  float: none;
  display: table-cell;
}
.footer .divLinks .link-list-icons a .divContactDetail:hover {
  text-decoration: underline;
}
.footer .connect-with-us {
  color: #0070BB;
}
.footer .connect-with-us .connect-with-us-title {
  color: #585d62;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px !important;
  display: block;
}
.footer .connect-with-us a {
  color: #0070BB !important;
}
.footer .navigational-links li a {
  color: #0070BB;
}
.footer .navigational-links li a i {
  margin-right: 4px;
}
.footer .contact-us-mobile {
  padding: 20px 20px 0px 20px;
}
.footer .contact-us-buttons > a {
  margin-right: 13px;
}
.footer .contact-us-buttons > a:first-child {
  margin-bottom: 24px;
}
.footer .link-list-title {
  text-transform: uppercase;
  color: #585d62;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  word-break: break-all;
  display: block;
}
.footer .link-list-title .link-list-icons {
  font-size: 14px;
}
.footer h2.link-list-title {
  padding: 5px;
}
.footer .link-list li {
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 10px;
}
.footer .link-list li a {
  color: #0070BB !important;
}
.footer .link-list li a i {
  margin-right: 4px;
}
.footer .divTitle {
  padding-top: 20px;
}
.footer .divContactDetail:hover {
  text-decoration: underline;
}
.footer .footer-address-title {
  text-align: left;
  padding: 20px 15px 0 15px;
}
.footer .footer-mbl-address {
  padding-bottom: 24px;
  line-height: 1.7;
}
.footer .tti-cobrand-container {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  margin-left: -1rem;
}
.footer .tti-cobrand-container > div {
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.macnica .footer .subscribe {
  background-color: #76067b;
  color: #fff;
  margin: 0 auto;
  padding: 19px 13px 26px;
  width: 100%;
}
.macnica .footer .macnica-external-logo {
  font-size: 50px;
  margin-right: 13px;
}
.macnica .footer .macnica-align {
  margin-bottom: 13px;
}
.macnica .footer .m-btn-visit {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #7f7f7f 0%, #585d62 100%) repeat scroll 0 0;
  color: #f5f5f5;
}
.macnica .footer .legal-mobile, .macnica .footer .legal, .macnica .footer .certifications {
  margin-top: 20px;
}

/* Need to fix this section to be mobile-first */
@media (max-width: 767px) {
  .footer .connect-with-us {
    text-align: center;
    border-bottom: 1px solid #585d62;
    padding-bottom: 10px;
  }
  .footer .connect-with-us .connect-with-us-title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer .connect-with-us a {
    margin: 5px 15px;
    display: inline-block;
    padding: 0.8em;
  }
  .footer .connect-with-us .fa-2x {
    font-size: 3em;
  }
  .footer .legal-copyright-container {
    padding: 0;
  }
  .footer .legal-mobile {
    border-bottom: 1px solid #585d62;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .footer .legal-mobile ul {
    list-style-type: none;
    margin: 0;
  }
  .footer .secure-certification-mobile, .footer .legal {
    text-align: center;
  }
  .footer .footer-address-title {
    text-align: center;
    padding: 0;
  }
  .footer .footer-address-title h2.link-list-title {
    margin: 0 0 9px 0;
  }
  .footer .navigational-links li {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .footer .navigational-links li a {
    padding: 1.3em;
  }
  .footer .contact-us-mobile {
    padding: 24px 20px 20px 20px;
  }
  .footer .legal-content a {
    padding: 19px;
  }
  .footer .tti-cobrand-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.responsive-mobile .footer .connect-with-us {
  text-align: center;
  border-bottom: 1px solid #585d62;
  padding-bottom: 10px;
}
.responsive-mobile .footer .connect-with-us .connect-with-us-title {
  margin-top: 0;
  margin-bottom: 0;
}
.responsive-mobile .footer .connect-with-us a {
  margin: 5px 15px;
  display: inline-block;
  padding: 0.8em;
}
.responsive-mobile .footer .connect-with-us .fa-2x {
  font-size: 3em;
}
.responsive-mobile .footer .legal-copyright-container {
  padding: 0;
}
.responsive-mobile .footer .legal-mobile {
  border-bottom: 1px solid #585d62;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 24px;
}
.responsive-mobile .footer .legal-mobile ul {
  list-style-type: none;
  margin: 0;
}
.responsive-mobile .footer .secure-certification-mobile, .responsive-mobile .footer .legal {
  text-align: center;
}
.responsive-mobile .footer .footer-address-title {
  text-align: center;
  padding: 0;
}
.responsive-mobile .footer .footer-address-title h2.link-list-title {
  margin: 0 0 9px 0;
}
.responsive-mobile .footer .navigational-links li {
  padding-top: 24px;
  padding-bottom: 24px;
}
.responsive-mobile .footer .navigational-links li a {
  padding: 1.3em;
}
.responsive-mobile .footer .contact-us-mobile {
  padding: 24px 20px 20px 20px;
}
.responsive-mobile .footer .legal-content a {
  padding: 19px;
}

@media (min-width: 768px) {
  .responsive .footer .connect-with-us {
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
  }
  .responsive .footer .connect-with-us a {
    padding: 0;
    margin: 0;
  }
  .responsive .footer .connect-with-us .fa-2x {
    font-size: 2em;
  }
  .responsive .footer .secure-certification-mobile {
    text-align: right;
  }
  .responsive .footer .mid-section-container {
    border-bottom: 1px solid #e0e4e9;
    margin-bottom: 30px;
    padding-bottom: 20px;
    max-width: 1200px;
  }
  .responsive .footer .subscribe-container, .responsive .footer .legal-copyright-container {
    max-width: 1200px;
  }
  .responsive .footer .legal-copyright-container {
    padding: 0 13px;
  }
  .responsive .footer .secure-certification-mobile, .responsive .footer .legal {
    text-align: left;
  }
  .responsive .footer .footer-address-title {
    text-align: left;
    padding: 20px 15px 0 15px;
  }
  .responsive .footer .navigational-links li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .responsive .footer .navigational-links li a {
    padding: 0;
  }
  .responsive .footer .contact-us-mobile {
    padding: 20px 20px 0px 20px;
  }
  .responsive .footer .legal-content a {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .responsive .footer .connect-with-us {
    text-align: right;
  }
}
/* Responsive-desktop version of above sm and md classes*/
.responsive-desktop .footer .secure-certification-mobile {
  text-align: right;
}
.responsive-desktop .footer .mid-section-container {
  border-bottom: 1px solid #e0e4e9;
  margin-bottom: 30px;
  padding-bottom: 20px;
  max-width: 1200px;
}
.responsive-desktop .footer .connect-with-us {
  text-align: right;
  border-bottom: none;
  padding-bottom: 0;
}
.responsive-desktop .footer .connect-with-us a {
  padding: 0;
  margin: 0;
}
.responsive-desktop .footer .connect-with-us .fa-2x {
  font-size: 2em;
}
.responsive-desktop .footer .subscribe-container, .responsive-desktop .footer .legal-copyright-container {
  max-width: 1200px;
}
.responsive-desktop .footer .legal-copyright-container {
  padding: 0 13px;
}
.responsive-desktop .footer .secure-certification-mobile, .responsive-desktop .footer .legal {
  text-align: left;
}
.responsive-desktop .footer .footer-address-title {
  text-align: left;
  padding: 20px 15px 0 15px;
}
.responsive-desktop .footer .navigational-links li {
  padding-top: 0;
  padding-bottom: 0;
}
.responsive-desktop .footer .navigational-links li a {
  padding: 0;
}
.responsive-desktop .footer .contact-us-mobile {
  padding: 20px 20px 0px 20px;
}
.responsive-desktop .footer .legal-content a {
  padding: 0;
}

@media (min-width: 1200px) {
  .responsive .footer .mid-section-container,
  .responsive-desktop .footer .mid-section-container {
    border-bottom: 1px solid #e0e4e9;
    margin-bottom: 30px;
    padding-bottom: 20px;
    max-width: 1200px;
  }
  .responsive .footer .subscribe-container, .responsive .footer .legal-copyright-container,
  .responsive-desktop .footer .subscribe-container,
  .responsive-desktop .footer .legal-copyright-container {
    max-width: 1200px;
  }
}
