/* Color Variables (for reference):
   $mint: #2694AB
   $blue: #1662A9
   $midnight: #4B5675
   $navy: #0d3a65
   $dark-green: #2B773E
   $deep-green: #40B05C
   $green: #56C271
   $light-green: #73CC89
   $sg-green: #90D7A1
   $pale-green: #E6F3E6
   $pale-peach: #FBF7F2
   $mandarine: #FFCB3D
   $yellow: #FFBD13
   $peach: #FFB98B
   $carrot: #FF8A3D
   $deep-carrot: #DB612D
   $tomato: #FF3E46
   $light-peach: #FFEFEF
   $white: #fff
   $background-gray: #F8F9FA
   $pale-gray: #F1F3F5
   $border-gray: #E9ECEF
   $silver: #CED4DA
   $light-gray: #ADB5BD
   $gray: #868e96
   $dark-gray: #495057
   $black: #212529
   $h0-font-size: 2.4rem
   $h1-font-size: 2rem
   $h2-font-size: 1.8rem
   $h3-font-size: 1.6rem
   $h4-font-size: 1.4rem
   $h5-font-size: 1.3rem
   $h6-font-size: 1.2rem
   $spacer: 1.6rem
*/

* {
  padding: 0;
  margin: 0;
  outline: none;
}

section,
article,
aside,
footer,
header,
nav,
hgroup {
  display: block;
}

a {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  position: relative;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h5 {
  font-weight: 700;
  line-height: 1.5;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-size: 1.2rem;
}

strong,
b {
  font-weight: 700;
}

ul {
  list-style-type: disc;
}

ul li {
  margin: 1.6rem;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

textarea {
  font-family: inherit;
  font-size: 1.6rem;
  color: #212529;
  margin: 1.6rem 0;
}

textarea.border {
  border: 1px solid #CED4DA;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 1rem 1.4rem;
  margin: 1.6rem 0;
}

textarea.width-full {
  display: block;
  width: calc(100% - 1.4rem*2 - 2px);
}

input {
  -webkit-appearance: none;
  border: solid 1px #CED4DA;
  padding: 1rem 1.4rem;
  margin: 1.6rem 0;
  font-size: 1.6rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input.input-full,
input.width-full {
  display: block;
  width: calc(100% - 1.4rem*2 - 2px);
}

input.width-full.border-none {
  width: 100%;
  padding: 1rem 0;
  margin: 0;
}

input[type=submit].width-full {
  display: block;
  width: 100%;
}

input.border-carrot {
  border: 1px solid #FF8A3D;
}

input:disabled {
  background-color: #E9ECEF;
  color: #fff;
}

button:focus,
input:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none;
}

input::-webkit-input-placeholder {
  color: #CED4DA;
}

input:-moz-placeholder {
  color: #CED4DA;
}

/* FF 4-18 */
input::-moz-placeholder {
  color: #CED4DA;
}

/* FF 19+ */
input:-ms-input-placeholder {
  color: #CED4DA;
}

/* IE 10+ */

textarea::-webkit-input-placeholder {
  color: #CED4DA;
}

textarea:-moz-placeholder {
  color: #CED4DA;
}

/* FF 4-18 */
textarea::-moz-placeholder {
  color: #CED4DA;
}

/* FF 19+ */
textarea:-ms-input-placeholder {
  color: #CED4DA;
}

/* IE 10+ */

textarea:focus::-webkit-input-placeholder {
  color: #CED4DA;
}

textarea:focus:-moz-placeholder {
  color: #CED4DA;
}

/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: #CED4DA;
}

/* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: #CED4DA;
}

/* IE 10+ */

button:focus,
input:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none;
}

::-moz-selection {
  color: #212529;
  background: #FFB98B;
}

::selection {
  color: #212529;
  background: #FFB98B;
}

.clear {
  clear: both;
}

.hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
}

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

.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-black {
  color: #212529;
}

.text-carrot {
  color: #FF8A3D;
}

.text-tomato {
  color: #FF3E46;
}

.text-green {
  color: #56C271;
}

.text-gray {
  color: #868e96;
}

.text-light-gray {
  color: #ADB5BD;
}

.text-dark-gray {
  color: #495057;
}

.text-white {
  color: #fff;
}

.text-center {
  text-align: center;
}

.text-xxl {
  font-size: 2.4rem !important;
  line-height: 1.54;
  letter-spacing: -0.8px;
}

.text-xl {
  font-size: 2rem !important;
  line-height: 1.55;
  letter-spacing: -0.3px;
}

.text-l {
  font-size: 1.8rem !important;
  line-height: 1.47;
  letter-spacing: -0.3px;
}

.text-m {
  font-size: 1.6rem !important;
  line-height: 1.5;
  letter-spacing: -0.3px;
}

.text-s {
  font-size: 1.4rem !important;
  line-height: 1.5;
}

.text-xs {
  font-size: 1.3rem !important;
  line-height: 1.5;
}

.text-xxs {
  font-size: 1.2rem !important;
  line-height: 1.5;
}

.text-no-decoration {
  text-decoration: none;
}

.overflow-hidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.background-gray {
  background-color: #F8F9FA;
}

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

.background-white {
  background-color: #fff;
}

.background-green {
  background-color: #56C271;
}

.background-pale-green {
  background-color: #E6F3E6;
}

.circle-image {
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.circle-image-s {
  width: 40px;
  height: 40px;
}

.circle-image-m {
  width: 48px;
  height: 48px;
}

.circle-image-l {
  width: 60px;
  height: 60px;
}

.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.center-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-image img {
  width: 100%;
}

.image-s img {
  width: 48px;
  height: 48px;
}

.article-card {
  width: 180px;
  height: 180px;
}

.article-card-text {
  width: 180px;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}

.space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block {
  display: block;
}

.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-1 {
  flex: 1;
}

.relative {
  position: relative;
}

.vertical-top {
  vertical-align: top;
}

.vertical-text-top {
  vertical-align: text-top;
}

.width-full {
  width: 100%;
}

.list-unstyled {
  list-style-type: none;
}

.shadow-bottom {
  box-shadow: 0 1px 0 0 #E9ECEF;
}

.border-bottom {
  border-bottom: 1px solid #E9ECEF;
}

.border-top {
  border-top: 1px solid #E9ECEF;
}

.border-none {
  border: none;
}

.tag {
  padding: 0.2rem 0.4rem;
  margin-right: 0.2rem;
  margin-top: 0.4rem;
  background-color: #F8F9FA;
  color: #212529;
  font-size: 1.3rem;
}

button,
.button {
  -webkit-appearance: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CED4DA;
  color: #212529;
  text-align: center;
  font-weight: 700;
  background-color: #fff;
  margin: 1.6rem 0;
  text-decoration: none;
}

button:disabled,
.button:disabled {
  background-color: #E9ECEF;
  color: #fff;
  border: none;
}

.button-rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.button-s {
  padding: 0.4rem 1rem;
}

.button-m {
  padding: 1rem 1.4rem;
  font-size: 1.6rem;
}

.button-xl {
  padding: 1.1rem 2rem;
  font-size: 1.8rem;
}

.button-full {
  display: block;
  width: 100%;
}

.button-carrot {
  background-color: #FF8A3D;
  color: #fff;
  border: 1px solid #FF8A3D;
}

.button-tomato {
  background-color: #fff;
  color: #FF3E46;
  border: 1px solid #FF3E46;
}

.button-green {
  background-color: #fff;
  color: #56C271;
  border: none;
}

.button-dark-gray {
  background-color: #495057;
  color: #fff;
  border: 1px solid #495057;
}

.button-black {
  background-color: #fff;
  color: #212529;
  border: 1px solid #212529;
}

.button-black:hover {
  border: 1px solid #868e96;
  color: #868e96;
}

.right-arrow {
  background: #fff url("/wv/smbs/icon-small-rignt-arrow.svg") no-repeat right 0 center;
}

.right-arrow-disabled {
  background: #fff url("/wv/smbs/icon-small-rignt-arrow-disabled.svg") no-repeat right 0 center;
}

.dropdown-divider-bold {
  border-bottom: 2px solid #212529;
}

/* spacing
m - margin
p - padding

t - margin-top or padding-top
b - margin-bottom or padding-bottom
l - margin-left or padding-left
r - margin-right or padding-right
x - both *-left and *-right
y - both *-top and *-bottom

0   - $spacer * 0
1   - $spacer * .25
2   - $spacer * .5
25  - $spacer * .75
3   - $spacer
4   - $spacer * 1.5
5   - $spacer * 2
auto - auto
*/

.m-3 {
  margin: 1.6rem;
}

.ml-0_5 {
  margin-left: 0.2rem;
}

.ml-1 {
  margin-left: 0.4rem;
}

.ml-2 {
  margin-left: 0.8rem;
}

.ml-3 {
  margin-left: 1.6rem;
}

.mr-2 {
  margin-right: 0.8rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-0_5 {
  margin-top: 0.2rem;
}

.mt-1 {
  margin-top: 0.4rem;
}

.mt-2 {
  margin-top: 0.8rem;
}

.mt-3 {
  margin-top: 1.6rem;
}

.mt-4 {
  margin-top: 2.4rem;
}

.mt-5 {
  margin-top: 3.2rem;
}

.mb-1 {
  margin-bottom: 0.4rem;
}

.mb-2 {
  margin-bottom: 0.8rem;
}

.mb-3 {
  margin-bottom: 1.6rem;
}

.mb-4 {
  margin-bottom: 2.4rem;
}

.mb-5 {
  margin-bottom: 3.2rem;
}

.mx-1 {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.mx-3 {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.mx-4 {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}

.my-1 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.my-2 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.my-3 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.my-4 {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.my-5 {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

.pt-1 {
  padding-top: 0.4rem;
}

.pt-2 {
  padding-top: 0.8rem;
}

.pt-3 {
  padding-top: 1.6rem;
}

.pt-4 {
  padding-top: 2.4rem;
}

.pt-5 {
  padding-top: 3.2rem;
}

.pb-2 {
  padding-bottom: 0.8rem;
}

.pb-3 {
  padding-bottom: 1.6rem;
}

.pb-4 {
  padding-bottom: 2.4rem;
}

.pb-5 {
  padding-bottom: 3.2rem;
}

.py-1 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.py-2 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.py-2_5 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.py-3 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.py-4 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.py-5 {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.px-1 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.px-3 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.p-1 {
  padding: 0.4rem;
}

.p-3 {
  padding: 1.6rem;
}

.p-4 {
  padding: 2.4rem;
}

.mb-0 {
  margin-bottom: 0;
}

.pb-0 {
  padding-bottom: 0;
}
