/* Sizes: 0    <= size < 600  Phone 600  <= size < 960  Tablet 960  <= size < 1200 Tablet-Landscape 1200 <= size         PC
*/
/* line 7, ../sass/_flexbox.scss */
[layout] { box-sizing: border-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }

/* line 14, ../sass/_flexbox.scss */
[layout=column] { -ms-flex-direction: column; flex-direction: column; -webkit-flex-direction: column; }

/* line 19, ../sass/_flexbox.scss */
[layout=row] { -ms-flex-direction: row; flex-direction: row; -webkit-flex-direction: row; }

/* line 24, ../sass/_flexbox.scss */
[layout-padding] > [flex-sm], [layout-padding] > [flex-lt-md] { padding: 4px; }

/* line 27, ../sass/_flexbox.scss */
[layout-padding], [layout-padding] > [flex], [layout-padding] > [flex-gt-sm], [layout-padding] > [flex-md], [layout-padding] > [flex-lt-lg] { padding: 8px; }

/* line 30, ../sass/_flexbox.scss */
[layout-padding] > [flex-gt-md], [layout-padding] > [flex-lg] { padding: 16px; }

/* line 33, ../sass/_flexbox.scss */
[layout-margin] > [flex-sm], [layout-margin] > [flex-lt-md] { margin: 4px; }

/* line 36, ../sass/_flexbox.scss */
[layout-margin], [layout-margin] > [flex], [layout-margin] > [flex-gt-sm], [layout-margin] > [flex-md], [layout-margin] > [flex-lt-lg] { margin: 8px; }

/* line 39, ../sass/_flexbox.scss */
[layout-margin] > [flex-gt-md], [layout-margin] > [flex-lg] { margin: 16px; }

/* line 42, ../sass/_flexbox.scss */
[layout-wrap] { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

/* line 47, ../sass/_flexbox.scss */
[layout-fill] { margin: 0; min-height: 100%; width: 100%; }

@-moz-document url-prefix() { /* line 53, ../sass/_flexbox.scss */
  [layout-fill] { margin: 0; width: 100%; min-height: auto; height: inherit; } }
/* line 59, ../sass/_flexbox.scss */
[flex] { box-sizing: border-box; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

/* line 65, ../sass/_flexbox.scss */
[flex="0"] { -webkit-flex: 0 0 0%; -ms-flex: 0 0 0%; flex: 0 0 0%; }

/* line 70, ../sass/_flexbox.scss */
[layout="row"] > [flex="0"] { max-width: 0%; }

/* line 73, ../sass/_flexbox.scss */
[layout="column"] > [flex="0"] { max-height: 0%; }

/* line 76, ../sass/_flexbox.scss */
[flex="5"] { -webkit-flex: 0 0 5%; -ms-flex: 0 0 5%; flex: 0 0 5%; }

/* line 81, ../sass/_flexbox.scss */
[layout="row"] > [flex="5"] { max-width: 5%; }

/* line 84, ../sass/_flexbox.scss */
[layout="column"] > [flex="5"] { max-height: 5%; }

/* line 87, ../sass/_flexbox.scss */
[flex="10"] { -webkit-flex: 0 0 10%; -ms-flex: 0 0 10%; flex: 0 0 10%; }

/* line 92, ../sass/_flexbox.scss */
[layout="row"] > [flex="10"] { max-width: 10%; }

/* line 95, ../sass/_flexbox.scss */
[layout="column"] > [flex="10"] { max-height: 10%; }

/* line 98, ../sass/_flexbox.scss */
[flex="15"] { -webkit-flex: 0 0 15%; -ms-flex: 0 0 15%; flex: 0 0 15%; }

/* line 103, ../sass/_flexbox.scss */
[layout="row"] > [flex="15"] { max-width: 15%; }

/* line 106, ../sass/_flexbox.scss */
[layout="column"] > [flex="15"] { max-height: 15%; }

/* line 109, ../sass/_flexbox.scss */
[flex="20"] { -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; }

/* line 114, ../sass/_flexbox.scss */
[layout="row"] > [flex="20"] { max-width: 20%; }

/* line 117, ../sass/_flexbox.scss */
[layout="column"] > [flex="20"] { max-height: 20%; }

/* line 120, ../sass/_flexbox.scss */
[flex="25"] { -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; }

/* line 125, ../sass/_flexbox.scss */
[layout="row"] > [flex="25"] { max-width: 25%; }

/* line 128, ../sass/_flexbox.scss */
[layout="column"] > [flex="25"] { max-height: 25%; }

/* line 131, ../sass/_flexbox.scss */
[flex="30"] { -webkit-flex: 0 0 30%; -ms-flex: 0 0 30%; flex: 0 0 30%; }

/* line 136, ../sass/_flexbox.scss */
[layout="row"] > [flex="30"] { max-width: 30%; }

/* line 139, ../sass/_flexbox.scss */
[layout="column"] > [flex="30"] { max-height: 30%; }

/* line 142, ../sass/_flexbox.scss */
[flex="35"] { -webkit-flex: 0 0 35%; -ms-flex: 0 0 35%; flex: 0 0 35%; }

/* line 147, ../sass/_flexbox.scss */
[layout="row"] > [flex="35"] { max-width: 35%; }

/* line 150, ../sass/_flexbox.scss */
[layout="column"] > [flex="35"] { max-height: 35%; }

/* line 153, ../sass/_flexbox.scss */
[flex="40"] { -webkit-flex: 0 0 40%; -ms-flex: 0 0 40%; flex: 0 0 40%; }

/* line 158, ../sass/_flexbox.scss */
[layout="row"] > [flex="40"] { max-width: 40%; }

/* line 161, ../sass/_flexbox.scss */
[layout="column"] > [flex="40"] { max-height: 40%; }

/* line 164, ../sass/_flexbox.scss */
[flex="45"] { -webkit-flex: 0 0 45%; -ms-flex: 0 0 45%; flex: 0 0 45%; }

/* line 169, ../sass/_flexbox.scss */
[layout="row"] > [flex="45"] { max-width: 45%; }

/* line 172, ../sass/_flexbox.scss */
[layout="column"] > [flex="45"] { max-height: 45%; }

/* line 175, ../sass/_flexbox.scss */
[flex="50"] { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; }

/* line 180, ../sass/_flexbox.scss */
[layout="row"] > [flex="50"] { max-width: 50%; }

/* line 183, ../sass/_flexbox.scss */
[layout="column"] > [flex="50"] { max-height: 50%; }

/* line 186, ../sass/_flexbox.scss */
[flex="55"] { -webkit-flex: 0 0 55%; -ms-flex: 0 0 55%; flex: 0 0 55%; }

/* line 191, ../sass/_flexbox.scss */
[layout="row"] > [flex="55"] { max-width: 55%; }

/* line 194, ../sass/_flexbox.scss */
[layout="column"] > [flex="55"] { max-height: 55%; }

/* line 197, ../sass/_flexbox.scss */
[flex="60"] { -webkit-flex: 0 0 60%; -ms-flex: 0 0 60%; flex: 0 0 60%; }

/* line 202, ../sass/_flexbox.scss */
[layout="row"] > [flex="60"] { max-width: 60%; }

/* line 205, ../sass/_flexbox.scss */
[layout="column"] > [flex="60"] { max-height: 60%; }

/* line 208, ../sass/_flexbox.scss */
[flex="65"] { -webkit-flex: 0 0 65%; -ms-flex: 0 0 65%; flex: 0 0 65%; }

/* line 213, ../sass/_flexbox.scss */
[layout="row"] > [flex="65"] { max-width: 65%; }

/* line 216, ../sass/_flexbox.scss */
[layout="column"] > [flex="65"] { max-height: 65%; }

/* line 219, ../sass/_flexbox.scss */
[flex="70"] { -webkit-flex: 0 0 70%; -ms-flex: 0 0 70%; flex: 0 0 70%; }

/* line 224, ../sass/_flexbox.scss */
[layout="row"] > [flex="70"] { max-width: 70%; }

/* line 227, ../sass/_flexbox.scss */
[layout="column"] > [flex="70"] { max-height: 70%; }

/* line 230, ../sass/_flexbox.scss */
[flex="75"] { -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; }

/* line 235, ../sass/_flexbox.scss */
[layout="row"] > [flex="75"] { max-width: 75%; }

/* line 238, ../sass/_flexbox.scss */
[layout="column"] > [flex="75"] { max-height: 75%; }

/* line 241, ../sass/_flexbox.scss */
[flex="80"] { -webkit-flex: 0 0 80%; -ms-flex: 0 0 80%; flex: 0 0 80%; }

/* line 246, ../sass/_flexbox.scss */
[layout="row"] > [flex="80"] { max-width: 80%; }

/* line 249, ../sass/_flexbox.scss */
[layout="column"] > [flex="80"] { max-height: 80%; }

/* line 252, ../sass/_flexbox.scss */
[flex="85"] { -webkit-flex: 0 0 85%; -ms-flex: 0 0 85%; flex: 0 0 85%; }

/* line 257, ../sass/_flexbox.scss */
[layout="row"] > [flex="85"] { max-width: 85%; }

/* line 260, ../sass/_flexbox.scss */
[layout="column"] > [flex="85"] { max-height: 85%; }

/* line 263, ../sass/_flexbox.scss */
[flex="90"] { -webkit-flex: 0 0 90%; -ms-flex: 0 0 90%; flex: 0 0 90%; }

/* line 268, ../sass/_flexbox.scss */
[layout="row"] > [flex="90"] { max-width: 90%; }

/* line 271, ../sass/_flexbox.scss */
[layout="column"] > [flex="90"] { max-height: 90%; }

/* line 274, ../sass/_flexbox.scss */
[flex="95"] { -webkit-flex: 0 0 95%; -ms-flex: 0 0 95%; flex: 0 0 95%; }

/* line 279, ../sass/_flexbox.scss */
[layout="row"] > [flex="95"] { max-width: 95%; }

/* line 282, ../sass/_flexbox.scss */
[layout="column"] > [flex="95"] { max-height: 95%; }

/* line 285, ../sass/_flexbox.scss */
[flex="100"] { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }

/* line 290, ../sass/_flexbox.scss */
[layout="row"] > [flex="100"] { max-width: 100%; }

/* line 293, ../sass/_flexbox.scss */
[layout="column"] > [flex="100"] { max-height: 100%; }

/* line 296, ../sass/_flexbox.scss */
[flex="33"], [flex="34"] { -webkit-flex: 0 0 33.33%; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; }

/* line 301, ../sass/_flexbox.scss */
[flex="66"], [flex="67"] { -webkit-flex: 0 0 66.66%; -ms-flex: 0 0 66.66%; flex: 0 0 66.66%; }

/* line 306, ../sass/_flexbox.scss */
[layout="row"] > [flex="33"], [layout="row"] > [flex="34"] { max-width: 33.33%; }

/* line 308, ../sass/_flexbox.scss */
[layout="row"] > [flex="66"], [layout="row"] > [flex="67"] { max-width: 66.66%; }

/* line 311, ../sass/_flexbox.scss */
[layout="column"] > [flex="33"], [layout="column"] > [flex="34"] { max-height: 33.33%; }

/* line 313, ../sass/_flexbox.scss */
[layout="column"] > [flex="66"], [layout="column"] > [flex="67"] { max-height: 66.66%; }

/* line 316, ../sass/_flexbox.scss */
[layout-align="center"], [layout-align="center center"], [layout-align="center start"], [layout-align="center end"] { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

/* line 321, ../sass/_flexbox.scss */
[layout-align="end"], [layout-align="end center"], [layout-align="end start"], [layout-align="end end"] { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

/* line 326, ../sass/_flexbox.scss */
[layout-align="space-around"], [layout-align="space-around center"], [layout-align="space-around start"], [layout-align="space-around end"] { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }

/* line 331, ../sass/_flexbox.scss */
[layout-align="space-between"], [layout-align="space-between center"], [layout-align="space-between start"], [layout-align="space-between end"] { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

/* line 336, ../sass/_flexbox.scss */
[layout-align="center center"], [layout-align="start center"], [layout-align="end center"], [layout-align="space-between center"], [layout-align="space-around center"] { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

/* line 341, ../sass/_flexbox.scss */
[layout-align="center start"], [layout-align="start start"], [layout-align="end start"], [layout-align="space-between start"], [layout-align="space-around start"] { -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

/* line 346, ../sass/_flexbox.scss */
[layout-align="center end"], [layout-align="start end"], [layout-align="end end"], [layout-align="space-between end"], [layout-align="space-around end"] { -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

/* line 351, ../sass/_flexbox.scss */
[flex-order="0"] { -webkit-order: 0; -ms-flex-order: 0; order: 0; }

/* line 356, ../sass/_flexbox.scss */
[flex-order="1"] { -webkit-order: 1; -ms-flex-order: 1; order: 1; }

/* line 361, ../sass/_flexbox.scss */
[flex-order="2"] { -webkit-order: 2; -ms-flex-order: 2; order: 2; }

/* line 366, ../sass/_flexbox.scss */
[flex-order="3"] { -webkit-order: 3; -ms-flex-order: 3; order: 3; }

/* line 371, ../sass/_flexbox.scss */
[flex-order="4"] { -webkit-order: 4; -ms-flex-order: 4; order: 4; }

/* line 376, ../sass/_flexbox.scss */
[flex-order="5"] { -webkit-order: 5; -ms-flex-order: 5; order: 5; }

/* line 381, ../sass/_flexbox.scss */
[flex-order="6"] { -webkit-order: 6; -ms-flex-order: 6; order: 6; }

/* line 386, ../sass/_flexbox.scss */
[flex-order="7"] { -webkit-order: 7; -ms-flex-order: 7; order: 7; }

/* line 391, ../sass/_flexbox.scss */
[flex-order="8"] { -webkit-order: 8; -ms-flex-order: 8; order: 8; }

/* line 396, ../sass/_flexbox.scss */
[flex-order="9"] { -webkit-order: 9; -ms-flex-order: 9; order: 9; }

/* line 401, ../sass/_flexbox.scss */
[offset="5"] { margin-left: 5%; }

/* line 404, ../sass/_flexbox.scss */
[offset="10"] { margin-left: 10%; }

/* line 407, ../sass/_flexbox.scss */
[offset="15"] { margin-left: 15%; }

/* line 410, ../sass/_flexbox.scss */
[offset="20"] { margin-left: 20%; }

/* line 413, ../sass/_flexbox.scss */
[offset="25"] { margin-left: 25%; }

/* line 416, ../sass/_flexbox.scss */
[offset="30"] { margin-left: 30%; }

/* line 419, ../sass/_flexbox.scss */
[offset="35"] { margin-left: 35%; }

/* line 422, ../sass/_flexbox.scss */
[offset="40"] { margin-left: 40%; }

/* line 425, ../sass/_flexbox.scss */
[offset="45"] { margin-left: 45%; }

/* line 428, ../sass/_flexbox.scss */
[offset="50"] { margin-left: 50%; }

/* line 431, ../sass/_flexbox.scss */
[offset="55"] { margin-left: 55%; }

/* line 434, ../sass/_flexbox.scss */
[offset="60"] { margin-left: 60%; }

/* line 437, ../sass/_flexbox.scss */
[offset="65"] { margin-left: 65%; }

/* line 440, ../sass/_flexbox.scss */
[offset="70"] { margin-left: 70%; }

/* line 443, ../sass/_flexbox.scss */
[offset="75"] { margin-left: 75%; }

/* line 446, ../sass/_flexbox.scss */
[offset="80"] { margin-left: 80%; }

/* line 449, ../sass/_flexbox.scss */
[offset="85"] { margin-left: 85%; }

/* line 452, ../sass/_flexbox.scss */
[offset="90"] { margin-left: 90%; }

/* line 455, ../sass/_flexbox.scss */
[offset="95"] { margin-left: 95%; }

/* line 458, ../sass/_flexbox.scss */
[offset="33"], [offset="34"] { margin-left: 33.33%; }

/* line 461, ../sass/_flexbox.scss */
[offset="66"], [offset="67"] { margin-left: 66.66%; }

/** `hide-gt-sm show-gt-lg` should hide from 600px to 1200px `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)` */
@media (max-width: 599px) { /* line 470, ../sass/_flexbox.scss */
  [hide-sm]:not([show-sm]):not([show]), [hide]:not([show-sm]):not([show]) { display: none; }
  /* line 472, ../sass/_flexbox.scss */
  [flex-order-sm="0"] { -webkit-order: 0; -ms-flex-order: 0; order: 0; }
  /* line 476, ../sass/_flexbox.scss */
  [flex-order-sm="1"] { -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  /* line 480, ../sass/_flexbox.scss */
  [flex-order-sm="2"] { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  /* line 484, ../sass/_flexbox.scss */
  [flex-order-sm="3"] { -webkit-order: 3; -ms-flex-order: 3; order: 3; }
  /* line 488, ../sass/_flexbox.scss */
  [flex-order-sm="4"] { -webkit-order: 4; -ms-flex-order: 4; order: 4; }
  /* line 492, ../sass/_flexbox.scss */
  [flex-order-sm="5"] { -webkit-order: 5; -ms-flex-order: 5; order: 5; }
  /* line 496, ../sass/_flexbox.scss */
  [flex-order-sm="6"] { -webkit-order: 6; -ms-flex-order: 6; order: 6; }
  /* line 500, ../sass/_flexbox.scss */
  [flex-order-sm="7"] { -webkit-order: 7; -ms-flex-order: 7; order: 7; }
  /* line 504, ../sass/_flexbox.scss */
  [flex-order-sm="8"] { -webkit-order: 8; -ms-flex-order: 8; order: 8; }
  /* line 508, ../sass/_flexbox.scss */
  [flex-order-sm="9"] { -webkit-order: 9; -ms-flex-order: 9; order: 9; }
  /* line 512, ../sass/_flexbox.scss */
  [layout-align-sm="center"], [layout-align-sm="center center"], [layout-align-sm="center start"], [layout-align-sm="center end"] { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  /* line 516, ../sass/_flexbox.scss */
  [layout-align-sm="end"], [layout-align-sm="end center"], [layout-align-sm="end start"], [layout-align-sm="end end"] { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  /* line 520, ../sass/_flexbox.scss */
  [layout-align-sm="space-around"], [layout-align-sm="space-around center"], [layout-align-sm="space-around start"], [layout-align-sm="space-around end"] { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }
  /* line 524, ../sass/_flexbox.scss */
  [layout-align-sm="space-between"], [layout-align-sm="space-between center"], [layout-align-sm="space-between start"], [layout-align-sm="space-between end"] { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  /* line 528, ../sass/_flexbox.scss */
  [layout-align-sm="center center"], [layout-align-sm="start center"], [layout-align-sm="end center"], [layout-align-sm="space-between center"], [layout-align-sm="space-around center"] { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  /* line 532, ../sass/_flexbox.scss */
  [layout-align-sm="center start"], [layout-align-sm="start start"], [layout-align-sm="end start"], [layout-align-sm="space-between start"], [layout-align-sm="space-around start"] { -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  /* line 536, ../sass/_flexbox.scss */
  [layout-align-sm="center end"], [layout-align-sm="start end"], [layout-align-sm="end end"], [layout-align-sm="space-between end"], [layout-align-sm="space-around end"] { -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  /* line 540, ../sass/_flexbox.scss */
  [layout-sm] { box-sizing: border-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }
  /* line 546, ../sass/_flexbox.scss */
  [layout-sm=column] { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  /* line 550, ../sass/_flexbox.scss */
  [layout-sm=row] { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
  /* line 554, ../sass/_flexbox.scss */
  [offset-sm="5"] { margin-left: 5%; }
  /* line 556, ../sass/_flexbox.scss */
  [offset-sm="10"] { margin-left: 10%; }
  /* line 558, ../sass/_flexbox.scss */
  [offset-sm="15"] { margin-left: 15%; }
  /* line 560, ../sass/_flexbox.scss */
  [offset-sm="20"] { margin-left: 20%; }
  /* line 562, ../sass/_flexbox.scss */
  [offset-sm="25"] { margin-left: 25%; }
  /* line 564, ../sass/_flexbox.scss */
  [offset-sm="30"] { margin-left: 30%; }
  /* line 566, ../sass/_flexbox.scss */
  [offset-sm="35"] { margin-left: 35%; }
  /* line 568, ../sass/_flexbox.scss */
  [offset-sm="40"] { margin-left: 40%; }
  /* line 570, ../sass/_flexbox.scss */
  [offset-sm="45"] { margin-left: 45%; }
  /* line 572, ../sass/_flexbox.scss */
  [offset-sm="50"] { margin-left: 50%; }
  /* line 574, ../sass/_flexbox.scss */
  [offset-sm="55"] { margin-left: 55%; }
  /* line 576, ../sass/_flexbox.scss */
  [offset-sm="60"] { margin-left: 60%; }
  /* line 578, ../sass/_flexbox.scss */
  [offset-sm="65"] { margin-left: 65%; }
  /* line 580, ../sass/_flexbox.scss */
  [offset-sm="70"] { margin-left: 70%; }
  /* line 582, ../sass/_flexbox.scss */
  [offset-sm="75"] { margin-left: 75%; }
  /* line 584, ../sass/_flexbox.scss */
  [offset-sm="80"] { margin-left: 80%; }
  /* line 586, ../sass/_flexbox.scss */
  [offset-sm="85"] { margin-left: 85%; }
  /* line 588, ../sass/_flexbox.scss */
  [offset-sm="90"] { margin-left: 90%; }
  /* line 590, ../sass/_flexbox.scss */
  [offset-sm="95"] { margin-left: 95%; }
  /* line 592, ../sass/_flexbox.scss */
  [offset-sm="33"], [offset-sm="34"] { margin-left: 33.33%; }
  /* line 594, ../sass/_flexbox.scss */
  [offset-sm="66"], [offset-sm="67"] { margin-left: 66.66%; }
  /* line 596, ../sass/_flexbox.scss */
  [flex-sm] { box-sizing: border-box; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
  /* line 601, ../sass/_flexbox.scss */
  [flex-sm="0"] { -webkit-flex: 0 0 0%; -ms-flex: 0 0 0%; flex: 0 0 0%; }
  /* line 605, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="0"] { max-width: 0%; }
  /* line 607, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="0"] { max-height: 0%; }
  /* line 609, ../sass/_flexbox.scss */
  [flex-sm="5"] { -webkit-flex: 0 0 5%; -ms-flex: 0 0 5%; flex: 0 0 5%; }
  /* line 613, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="5"] { max-width: 5%; }
  /* line 615, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="5"] { max-height: 5%; }
  /* line 617, ../sass/_flexbox.scss */
  [flex-sm="10"] { -webkit-flex: 0 0 10%; -ms-flex: 0 0 10%; flex: 0 0 10%; }
  /* line 621, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="10"] { max-width: 10%; }
  /* line 623, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="10"] { max-height: 10%; }
  /* line 625, ../sass/_flexbox.scss */
  [flex-sm="15"] { -webkit-flex: 0 0 15%; -ms-flex: 0 0 15%; flex: 0 0 15%; }
  /* line 629, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="15"] { max-width: 15%; }
  /* line 631, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="15"] { max-height: 15%; }
  /* line 633, ../sass/_flexbox.scss */
  [flex-sm="20"] { -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; }
  /* line 637, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="20"] { max-width: 20%; }
  /* line 639, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="20"] { max-height: 20%; }
  /* line 641, ../sass/_flexbox.scss */
  [flex-sm="25"] { -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; }
  /* line 645, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="25"] { max-width: 25%; }
  /* line 647, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="25"] { max-height: 25%; }
  /* line 649, ../sass/_flexbox.scss */
  [flex-sm="30"] { -webkit-flex: 0 0 30%; -ms-flex: 0 0 30%; flex: 0 0 30%; }
  /* line 653, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="30"] { max-width: 30%; }
  /* line 655, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="30"] { max-height: 30%; }
  /* line 657, ../sass/_flexbox.scss */
  [flex-sm="35"] { -webkit-flex: 0 0 35%; -ms-flex: 0 0 35%; flex: 0 0 35%; }
  /* line 661, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="35"] { max-width: 35%; }
  /* line 663, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="35"] { max-height: 35%; }
  /* line 665, ../sass/_flexbox.scss */
  [flex-sm="40"] { -webkit-flex: 0 0 40%; -ms-flex: 0 0 40%; flex: 0 0 40%; }
  /* line 669, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="40"] { max-width: 40%; }
  /* line 671, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="40"] { max-height: 40%; }
  /* line 673, ../sass/_flexbox.scss */
  [flex-sm="45"] { -webkit-flex: 0 0 45%; -ms-flex: 0 0 45%; flex: 0 0 45%; }
  /* line 677, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="45"] { max-width: 45%; }
  /* line 679, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="45"] { max-height: 45%; }
  /* line 681, ../sass/_flexbox.scss */
  [flex-sm="50"] { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; }
  /* line 685, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="50"] { max-width: 50%; }
  /* line 687, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="50"] { max-height: 50%; }
  /* line 689, ../sass/_flexbox.scss */
  [flex-sm="55"] { -webkit-flex: 0 0 55%; -ms-flex: 0 0 55%; flex: 0 0 55%; }
  /* line 693, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="55"] { max-width: 55%; }
  /* line 695, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="55"] { max-height: 55%; }
  /* line 697, ../sass/_flexbox.scss */
  [flex-sm="60"] { -webkit-flex: 0 0 60%; -ms-flex: 0 0 60%; flex: 0 0 60%; }
  /* line 701, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="60"] { max-width: 60%; }
  /* line 703, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="60"] { max-height: 60%; }
  /* line 705, ../sass/_flexbox.scss */
  [flex-sm="65"] { -webkit-flex: 0 0 65%; -ms-flex: 0 0 65%; flex: 0 0 65%; }
  /* line 709, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="65"] { max-width: 65%; }
  /* line 711, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="65"] { max-height: 65%; }
  /* line 713, ../sass/_flexbox.scss */
  [flex-sm="70"] { -webkit-flex: 0 0 70%; -ms-flex: 0 0 70%; flex: 0 0 70%; }
  /* line 717, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="70"] { max-width: 70%; }
  /* line 719, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="70"] { max-height: 70%; }
  /* line 721, ../sass/_flexbox.scss */
  [flex-sm="75"] { -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; }
  /* line 725, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="75"] { max-width: 75%; }
  /* line 727, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="75"] { max-height: 75%; }
  /* line 729, ../sass/_flexbox.scss */
  [flex-sm="80"] { -webkit-flex: 0 0 80%; -ms-flex: 0 0 80%; flex: 0 0 80%; }
  /* line 733, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="80"] { max-width: 80%; }
  /* line 735, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="80"] { max-height: 80%; }
  /* line 737, ../sass/_flexbox.scss */
  [flex-sm="85"] { -webkit-flex: 0 0 85%; -ms-flex: 0 0 85%; flex: 0 0 85%; }
  /* line 741, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="85"] { max-width: 85%; }
  /* line 743, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="85"] { max-height: 85%; }
  /* line 745, ../sass/_flexbox.scss */
  [flex-sm="90"] { -webkit-flex: 0 0 90%; -ms-flex: 0 0 90%; flex: 0 0 90%; }
  /* line 749, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="90"] { max-width: 90%; }
  /* line 751, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="90"] { max-height: 90%; }
  /* line 753, ../sass/_flexbox.scss */
  [flex-sm="95"] { -webkit-flex: 0 0 95%; -ms-flex: 0 0 95%; flex: 0 0 95%; }
  /* line 757, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="95"] { max-width: 95%; }
  /* line 759, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="95"] { max-height: 95%; }
  /* line 761, ../sass/_flexbox.scss */
  [flex-sm="100"] { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }
  /* line 765, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="100"] { max-width: 100%; }
  /* line 767, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="100"] { max-height: 100%; }
  /* line 769, ../sass/_flexbox.scss */
  [flex-sm="33"], [flex-sm="34"] { -webkit-flex: 0 0 33.33%; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; }
  /* line 773, ../sass/_flexbox.scss */
  [flex-sm="66"], [flex-sm="67"] { -webkit-flex: 0 0 66.66%; -ms-flex: 0 0 66.66%; flex: 0 0 66.66%; }
  /* line 777, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="34"] { max-width: 33.33%; }
  /* line 779, ../sass/_flexbox.scss */
  [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="67"] { max-width: 66.66%; }
  /* line 781, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="34"] { max-height: 33.33%; }
  /* line 783, ../sass/_flexbox.scss */
  [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="67"] { max-height: 66.66%; } }
@media (min-width: 600px) { /* line 787, ../sass/_flexbox.scss */
  [flex-order-gt-sm="0"] { -webkit-order: 0; -ms-flex-order: 0; order: 0; }
  /* line 791, ../sass/_flexbox.scss */
  [flex-order-gt-sm="1"] { -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  /* line 795, ../sass/_flexbox.scss */
  [flex-order-gt-sm="2"] { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  /* line 799, ../sass/_flexbox.scss */
  [flex-order-gt-sm="3"] { -webkit-order: 3; -ms-flex-order: 3; order: 3; }
  /* line 803, ../sass/_flexbox.scss */
  [flex-order-gt-sm="4"] { -webkit-order: 4; -ms-flex-order: 4; order: 4; }
  /* line 807, ../sass/_flexbox.scss */
  [flex-order-gt-sm="5"] { -webkit-order: 5; -ms-flex-order: 5; order: 5; }
  /* line 811, ../sass/_flexbox.scss */
  [flex-order-gt-sm="6"] { -webkit-order: 6; -ms-flex-order: 6; order: 6; }
  /* line 815, ../sass/_flexbox.scss */
  [flex-order-gt-sm="7"] { -webkit-order: 7; -ms-flex-order: 7; order: 7; }
  /* line 819, ../sass/_flexbox.scss */
  [flex-order-gt-sm="8"] { -webkit-order: 8; -ms-flex-order: 8; order: 8; }
  /* line 823, ../sass/_flexbox.scss */
  [flex-order-gt-sm="9"] { -webkit-order: 9; -ms-flex-order: 9; order: 9; }
  /* line 827, ../sass/_flexbox.scss */
  [layout-align-gt-sm="center"], [layout-align-gt-sm="center center"], [layout-align-gt-sm="center start"], [layout-align-gt-sm="center end"] { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  /* line 831, ../sass/_flexbox.scss */
  [layout-align-gt-sm="end"], [layout-align-gt-sm="end center"], [layout-align-gt-sm="end start"], [layout-align-gt-sm="end end"] { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  /* line 835, ../sass/_flexbox.scss */
  [layout-align-gt-sm="space-around"], [layout-align-gt-sm="space-around center"], [layout-align-gt-sm="space-around start"], [layout-align-gt-sm="space-around end"] { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }
  /* line 839, ../sass/_flexbox.scss */
  [layout-align-gt-sm="space-between"], [layout-align-gt-sm="space-between center"], [layout-align-gt-sm="space-between start"], [layout-align-gt-sm="space-between end"] { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  /* line 843, ../sass/_flexbox.scss */
  [layout-align-gt-sm="center center"], [layout-align-gt-sm="start center"], [layout-align-gt-sm="end center"], [layout-align-gt-sm="space-between center"], [layout-align-gt-sm="space-around center"] { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  /* line 847, ../sass/_flexbox.scss */
  [layout-align-gt-sm="center start"], [layout-align-gt-sm="start start"], [layout-align-gt-sm="end start"], [layout-align-gt-sm="space-between start"], [layout-align-gt-sm="space-around start"] { -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  /* line 851, ../sass/_flexbox.scss */
  [layout-align-gt-sm="center end"], [layout-align-gt-sm="start end"], [layout-align-gt-sm="end end"], [layout-align-gt-sm="space-between end"], [layout-align-gt-sm="space-around end"] { -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  /* line 855, ../sass/_flexbox.scss */
  [layout-gt-sm] { box-sizing: border-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }
  /* line 861, ../sass/_flexbox.scss */
  [layout-gt-sm=column] { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  /* line 865, ../sass/_flexbox.scss */
  [layout-gt-sm=row] { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
  /* line 869, ../sass/_flexbox.scss */
  [offset-gt-sm="5"] { margin-left: 5%; }
  /* line 871, ../sass/_flexbox.scss */
  [offset-gt-sm="10"] { margin-left: 10%; }
  /* line 873, ../sass/_flexbox.scss */
  [offset-gt-sm="15"] { margin-left: 15%; }
  /* line 875, ../sass/_flexbox.scss */
  [offset-gt-sm="20"] { margin-left: 20%; }
  /* line 877, ../sass/_flexbox.scss */
  [offset-gt-sm="25"] { margin-left: 25%; }
  /* line 879, ../sass/_flexbox.scss */
  [offset-gt-sm="30"] { margin-left: 30%; }
  /* line 881, ../sass/_flexbox.scss */
  [offset-gt-sm="35"] { margin-left: 35%; }
  /* line 883, ../sass/_flexbox.scss */
  [offset-gt-sm="40"] { margin-left: 40%; }
  /* line 885, ../sass/_flexbox.scss */
  [offset-gt-sm="45"] { margin-left: 45%; }
  /* line 887, ../sass/_flexbox.scss */
  [offset-gt-sm="50"] { margin-left: 50%; }
  /* line 889, ../sass/_flexbox.scss */
  [offset-gt-sm="55"] { margin-left: 55%; }
  /* line 891, ../sass/_flexbox.scss */
  [offset-gt-sm="60"] { margin-left: 60%; }
  /* line 893, ../sass/_flexbox.scss */
  [offset-gt-sm="65"] { margin-left: 65%; }
  /* line 895, ../sass/_flexbox.scss */
  [offset-gt-sm="70"] { margin-left: 70%; }
  /* line 897, ../sass/_flexbox.scss */
  [offset-gt-sm="75"] { margin-left: 75%; }
  /* line 899, ../sass/_flexbox.scss */
  [offset-gt-sm="80"] { margin-left: 80%; }
  /* line 901, ../sass/_flexbox.scss */
  [offset-gt-sm="85"] { margin-left: 85%; }
  /* line 903, ../sass/_flexbox.scss */
  [offset-gt-sm="90"] { margin-left: 90%; }
  /* line 905, ../sass/_flexbox.scss */
  [offset-gt-sm="95"] { margin-left: 95%; }
  /* line 907, ../sass/_flexbox.scss */
  [offset-gt-sm="33"], [offset-gt-sm="34"] { margin-left: 33.33%; }
  /* line 909, ../sass/_flexbox.scss */
  [offset-gt-sm="66"], [offset-gt-sm="67"] { margin-left: 66.66%; }
  /* line 911, ../sass/_flexbox.scss */
  [flex-gt-sm] { box-sizing: border-box; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
  /* line 916, ../sass/_flexbox.scss */
  [flex-gt-sm="0"] { -webkit-flex: 0 0 0%; -ms-flex: 0 0 0%; flex: 0 0 0%; }
  /* line 920, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="0"] { max-width: 0%; }
  /* line 922, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="0"] { max-height: 0%; }
  /* line 924, ../sass/_flexbox.scss */
  [flex-gt-sm="5"] { -webkit-flex: 0 0 5%; -ms-flex: 0 0 5%; flex: 0 0 5%; }
  /* line 928, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="5"] { max-width: 5%; }
  /* line 930, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="5"] { max-height: 5%; }
  /* line 932, ../sass/_flexbox.scss */
  [flex-gt-sm="10"] { -webkit-flex: 0 0 10%; -ms-flex: 0 0 10%; flex: 0 0 10%; }
  /* line 936, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="10"] { max-width: 10%; }
  /* line 938, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="10"] { max-height: 10%; }
  /* line 940, ../sass/_flexbox.scss */
  [flex-gt-sm="15"] { -webkit-flex: 0 0 15%; -ms-flex: 0 0 15%; flex: 0 0 15%; }
  /* line 944, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="15"] { max-width: 15%; }
  /* line 946, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="15"] { max-height: 15%; }
  /* line 948, ../sass/_flexbox.scss */
  [flex-gt-sm="20"] { -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; }
  /* line 952, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="20"] { max-width: 20%; }
  /* line 954, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="20"] { max-height: 20%; }
  /* line 956, ../sass/_flexbox.scss */
  [flex-gt-sm="25"] { -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; }
  /* line 960, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="25"] { max-width: 25%; }
  /* line 962, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="25"] { max-height: 25%; }
  /* line 964, ../sass/_flexbox.scss */
  [flex-gt-sm="30"] { -webkit-flex: 0 0 30%; -ms-flex: 0 0 30%; flex: 0 0 30%; }
  /* line 968, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="30"] { max-width: 30%; }
  /* line 970, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="30"] { max-height: 30%; }
  /* line 972, ../sass/_flexbox.scss */
  [flex-gt-sm="35"] { -webkit-flex: 0 0 35%; -ms-flex: 0 0 35%; flex: 0 0 35%; }
  /* line 976, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="35"] { max-width: 35%; }
  /* line 978, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="35"] { max-height: 35%; }
  /* line 980, ../sass/_flexbox.scss */
  [flex-gt-sm="40"] { -webkit-flex: 0 0 40%; -ms-flex: 0 0 40%; flex: 0 0 40%; }
  /* line 984, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="40"] { max-width: 40%; }
  /* line 986, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="40"] { max-height: 40%; }
  /* line 988, ../sass/_flexbox.scss */
  [flex-gt-sm="45"] { -webkit-flex: 0 0 45%; -ms-flex: 0 0 45%; flex: 0 0 45%; }
  /* line 992, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="45"] { max-width: 45%; }
  /* line 994, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="45"] { max-height: 45%; }
  /* line 996, ../sass/_flexbox.scss */
  [flex-gt-sm="50"] { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; }
  /* line 1000, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="50"] { max-width: 50%; }
  /* line 1002, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="50"] { max-height: 50%; }
  /* line 1004, ../sass/_flexbox.scss */
  [flex-gt-sm="55"] { -webkit-flex: 0 0 55%; -ms-flex: 0 0 55%; flex: 0 0 55%; }
  /* line 1008, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="55"] { max-width: 55%; }
  /* line 1010, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="55"] { max-height: 55%; }
  /* line 1012, ../sass/_flexbox.scss */
  [flex-gt-sm="60"] { -webkit-flex: 0 0 60%; -ms-flex: 0 0 60%; flex: 0 0 60%; }
  /* line 1016, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="60"] { max-width: 60%; }
  /* line 1018, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="60"] { max-height: 60%; }
  /* line 1020, ../sass/_flexbox.scss */
  [flex-gt-sm="65"] { -webkit-flex: 0 0 65%; -ms-flex: 0 0 65%; flex: 0 0 65%; }
  /* line 1024, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="65"] { max-width: 65%; }
  /* line 1026, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="65"] { max-height: 65%; }
  /* line 1028, ../sass/_flexbox.scss */
  [flex-gt-sm="70"] { -webkit-flex: 0 0 70%; -ms-flex: 0 0 70%; flex: 0 0 70%; }
  /* line 1032, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="70"] { max-width: 70%; }
  /* line 1034, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="70"] { max-height: 70%; }
  /* line 1036, ../sass/_flexbox.scss */
  [flex-gt-sm="75"] { -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; }
  /* line 1040, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="75"] { max-width: 75%; }
  /* line 1042, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="75"] { max-height: 75%; }
  /* line 1044, ../sass/_flexbox.scss */
  [flex-gt-sm="80"] { -webkit-flex: 0 0 80%; -ms-flex: 0 0 80%; flex: 0 0 80%; }
  /* line 1048, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="80"] { max-width: 80%; }
  /* line 1050, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="80"] { max-height: 80%; }
  /* line 1052, ../sass/_flexbox.scss */
  [flex-gt-sm="85"] { -webkit-flex: 0 0 85%; -ms-flex: 0 0 85%; flex: 0 0 85%; }
  /* line 1056, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="85"] { max-width: 85%; }
  /* line 1058, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="85"] { max-height: 85%; }
  /* line 1060, ../sass/_flexbox.scss */
  [flex-gt-sm="90"] { -webkit-flex: 0 0 90%; -ms-flex: 0 0 90%; flex: 0 0 90%; }
  /* line 1064, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="90"] { max-width: 90%; }
  /* line 1066, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="90"] { max-height: 90%; }
  /* line 1068, ../sass/_flexbox.scss */
  [flex-gt-sm="95"] { -webkit-flex: 0 0 95%; -ms-flex: 0 0 95%; flex: 0 0 95%; }
  /* line 1072, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="95"] { max-width: 95%; }
  /* line 1074, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="95"] { max-height: 95%; }
  /* line 1076, ../sass/_flexbox.scss */
  [flex-gt-sm="100"] { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }
  /* line 1080, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="100"] { max-width: 100%; }
  /* line 1082, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="100"] { max-height: 100%; }
  /* line 1084, ../sass/_flexbox.scss */
  [flex-gt-sm="33"], [flex-gt-sm="34"] { -webkit-flex: 0 0 33.33%; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; }
  /* line 1088, ../sass/_flexbox.scss */
  [flex-gt-sm="66"], [flex-gt-sm="67"] { -webkit-flex: 0 0 66.66%; -ms-flex: 0 0 66.66%; flex: 0 0 66.66%; }
  /* line 1092, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="34"] { max-width: 33.33%; }
  /* line 1094, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="67"] { max-width: 66.66%; }
  /* line 1096, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="34"] { max-height: 33.33%; }
  /* line 1098, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="67"] { max-height: 66.66%; } }
@media (min-width: 600px) and (max-width: 959px) { /* line 1102, ../sass/_flexbox.scss */
  [hide]:not([show-gt-sm]):not([show-md]):not([show]), [hide-gt-sm]:not([show-gt-sm]):not([show-md]):not([show]) { display: none; }
  /* line 1104, ../sass/_flexbox.scss */
  [hide-md]:not([show-md]):not([show]) { display: none; }
  /* line 1106, ../sass/_flexbox.scss */
  [flex-order-md="0"] { -webkit-order: 0; -ms-flex-order: 0; order: 0; }
  /* line 1110, ../sass/_flexbox.scss */
  [flex-order-md="1"] { -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  /* line 1114, ../sass/_flexbox.scss */
  [flex-order-md="2"] { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  /* line 1118, ../sass/_flexbox.scss */
  [flex-order-md="3"] { -webkit-order: 3; -ms-flex-order: 3; order: 3; }
  /* line 1122, ../sass/_flexbox.scss */
  [flex-order-md="4"] { -webkit-order: 4; -ms-flex-order: 4; order: 4; }
  /* line 1126, ../sass/_flexbox.scss */
  [flex-order-md="5"] { -webkit-order: 5; -ms-flex-order: 5; order: 5; }
  /* line 1130, ../sass/_flexbox.scss */
  [flex-order-md="6"] { -webkit-order: 6; -ms-flex-order: 6; order: 6; }
  /* line 1134, ../sass/_flexbox.scss */
  [flex-order-md="7"] { -webkit-order: 7; -ms-flex-order: 7; order: 7; }
  /* line 1138, ../sass/_flexbox.scss */
  [flex-order-md="8"] { -webkit-order: 8; -ms-flex-order: 8; order: 8; }
  /* line 1142, ../sass/_flexbox.scss */
  [flex-order-md="9"] { -webkit-order: 9; -ms-flex-order: 9; order: 9; }
  /* line 1146, ../sass/_flexbox.scss */
  [layout-align-md="center"], [layout-align-md="center center"], [layout-align-md="center start"], [layout-align-md="center end"] { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  /* line 1150, ../sass/_flexbox.scss */
  [layout-align-md="end"], [layout-align-md="end center"], [layout-align-md="end start"], [layout-align-md="end end"] { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  /* line 1154, ../sass/_flexbox.scss */
  [layout-align-md="space-around"], [layout-align-md="space-around center"], [layout-align-md="space-around start"], [layout-align-md="space-around end"] { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }
  /* line 1158, ../sass/_flexbox.scss */
  [layout-align-md="space-between"], [layout-align-md="space-between center"], [layout-align-md="space-between start"], [layout-align-md="space-between end"] { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  /* line 1162, ../sass/_flexbox.scss */
  [layout-align-md="center center"], [layout-align-md="start center"], [layout-align-md="end center"], [layout-align-md="space-between center"], [layout-align-md="space-around center"] { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  /* line 1166, ../sass/_flexbox.scss */
  [layout-align-md="center start"], [layout-align-md="start start"], [layout-align-md="end start"], [layout-align-md="space-between start"], [layout-align-md="space-around start"] { -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  /* line 1170, ../sass/_flexbox.scss */
  [layout-align-md="center end"], [layout-align-md="start end"], [layout-align-md="end end"], [layout-align-md="space-between end"], [layout-align-md="space-around end"] { -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  /* line 1174, ../sass/_flexbox.scss */
  [layout-md] { box-sizing: border-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }
  /* line 1180, ../sass/_flexbox.scss */
  [layout-md=column] { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  /* line 1184, ../sass/_flexbox.scss */
  [layout-md=row] { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
  /* line 1188, ../sass/_flexbox.scss */
  [offset-md="5"] { margin-left: 5%; }
  /* line 1190, ../sass/_flexbox.scss */
  [offset-md="10"] { margin-left: 10%; }
  /* line 1192, ../sass/_flexbox.scss */
  [offset-md="15"] { margin-left: 15%; }
  /* line 1194, ../sass/_flexbox.scss */
  [offset-md="20"] { margin-left: 20%; }
  /* line 1196, ../sass/_flexbox.scss */
  [offset-md="25"] { margin-left: 25%; }
  /* line 1198, ../sass/_flexbox.scss */
  [offset-md="30"] { margin-left: 30%; }
  /* line 1200, ../sass/_flexbox.scss */
  [offset-md="35"] { margin-left: 35%; }
  /* line 1202, ../sass/_flexbox.scss */
  [offset-md="40"] { margin-left: 40%; }
  /* line 1204, ../sass/_flexbox.scss */
  [offset-md="45"] { margin-left: 45%; }
  /* line 1206, ../sass/_flexbox.scss */
  [offset-md="50"] { margin-left: 50%; }
  /* line 1208, ../sass/_flexbox.scss */
  [offset-md="55"] { margin-left: 55%; }
  /* line 1210, ../sass/_flexbox.scss */
  [offset-md="60"] { margin-left: 60%; }
  /* line 1212, ../sass/_flexbox.scss */
  [offset-md="65"] { margin-left: 65%; }
  /* line 1214, ../sass/_flexbox.scss */
  [offset-md="70"] { margin-left: 70%; }
  /* line 1216, ../sass/_flexbox.scss */
  [offset-md="75"] { margin-left: 75%; }
  /* line 1218, ../sass/_flexbox.scss */
  [offset-md="80"] { margin-left: 80%; }
  /* line 1220, ../sass/_flexbox.scss */
  [offset-md="85"] { margin-left: 85%; }
  /* line 1222, ../sass/_flexbox.scss */
  [offset-md="90"] { margin-left: 90%; }
  /* line 1224, ../sass/_flexbox.scss */
  [offset-md="95"] { margin-left: 95%; }
  /* line 1226, ../sass/_flexbox.scss */
  [offset-md="33"], [offset-md="34"] { margin-left: 33.33%; }
  /* line 1228, ../sass/_flexbox.scss */
  [offset-md="66"], [offset-md="67"] { margin-left: 66.66%; }
  /* line 1230, ../sass/_flexbox.scss */
  [flex-md] { box-sizing: border-box; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
  /* line 1235, ../sass/_flexbox.scss */
  [flex-md="0"] { -webkit-flex: 0 0 0%; -ms-flex: 0 0 0%; flex: 0 0 0%; }
  /* line 1239, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="0"] { max-width: 0%; }
  /* line 1241, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="0"] { max-height: 0%; }
  /* line 1243, ../sass/_flexbox.scss */
  [flex-md="5"] { -webkit-flex: 0 0 5%; -ms-flex: 0 0 5%; flex: 0 0 5%; }
  /* line 1247, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="5"] { max-width: 5%; }
  /* line 1249, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="5"] { max-height: 5%; }
  /* line 1251, ../sass/_flexbox.scss */
  [flex-md="10"] { -webkit-flex: 0 0 10%; -ms-flex: 0 0 10%; flex: 0 0 10%; }
  /* line 1255, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="10"] { max-width: 10%; }
  /* line 1257, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="10"] { max-height: 10%; }
  /* line 1259, ../sass/_flexbox.scss */
  [flex-md="15"] { -webkit-flex: 0 0 15%; -ms-flex: 0 0 15%; flex: 0 0 15%; }
  /* line 1263, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="15"] { max-width: 15%; }
  /* line 1265, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="15"] { max-height: 15%; }
  /* line 1267, ../sass/_flexbox.scss */
  [flex-md="20"] { -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; }
  /* line 1271, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="20"] { max-width: 20%; }
  /* line 1273, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="20"] { max-height: 20%; }
  /* line 1275, ../sass/_flexbox.scss */
  [flex-md="25"] { -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; }
  /* line 1279, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="25"] { max-width: 25%; }
  /* line 1281, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="25"] { max-height: 25%; }
  /* line 1283, ../sass/_flexbox.scss */
  [flex-md="30"] { -webkit-flex: 0 0 30%; -ms-flex: 0 0 30%; flex: 0 0 30%; }
  /* line 1287, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="30"] { max-width: 30%; }
  /* line 1289, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="30"] { max-height: 30%; }
  /* line 1291, ../sass/_flexbox.scss */
  [flex-md="35"] { -webkit-flex: 0 0 35%; -ms-flex: 0 0 35%; flex: 0 0 35%; }
  /* line 1295, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="35"] { max-width: 35%; }
  /* line 1297, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="35"] { max-height: 35%; }
  /* line 1299, ../sass/_flexbox.scss */
  [flex-md="40"] { -webkit-flex: 0 0 40%; -ms-flex: 0 0 40%; flex: 0 0 40%; }
  /* line 1303, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="40"] { max-width: 40%; }
  /* line 1305, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="40"] { max-height: 40%; }
  /* line 1307, ../sass/_flexbox.scss */
  [flex-md="45"] { -webkit-flex: 0 0 45%; -ms-flex: 0 0 45%; flex: 0 0 45%; }
  /* line 1311, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="45"] { max-width: 45%; }
  /* line 1313, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="45"] { max-height: 45%; }
  /* line 1315, ../sass/_flexbox.scss */
  [flex-md="50"] { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; }
  /* line 1319, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="50"] { max-width: 50%; }
  /* line 1321, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="50"] { max-height: 50%; }
  /* line 1323, ../sass/_flexbox.scss */
  [flex-md="55"] { -webkit-flex: 0 0 55%; -ms-flex: 0 0 55%; flex: 0 0 55%; }
  /* line 1327, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="55"] { max-width: 55%; }
  /* line 1329, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="55"] { max-height: 55%; }
  /* line 1331, ../sass/_flexbox.scss */
  [flex-md="60"] { -webkit-flex: 0 0 60%; -ms-flex: 0 0 60%; flex: 0 0 60%; }
  /* line 1335, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="60"] { max-width: 60%; }
  /* line 1337, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="60"] { max-height: 60%; }
  /* line 1339, ../sass/_flexbox.scss */
  [flex-md="65"] { -webkit-flex: 0 0 65%; -ms-flex: 0 0 65%; flex: 0 0 65%; }
  /* line 1343, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="65"] { max-width: 65%; }
  /* line 1345, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="65"] { max-height: 65%; }
  /* line 1347, ../sass/_flexbox.scss */
  [flex-md="70"] { -webkit-flex: 0 0 70%; -ms-flex: 0 0 70%; flex: 0 0 70%; }
  /* line 1351, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="70"] { max-width: 70%; }
  /* line 1353, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="70"] { max-height: 70%; }
  /* line 1355, ../sass/_flexbox.scss */
  [flex-md="75"] { -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; }
  /* line 1359, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="75"] { max-width: 75%; }
  /* line 1361, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="75"] { max-height: 75%; }
  /* line 1363, ../sass/_flexbox.scss */
  [flex-md="80"] { -webkit-flex: 0 0 80%; -ms-flex: 0 0 80%; flex: 0 0 80%; }
  /* line 1367, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="80"] { max-width: 80%; }
  /* line 1369, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="80"] { max-height: 80%; }
  /* line 1371, ../sass/_flexbox.scss */
  [flex-md="85"] { -webkit-flex: 0 0 85%; -ms-flex: 0 0 85%; flex: 0 0 85%; }
  /* line 1375, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="85"] { max-width: 85%; }
  /* line 1377, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="85"] { max-height: 85%; }
  /* line 1379, ../sass/_flexbox.scss */
  [flex-md="90"] { -webkit-flex: 0 0 90%; -ms-flex: 0 0 90%; flex: 0 0 90%; }
  /* line 1383, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="90"] { max-width: 90%; }
  /* line 1385, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="90"] { max-height: 90%; }
  /* line 1387, ../sass/_flexbox.scss */
  [flex-md="95"] { -webkit-flex: 0 0 95%; -ms-flex: 0 0 95%; flex: 0 0 95%; }
  /* line 1391, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="95"] { max-width: 95%; }
  /* line 1393, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="95"] { max-height: 95%; }
  /* line 1395, ../sass/_flexbox.scss */
  [flex-md="100"] { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }
  /* line 1399, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="100"] { max-width: 100%; }
  /* line 1401, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="100"] { max-height: 100%; }
  /* line 1403, ../sass/_flexbox.scss */
  [flex-md="33"], [flex-md="34"] { -webkit-flex: 0 0 33.33%; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; }
  /* line 1407, ../sass/_flexbox.scss */
  [flex-md="66"], [flex-md="67"] { -webkit-flex: 0 0 66.66%; -ms-flex: 0 0 66.66%; flex: 0 0 66.66%; }
  /* line 1411, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="34"] { max-width: 33.33%; }
  /* line 1413, ../sass/_flexbox.scss */
  [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="67"] { max-width: 66.66%; }
  /* line 1415, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="34"] { max-height: 33.33%; }
  /* line 1417, ../sass/_flexbox.scss */
  [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="67"] { max-height: 66.66%; } }
@media (min-width: 960px) { /* line 1421, ../sass/_flexbox.scss */
  [flex-order-gt-md="0"] { -webkit-order: 0; -ms-flex-order: 0; order: 0; }
  /* line 1425, ../sass/_flexbox.scss */
  [flex-order-gt-md="1"] { -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  /* line 1429, ../sass/_flexbox.scss */
  [flex-order-gt-md="2"] { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  /* line 1433, ../sass/_flexbox.scss */
  [flex-order-gt-md="3"] { -webkit-order: 3; -ms-flex-order: 3; order: 3; }
  /* line 1437, ../sass/_flexbox.scss */
  [flex-order-gt-md="4"] { -webkit-order: 4; -ms-flex-order: 4; order: 4; }
  /* line 1441, ../sass/_flexbox.scss */
  [flex-order-gt-md="5"] { -webkit-order: 5; -ms-flex-order: 5; order: 5; }
  /* line 1445, ../sass/_flexbox.scss */
  [flex-order-gt-md="6"] { -webkit-order: 6; -ms-flex-order: 6; order: 6; }
  /* line 1449, ../sass/_flexbox.scss */
  [flex-order-gt-md="7"] { -webkit-order: 7; -ms-flex-order: 7; order: 7; }
  /* line 1453, ../sass/_flexbox.scss */
  [flex-order-gt-md="8"] { -webkit-order: 8; -ms-flex-order: 8; order: 8; }
  /* line 1457, ../sass/_flexbox.scss */
  [flex-order-gt-md="9"] { -webkit-order: 9; -ms-flex-order: 9; order: 9; }
  /* line 1461, ../sass/_flexbox.scss */
  [layout-align-gt-md="center"], [layout-align-gt-md="center center"], [layout-align-gt-md="center start"], [layout-align-gt-md="center end"] { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  /* line 1465, ../sass/_flexbox.scss */
  [layout-align-gt-md="end"], [layout-align-gt-md="end center"], [layout-align-gt-md="end start"], [layout-align-gt-md="end end"] { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  /* line 1469, ../sass/_flexbox.scss */
  [layout-align-gt-md="space-around"], [layout-align-gt-md="space-around center"], [layout-align-gt-md="space-around start"], [layout-align-gt-md="space-around end"] { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }
  /* line 1473, ../sass/_flexbox.scss */
  [layout-align-gt-md="space-between"], [layout-align-gt-md="space-between center"], [layout-align-gt-md="space-between start"], [layout-align-gt-md="space-between end"] { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  /* line 1477, ../sass/_flexbox.scss */
  [layout-align-gt-md="center center"], [layout-align-gt-md="start center"], [layout-align-gt-md="end center"], [layout-align-gt-md="space-between center"], [layout-align-gt-md="space-around center"] { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  /* line 1481, ../sass/_flexbox.scss */
  [layout-align-gt-md="center start"], [layout-align-gt-md="start start"], [layout-align-gt-md="end start"], [layout-align-gt-md="space-between start"], [layout-align-gt-md="space-around start"] { -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  /* line 1485, ../sass/_flexbox.scss */
  [layout-align-gt-md="center end"], [layout-align-gt-md="start end"], [layout-align-gt-md="end end"], [layout-align-gt-md="space-between end"], [layout-align-gt-md="space-around end"] { -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  /* line 1489, ../sass/_flexbox.scss */
  [layout-gt-md] { box-sizing: border-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }
  /* line 1495, ../sass/_flexbox.scss */
  [layout-gt-md=column] { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  /* line 1499, ../sass/_flexbox.scss */
  [layout-gt-md=row] { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
  /* line 1503, ../sass/_flexbox.scss */
  [offset-gt-md="5"] { margin-left: 5%; }
  /* line 1505, ../sass/_flexbox.scss */
  [offset-gt-md="10"] { margin-left: 10%; }
  /* line 1507, ../sass/_flexbox.scss */
  [offset-gt-md="15"] { margin-left: 15%; }
  /* line 1509, ../sass/_flexbox.scss */
  [offset-gt-md="20"] { margin-left: 20%; }
  /* line 1511, ../sass/_flexbox.scss */
  [offset-gt-md="25"] { margin-left: 25%; }
  /* line 1513, ../sass/_flexbox.scss */
  [offset-gt-md="30"] { margin-left: 30%; }
  /* line 1515, ../sass/_flexbox.scss */
  [offset-gt-md="35"] { margin-left: 35%; }
  /* line 1517, ../sass/_flexbox.scss */
  [offset-gt-md="40"] { margin-left: 40%; }
  /* line 1519, ../sass/_flexbox.scss */
  [offset-gt-md="45"] { margin-left: 45%; }
  /* line 1521, ../sass/_flexbox.scss */
  [offset-gt-md="50"] { margin-left: 50%; }
  /* line 1523, ../sass/_flexbox.scss */
  [offset-gt-md="55"] { margin-left: 55%; }
  /* line 1525, ../sass/_flexbox.scss */
  [offset-gt-md="60"] { margin-left: 60%; }
  /* line 1527, ../sass/_flexbox.scss */
  [offset-gt-md="65"] { margin-left: 65%; }
  /* line 1529, ../sass/_flexbox.scss */
  [offset-gt-md="70"] { margin-left: 70%; }
  /* line 1531, ../sass/_flexbox.scss */
  [offset-gt-md="75"] { margin-left: 75%; }
  /* line 1533, ../sass/_flexbox.scss */
  [offset-gt-md="80"] { margin-left: 80%; }
  /* line 1535, ../sass/_flexbox.scss */
  [offset-gt-md="85"] { margin-left: 85%; }
  /* line 1537, ../sass/_flexbox.scss */
  [offset-gt-md="90"] { margin-left: 90%; }
  /* line 1539, ../sass/_flexbox.scss */
  [offset-gt-md="95"] { margin-left: 95%; }
  /* line 1541, ../sass/_flexbox.scss */
  [offset-gt-md="33"], [offset-gt-md="34"] { margin-left: 33.33%; }
  /* line 1543, ../sass/_flexbox.scss */
  [offset-gt-md="66"], [offset-gt-md="67"] { margin-left: 66.66%; }
  /* line 1545, ../sass/_flexbox.scss */
  [flex-gt-md] { box-sizing: border-box; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
  /* line 1550, ../sass/_flexbox.scss */
  [flex-gt-md="0"] { -webkit-flex: 0 0 0%; -ms-flex: 0 0 0%; flex: 0 0 0%; }
  /* line 1554, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="0"] { max-width: 0%; }
  /* line 1556, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="0"] { max-height: 0%; }
  /* line 1558, ../sass/_flexbox.scss */
  [flex-gt-md="5"] { -webkit-flex: 0 0 5%; -ms-flex: 0 0 5%; flex: 0 0 5%; }
  /* line 1562, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="5"] { max-width: 5%; }
  /* line 1564, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="5"] { max-height: 5%; }
  /* line 1566, ../sass/_flexbox.scss */
  [flex-gt-md="10"] { -webkit-flex: 0 0 10%; -ms-flex: 0 0 10%; flex: 0 0 10%; }
  /* line 1570, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="10"] { max-width: 10%; }
  /* line 1572, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="10"] { max-height: 10%; }
  /* line 1574, ../sass/_flexbox.scss */
  [flex-gt-md="15"] { -webkit-flex: 0 0 15%; -ms-flex: 0 0 15%; flex: 0 0 15%; }
  /* line 1578, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="15"] { max-width: 15%; }
  /* line 1580, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="15"] { max-height: 15%; }
  /* line 1582, ../sass/_flexbox.scss */
  [flex-gt-md="20"] { -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; }
  /* line 1586, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="20"] { max-width: 20%; }
  /* line 1588, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="20"] { max-height: 20%; }
  /* line 1590, ../sass/_flexbox.scss */
  [flex-gt-md="25"] { -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; }
  /* line 1594, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="25"] { max-width: 25%; }
  /* line 1596, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="25"] { max-height: 25%; }
  /* line 1598, ../sass/_flexbox.scss */
  [flex-gt-md="30"] { -webkit-flex: 0 0 30%; -ms-flex: 0 0 30%; flex: 0 0 30%; }
  /* line 1602, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="30"] { max-width: 30%; }
  /* line 1604, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="30"] { max-height: 30%; }
  /* line 1606, ../sass/_flexbox.scss */
  [flex-gt-md="35"] { -webkit-flex: 0 0 35%; -ms-flex: 0 0 35%; flex: 0 0 35%; }
  /* line 1610, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="35"] { max-width: 35%; }
  /* line 1612, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="35"] { max-height: 35%; }
  /* line 1614, ../sass/_flexbox.scss */
  [flex-gt-md="40"] { -webkit-flex: 0 0 40%; -ms-flex: 0 0 40%; flex: 0 0 40%; }
  /* line 1618, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="40"] { max-width: 40%; }
  /* line 1620, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="40"] { max-height: 40%; }
  /* line 1622, ../sass/_flexbox.scss */
  [flex-gt-md="45"] { -webkit-flex: 0 0 45%; -ms-flex: 0 0 45%; flex: 0 0 45%; }
  /* line 1626, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="45"] { max-width: 45%; }
  /* line 1628, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="45"] { max-height: 45%; }
  /* line 1630, ../sass/_flexbox.scss */
  [flex-gt-md="50"] { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; }
  /* line 1634, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="50"] { max-width: 50%; }
  /* line 1636, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="50"] { max-height: 50%; }
  /* line 1638, ../sass/_flexbox.scss */
  [flex-gt-md="55"] { -webkit-flex: 0 0 55%; -ms-flex: 0 0 55%; flex: 0 0 55%; }
  /* line 1642, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="55"] { max-width: 55%; }
  /* line 1644, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="55"] { max-height: 55%; }
  /* line 1646, ../sass/_flexbox.scss */
  [flex-gt-md="60"] { -webkit-flex: 0 0 60%; -ms-flex: 0 0 60%; flex: 0 0 60%; }
  /* line 1650, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="60"] { max-width: 60%; }
  /* line 1652, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="60"] { max-height: 60%; }
  /* line 1654, ../sass/_flexbox.scss */
  [flex-gt-md="65"] { -webkit-flex: 0 0 65%; -ms-flex: 0 0 65%; flex: 0 0 65%; }
  /* line 1658, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="65"] { max-width: 65%; }
  /* line 1660, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="65"] { max-height: 65%; }
  /* line 1662, ../sass/_flexbox.scss */
  [flex-gt-md="70"] { -webkit-flex: 0 0 70%; -ms-flex: 0 0 70%; flex: 0 0 70%; }
  /* line 1666, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="70"] { max-width: 70%; }
  /* line 1668, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="70"] { max-height: 70%; }
  /* line 1670, ../sass/_flexbox.scss */
  [flex-gt-md="75"] { -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; }
  /* line 1674, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="75"] { max-width: 75%; }
  /* line 1676, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="75"] { max-height: 75%; }
  /* line 1678, ../sass/_flexbox.scss */
  [flex-gt-md="80"] { -webkit-flex: 0 0 80%; -ms-flex: 0 0 80%; flex: 0 0 80%; }
  /* line 1682, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="80"] { max-width: 80%; }
  /* line 1684, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="80"] { max-height: 80%; }
  /* line 1686, ../sass/_flexbox.scss */
  [flex-gt-md="85"] { -webkit-flex: 0 0 85%; -ms-flex: 0 0 85%; flex: 0 0 85%; }
  /* line 1690, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="85"] { max-width: 85%; }
  /* line 1692, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="85"] { max-height: 85%; }
  /* line 1694, ../sass/_flexbox.scss */
  [flex-gt-md="90"] { -webkit-flex: 0 0 90%; -ms-flex: 0 0 90%; flex: 0 0 90%; }
  /* line 1698, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="90"] { max-width: 90%; }
  /* line 1700, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="90"] { max-height: 90%; }
  /* line 1702, ../sass/_flexbox.scss */
  [flex-gt-md="95"] { -webkit-flex: 0 0 95%; -ms-flex: 0 0 95%; flex: 0 0 95%; }
  /* line 1706, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="95"] { max-width: 95%; }
  /* line 1708, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="95"] { max-height: 95%; }
  /* line 1710, ../sass/_flexbox.scss */
  [flex-gt-md="100"] { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }
  /* line 1714, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="100"] { max-width: 100%; }
  /* line 1716, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="100"] { max-height: 100%; }
  /* line 1718, ../sass/_flexbox.scss */
  [flex-gt-md="33"], [flex-gt-md="34"] { -webkit-flex: 0 0 33.33%; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; }
  /* line 1722, ../sass/_flexbox.scss */
  [flex-gt-md="66"], [flex-gt-md="67"] { -webkit-flex: 0 0 66.66%; -ms-flex: 0 0 66.66%; flex: 0 0 66.66%; }
  /* line 1726, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="34"] { max-width: 33.33%; }
  /* line 1728, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="67"] { max-width: 66.66%; }
  /* line 1730, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="34"] { max-height: 33.33%; }
  /* line 1732, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="67"] { max-height: 66.66%; } }
@media (min-width: 960px) and (max-width: 1199px) { /* line 1736, ../sass/_flexbox.scss */
  [hide]:not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-sm]:not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-md]:not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]) { display: none; }
  /* line 1738, ../sass/_flexbox.scss */
  [hide-lg]:not([show-lg]):not([show]) { display: none; }
  /* line 1740, ../sass/_flexbox.scss */
  [flex-order-lg="0"] { -webkit-order: 0; -ms-flex-order: 0; order: 0; }
  /* line 1744, ../sass/_flexbox.scss */
  [flex-order-lg="1"] { -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  /* line 1748, ../sass/_flexbox.scss */
  [flex-order-lg="2"] { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  /* line 1752, ../sass/_flexbox.scss */
  [flex-order-lg="3"] { -webkit-order: 3; -ms-flex-order: 3; order: 3; }
  /* line 1756, ../sass/_flexbox.scss */
  [flex-order-lg="4"] { -webkit-order: 4; -ms-flex-order: 4; order: 4; }
  /* line 1760, ../sass/_flexbox.scss */
  [flex-order-lg="5"] { -webkit-order: 5; -ms-flex-order: 5; order: 5; }
  /* line 1764, ../sass/_flexbox.scss */
  [flex-order-lg="6"] { -webkit-order: 6; -ms-flex-order: 6; order: 6; }
  /* line 1768, ../sass/_flexbox.scss */
  [flex-order-lg="7"] { -webkit-order: 7; -ms-flex-order: 7; order: 7; }
  /* line 1772, ../sass/_flexbox.scss */
  [flex-order-lg="8"] { -webkit-order: 8; -ms-flex-order: 8; order: 8; }
  /* line 1776, ../sass/_flexbox.scss */
  [flex-order-lg="9"] { -webkit-order: 9; -ms-flex-order: 9; order: 9; }
  /* line 1780, ../sass/_flexbox.scss */
  [layout-align-lg="center"], [layout-align-lg="center center"], [layout-align-lg="center start"], [layout-align-lg="center end"] { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  /* line 1784, ../sass/_flexbox.scss */
  [layout-align-lg="end"], [layout-align-lg="end center"], [layout-align-lg="end start"], [layout-align-lg="end end"] { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  /* line 1788, ../sass/_flexbox.scss */
  [layout-align-lg="space-around"], [layout-align-lg="space-around center"], [layout-align-lg="space-around start"], [layout-align-lg="space-around end"] { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }
  /* line 1792, ../sass/_flexbox.scss */
  [layout-align-lg="space-between"], [layout-align-lg="space-between center"], [layout-align-lg="space-between start"], [layout-align-lg="space-between end"] { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  /* line 1796, ../sass/_flexbox.scss */
  [layout-align-lg="center center"], [layout-align-lg="start center"], [layout-align-lg="end center"], [layout-align-lg="space-between center"], [layout-align-lg="space-around center"] { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  /* line 1800, ../sass/_flexbox.scss */
  [layout-align-lg="center start"], [layout-align-lg="start start"], [layout-align-lg="end start"], [layout-align-lg="space-between start"], [layout-align-lg="space-around start"] { -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  /* line 1804, ../sass/_flexbox.scss */
  [layout-align-lg="center end"], [layout-align-lg="start end"], [layout-align-lg="end end"], [layout-align-lg="space-between end"], [layout-align-lg="space-around end"] { -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  /* line 1808, ../sass/_flexbox.scss */
  [layout-lg] { box-sizing: border-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }
  /* line 1814, ../sass/_flexbox.scss */
  [layout-lg=column] { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  /* line 1818, ../sass/_flexbox.scss */
  [layout-lg=row] { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
  /* line 1822, ../sass/_flexbox.scss */
  [offset-lg="5"] { margin-left: 5%; }
  /* line 1824, ../sass/_flexbox.scss */
  [offset-lg="10"] { margin-left: 10%; }
  /* line 1826, ../sass/_flexbox.scss */
  [offset-lg="15"] { margin-left: 15%; }
  /* line 1828, ../sass/_flexbox.scss */
  [offset-lg="20"] { margin-left: 20%; }
  /* line 1830, ../sass/_flexbox.scss */
  [offset-lg="25"] { margin-left: 25%; }
  /* line 1832, ../sass/_flexbox.scss */
  [offset-lg="30"] { margin-left: 30%; }
  /* line 1834, ../sass/_flexbox.scss */
  [offset-lg="35"] { margin-left: 35%; }
  /* line 1836, ../sass/_flexbox.scss */
  [offset-lg="40"] { margin-left: 40%; }
  /* line 1838, ../sass/_flexbox.scss */
  [offset-lg="45"] { margin-left: 45%; }
  /* line 1840, ../sass/_flexbox.scss */
  [offset-lg="50"] { margin-left: 50%; }
  /* line 1842, ../sass/_flexbox.scss */
  [offset-lg="55"] { margin-left: 55%; }
  /* line 1844, ../sass/_flexbox.scss */
  [offset-lg="60"] { margin-left: 60%; }
  /* line 1846, ../sass/_flexbox.scss */
  [offset-lg="65"] { margin-left: 65%; }
  /* line 1848, ../sass/_flexbox.scss */
  [offset-lg="70"] { margin-left: 70%; }
  /* line 1850, ../sass/_flexbox.scss */
  [offset-lg="75"] { margin-left: 75%; }
  /* line 1852, ../sass/_flexbox.scss */
  [offset-lg="80"] { margin-left: 80%; }
  /* line 1854, ../sass/_flexbox.scss */
  [offset-lg="85"] { margin-left: 85%; }
  /* line 1856, ../sass/_flexbox.scss */
  [offset-lg="90"] { margin-left: 90%; }
  /* line 1858, ../sass/_flexbox.scss */
  [offset-lg="95"] { margin-left: 95%; }
  /* line 1860, ../sass/_flexbox.scss */
  [offset-lg="33"], [offset-lg="34"] { margin-left: 33.33%; }
  /* line 1862, ../sass/_flexbox.scss */
  [offset-lg="66"], [offset-lg="67"] { margin-left: 66.66%; }
  /* line 1864, ../sass/_flexbox.scss */
  [flex-lg] { box-sizing: border-box; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
  /* line 1869, ../sass/_flexbox.scss */
  [flex-lg="0"] { -webkit-flex: 0 0 0%; -ms-flex: 0 0 0%; flex: 0 0 0%; }
  /* line 1873, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="0"] { max-width: 0%; }
  /* line 1875, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="0"] { max-height: 0%; }
  /* line 1877, ../sass/_flexbox.scss */
  [flex-lg="5"] { -webkit-flex: 0 0 5%; -ms-flex: 0 0 5%; flex: 0 0 5%; }
  /* line 1881, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="5"] { max-width: 5%; }
  /* line 1883, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="5"] { max-height: 5%; }
  /* line 1885, ../sass/_flexbox.scss */
  [flex-lg="10"] { -webkit-flex: 0 0 10%; -ms-flex: 0 0 10%; flex: 0 0 10%; }
  /* line 1889, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="10"] { max-width: 10%; }
  /* line 1891, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="10"] { max-height: 10%; }
  /* line 1893, ../sass/_flexbox.scss */
  [flex-lg="15"] { -webkit-flex: 0 0 15%; -ms-flex: 0 0 15%; flex: 0 0 15%; }
  /* line 1897, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="15"] { max-width: 15%; }
  /* line 1899, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="15"] { max-height: 15%; }
  /* line 1901, ../sass/_flexbox.scss */
  [flex-lg="20"] { -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; }
  /* line 1905, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="20"] { max-width: 20%; }
  /* line 1907, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="20"] { max-height: 20%; }
  /* line 1909, ../sass/_flexbox.scss */
  [flex-lg="25"] { -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; }
  /* line 1913, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="25"] { max-width: 25%; }
  /* line 1915, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="25"] { max-height: 25%; }
  /* line 1917, ../sass/_flexbox.scss */
  [flex-lg="30"] { -webkit-flex: 0 0 30%; -ms-flex: 0 0 30%; flex: 0 0 30%; }
  /* line 1921, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="30"] { max-width: 30%; }
  /* line 1923, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="30"] { max-height: 30%; }
  /* line 1925, ../sass/_flexbox.scss */
  [flex-lg="35"] { -webkit-flex: 0 0 35%; -ms-flex: 0 0 35%; flex: 0 0 35%; }
  /* line 1929, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="35"] { max-width: 35%; }
  /* line 1931, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="35"] { max-height: 35%; }
  /* line 1933, ../sass/_flexbox.scss */
  [flex-lg="40"] { -webkit-flex: 0 0 40%; -ms-flex: 0 0 40%; flex: 0 0 40%; }
  /* line 1937, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="40"] { max-width: 40%; }
  /* line 1939, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="40"] { max-height: 40%; }
  /* line 1941, ../sass/_flexbox.scss */
  [flex-lg="45"] { -webkit-flex: 0 0 45%; -ms-flex: 0 0 45%; flex: 0 0 45%; }
  /* line 1945, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="45"] { max-width: 45%; }
  /* line 1947, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="45"] { max-height: 45%; }
  /* line 1949, ../sass/_flexbox.scss */
  [flex-lg="50"] { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; }
  /* line 1953, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="50"] { max-width: 50%; }
  /* line 1955, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="50"] { max-height: 50%; }
  /* line 1957, ../sass/_flexbox.scss */
  [flex-lg="55"] { -webkit-flex: 0 0 55%; -ms-flex: 0 0 55%; flex: 0 0 55%; }
  /* line 1961, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="55"] { max-width: 55%; }
  /* line 1963, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="55"] { max-height: 55%; }
  /* line 1965, ../sass/_flexbox.scss */
  [flex-lg="60"] { -webkit-flex: 0 0 60%; -ms-flex: 0 0 60%; flex: 0 0 60%; }
  /* line 1969, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="60"] { max-width: 60%; }
  /* line 1971, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="60"] { max-height: 60%; }
  /* line 1973, ../sass/_flexbox.scss */
  [flex-lg="65"] { -webkit-flex: 0 0 65%; -ms-flex: 0 0 65%; flex: 0 0 65%; }
  /* line 1977, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="65"] { max-width: 65%; }
  /* line 1979, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="65"] { max-height: 65%; }
  /* line 1981, ../sass/_flexbox.scss */
  [flex-lg="70"] { -webkit-flex: 0 0 70%; -ms-flex: 0 0 70%; flex: 0 0 70%; }
  /* line 1985, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="70"] { max-width: 70%; }
  /* line 1987, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="70"] { max-height: 70%; }
  /* line 1989, ../sass/_flexbox.scss */
  [flex-lg="75"] { -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; }
  /* line 1993, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="75"] { max-width: 75%; }
  /* line 1995, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="75"] { max-height: 75%; }
  /* line 1997, ../sass/_flexbox.scss */
  [flex-lg="80"] { -webkit-flex: 0 0 80%; -ms-flex: 0 0 80%; flex: 0 0 80%; }
  /* line 2001, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="80"] { max-width: 80%; }
  /* line 2003, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="80"] { max-height: 80%; }
  /* line 2005, ../sass/_flexbox.scss */
  [flex-lg="85"] { -webkit-flex: 0 0 85%; -ms-flex: 0 0 85%; flex: 0 0 85%; }
  /* line 2009, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="85"] { max-width: 85%; }
  /* line 2011, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="85"] { max-height: 85%; }
  /* line 2013, ../sass/_flexbox.scss */
  [flex-lg="90"] { -webkit-flex: 0 0 90%; -ms-flex: 0 0 90%; flex: 0 0 90%; }
  /* line 2017, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="90"] { max-width: 90%; }
  /* line 2019, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="90"] { max-height: 90%; }
  /* line 2021, ../sass/_flexbox.scss */
  [flex-lg="95"] { -webkit-flex: 0 0 95%; -ms-flex: 0 0 95%; flex: 0 0 95%; }
  /* line 2025, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="95"] { max-width: 95%; }
  /* line 2027, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="95"] { max-height: 95%; }
  /* line 2029, ../sass/_flexbox.scss */
  [flex-lg="100"] { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }
  /* line 2033, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="100"] { max-width: 100%; }
  /* line 2035, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="100"] { max-height: 100%; }
  /* line 2037, ../sass/_flexbox.scss */
  [flex-lg="33"], [flex-lg="34"] { -webkit-flex: 0 0 33.33%; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; }
  /* line 2041, ../sass/_flexbox.scss */
  [flex-lg="66"], [flex-lg="67"] { -webkit-flex: 0 0 66.66%; -ms-flex: 0 0 66.66%; flex: 0 0 66.66%; }
  /* line 2045, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="34"] { max-width: 33.33%; }
  /* line 2047, ../sass/_flexbox.scss */
  [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="67"] { max-width: 66.66%; }
  /* line 2049, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="34"] { max-height: 33.33%; }
  /* line 2051, ../sass/_flexbox.scss */
  [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="67"] { max-height: 66.66%; } }
@media (min-width: 1200px) { /* line 2055, ../sass/_flexbox.scss */
  [hide-gt-sm]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]), [hide-gt-md]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]), [hide-gt-lg]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]), [hide]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]) { display: none; }
  /* line 2057, ../sass/_flexbox.scss */
  [flex-order-gt-lg="0"] { -webkit-order: 0; -ms-flex-order: 0; order: 0; }
  /* line 2061, ../sass/_flexbox.scss */
  [flex-order-gt-lg="1"] { -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  /* line 2065, ../sass/_flexbox.scss */
  [flex-order-gt-lg="2"] { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  /* line 2069, ../sass/_flexbox.scss */
  [flex-order-gt-lg="3"] { -webkit-order: 3; -ms-flex-order: 3; order: 3; }
  /* line 2073, ../sass/_flexbox.scss */
  [flex-order-gt-lg="4"] { -webkit-order: 4; -ms-flex-order: 4; order: 4; }
  /* line 2077, ../sass/_flexbox.scss */
  [flex-order-gt-lg="5"] { -webkit-order: 5; -ms-flex-order: 5; order: 5; }
  /* line 2081, ../sass/_flexbox.scss */
  [flex-order-gt-lg="6"] { -webkit-order: 6; -ms-flex-order: 6; order: 6; }
  /* line 2085, ../sass/_flexbox.scss */
  [flex-order-gt-lg="7"] { -webkit-order: 7; -ms-flex-order: 7; order: 7; }
  /* line 2089, ../sass/_flexbox.scss */
  [flex-order-gt-lg="8"] { -webkit-order: 8; -ms-flex-order: 8; order: 8; }
  /* line 2093, ../sass/_flexbox.scss */
  [flex-order-gt-lg="9"] { -webkit-order: 9; -ms-flex-order: 9; order: 9; }
  /* line 2097, ../sass/_flexbox.scss */
  [layout-align-gt-lg="center"], [layout-align-gt-lg="center center"], [layout-align-gt-lg="center start"], [layout-align-gt-lg="center end"] { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  /* line 2101, ../sass/_flexbox.scss */
  [layout-align-gt-lg="end"], [layout-align-gt-lg="end center"], [layout-align-gt-lg="end start"], [layout-align-gt-lg="end end"] { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  /* line 2105, ../sass/_flexbox.scss */
  [layout-align-gt-lg="space-around"], [layout-align-gt-lg="space-around center"], [layout-align-gt-lg="space-around start"], [layout-align-gt-lg="space-around end"] { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }
  /* line 2109, ../sass/_flexbox.scss */
  [layout-align-gt-lg="space-between"], [layout-align-gt-lg="space-between center"], [layout-align-gt-lg="space-between start"], [layout-align-gt-lg="space-between end"] { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  /* line 2113, ../sass/_flexbox.scss */
  [layout-align-gt-lg="center center"], [layout-align-gt-lg="start center"], [layout-align-gt-lg="end center"], [layout-align-gt-lg="space-between center"], [layout-align-gt-lg="space-around center"] { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  /* line 2117, ../sass/_flexbox.scss */
  [layout-align-gt-lg="center start"], [layout-align-gt-lg="start start"], [layout-align-gt-lg="end start"], [layout-align-gt-lg="space-between start"], [layout-align-gt-lg="space-around start"] { -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  /* line 2121, ../sass/_flexbox.scss */
  [layout-align-gt-lg="center end"], [layout-align-gt-lg="start end"], [layout-align-gt-lg="end end"], [layout-align-gt-lg="space-between end"], [layout-align-gt-lg="space-around end"] { -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  /* line 2125, ../sass/_flexbox.scss */
  [layout-gt-lg] { box-sizing: border-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }
  /* line 2131, ../sass/_flexbox.scss */
  [layout-gt-lg=column] { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  /* line 2135, ../sass/_flexbox.scss */
  [layout-gt-lg=row] { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
  /* line 2139, ../sass/_flexbox.scss */
  [offset-gt-lg="5"] { margin-left: 5%; }
  /* line 2141, ../sass/_flexbox.scss */
  [offset-gt-lg="10"] { margin-left: 10%; }
  /* line 2143, ../sass/_flexbox.scss */
  [offset-gt-lg="15"] { margin-left: 15%; }
  /* line 2145, ../sass/_flexbox.scss */
  [offset-gt-lg="20"] { margin-left: 20%; }
  /* line 2147, ../sass/_flexbox.scss */
  [offset-gt-lg="25"] { margin-left: 25%; }
  /* line 2149, ../sass/_flexbox.scss */
  [offset-gt-lg="30"] { margin-left: 30%; }
  /* line 2151, ../sass/_flexbox.scss */
  [offset-gt-lg="35"] { margin-left: 35%; }
  /* line 2153, ../sass/_flexbox.scss */
  [offset-gt-lg="40"] { margin-left: 40%; }
  /* line 2155, ../sass/_flexbox.scss */
  [offset-gt-lg="45"] { margin-left: 45%; }
  /* line 2157, ../sass/_flexbox.scss */
  [offset-gt-lg="50"] { margin-left: 50%; }
  /* line 2159, ../sass/_flexbox.scss */
  [offset-gt-lg="55"] { margin-left: 55%; }
  /* line 2161, ../sass/_flexbox.scss */
  [offset-gt-lg="60"] { margin-left: 60%; }
  /* line 2163, ../sass/_flexbox.scss */
  [offset-gt-lg="65"] { margin-left: 65%; }
  /* line 2165, ../sass/_flexbox.scss */
  [offset-gt-lg="70"] { margin-left: 70%; }
  /* line 2167, ../sass/_flexbox.scss */
  [offset-gt-lg="75"] { margin-left: 75%; }
  /* line 2169, ../sass/_flexbox.scss */
  [offset-gt-lg="80"] { margin-left: 80%; }
  /* line 2171, ../sass/_flexbox.scss */
  [offset-gt-lg="85"] { margin-left: 85%; }
  /* line 2173, ../sass/_flexbox.scss */
  [offset-gt-lg="90"] { margin-left: 90%; }
  /* line 2175, ../sass/_flexbox.scss */
  [offset-gt-lg="95"] { margin-left: 95%; }
  /* line 2177, ../sass/_flexbox.scss */
  [offset-gt-lg="33"], [offset-gt-lg="34"] { margin-left: 33.33%; }
  /* line 2179, ../sass/_flexbox.scss */
  [offset-gt-lg="66"], [offset-gt-lg="67"] { margin-left: 66.66%; }
  /* line 2181, ../sass/_flexbox.scss */
  [flex-gt-lg] { box-sizing: border-box; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
  /* line 2186, ../sass/_flexbox.scss */
  [flex-gt-lg="0"] { -webkit-flex: 0 0 0%; -ms-flex: 0 0 0%; flex: 0 0 0%; }
  /* line 2190, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="0"] { max-width: 0%; }
  /* line 2192, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="0"] { max-height: 0%; }
  /* line 2194, ../sass/_flexbox.scss */
  [flex-gt-lg="5"] { -webkit-flex: 0 0 5%; -ms-flex: 0 0 5%; flex: 0 0 5%; }
  /* line 2198, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="5"] { max-width: 5%; }
  /* line 2200, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="5"] { max-height: 5%; }
  /* line 2202, ../sass/_flexbox.scss */
  [flex-gt-lg="10"] { -webkit-flex: 0 0 10%; -ms-flex: 0 0 10%; flex: 0 0 10%; }
  /* line 2206, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="10"] { max-width: 10%; }
  /* line 2208, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="10"] { max-height: 10%; }
  /* line 2210, ../sass/_flexbox.scss */
  [flex-gt-lg="15"] { -webkit-flex: 0 0 15%; -ms-flex: 0 0 15%; flex: 0 0 15%; }
  /* line 2214, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="15"] { max-width: 15%; }
  /* line 2216, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="15"] { max-height: 15%; }
  /* line 2218, ../sass/_flexbox.scss */
  [flex-gt-lg="20"] { -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; }
  /* line 2222, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="20"] { max-width: 20%; }
  /* line 2224, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="20"] { max-height: 20%; }
  /* line 2226, ../sass/_flexbox.scss */
  [flex-gt-lg="25"] { -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; }
  /* line 2230, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="25"] { max-width: 25%; }
  /* line 2232, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="25"] { max-height: 25%; }
  /* line 2234, ../sass/_flexbox.scss */
  [flex-gt-lg="30"] { -webkit-flex: 0 0 30%; -ms-flex: 0 0 30%; flex: 0 0 30%; }
  /* line 2238, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="30"] { max-width: 30%; }
  /* line 2240, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="30"] { max-height: 30%; }
  /* line 2242, ../sass/_flexbox.scss */
  [flex-gt-lg="35"] { -webkit-flex: 0 0 35%; -ms-flex: 0 0 35%; flex: 0 0 35%; }
  /* line 2246, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="35"] { max-width: 35%; }
  /* line 2248, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="35"] { max-height: 35%; }
  /* line 2250, ../sass/_flexbox.scss */
  [flex-gt-lg="40"] { -webkit-flex: 0 0 40%; -ms-flex: 0 0 40%; flex: 0 0 40%; }
  /* line 2254, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="40"] { max-width: 40%; }
  /* line 2256, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="40"] { max-height: 40%; }
  /* line 2258, ../sass/_flexbox.scss */
  [flex-gt-lg="45"] { -webkit-flex: 0 0 45%; -ms-flex: 0 0 45%; flex: 0 0 45%; }
  /* line 2262, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="45"] { max-width: 45%; }
  /* line 2264, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="45"] { max-height: 45%; }
  /* line 2266, ../sass/_flexbox.scss */
  [flex-gt-lg="50"] { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; }
  /* line 2270, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="50"] { max-width: 50%; }
  /* line 2272, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="50"] { max-height: 50%; }
  /* line 2274, ../sass/_flexbox.scss */
  [flex-gt-lg="55"] { -webkit-flex: 0 0 55%; -ms-flex: 0 0 55%; flex: 0 0 55%; }
  /* line 2278, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="55"] { max-width: 55%; }
  /* line 2280, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="55"] { max-height: 55%; }
  /* line 2282, ../sass/_flexbox.scss */
  [flex-gt-lg="60"] { -webkit-flex: 0 0 60%; -ms-flex: 0 0 60%; flex: 0 0 60%; }
  /* line 2286, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="60"] { max-width: 60%; }
  /* line 2288, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="60"] { max-height: 60%; }
  /* line 2290, ../sass/_flexbox.scss */
  [flex-gt-lg="65"] { -webkit-flex: 0 0 65%; -ms-flex: 0 0 65%; flex: 0 0 65%; }
  /* line 2294, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="65"] { max-width: 65%; }
  /* line 2296, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="65"] { max-height: 65%; }
  /* line 2298, ../sass/_flexbox.scss */
  [flex-gt-lg="70"] { -webkit-flex: 0 0 70%; -ms-flex: 0 0 70%; flex: 0 0 70%; }
  /* line 2302, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="70"] { max-width: 70%; }
  /* line 2304, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="70"] { max-height: 70%; }
  /* line 2306, ../sass/_flexbox.scss */
  [flex-gt-lg="75"] { -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; }
  /* line 2310, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="75"] { max-width: 75%; }
  /* line 2312, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="75"] { max-height: 75%; }
  /* line 2314, ../sass/_flexbox.scss */
  [flex-gt-lg="80"] { -webkit-flex: 0 0 80%; -ms-flex: 0 0 80%; flex: 0 0 80%; }
  /* line 2318, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="80"] { max-width: 80%; }
  /* line 2320, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="80"] { max-height: 80%; }
  /* line 2322, ../sass/_flexbox.scss */
  [flex-gt-lg="85"] { -webkit-flex: 0 0 85%; -ms-flex: 0 0 85%; flex: 0 0 85%; }
  /* line 2326, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="85"] { max-width: 85%; }
  /* line 2328, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="85"] { max-height: 85%; }
  /* line 2330, ../sass/_flexbox.scss */
  [flex-gt-lg="90"] { -webkit-flex: 0 0 90%; -ms-flex: 0 0 90%; flex: 0 0 90%; }
  /* line 2334, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="90"] { max-width: 90%; }
  /* line 2336, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="90"] { max-height: 90%; }
  /* line 2338, ../sass/_flexbox.scss */
  [flex-gt-lg="95"] { -webkit-flex: 0 0 95%; -ms-flex: 0 0 95%; flex: 0 0 95%; }
  /* line 2342, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="95"] { max-width: 95%; }
  /* line 2344, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="95"] { max-height: 95%; }
  /* line 2346, ../sass/_flexbox.scss */
  [flex-gt-lg="100"] { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }
  /* line 2350, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="100"] { max-width: 100%; }
  /* line 2352, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="100"] { max-height: 100%; }
  /* line 2354, ../sass/_flexbox.scss */
  [flex-gt-lg="33"], [flex-gt-lg="34"] { -webkit-flex: 0 0 33.33%; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; }
  /* line 2358, ../sass/_flexbox.scss */
  [flex-gt-lg="66"], [flex-gt-lg="67"] { -webkit-flex: 0 0 66.66%; -ms-flex: 0 0 66.66%; flex: 0 0 66.66%; }
  /* line 2362, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="34"] { max-width: 33.33%; }
  /* line 2364, ../sass/_flexbox.scss */
  [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="67"] { max-width: 66.66%; }
  /* line 2366, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="34"] { max-height: 33.33%; }
  /* line 2368, ../sass/_flexbox.scss */
  [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="67"] { max-height: 66.66%; } }
/* line 2371, ../sass/_flexbox.scss */
.md-button { box-sizing: border-box; position: relative; outline: none; border: 0; display: inline-block; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 0px 0px 0px 8px; min-height: 36px; white-space: nowrap; min-width: 88px; text-align: center; text-transform: uppercase; font-weight: 500; font-size: 14px; font-style: inherit; font-variant: inherit; font-family: inherit; text-decoration: none; cursor: pointer; overflow: hidden; transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

/* line 2395, ../sass/_flexbox.scss */
.md-button *, .md-button *:before, .md-button *:after { box-sizing: border-box; }

/* line 2397, ../sass/_flexbox.scss */
.md-button:focus { outline: none; }

/*  input[type=checkbox] { opacity: 0; float:left;
}

input[type=checkbox] + label { margin: 0 0 0 20px; position: relative; cursor: pointer; font-size: 16px; font-family: monospace; float: left;
}

input[type=checkbox] + label ~ label { margin: 0 0 0 40px;
}

input[type=checkbox] + label::before { content: ' '; position: absolute; left: -35px; top: -3px; width: 25px; height: 25px; display: block; background: white; border: 1px solid #A9A9A9;
}

input[type=checkbox] + label::after { content: ' '; position: absolute; left: -35px; top: -3px; width: 23px; height: 23px; display: block; z-index: 1; background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjE4MS4yIDI3MyAxNyAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAxODEuMiAyNzMgMTcgMTYiPjxwYXRoIGQ9Ik0tMzA2LjMgNTEuMmwtMTEzLTExM2MtOC42LTguNi0yNC04LjYtMzQuMyAwbC01MDYuOSA1MDYuOS0yMTIuNC0yMTIuNGMtOC42LTguNi0yNC04LjYtMzQuMyAwbC0xMTMgMTEzYy04LjYgOC42LTguNiAyNCAwIDM0LjNsMjMxLjIgMjMxLjIgMTEzIDExM2M4LjYgOC42IDI0IDguNiAzNC4zIDBsMTEzLTExMyA1MjQtNTI0YzctMTAuMyA3LTI1LjctMS42LTM2eiIvPjxwYXRoIGZpbGw9IiMzNzM3MzciIGQ9Ik0xOTcuNiAyNzcuMmwtMS42LTEuNmMtLjEtLjEtLjMtLjEtLjUgMGwtNy40IDcuNC0zLjEtMy4xYy0uMS0uMS0uMy0uMS0uNSAwbC0xLjYgMS42Yy0uMS4xLS4xLjMgMCAuNWwzLjMgMy4zIDEuNiAxLjZjLjEuMS4zLjEuNSAwbDEuNi0xLjYgNy42LTcuNmMuMy0uMS4zLS4zLjEtLjV6Ii8+PHBhdGggZD0iTTExODcuMSAxNDMuN2wtNTYuNS01Ni41Yy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTI1My41IDI1My41LTEwNi4yLTEwNi4yYy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTU2LjUgNTYuNWMtNS4xIDUuMS01LjEgMTIgMCAxNy4xbDExNC43IDExNC43IDU2LjUgNTYuNWM1LjEgNS4xIDEyIDUuMSAxNy4xIDBsNTYuNS01Ni41IDI2Mi0yNjJjNS4yLTMuNCA1LjItMTIgLjEtMTcuMXpNMTYzNC4xIDE2OS40bC0zNy43LTM3LjdjLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0xNjkuNSAxNjkuNS03MC4yLTcxLjljLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0zNy43IDM3LjdjLTMuNCAzLjQtMy40IDguNiAwIDEybDc3LjEgNzcuMSAzNy43IDM3LjdjMy40IDMuNCA4LjYgMy40IDEyIDBsMzcuNy0zNy43IDE3NC43LTE3Ni40YzEuNi0xLjcgMS42LTYuOS0uMS0xMC4zeiIvPjwvc3ZnPg==') no-repeat center center; -ms-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .3s ease; -ms-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); opacity: 0;
}

input[type=checkbox]:checked + label::after { -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); opacity: 1;
}*/
@-moz-keyframes three-quarters-loader { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes three-quarters-loader { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes three-quarters-loader { 0% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
/* line 36, ../sass/_loader.scss */
.loader { position: absolute; background-color: rgba(0, 0, 0, 0.3); height: 100%; width: 100%; text-align: center; left: 0px; top: 0px; border-radius: inherit; cursor: wait; display: none; z-index: 999; }

/* line 50, ../sass/_loader.scss */
.loader:after { height: 50px; width: 50px; border: 2px solid #ffffff; border-right-color: transparent; box-sizing: border-box; display: inline-block; content: ""; border-radius: 50px; position: absolute; margin: auto; left: 0; top: 0; bottom: 0; right: 0; -moz-animation: three-quarters-loader 1250ms infinite linear; -webkit-animation: three-quarters-loader 1250ms infinite linear; animation: three-quarters-loader 1250ms infinite linear; }

/* line 69, ../sass/_loader.scss */
.loader.active { display: block; }

/* line 1, ../../app/shared/side-nav/_side-nav.directive.scss */
.left-aside { position: fixed; top: 66px; left: 0px; width: 200px; bottom: 0px; background-color: #24272E; overflow: auto; border-collapse: collapse; }

/* line 14, ../../app/shared/side-nav/_side-nav.directive.scss */
.left-nav { padding: 20px 0px; border-bottom: 1px solid #14171E; }

/* line 19, ../../app/shared/side-nav/_side-nav.directive.scss */
.left-aside + .right-wrapper { margin-left: 200px; }

/* line 23, ../../app/shared/side-nav/_side-nav.directive.scss */
.left-nav ul { margin-bottom: 0px; }

/* line 29, ../../app/shared/side-nav/_side-nav.directive.scss */
.left-nav > ul > li { margin-bottom: 15px; }
/* line 31, ../../app/shared/side-nav/_side-nav.directive.scss */
.left-nav > ul > li:last-child { margin-bottom: 0px; }
/* line 34, ../../app/shared/side-nav/_side-nav.directive.scss */
.left-nav > ul > li > a { display: block; padding: 10px 30px; position: relative; text-transform: uppercase; color: #B1B2B0; }
/* line 42, ../../app/shared/side-nav/_side-nav.directive.scss */
.left-nav > ul > li > a.icon-left:before { margin-right: 15px; }
/* line 46, ../../app/shared/side-nav/_side-nav.directive.scss */
.left-nav > ul > li.active > a { background-color: #222328; }
/* line 47, ../../app/shared/side-nav/_side-nav.directive.scss */
.left-nav > ul > li.active > a:after { left: 0px; content: ""; display: block; height: 100%; top: 0; bottom: 0; margin: auto; position: absolute; width: 4px; background: #f64f24; }
/* line 62, ../../app/shared/side-nav/_side-nav.directive.scss */
.left-nav > ul > li ul { padding: 6px 0px; }
/* line 65, ../../app/shared/side-nav/_side-nav.directive.scss */
.left-nav > ul > li ul li a { display: block; padding: 6px 12px 6px 62px; color: #B1B2B0; }
/* line 72, ../../app/shared/side-nav/_side-nav.directive.scss */
.left-nav > ul > li ul li.active a { color: #f64f24; }

/* line 15, ../sass/base.scss */
body { background-color: #F6F6F6; font-family: 'ProximaNova'; color: #525252; font-size: 14px; outline: none; }

/* line 23, ../sass/base.scss */
.hide { display: none; }

/* line 35, ../sass/base.scss */
.hide, .hidden { display: none; }

/******************************* Reset
*******************************/
/* Border-Box */
/* line 42, ../sass/base.scss */
*, *:before, *:after { box-sizing: inherit; }

/* line 47, ../sass/base.scss */
html { box-sizing: border-box; }

/* iPad Input Shadows */
/* line 53, ../sass/base.scss */
input[type="text"], input[type="email"], input[type="search"], input[type="password"] { -webkit-appearance: none; -moz-appearance: none; /* mobile firefox too! */ }

/* line 62, ../sass/base.scss */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }

/******************************* Theme Overrides
*******************************/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/** Correct `block` display not defined in IE 8/9. */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
/* line 84, ../sass/base.scss */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
/* line 97, ../sass/base.scss */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
/* line 110, ../sass/base.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
/* line 130, ../sass/base.scss */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
/* line 145, ../sass/base.scss */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
/* line 155, ../sass/base.scss */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
/* line 167, ../sass/base.scss */
a { background: transparent; }

/** Improve readability when focused and also mouse hovered in all browsers. */
/* line 175, ../sass/base.scss */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
/* line 187, ../sass/base.scss */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
/* line 195, ../sass/base.scss */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
/* line 204, ../sass/base.scss */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
/* line 213, ../sass/base.scss */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9. */
/* line 222, ../sass/base.scss */
mark { background: #ff0; color: #000; }

/** Address inconsistent and variable font size in all browsers. */
/* line 231, ../sass/base.scss */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 239, ../sass/base.scss */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

/* line 247, ../sass/base.scss */
sup { top: -0.5em; }

/* line 251, ../sass/base.scss */
sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
/* line 262, ../sass/base.scss */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
/* line 270, ../sass/base.scss */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
/* line 281, ../sass/base.scss */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
/* line 289, ../sass/base.scss */
hr { box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
/* line 298, ../sass/base.scss */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
/* line 306, ../sass/base.scss */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
/* line 329, ../sass/base.scss */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
/* line 346, ../sass/base.scss */
button { overflow: visible; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
/* line 357, ../sass/base.scss */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
/* line 370, ../sass/base.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
/* line 384, ../sass/base.scss */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
/* line 393, ../sass/base.scss */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
/* line 404, ../sass/base.scss */
input { line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
/* line 416, ../sass/base.scss */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
/* line 430, ../sass/base.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */
/* line 441, ../sass/base.scss */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
/* line 454, ../sass/base.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
/* line 469, ../sass/base.scss */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
/* line 480, ../sass/base.scss */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
/* line 489, ../sass/base.scss */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
/* line 500, ../sass/base.scss */
table { border-collapse: collapse; border-spacing: 0; }

/* line 505, ../sass/base.scss */
td, th { padding: 0; }

/******************************* Site Overrides
*******************************/
/*!
 * # Semantic UI 1.12.3 - Site
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/******************************* Page
*******************************/
/* line 528, ../sass/base.scss */
html, body { height: 100%; }

/* line 533, ../sass/base.scss */
html { font-size: 14px; }

/* line 537, ../sass/base.scss */
body { margin: 0px; padding: 0px; min-width: 320px; font-size: 14px; line-height: 1.33; color: rgba(0, 0, 0, 0.8); font-smoothing: antialiased; }

/******************************* Headers
*******************************/
/* line 551, ../sass/base.scss */
h1, h2, h3, h4, h5 { line-height: 1.33em; margin: -webkit-calc(2rem -  0.165em ) 0em 1rem; margin: calc(2rem -  0.165em ) 0em 1rem; font-weight: bold; padding: 0em; }

/* line 563, ../sass/base.scss */
h1 { min-height: 1rem; font-size: 2rem; }

/* line 568, ../sass/base.scss */
h2 { font-size: 1.714rem; }

/* line 572, ../sass/base.scss */
h3 { font-size: 1.28rem; }

/* line 576, ../sass/base.scss */
h4 { font-size: 1.071rem; }

/* line 580, ../sass/base.scss */
h5 { font-size: 1rem; }

/* line 584, ../sass/base.scss */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child { margin-top: 0em; }

/* line 592, ../sass/base.scss */
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child { margin-bottom: 0em; }

/******************************* Text
*******************************/
/* line 604, ../sass/base.scss */
p { margin: 0em 0em 1em; line-height: 1.33; }

/* line 609, ../sass/base.scss */
p:first-child { margin-top: 0em; }

/* line 613, ../sass/base.scss */
p:last-child { margin-bottom: 0em; }

/*------------------- Links
--------------------*/
/* line 621, ../sass/base.scss */
a { color: #009fda; text-decoration: none; cursor: pointer; }

/* line 627, ../sass/base.scss */
a:hover { color: #00b2f3; }

/******************************* Highlighting
*******************************/
/* Site */
/******************************* Popup
*******************************/
/* line 641, ../sass/base.scss */
.ui.popup { display: none; position: absolute; top: 0px; right: 0px; z-index: 1900; border: 1px solid #cccccc; max-width: 250px; background-color: #506266; padding: 0.833em 1em; font-weight: normal; font-style: normal; color: #fff; border-radius: 0.2857rem; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06); }
/* line 656, ../sass/base.scss */
.ui.popup .form-element { height: 48px; line-height: 48px; background-color: rgba(249, 249, 249, 0.1); border-width: 0; margin: 1px; }
/* line 662, ../sass/base.scss */
.ui.popup .form-element:hover { background-color: rgba(249, 249, 249, 0.2); }
/* line 665, ../sass/base.scss */
.ui.popup .form-element .placeholder { color: rgba(255, 255, 255, 0.7); }
/* line 669, ../sass/base.scss */
.ui.popup .lender-search { background-color: rgba(249, 249, 249, 0.1); border: none; padding: 8px; outline: none; }
/* line 675, ../sass/base.scss */
.ui.popup .icon-Info { color: #fff !important; }
/* line 676, ../sass/base.scss */
.ui.popup .form-element.mature.invalid { background-color: rgba(255, 168, 168, 0.5); }

/* line 681, ../sass/base.scss */
.ui.popup > .header { padding: 0em; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 1.125em; line-height: 1.2; font-weight: bold; }

/* line 689, ../sass/base.scss */
.ui.popup > .header + .content { padding-top: 0.5em; }

/* line 693, ../sass/base.scss */
.ui.popup:before { position: absolute; content: ''; width: 0.75em; height: 0.75em; background: #ffffff; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); z-index: 2; box-shadow: 1px 1px 0px 0px #b3b3b3; }

/******************************* Types
*******************************/
/*-------------- Spacing
---------------*/
/* line 714, ../sass/base.scss */
.ui.popup { margin: 0em; }

/* line 718, ../sass/base.scss */
.ui.popup.bottom { margin: 0.75em 0em 0em; }

/* line 722, ../sass/base.scss */
.ui.popup.top { margin: 0em 0em 0.75em; }

/* line 726, ../sass/base.scss */
.ui.popup.left.center { margin: 0em 0.75em 0em 0em; }

/* line 730, ../sass/base.scss */
.ui.popup.right.center { margin: 0em 0em 0em 0.75em; }

/*-------------- Pointer
---------------*/
/*--- Below ---*/
/* line 740, ../sass/base.scss */
.ui.bottom.center.popup:before { margin-left: -0.325em; top: -0.325em; left: 50%; right: auto; bottom: auto; box-shadow: -1px -1px 0px 0px #b3b3b3; }

/* line 749, ../sass/base.scss */
.ui.bottom.left.popup { margin-left: 0em; }

/* line 753, ../sass/base.scss */
.ui.bottom.left.popup:before { top: -0.325em; left: 1em; right: auto; bottom: auto; margin-left: 0em; box-shadow: -1px -1px 0px 0px #b3b3b3; }

/* line 762, ../sass/base.scss */
.ui.bottom.right.popup { margin-right: 0em; }

/* line 766, ../sass/base.scss */
.ui.bottom.right.popup:before { top: -0.325em; right: 1em; bottom: auto; left: auto; margin-left: 0em; box-shadow: -1px -1px 0px 0px #b3b3b3; }

/*--- Above ---*/
/* line 777, ../sass/base.scss */
.ui.top.center.popup:before { top: auto; right: auto; bottom: -0.325em; left: 50%; margin-left: -0.325em; }

/* line 785, ../sass/base.scss */
.ui.top.left.popup { margin-left: 0em; }

/* line 789, ../sass/base.scss */
.ui.top.left.popup:before { bottom: -0.325em; left: 1em; top: auto; right: auto; margin-left: 0em; }

/* line 797, ../sass/base.scss */
.ui.top.right.popup { margin-right: 0em; }

/* line 801, ../sass/base.scss */
.ui.top.right.popup:before { bottom: -0.325em; right: 1em; top: auto; left: auto; margin-left: 0em; }

/*--- Left Center ---*/
/* line 811, ../sass/base.scss */
.ui.left.center.popup:before { top: 50%; right: -0.325em; bottom: auto; left: auto; margin-top: -0.325em; box-shadow: 1px -1px 0px 0px #b3b3b3; }

/*--- Right Center  ---*/
/* line 822, ../sass/base.scss */
.ui.right.center.popup:before { top: 50%; left: -0.325em; bottom: auto; right: auto; margin-top: -0.325em; box-shadow: -1px 1px 0px 0px #b3b3b3; }

/******************************* Coupling
*******************************/
/* Immediate Nested Grid */
/* line 837, ../sass/base.scss */
.ui.popup > .ui.grid:not(.padded) { width: -webkit-calc(100% + 1.75rem); width: calc(100% + 1.75rem); margin: -0.7rem -0.875rem; }

/******************************* States
*******************************/
/* line 847, ../sass/base.scss */
.ui.loading.popup { display: block; visibility: hidden; z-index: -1; }

/* line 853, ../sass/base.scss */
.ui.animating.popup, .ui.visible.popup { display: block; }

/******************************* Variations
*******************************/
/*-------------- Basic
---------------*/
/* line 866, ../sass/base.scss */
.ui.basic.popup:before { display: none; }

/*-------------- Wide
---------------*/
/* line 874, ../sass/base.scss */
.ui.wide.popup { max-width: 350px; }

/* line 878, ../sass/base.scss */
.ui[class*="very wide"].popup { max-width: 550px; }

/*-------------- Fluid
---------------*/
/* line 886, ../sass/base.scss */
.ui.fluid.popup { width: 100%; max-width: none; }

/*-------------- Colors
---------------*/
/* Inverted colors  */
/* line 897, ../sass/base.scss */
.ui.inverted.popup { background: #1b1c1d; color: #ffffff; border: none; box-shadow: none; }

/* line 904, ../sass/base.scss */
.ui.inverted.popup .header { background-color: none; color: #ffffff; }

/* line 909, ../sass/base.scss */
.ui.inverted.popup:before { background-color: #1b1c1d; box-shadow: none !important; }

/*-------------- Flowing
---------------*/
/* line 918, ../sass/base.scss */
.ui.flowing.popup { max-width: none; }

/*-------------- Sizes
---------------*/
/* line 926, ../sass/base.scss */
.ui.small.popup { font-size: 0.785714rem; }

/* line 930, ../sass/base.scss */
.ui.popup { font-size: 0.85714rem; }

/* line 934, ../sass/base.scss */
.ui.large.popup { font-size: 1rem; }

/* line 938, ../sass/base.scss */
.ui.huge.popup { font-size: 1.14285rem; }

/* line 942, ../sass/base.scss */
::-webkit-selection { background-color: #cce2ff; color: rgba(0, 0, 0, 0.8); }

/* line 947, ../sass/base.scss */
::-moz-selection { background-color: #cce2ff; color: rgba(0, 0, 0, 0.8); }

/* line 952, ../sass/base.scss */
::selection { background-color: #cce2ff; color: rgba(0, 0, 0, 0.8); }

/* Form */
/* line 959, ../sass/base.scss */
textarea::-webkit-selection, input::-webkit-selection { background-color: rgba(100, 100, 100, 0.4); color: rgba(0, 0, 0, 0.8); }

/* line 965, ../sass/base.scss */
textarea::-moz-selection, input::-moz-selection { background-color: rgba(100, 100, 100, 0.4); color: rgba(0, 0, 0, 0.8); }

/* line 971, ../sass/base.scss */
textarea::selection, input::selection { background-color: rgba(100, 100, 100, 0.4); color: rgba(0, 0, 0, 0.8); }

/* line 977, ../sass/base.scss */
body { background: url(../images/pattern.jpg) repeat #f9f9f9 !important; color: #363636; font-family: 'Open Sans', sans-serif !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; outline: 0 !important; }

/* line 984, ../sass/base.scss */
h1, h2, h3, h4, h5 { font-family: 'Open Sans', sans-serif !important; font-weight: 500 !important; }

/* line 988, ../sass/base.scss */
.required-mark { color: red; }

/* line 991, ../sass/base.scss */
label { font-weight: 600; }

/* line 995, ../sass/base.scss */
.btn.focus, .btn:focus, .btn:hover { color: #8e8e8e; outline: none; }

/* line 999, ../sass/base.scss */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline: none; }

/* line 1002, ../sass/base.scss */
.primary-button { background: #4c6fae; margin: auto; display: block; color: #fff; outline: none; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
/* line 1009, ../sass/base.scss */
.primary-button:hover { border: 1px solid #00adde; }

/* line 1013, ../sass/base.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { background: #ccc; }
/* line 1015, ../sass/base.scss */
.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover { border: 1px solid transparent; }

/* line 1019, ../sass/base.scss */
.secondary-button { background: transparent; border: 1px solid #fff; padding: 6px 20px; -webkit-border-radius: 50px 50px 50px 50px; border-radius: 50px 50px 50px 50px; margin: auto; width: 100%; display: block; font-size: 1.2em; color: #fff; outline: none; }
/* line 1031, ../sass/base.scss */
.secondary-button:hover { color: #31393f; background: #fff; }

/* line 1036, ../sass/base.scss */
.text-button { color: #525252; border: none; background: none; padding: 6px 0px; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
/* line 1042, ../sass/base.scss */
.text-button:hover { color: #525252; text-decoration: none; padding: 6px 20px; -webkit-border-radius: 50px 50px 50px 50px; border-radius: 50px 50px 50px 50px; background: #efefef; }

/* line 1051, ../sass/base.scss */
.back-button { background: transparent; border: 0 !important; outline: none; color: #00adde; padding: 2px 6px; font-size: 15px; font-weight: normal; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; text-transform: capitalize; }
/* line 1061, ../sass/base.scss */
.back-button:hover { -webkit-border-radius: 50px 50px 50px 50px; border-radius: 50px 50px 50px 50px; background: #efefef; padding: 2px 6px; text-decoration: none; }
/* line 1068, ../sass/base.scss */
.back-button .icon-arrow-left2 { font-size: 14px; }
/* line 1071, ../sass/base.scss */
.back-button .icon-draw { font-size: 12px; }

/*----------For common use----------*/
/* line 1076, ../sass/base.scss */
.rightFloat { float: right; }

/* line 1077, ../sass/base.scss */
.leftFloat { float: left; }

/* line 1078, ../sass/base.scss */
.clear { clear: both; }

/* line 1079, ../sass/base.scss */
.outlineNone { outline: 0; }

/* line 1080, ../sass/base.scss */
.displayNone { display: none; }

/* line 1081, ../sass/base.scss */
.displayBlock { display: block; }

/* line 1082, ../sass/base.scss */
.width100 { width: 100%; }

/* line 1083, ../sass/base.scss */
.height100 { height: 100%; }

/* line 1084, ../sass/base.scss */
.width200 { width: 200px; }

/* line 1085, ../sass/base.scss */
.height1 { height: 1px; }

/* line 1086, ../sass/base.scss */
.relativePosition { position: relative; }

/* line 1087, ../sass/base.scss */
.text-align-left { text-align: left !important; }

/* line 1088, ../sass/base.scss */
.text-align-center { text-align: center !important; }

/* line 1089, ../sass/base.scss */
.border-all { border: 1px solid #eee; display: block; }

/* line 1090, ../sass/base.scss */
.highlight-text { color: #FF9200 !important; }

/* line 1091, ../sass/base.scss */
.separator-margin { border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin: 20px 30px; }

/* line 1095, ../sass/base.scss */
.capital { text-transform: capitalize; }

/* line 1096, ../sass/base.scss */
.uppercase { text-transform: uppercase; }

/* line 1097, ../sass/base.scss */
.cusorPointer { cursor: pointer; }

/* line 1098, ../sass/base.scss */
.borderTB { border-width: 1px 0; border-color: #eee; border-style: solid; }

/* line 1103, ../sass/base.scss */
.border-light { border: 1px solid #ddd; }

/* line 1104, ../sass/base.scss */
.marginT5 { margin-top: 5px !important; }

/* line 1105, ../sass/base.scss */
.marginT10 { margin-top: 10px; }

/* line 1106, ../sass/base.scss */
.marginT15 { margin-top: 15px; }

/* line 1107, ../sass/base.scss */
.marginT12 { margin-top: 12px; }

/* line 1108, ../sass/base.scss */
.marginT20 { margin-top: 20px; }

/* line 1109, ../sass/base.scss */
.marginB5 { margin-bottom: 5px !important; }

/* line 1110, ../sass/base.scss */
.marginB20 { margin-bottom: 20px !important; }

/* line 1111, ../sass/base.scss */
.marginB10 { margin-bottom: 10px; }

/* line 1112, ../sass/base.scss */
.marginL5 { margin-left: 5px; }

/* line 1113, ../sass/base.scss */
.marginL10 { margin-left: 10px !important; }

/* line 1114, ../sass/base.scss */
.marginR5 { margin-right: 5px; }

/* line 1115, ../sass/base.scss */
.marginR10 { margin-right: 10px; }

/* line 1116, ../sass/base.scss */
.marginR30 { margin-right: 30px; }

/* line 1117, ../sass/base.scss */
.marginLR5 { margin: 0 5px; }

/* line 1118, ../sass/base.scss */
.marginLR10 { margin: 0 10px; }

/* line 1119, ../sass/base.scss */
.marginLR20 { margin: 0 20px; }

/* line 1120, ../sass/base.scss */
.marginTB10 { margin: 10px 0; }

/* line 1121, ../sass/base.scss */
.marginT2em { margin-top: 2em; }

/* line 1122, ../sass/base.scss */
.marginT4em { margin-top: 4em; }

/* line 1123, ../sass/base.scss */
.marginT5em { margin-top: 5em; }

/* line 1124, ../sass/base.scss */
.marginTB25 { margin: 25px 0; }

/* line 1125, ../sass/base.scss */
.paddingTB6 { padding: 6px 0; }

/* line 1126, ../sass/base.scss */
.paddingTB10 { padding: 10px 0; }

/* line 1127, ../sass/base.scss */
.padding0 { padding: 0 !important; }

/* line 1128, ../sass/base.scss */
.padding5 { padding: 5px; }

/* line 1129, ../sass/base.scss */
.padding10 { padding: 10px !important; }

/* line 1130, ../sass/base.scss */
.padding20 { padding: 20px !important; }

/* line 1132, ../sass/base.scss */
.tiny-font { font-size: 10px; }

/* line 1133, ../sass/base.scss */
.font12 { font-size: 12px; }

/* line 1134, ../sass/base.scss */
.font16 { font-size: 16px; }

/* line 1135, ../sass/base.scss */
.boldFont { font-weight: bold; }

/* line 1137, ../sass/base.scss */
.noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Chrome/Safari/Opera */ -khtml-user-select: none; /* Konqueror */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE/Edge */ user-select: none; /* non-prefixed version, currently not supported by any browser */ }

/* line 1147, ../sass/base.scss */
.main-header { background: #fff; padding: 5px 20px; border-bottom: 1px solid #eee; position: relative; font-size: 16px; }
/* line 1153, ../sass/base.scss */
.main-header .icon-shape { font-size: 18px; padding-right: 6px; }
/* line 1157, ../sass/base.scss */
.main-header .icon-arrow-down-12 { font-size: 12px; padding-left: 5px; }

/* line 1162, ../sass/base.scss */
.brandLogo { position: absolute; width: 50px; left: 50%; margin-left: -25px; background: url(../images/payx-logo.png) no-repeat; width: 75px; height: 50px; }

/* line 1171, ../sass/base.scss */
.logo { background: url(../images/indiamart-logo.jpg) no-repeat; width: 73px; height: 50px; }

/* line 1176, ../sass/base.scss */
.formBG { background: #fff; }

/* line 1179, ../sass/base.scss */
.darkBG { color: #fff; }

/* line 1182, ../sass/base.scss */
.card { background: #31393f; border-radius: .25rem; }

/* line 1186, ../sass/base.scss */
.card-block { color: #636363; }

/* line 1189, ../sass/base.scss */
.app-button { color: #363636; margin: 0 10px; }
/* line 1192, ../sass/base.scss */
.app-button:hover { color: #4c6fae !important; cursor: pointer; }

/* line 1197, ../sass/base.scss */
.editState-pane { /*.icon-pencil-32{ display: none; position: absolute; right:0; padding: 6px 5px; background: #b4b4b4; color:#fff; @include border-radius(0px 3px 3px 0px);
}
b{ font-weight: 600; 
}
&:hover{ @include transition(all 0.2s ease); border:1px solid #b4b4b4; @include border-radius(5px); .icon-pencil-32{ display: block; }
}*/ }
/* line 1198, ../sass/base.scss */
.editState-pane .status-message { max-width: 170px; background: #e8e8e8; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 1px 3px; font-size: 12px; font-style: italic; }
/* line 1206, ../sass/base.scss */
.editState-pane .icon-font { font-size: 20px !important; }

/* line 1230, ../sass/base.scss */
.icon-round-done-button, .icon-upload-circular-button { font-size: 13px; }

/* line 1234, ../sass/base.scss */
.authDiv .form-group { margin-bottom: 20px; }

/* line 1238, ../sass/base.scss */
.supportText { padding: 0 20px 20px 20px; }

/* line 1241, ../sass/base.scss */
.callout { margin: 20px 0; padding: 20px; border-left: 3px solid #eee; }

/* line 1246, ../sass/base.scss */
.callout-danger { background-color: #fdf7f7; border-color: #E94B3B; }
/* line 1249, ../sass/base.scss */
.callout-danger h4 { color: #E94B3B; }

/* line 1253, ../sass/base.scss */
.callout-success { background-color: #f3faf3; border-color: #23AE89; }
/* line 1256, ../sass/base.scss */
.callout-success h4 { color: #23AE89; }

/* line 1260, ../sass/base.scss */
.panel-default > .panel-heading { color: #939393; background-color: #fff; border-color: #f1f1f1; text-transform: uppercase; font-size: 17px; margin-bottom: 20px; position: relative; }

/* line 1269, ../sass/base.scss */
.panel-heading { padding: 5px 15px 20px 15px; }
/* line 1271, ../sass/base.scss */
.panel-heading.paddingFix { padding: 15px !important; }
/* line 1274, ../sass/base.scss */
.panel-heading .tiny-font { position: absolute; left: 0; right: 0; margin: 0 auto; }
/* line 1280, ../sass/base.scss */
.panel-heading .back-button { position: absolute; left: 18px; top: 12px; }

/* line 1287, ../sass/base.scss */
.identityTag .role { padding: 2px 5px; color: #fff; border-radius: 5px 0px 0px 5px; }
/* line 1292, ../sass/base.scss */
.identityTag .email { padding: 1px 5px; border-radius: 0px 5px 5px 0px; }

/* line 1298, ../sass/base.scss */
.buyer .panel { border-top: 3px solid #F56D44; }
/* line 1302, ../sass/base.scss */
.buyer .b-new-recipient-box.filled { border: 3px solid #F56D44; }
/* line 1307, ../sass/base.scss */
.buyer .identityTag .role { background: #F56D44; }
/* line 1310, ../sass/base.scss */
.buyer .identityTag .email { border: 1px solid #F56D44; }

/* line 1316, ../sass/base.scss */
.seller .panel { border-top: 3px solid #99C953; }
/* line 1320, ../sass/base.scss */
.seller .b-new-recipient-box.filled { border: 3px solid #99C953; }
/* line 1325, ../sass/base.scss */
.seller .identityTag .role { background: #99C953; }
/* line 1328, ../sass/base.scss */
.seller .identityTag .email { border: 1px solid #99C953; }

/* line 1333, ../sass/base.scss */
.form-group { margin-bottom: 0; }
/* line 1335, ../sass/base.scss */
.form-group .col-md-6, .form-group .col-md-12 { margin-bottom: 25px; }

/* line 1339, ../sass/base.scss */
.terms-con { font-weight: normal; }

/* line 1342, ../sass/base.scss */
.small-button { width: 182px; padding: 4px 0px; font-size: .9em; position: absolute; right: 12px; top: 12px; }

/* line 1350, ../sass/base.scss */
.alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 2px; text-align: center; width: 50%; margin: 20px auto; }

/* line 1359, ../sass/base.scss */
.alert-warning { background-color: #FFFAF0; border-color: #ffebd7; color: #AF7F18; }

/* line 1364, ../sass/base.scss */
.dropdown-menu { min-width: 140px; }

/* line 1367, ../sass/base.scss */
.dropdown-item { display: block; width: 100%; clear: both; font-weight: 400; line-height: 1.5; color: #373a3c; text-align: inherit; background: 0 0; border: 0; padding: 4px 12px; }

/* line 1379, ../sass/base.scss */
.filter-list { max-height: 200px; overflow-y: auto; }

/* line 1383, ../sass/base.scss */
.pop-up { position: absolute; left: 25%; height: 400px; width: 50%; background: #f8f8ff; color: #000; padding-left: 15px; }

/* line 1392, ../sass/base.scss */
.dropdown-divider { height: 1px; margin: .5rem 0; background-color: #e5e5e5; }

/* line 1397, ../sass/base.scss */
.applicationNav { padding: 10px 0px 5px 0px; margin: 0 10px; }
/* line 1400, ../sass/base.scss */
.applicationNav .icon-bar-chart { font-size: 16px; }
/* line 1403, ../sass/base.scss */
.applicationNav .icon-multimedia-menu { font-size: 16px; font-weight: 600; }

/* line 1408, ../sass/base.scss */
.grayText-button { background-color: #f5f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f1f1f1)); background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1); background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1); background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1); background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1); background-image: linear-gradient(to bottom, #f5f5f5, #f1f1f1); filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#f5f5f5', end-colourStr='#f1f1f1'); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; cursor: pointer; font-size: 12px; font-weight: 600; text-align: center; white-space: nowrap; height: 26px; line-height: 26px; /*min-width: 54px;*/ outline: 0; padding: 0 8px; border: 1px solid rgba(0, 0, 0, 0.1); color: #444; outline: none; }
/* line 1424, ../sass/base.scss */
.grayText-button:hover { /*color:#f1f1f1 !important;*/ text-decoration: none; }
/* line 1427, ../sass/base.scss */
.grayText-button:hover a, .grayText-button:hover .icon-arrow-down-12, .grayText-button:hover .icon-refresh62 { color: #4c6fae !important; }
/* line 1431, ../sass/base.scss */
.grayText-button a { color: #363636; text-decoration: none; }
/* line 1435, ../sass/base.scss */
.grayText-button .icon-refresh62 { color: #363636 !important; font-size: 15px; position: relative; top: 2px; }
/* line 1441, ../sass/base.scss */
.grayText-button .icon-arrow-down-12 { margin-left: 5px; font-size: 10px !important; }
/* line 1445, ../sass/base.scss */
.grayText-button .icon-xlsx1 { font-size: 15px; }

/* line 1449, ../sass/base.scss */
.core-container { display: block; }
/* line 1451, ../sass/base.scss */
.core-container h2 { border-bottom: 1px solid rgba(0, 0, 0, 0.05); font-size: 16px; }
/* line 1455, ../sass/base.scss */
.core-container .icon-ContactsFilled { color: #747474; }

/* line 1457, ../sass/base.scss */
.section-pane { display: block; }
/* line 1460, ../sass/base.scss */
.section-pane.labelCenter label { text-align: center !important; padding-right: 0; }
/* line 1465, ../sass/base.scss */
.section-pane .dropdown-position { position: absolute; right: 0; top: 0; }
/* line 1469, ../sass/base.scss */
.section-pane .dropdown-position select { max-width: 200px; }
/* line 1471, ../sass/base.scss */
.section-pane h3 { font-size: 14px; }
/* line 1474, ../sass/base.scss */
.section-pane .dataGrid { border: 1px solid #e8e8e8; border-bottom: 0; font-size: 13px; }
/* line 1478, ../sass/base.scss */
.section-pane .dataGrid .gridRow { padding: 10px; }
/* line 1480, ../sass/base.scss */
.section-pane .dataGrid .gridRow:nth-of-type(odd) { background: #f0f4f6; font-weight: bold; }
/* line 1481, ../sass/base.scss */
.section-pane .dataGrid .gridRow:nth-of-type(even) { background: #fff; }
/* line 1482, ../sass/base.scss */
.section-pane .dataGrid .gridRow label { font-weight: 500; text-align: left; padding-right: 50px; min-height: 18px; }
/* line 1490, ../sass/base.scss */
.section-pane .dataGrid .gridRowCenter span { text-align: center; }
/* line 1491, ../sass/base.scss */
.section-pane .dataGrid .gridRowCenter label { text-align: center !important; padding-right: 0px !important; }
/* line 1498, ../sass/base.scss */
.section-pane .dataGrid .leftFlowContent label:first-child, .section-pane .dataGrid .leftFlowContent span:first-child, .section-pane .dataGrid .leftFlowContent .leftAlign:first-child { text-align: left !important; }
/* line 1504, ../sass/base.scss */
.section-pane .separator { border-bottom: 1px solid #e8e8e8; }
/* line 1506, ../sass/base.scss */
.section-pane .separator label { padding: 4px 8px; border-left: 1px solid #e8e8e8; /*&:first-child{ border-left:0;
}*/ }

/* line 1515, ../sass/base.scss */
.info-bold { font-weight: bold; }

/* line 1518, ../sass/base.scss */
.info-semibold { font-weight: 600; }

/* line 1523, ../sass/base.scss */
.ie10 .gridRowCenter span, .ie11 .gridRowCenter span { text-align: center; width: auto; float: left; }
/* line 1524, ../sass/base.scss */
.ie10 .gridRowCenter label, .ie11 .gridRowCenter label { width: auto; float: left; text-align: center !important; padding-right: 0px !important; }
/* line 1530, ../sass/base.scss */
.ie10 .analysis-item, .ie11 .analysis-item { width: 25%; display: block; text-align: center; }
/* line 1535, ../sass/base.scss */
.ie10 .width20, .ie11 .width20 { width: 20%; display: block; text-align: center; }
/* line 1540, ../sass/base.scss */
.ie10 .width25, .ie11 .width25 { width: 25%; display: block; text-align: center; }
/* line 1545, ../sass/base.scss */
.ie10 .widthAuto, .ie11 .widthAuto { width: auto; }

/* line 1549, ../sass/base.scss */
.expandIcon { position: absolute; left: 0px; top: 0; padding: 10px; border-right: 1px solid #eee; cursor: pointer; }
/* line 1556, ../sass/base.scss */
.expandIcon .icon { font-size: 18px; }
/* line 1559, ../sass/base.scss */
.expandIcon .icon-delete-button { transform: rotate(45deg); }

/* line 1563, ../sass/base.scss */
.u-ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* line 1568, ../sass/base.scss */
.no-wrap { white-space: nowrap; }

/* line 1571, ../sass/base.scss */
.button { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; line-height: 20px !important; min-width: 76px !important; min-height: 26px; font-weight: 600 !important; font-size: 13px; color: #fff; padding: 0px 10px; border: none; outline: none; }

/* line 1583, ../sass/base.scss */
.detailDiv { background: #FFFDE8; border-top: 1px dashed #ddd; position: relative; }
/* line 1587, ../sass/base.scss */
.detailDiv .arrow-up { position: absolute; top: -8px; left: 95px; width: 0px; height: 0px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #ddd; }
/* line 1597, ../sass/base.scss */
.detailDiv .cellInfo { padding: 5px 15px; border-bottom: 1px solid #efeab2; }
/* line 1600, ../sass/base.scss */
.detailDiv .cellInfo .icon-refresh62 { font-size: 25px; color: #10a729; }
/* line 1604, ../sass/base.scss */
.detailDiv .cellInfo .icon-warning-triangular { font-size: 16px; color: #ff0000; }

/* line 1610, ../sass/base.scss */
.detail-flyover { height: 100%; background-color: #f8f8f8; margin-bottom: 20px; padding: 10px; -moz-box-shadow: 0px 0px 1px 1px #eee; -webkit-box-shadow: 0px 0px 1px 1px #eee; box-shadow: 0px 0px 1px 1px #eee; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; display: block; }
/* line 1618, ../sass/base.scss */
.detail-flyover .separator { border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
/* line 1620, ../sass/base.scss */
.detail-flyover .separator label { padding: 4px 8px; border-left: 1px solid #eee; }
/* line 1627, ../sass/base.scss */
.detail-flyover.bankstatement .separator label { padding: 10px 8px; }
/* line 1632, ../sass/base.scss */
.detail-flyover .buttons-pane { margin-bottom: 20px; }
/* line 1633, ../sass/base.scss */
.detail-flyover select { border: 1px solid #a9a9a9; }
/* line 1634, ../sass/base.scss */
.detail-flyover .labelText { text-align: right; margin-right: 10px; font-size: 12px; padding: 4px; }
/* line 1640, ../sass/base.scss */
.detail-flyover .dataGrid { background: #fff;     /*div{ &:nth-of-type(odd){background:#fafafa !important;} &:nth-of-type(even){background:#fff !important;} }
*/ }

/* line 1648, ../sass/base.scss */
.dropdown-item .font-icon { margin: 0 8px 0 0; color: #adb7be; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; font-size: 16px; vertical-align: middle; line-height: 16px; position: relative; top: -1px; }

/* line 1658, ../sass/base.scss */
.dropdown-menu { margin-top: 0px; }

/* line 1661, ../sass/base.scss */
.dropdown-menu-right { right: 16px; }

/* line 1664, ../sass/base.scss */
.dropdown-hover { position: absolute; right: 0px; padding: 14px 20px 19px 0; cursor: pointer; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
/* line 1671, ../sass/base.scss */
.dropdown-hover:hover .dropdown-menu { -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; display: block !important; }

/*----------Data Grid CSS-----------*/
/* line 1678, ../sass/base.scss */
.boxer { display: table; border-collapse: collapse; width: 100%; color: #525252; }
/* line 1683, ../sass/base.scss */
.boxer .heading { font-size: 13px; }
/* line 1686, ../sass/base.scss */
.boxer .data { font-size: 15px; cursor: pointer; }
/* line 1689, ../sass/base.scss */
.boxer .data.buyer { border-left: 3px solid #F56D44; }
/* line 1692, ../sass/base.scss */
.boxer .data.seller { border-left: 3px solid #99C953; }
/* line 1695, ../sass/base.scss */
.boxer .data:hover { background: #f9f9f9; }

/* line 1702, ../sass/base.scss */
.nonClick .data:hover { cursor: default !important; background: #fff !important; }

/* line 1709, ../sass/base.scss */
.boxer .box-row { display: table-row; }

/* line 1713, ../sass/base.scss */
.boxer .box { display: table-cell; text-align: left; vertical-align: middle; border-bottom: 1px solid #ddd; padding: 10px 15px; }
/* line 1719, ../sass/base.scss */
.boxer .box .bold { font-weight: bold; }
/* line 1722, ../sass/base.scss */
.boxer .box .status { color: #1dba8f; font-size: 12px; }

/* line 1728, ../sass/base.scss */
.action-btn { color: #00adde; text-transform: uppercase; float: right; text-align: center; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
/* line 1734, ../sass/base.scss */
.action-btn.red { color: #ff0000; }
/* line 1736, ../sass/base.scss */
.action-btn.red .ellipse { background: #ff0000; }
/* line 1739, ../sass/base.scss */
.action-btn.red:hover { text-decoration: none; }
/* line 1741, ../sass/base.scss */
.action-btn.red:hover .ellipse { -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; border: 1px solid #ff0000; }
/* line 1747, ../sass/base.scss */
.action-btn:hover { text-decoration: none; }
/* line 1749, ../sass/base.scss */
.action-btn:hover .ellipse { -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; border: 1px solid #00adde; }
/* line 1754, ../sass/base.scss */
.action-btn .btn-text { font-size: 11px; }
/* line 1755, ../sass/base.scss */
.action-btn .ellipse { color: #fff; background: #00adde; -webkit-border-radius: 50px 50px 50px 50px; border-radius: 50px 50px 50px 50px; padding: 7px; width: 30px; height: 30px; margin: auto; border: 1px solid #fff; position: relative; }
/* line 1766, ../sass/base.scss */
.action-btn .ellipse .icon-shapes, .action-btn .ellipse .icon-arrows { font-size: 18px; position: absolute; top: 5px; left: 5px; }
/* line 1772, ../sass/base.scss */
.action-btn .ellipse .icon-arrows1, .action-btn .ellipse .icon-signs { font-size: 16px; position: absolute; top: 6px; left: 6px; }

/*----------Data Grid CSS-----------*/
/* line 1781, ../sass/base.scss */
.address-filled { border: 1px solid #c6c6c6; }
/* line 1783, ../sass/base.scss */
.address-filled label { margin-bottom: 0px; width: 100%; padding: 20px; }
/* line 1787, ../sass/base.scss */
.address-filled label .address { margin-left: 20px; font-weight: bold; }
/* line 1792, ../sass/base.scss */
.address-filled .repeater { border-top: 1px solid #e7e7e7; }
/* line 1794, ../sass/base.scss */
.address-filled .repeater:first-child { border-top: 0; }

/* line 1799, ../sass/base.scss */
.new-edit-address { border-top: 1px solid #f5f5f5; padding-top: 20px; }

/* line 1804, ../sass/base.scss */
.rating label { float: left; }

/* line 1808, ../sass/base.scss */
.star-rating { float: left; clear: both; margin: 0; padding: 0; margin-top: 10px; }
/* line 1814, ../sass/base.scss */
.star-rating li { display: inline; padding: 5px 10px; border: 1px solid #ccc; border-left: none; cursor: pointer; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
/* line 1821, ../sass/base.scss */
.star-rating li:first-child { border: 1px solid #ccc; -webkit-border-radius: 50px 0 0 50px; border-radius: 50px 0 0 50px; }
/* line 1826, ../sass/base.scss */
.star-rating li:last-child { -webkit-border-radius: 0 50px 50px 0; border-radius: 0 50px 50px 0; }
/* line 1830, ../sass/base.scss */
.star-rating li.filled { background: #00adde; color: #fff; border: 1px solid #02b8ec; border-left: none; }
/* line 1835, ../sass/base.scss */
.star-rating li.filled:first-child { border: 1px solid #02b8ec; }
/* line 1839, ../sass/base.scss */
.star-rating li:hover { background: #00adde; color: #fff; }

/* line 1846, ../sass/base.scss */
.ngdialog.ngdialog-theme-default { overflow: hidden !important; }

/* line 1850, ../sass/base.scss */
.ngdialog.ngdialog-theme-default { padding-top: 80px !important; }

/* line 1853, ../sass/base.scss */
.ngdialog-content { background: transparent !important; width: inherit !important; }
/* line 1856, ../sass/base.scss */
.ngdialog-content input[type="password"] { padding: 5px; border: 1px solid #ddd; }

/* line 1862, ../sass/base.scss */
.ngdialog.ngdialog-theme-default .ngdialog-content { font-size: inherit !important; font-family: 'Open Sans', sans-serif !important; }
/* line 1865, ../sass/base.scss */
.ngdialog.ngdialog-theme-default .ngdialog-content label { font-weight: bold; }

/* line 1867, ../sass/base.scss */
.shippingDetails { border: 1px solid #c6c6c6; }
/* line 1869, ../sass/base.scss */
.shippingDetails .summary { width: 70%; float: left; padding: 10px 20px; }
/* line 1877, ../sass/base.scss */
.shippingDetails .dateAmount { width: 30%; float: right; text-align: center; border-left: 1px solid #c6c6c6; }
/* line 1883, ../sass/base.scss */
.shippingDetails .estShipping { padding: 10px 0; border-bottom: 1px solid #c6c6c6; }
/* line 1887, ../sass/base.scss */
.shippingDetails .estDate { font-weight: bold; }

/* line 1891, ../sass/base.scss */
.icon-calendar1591 { border-left: 1px solid #ccc; padding: 9px; position: absolute; top: 24px; right: 16px; cursor: pointer; }

/* line 1899, ../sass/base.scss */
.uib-datepicker-popup.dropdown-menu, .uib-datepicker { outline: none; }
/* line 1901, ../sass/base.scss */
.uib-datepicker-popup.dropdown-menu li, .uib-datepicker li { outline: none; }

/* line 1906, ../sass/base.scss */
.uib-datepicker .btn-default.active, .uib-datepicker .btn-default:active, .uib-datepicker .open > .dropdown-toggle.btn-default { background: #00adde; box-shadow: none !important; font-weight: bold !important; outline: none; }
/* line 1911, ../sass/base.scss */
.uib-datepicker .btn-default.active .text-info, .uib-datepicker .btn-default:active .text-info, .uib-datepicker .open > .dropdown-toggle.btn-default .text-info { color: #fff; }
/* line 1915, ../sass/base.scss */
.uib-datepicker .btn.disabled, .uib-datepicker .btn[disabled], .uib-datepicker fieldset[disabled] .btn { box-shadow: none; opacity: .3; background: #f5f5f5; }
/* line 1920, ../sass/base.scss */
.uib-datepicker .btn.focus, .uib-datepicker .btn:focus, .uib-datepicker .btn:hover { color: #525252; }

/* line 1925, ../sass/base.scss */
.b-new-recipient-box { overflow: hidden; font-weight: 400; color: #2f4366; cursor: pointer; background-color: #F2F5F7; margin-left: 0; margin-right: 0; border-radius: 3px; border: 1px solid #e2e6e8; }

/* line 1936, ../sass/base.scss */
.panel-default { border-color: #e2e6e8; }

/* line 1939, ../sass/base.scss */
.b-new-recipient-box__panel-body { padding: 24px 16px; }

/* line 1942, ../sass/base.scss */
.b-avatar-circle { display: table; position: relative; color: #00b9ff; }

/* line 1947, ../sass/base.scss */
.circle { border: 1px solid #d3d5d8; color: #829ca9; border-radius: 50%; text-align: center; text-decoration: none; text-transform: uppercase; background-color: #fff; background-repeat: no-repeat; background-size: cover; background-position: center; display: block; overflow: hidden; margin-left: auto; margin-right: auto; font-size: 24px; width: 72px; height: 72px; line-height: 70px; }

/* line 1967, ../sass/base.scss */
.b-avatar-circle { display: table; position: relative; color: #00b9ff; }

/* line 1972, ../sass/base.scss */
.b-new-recipient-box:hover { background-color: #E2E6E8 !important; }

/* line 1975, ../sass/base.scss */
.icon-truck { font-size: 40px; position: relative; top: 10px; color: #99C953; }

/* line 1981, ../sass/base.scss */
.icon-shopping-bag-open { font-size: 30px; position: relative; top: 4px; color: #F56D44; }

/* line 1988, ../sass/base.scss */
.modal-content .container { width: 100% !important; }

/* line 1992, ../sass/base.scss */
.icon-Info12 { font-size: 20px; position: relative; top: 4px; left: 5px; }

/* line 1998, ../sass/base.scss */
.infographic { background: url(../images/infographic.jpg) no-repeat; width: 1000px; height: 423px; text-align: center; margin: auto; }

/* line 2005, ../sass/base.scss */
.cancelTansaction { position: absolute; right: 18px; left: inherit !important; }

/*-------------Steps Wizard----------*/
/* line 2012, ../sass/base.scss */
.wizard .nav-tabs { position: relative; margin: 0px 0 0px -12px; margin-bottom: 0; border-bottom-color: #e0e0e0; border-bottom: 0; }

/* line 2020, ../sass/base.scss */
.wizard > div.wizard-inner { position: relative; }

/* line 2024, ../sass/base.scss */
.connecting-line { height: 2px; background: #e0e0e0; position: absolute; width: 60%; margin: 0 22px; left: 0; right: 0; top: 50%; z-index: 1; }

/* line 2036, ../sass/base.scss */
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus { color: #555555; cursor: default; border: 0; border-bottom-color: transparent; }

/* line 2043, ../sass/base.scss */
span.round-tab { width: 30px; height: 30px; line-height: 30px; display: inline-block; border-radius: 100px; background: #fff; border: 2px solid #e0e0e0; z-index: 2; position: absolute; left: 0; text-align: center; font-size: 20px; }

/* line 2057, ../sass/base.scss */
span.round-tab i { color: #555555; }

/* line 2060, ../sass/base.scss */
.wizard li.active span.round-tab { background: #5bc0de; border: 2px solid #5bc0de; color: #fff; }

/* line 2065, ../sass/base.scss */
.wizard li.active span.round-tab i { color: #5bc0de; }

/* line 2069, ../sass/base.scss */
span.round-tab:hover { color: #333; border: 2px solid #333; }

/* line 2074, ../sass/base.scss */
.wizard .nav-tabs > li { width: 15%; }

/*.wizard li:after { content: " "; position: absolute; left: 46%; opacity: 0; margin: 0 auto; bottom: 0px; border: 5px solid transparent; border-bottom-color: #5bc0de; transition: 0.1s ease-in-out;
}*/
/*.wizard li.active:after { content: " "; position: absolute; left: 46%; opacity: 1; margin: 0 auto; bottom: 0px; border: 10px solid transparent; border-bottom-color: #5bc0de;
}*/
/* line 2101, ../sass/base.scss */
.wizard .nav-tabs > li a { width: 30px; height: 30px; margin: 5px auto; border-radius: 100%; padding: 0; }

/* line 2109, ../sass/base.scss */
.wizard .nav-tabs > li a:hover { background: transparent; }

/* line 2113, ../sass/base.scss */
.wizard .tab-pane { position: relative; padding-top: 50px; }

/* line 2118, ../sass/base.scss */
.wizard h3 { margin-top: 0; }

/* line 2121, ../sass/base.scss */
.nav > li { position: static !important; }

@media (max-width: 585px) { /* line 2127, ../sass/base.scss */
  .wizard { width: 90%; height: auto !important; }
  /* line 2132, ../sass/base.scss */
  span.round-tab { font-size: 16px; width: 50px; height: 50px; line-height: 50px; }
  /* line 2139, ../sass/base.scss */
  .wizard .nav-tabs > li a { width: 50px; height: 50px; line-height: 50px; }
  /* line 2145, ../sass/base.scss */
  .wizard li.active:after { content: " "; position: absolute; left: 35%; } }
/* line 2152, ../sass/base.scss */
.simple-border { border-radius: 15px; border: 2px solid #C0C0C0; padding: 20px; }

/* line 2158, ../sass/base.scss */
.tab-wrapper { border-width: 0 0 1px; border-style: solid; border-color: rgba(0, 0, 0, 0.12); }
/* line 2162, ../sass/base.scss */
.tab-wrapper .tab { font-size: 14px; text-align: center; line-height: 24px; padding: 10px 15px; -webkit-transition: border-color 0.3s cubic-bezier(0.55, 0, 0, 1); transition: border-color 0.3s cubic-bezier(0.55, 0, 0, 1); -webkit-transition: color 0.3s cubic-bezier(0.55, 0, 0, 1); transition: color 0.3s cubic-bezier(0.55, 0, 0, 1); cursor: pointer; white-space: nowrap; position: relative; text-transform: uppercase; float: left; font-weight: 500; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; color: rgba(0, 0, 0, 0.54); outline: none; }
/* line 2182, ../sass/base.scss */
.tab-wrapper .tab.active { border-width: 0 0 2px; border-style: solid; border-color: #4c6fae; color: #4c6fae; }

/* line 2190, ../sass/base.scss */
.ngdialog-content { background: transparent !important; width: inherit !important; }
/* line 2193, ../sass/base.scss */
.ngdialog-content input[type="password"] { padding: 5px; border: 1px solid #ddd; }
/* line 2198, ../sass/base.scss */
.ngdialog-content .header-panel { -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); padding: 9px 20px; position: relative; z-index: 2; min-height: 56px; }
/* line 2204, ../sass/base.scss */
.ngdialog-content .header-panel .icon-remove-1 { right: 0px; top: 0px; background: #E9E9E9; border-radius: 0 5px 0 0; }
/* line 2209, ../sass/base.scss */
.ngdialog-content .header-panel .icon-remove-1.padding-fix { padding: 21px; }

/* line 2215, ../sass/base.scss */
.dialog-contents { background-color: #fff; border-radius: 5px; padding: 1em; margin: auto; }
/* line 2220, ../sass/base.scss */
.dialog-contents .generate-doc-body { height: 400px; overflow-y: auto; }
/* line 2223, ../sass/base.scss */
.dialog-contents .generate-doc-body.email-panel { height: 270px !important; }
/* line 2226, ../sass/base.scss */
.dialog-contents .generate-doc-body h3 { font-size: 15px; font-weight: 600 !important; margin: 15px 0 5px 0; }
/* line 2231, ../sass/base.scss */
.dialog-contents .generate-doc-body label { font-weight: normal !important; }
/* line 2234, ../sass/base.scss */
.dialog-contents .generate-doc-body .content-pane { padding: 0 0 0 10px; }
/* line 2236, ../sass/base.scss */
.dialog-contents .generate-doc-body .content-pane .icon-upload-to-internet-cloud-symbol { font-size: 30px; color: #4c6fae; padding: 0 6px; }
/* line 2241, ../sass/base.scss */
.dialog-contents .generate-doc-body .content-pane.upload-container { border: 1px dashed #ddd; padding: 5px; }
/* line 2246, ../sass/base.scss */
.dialog-contents .generate-doc-body .nested-heading { font-size: 13px; font-weight: 600; }

/* line 2252, ../sass/base.scss */
.ngdialog.ngdialog-theme-default .ngdialog-content { font-size: inherit !important; font-family: 'Open Sans', sans-serif !important; }
/* line 2255, ../sass/base.scss */
.ngdialog.ngdialog-theme-default .ngdialog-content label { font-weight: bold; }

/* line 2258, ../sass/base.scss */
[class^="ui-grid-icon"]:before, [class*=" ui-grid-icon"]:before { font-family: "ui-grid" !important; }

/* line 2262, ../sass/base.scss */
.ui-grid { border: 0px solid #eee !important; border-width: 1px 0; }

/* line 2266, ../sass/base.scss */
.ui-grid-top-panel { background: none !important; }

/* line 2269, ../sass/base.scss */
.ui-grid-cell-contents { padding: 12px !important; text-transform: capitalize; font-size: 13px; }
/* line 2273, ../sass/base.scss */
.ui-grid-cell-contents .ui.popup { background-color: #f9f9f9 !important; color: #363636 !important; }
/* line 2276, ../sass/base.scss */
.ui-grid-cell-contents .ui.popup:before { background: #f9f9f9; }

/* line 2281, ../sass/base.scss */
.ui-grid-header { border-bottom: 1px solid #eee !important; }

/* line 2284, ../sass/base.scss */
.ui-grid-header-cell { float: left; }

/* line 2287, ../sass/base.scss */
.ui-grid-top-panel { font-weight: 600 !important; font-size: 14px; }

/* line 2291, ../sass/base.scss */
.ui-grid-row, .ui-grid-cell { background-color: #fff !important; border-bottom: 1px solid #eee !important; /*cursor:pointer;*/ outline: none; overflow: inherit !important; float: left; }

/* line 2300, ../sass/base.scss */
.ui-grid-row:hover { background-color: rgba(242, 242, 242, 0.5) !important; }

/* line 2304, ../sass/base.scss */
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell { background: #f3f8fd !important; }

/* line 2307, ../sass/base.scss */
.ui-grid-row:nth-child(even) .ui-grid-cell, .ui-grid-row:nth-child(odd) .ui-grid-cell { background-color: inherit !important; position: relative; }

/* line 2311, ../sass/base.scss */
.ui-grid-contents-wrapper { border: 1px solid #eee; margin-top: 10px; height: 100%; }
/* line 2315, ../sass/base.scss */
.ui-grid-contents-wrapper .ui-grid-cell-contents { padding: 10px !important; }
/* line 2317, ../sass/base.scss */
.ui-grid-contents-wrapper .ui-grid-cell-contents.multicolumn { padding-top: 0 !important; padding-bottom: 0 !important; white-space: normal !important; }

/* line 2324, ../sass/base.scss */
.ui-grid-header-cell-row { background: #f9f9f9; color: #000; }

/* line 2328, ../sass/base.scss */
.ui-grid-contents-wrapper { border: 1px solid #eee; margin-top: 10px; height: 100%; }
/* line 2332, ../sass/base.scss */
.ui-grid-contents-wrapper .ui-grid-cell-contents { padding: 10px !important; vertical-align: middle; }

/* line 2337, ../sass/base.scss */
.ui-grid-menu-button { top: -1px !important; height: 37px !important; }
/* line 2340, ../sass/base.scss */
.ui-grid-menu-button .ui-grid-icon-container { margin-top: 0px; margin-left: 4px; padding: 10px 0 10px 0; }

/* line 2346, ../sass/base.scss */
.tat-indicator { border-left: 5px solid #ff0000; }

/* line 2351, ../sass/base.scss */
.hover-note:hover .add-note { display: block; }

/* line 2356, ../sass/base.scss */
.add-note { position: absolute; top: 6px; right: 10px; display: none; background: #fff; }
/* line 2362, ../sass/base.scss */
.add-note:hover { color: #444 !important; }

/*Add Note Section*/
/* line 2368, ../sass/base.scss */
.js-composer .list-card-details { border: 1px solid #ddd; border-radius: 4px; }
/* line 2372, ../sass/base.scss */
.js-composer .list-card-composer-textarea { overflow: hidden; word-wrap: break-word; resize: none; width: 100%; border: 0; outline: none; font-size: 12px; padding: 2px 4px; color: #000; }
/* line 2383, ../sass/base.scss */
.js-composer .cc-controls { border-radius: 0 0 4px 0; background: #eee; }
/* line 2386, ../sass/base.scss */
.js-composer .cc-controls .icon-tick11 { font-weight: normal; font-size: 14px !important; }
/* line 2390, ../sass/base.scss */
.js-composer .cc-controls .icon-remove-1, .js-composer .cc-controls .icon-tick11 { color: #999; padding: 7px; cursor: pointer; font-size: 12px; font-weight: bold; }
/* line 2397, ../sass/base.scss */
.js-composer .cc-controls .icon-remove-1:hover, .js-composer .cc-controls .icon-tick11:hover { color: #4d4d4d; text-decoration: none; }

/* Ng-Progress bar start */
/* line 2406, ../sass/base.scss */
#ngProgress { margin: 0; padding: 0; z-index: 99998; background-color: #1fa0e0; color: #1fa0e0; box-shadow: 0 0 4px 0; /* Inherits the font color */ height: 1px; opacity: 0; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

/* Styling for the ngProgress-container */
/* line 2419, ../sass/base.scss */
#ngProgress-container { position: fixed; margin: 0; padding: 0; top: 0; left: 0; right: 0; z-index: 99999; }

/* Ng-Progress bar end */
/* line 2430, ../sass/base.scss */
.anchor-payment th { min-width: 100px; }

/* line 2434, ../sass/base.scss */
.badge.badge-green { background-color: #15bf00; }

/* line 2438, ../sass/base.scss */
.badge.badge-red { background-color: #e80000; }

/* line 2442, ../sass/base.scss */
.ng-dialog-box { background: #f0f0f0; padding: 1px; border-radius: 4px; }

/* line 2447, ../sass/base.scss */
.ng-dialog-heading { font-size: 1.4em; font-weight: 600; border-bottom: 1px solid #bfbfbf; margin: 20px; padding: 10px 0; }

/* line 2454, ../sass/base.scss */
.ng-dialog-body { margin: 20px; }

/* line 2457, ../sass/base.scss */
.small-input-box { width: 250px; display: inline-block; }

/* line 2461, ../sass/base.scss */
.form-label { width: 150px; margin: 10px; }

/* line 2465, ../sass/base.scss */
.ng-dialog-footer { margin: 10px 20px; border-top: 1px solid #bfbfbf; padding: 10px 0 0; }

/* line 2470, ../sass/base.scss */
.ngdialog-theme-default.update-tier .ngdialog-content { background: white !important; width: 350px !important; }

/* line 2475, ../sass/base.scss */
.hover-dropbtn { background-color: #04AA6D; color: white; padding: 16px; font-size: 16px; border: none; }

/* line 2483, ../sass/base.scss */
.hover-dropdown { position: relative; display: inline-block; }

/* line 2488, ../sass/base.scss */
.hover-dropdown-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; }

/* line 2497, ../sass/base.scss */
.hover-dropdown-content button { color: black; padding: 12px 16px; text-decoration: none; display: block; overflow-wrap: break-word; border: none; }

/* line 2506, ../sass/base.scss */
.hover-dropdown-content button:hover { background-color: #ddd; }

/* line 2508, ../sass/base.scss */
.hover-dropdown:hover .hover-dropdown-content { display: flex; }

/* line 2510, ../sass/base.scss */
.hover-dropdown:hover .hover-dropbtn { background-color: #3e8e41; }

/* line 2512, ../sass/base.scss */
.selected-button { background-color: lawngreen; }

/* line 2516, ../sass/base.scss */
.rejected-button { background-color: pink; }

/* line 2520, ../sass/base.scss */
.whatsapp-received { background-color: #f8f8f8; color: black; border-radius: 10px; margin: 5px 5px 5px 100px; padding: 10px; text-align: right; }

/* line 2529, ../sass/base.scss */
.whatsapp-sent { background-color: #dbf7c5; color: black; border-radius: 10px; margin: 5px 100px 5px 5px; padding: 10px; }

/* line 2537, ../sass/base.scss */
.chat-navigation-button { background-color: #04AA6D; color: #ffffff; font-size: 17px; font-weight: bold; border: 1px solid #cccccc; border-radius: 5px; }

/* line 2546, ../sass/base.scss */
.table-header { font-size: 18px; font-weight: bold; background-color: white; padding: 10px; border-bottom-style: solid; border-width: thin; border-color: black; margin-top: 15px; }

/* line 2557, ../sass/base.scss */
.table-row { font-size: 15px; border-bottom-style: solid; border-width: thin; border-color: black; background-color: white; padding: 10px; cursor: pointer; }

/* line 2567, ../sass/base.scss */
.marginL15 { margin-left: 15px !important; }

/* line 2569, ../sass/base.scss */
.marginL40 { margin-left: 40px !important; }

/* line 2571, ../sass/base.scss */
.paddingB5 { padding-bottom: 5px !important; }

/* line 2573, ../sass/base.scss */
.paddingTB10LR40 { padding: 10px 40px !important; }

/* line 2575, ../sass/base.scss */
.fileUpload { position: relative; overflow: hidden; }

/* line 2579, ../sass/base.scss */
.fileUpload input.upload { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); }

/* line 2590, ../sass/base.scss */
.ng-invalid-required.ng-touched { border: 2px solid red !important; }

@media (max-width: 585px) { /* line 2593, ../sass/base.scss */
  .h1 { font-size: 1.5em; margin: 0.67em 0; font-weight: bolder; } }
/* line 2597, ../sass/base.scss */
.custom-dropdown ul { font-family: 'Montserrat', sans-serif !important; padding: 0; position: absolute; right: 5px; left: 5px; width: auto; border: 1px solid #B9BCC0; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; -moz-transition-property: opacity; -o-transition-property: opacity; -webkit-transition-property: opacity; transition-property: opacity; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); font-size: 14px; font-weight: normal; z-index: 9; background: #f7f7fa; border-top: none; }

/* line 2598, ../sass/base.scss */
.custom-dropdown ul li { display: block; color: #747474; padding: 10px; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }

/* line 2599, ../sass/base.scss */
.custom-dropdown ul li:hover { background: #07ade4 !important; color: #fff; }

/* line 2600, ../sass/base.scss */
.custom-dropdown:hover ul { display: block; opacity: 1; visibility: visible; }

/* line 2601, ../sass/base.scss */
.custom-dropdown ul.notesDropdown { right: 0 !important; left: inherit !important; top: 6px; }

/* line 2602, ../sass/base.scss */
.supplier-input { padding: 50px; border: 1px dashed #777; margin: 20px 0; }

/* line 2604, ../sass/base.scss */
.pincodeUpdateDetails { max-width: 500px !important; width: 100% !important; border-radius: 6px; padding: 20px !important; overflow-y: auto; white-space: nowrap; }
/* line 2611, ../sass/base.scss */
.pincodeUpdateDetails h2 { font-weight: 600 !important; font-size: 20px; }
/* line 2616, ../sass/base.scss */
.pincodeUpdateDetails .report-contianer .form-group { position: relative; margin-bottom: 20px; }
/* line 2620, ../sass/base.scss */
.pincodeUpdateDetails .report-contianer .form-group label sup { color: #ff0000; font-size: 14px; top: -2px; }
/* line 2626, ../sass/base.scss */
.pincodeUpdateDetails .report-contianer .form-group select.form-control { padding: 6px; }
/* line 2629, ../sass/base.scss */
.pincodeUpdateDetails .report-contianer .form-group .error-field { position: absolute; font-size: 12px; bottom: -20px; }
/* line 2636, ../sass/base.scss */
.pincodeUpdateDetails .actionBtns { padding: 20px 0; }
/* line 2638, ../sass/base.scss */
.pincodeUpdateDetails .actionBtns .btn { font-size: 16px; font-weight: 500; margin: 0 5px; }
/* line 2643, ../sass/base.scss */
.pincodeUpdateDetails .actionBtns .btn.btn-primary:hover, .pincodeUpdateDetails .actionBtns .btn.btn-primary:active { color: #fff; }
/* line 2648, ../sass/base.scss */
.pincodeUpdateDetails .actionBtns .btn.btn-default:hover, .pincodeUpdateDetails .actionBtns .btn.btn-default:active { color: #333; }

/* line 2658, ../sass/base.scss */
.ngdialog.ngdialog-theme-default.ngdialog-v1 .ngdialog-content { border-radius: 6px; padding: 0px; max-width: 750px; width: 95% !important; margin: auto; background: #fff !important; }
/* line 2666, ../sass/base.scss */
.ngdialog.ngdialog-theme-default.ngdialog-v1 .ngdialog-content .ngdialog-close:before { color: #333; }
/* line 2671, ../sass/base.scss */
.ngdialog.ngdialog-theme-default.ngdialog-v1 .panel { margin: 0; border: none; }
/* line 2676, ../sass/base.scss */
.ngdialog.ngdialog-theme-default.ngdialog-v1.createNewAnchorSection .ngdialog-content { max-width: 800px; }
/* line 2680, ../sass/base.scss */
.ngdialog.ngdialog-theme-default.ngdialog-v1.createNewAnchorSection .panel .panel-body { max-height: 70vh; overflow: auto; white-space: nowrap; }
/* line 2684, ../sass/base.scss */
.ngdialog.ngdialog-theme-default.ngdialog-v1.createNewAnchorSection .panel .panel-body h4.heading { margin: 0 0 20px; }
/* line 2689, ../sass/base.scss */
.ngdialog.ngdialog-theme-default.ngdialog-v1.createNewAnchorSection .tab-wrapper { padding: 0 15px; }
/* line 2691, ../sass/base.scss */
.ngdialog.ngdialog-theme-default.ngdialog-v1.createNewAnchorSection .tab-wrapper > div { display: flex; overflow-x: auto; white-space: nowrap; }
/* line 2696, ../sass/base.scss */
.ngdialog.ngdialog-theme-default.ngdialog-v1.createNewAnchorSection .tab-wrapper .tab { text-transform: capitalize; font-size: 15px; float: none; white-space: unset; text-overflow: initial; overflow: unset; }
/* line 2705, ../sass/base.scss */
.ngdialog.ngdialog-theme-default.ngdialog-v1.createNewAnchorSection .actionBtns { margin-top: 20px; }

/* line 2713, ../sass/base.scss */
.panel .form-group { position: relative; margin-bottom: 20px; }
/* line 2716, ../sass/base.scss */
.panel .form-group sup { color: #f00; font-size: 14px; top: -2px; }
/* line 2721, ../sass/base.scss */
.panel .form-group select.form-control { padding: 6px; }
/* line 2725, ../sass/base.scss */
.panel .form-group .radio-group label { font-weight: 400 !important; }
/* line 2728, ../sass/base.scss */
.panel .form-group .radio-group .radio-inline + .radio-inline { margin-left: 20px; }
/* line 2732, ../sass/base.scss */
.panel .form-group .error-field { position: absolute; font-size: 12px; bottom: -20px; left: 0; color: #dd4a4a; }
/* line 2741, ../sass/base.scss */
.panel .panel-body .createBtn { padding: 6px 20px; }
/* line 2745, ../sass/base.scss */
.panel .actionBtns { padding: 20px 0; }
/* line 2748, ../sass/base.scss */
.panel .btn { font-size: 16px; font-weight: 500; margin: 0 5px; min-width: 100px; }
/* line 2754, ../sass/base.scss */
.panel .btn.btn-primary:hover, .panel .btn.btn-primary:active { color: #fff; }
/* line 2759, ../sass/base.scss */
.panel .btn.btn-default:hover, .panel .btn.btn-default:active { color: #333; }

/* line 2767, ../sass/base.scss */
.createNewAnchorSection .panel-heading { color: #333; }
/* line 2769, ../sass/base.scss */
.createNewAnchorSection .panel-heading.anchorProfile { margin-bottom: 0; font-weight: 500; text-transform: capitalize; font-size: 20px; }

/* line 2777, ../sass/base.scss */
.error_field { color: #dd4a4a; }

/* line 2780, ../sass/base.scss */
.header-row { position: relative; min-height: 50px; }

/* line 2784, ../sass/base.scss */
.logo-website { float: left; max-height: 95px; line-height: 65px; position: relative; }
/* line 2789, ../sass/base.scss */
.logo-website .logo-wrap { padding: 15px 0; }
/* line 2790, ../sass/base.scss */
.logo-website .logo-img { display: inline-block; transition-duration: 400ms; transition-property: all; transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); width: 91px; height: 29px; max-width: 100%; max-height: 100%; vertical-align: middle; }
/* line 2802, ../sass/base.scss */
.logo-website .logo-separator { position: absolute; top: 24px; left: 106px; font-size: 18px; font-weight: 100; line-height: normal; font-family: "Montserrat", sans-serif; color: #bfc1c7; }
/* line 2811, ../sass/base.scss */
.logo-website .automate-logo { top: 12px; position: absolute; left: 120px; }

/* line 2818, ../sass/base.scss */
.gpay_bulk_upload_button { padding: 10px 20px; border: 2px solid #ffff; background-color: white; color: #007bff; font-size: 16px; cursor: pointer; transition: all 0.3s ease; }

/* line 2828, ../sass/base.scss */
.gpay_bulk_upload_button:hover { background-color: #007bff; color: white; }

/* line 2833, ../sass/base.scss */
.selected { background-color: #007bff !important; color: white !important; }
