@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Cantarell:400,700,400italic,700italic');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0;
}

a:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
a:focus[data-focus-method="touch"]:not(input):not(textarea):not(select),
input:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
input:focus[data-focus-method="touch"]:not(input):not(textarea):not(select),
textarea:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
textarea:focus[data-focus-method="touch"]:not(input):not(textarea):not(select),
select:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
select:focus[data-focus-method="touch"]:not(input):not(textarea):not(select),
button:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
button:focus[data-focus-method="touch"]:not(input):not(textarea):not(select),
[tabindex]:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
[tabindex]:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    outline: none
}

a::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner,
select::-moz-focus-inner,
button::-moz-focus-inner,
[tabindex]::-moz-focus-inner {
    border: 0;
    padding: 0
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html,
body {
    height: 100%;
    min-height: 100%;
    position: relative;
    background-color: #fff;
    font-size: 16px;
}

html {
    -webkit-tap-hightlight-color: transparent !important;
    -webkit-font-smoothing: antialiased;
    font-style: normal !important;
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    background: #fff;
    max-width: 100%;
}

body {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.2;
    font-family: 'Titillium Web', 'Open Sans', sans-serif;
    font-weight: 400;
    background: transparent;
    color: #000;
    max-width: 100%;
    margin:0;
    padding:0;
    overflow-x: hidden;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-overflow-scrolling: touch !important;
    overflow-scrolling: touch !important;
}

[tabindex='-1']:focus {
    outline: none;
}

ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
form,
fieldset,
input,
legend,
pre,
abbr {
    margin: 0;
    padding: 0;
}

ul,
ol,
dl {
    list-style: none;
}

ul li,
ol li,
dl dd {
    list-style: none;
}

fieldset,
iframe {
    border: 0;
}

img,
video{
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: middle;
    display: block;
    border: 0;
}

img {
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
}

iframe { width:100%!important;}

i {
    padding: 0;
    line-height: 1;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: medium none;
    vertical-align: middle;
}

table th {
    border: 0;
    padding: 5px 7px;
    text-align: center;
}

table td {
    padding: 5px 10px;
    text-align: center;
}

table thead th {
    vertical-align: bottom;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}

table tbody + tbody {
    border-top: 2px solid #000;
}


/* TEXT */

a {
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
    outline: 0;
    -webkit-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:active {
    outline: 0;
}

a[disabled],
a[disabled]:hover {
    pointer-events: none;
}

a img {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    font-style: normal;
    display: block;
    letter-spacing: 0em;
    word-wrap: break-word;
    word-break: keep-all;
}

h1,
.h1 {
    font-size: 3.6rem;
    line-height: 1.25em;
}

h2,
.h2 {
    font-size: 3rem;
    line-height: 1.384615384615385em;
}

h3,
.h3 {
    font-size: 2.4rem;
    line-height: 1.304347826086957em;
}

h4,
.h4 {
    font-size: 1.8rem;
    line-height: 1.2em;
}

h5,
.h5 {
    font-size: 1.4rem;
    line-height: 1.571428571428571em;
}

h6,
.h6 {
    font-size: 1.125rem;
    line-height: 1.538461538461538em;
}

.h1,.h2,.h3,.h4,.h5,.h6{
    margin-bottom: 1rem;
    margin-top: 0;
}

p,span {
    line-height: 1.5rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {}

a,
p a {
    text-decoration: none;
    cursor: pointer;
    word-wrap: break-word;
}

a:hover,
p a:hover {
    text-decoration: none;
    outline: 0;
}

q,
blockquote {
    font-weight: 300;
    line-height: 40px;
    font-size: 22px;
    padding-left: 0px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

address {
    display: block;
    font-style: normal;
}

sup {
    font-size: 10px;
    vertical-align: super;
}

sub {
    font-size: 10px;
    vertical-align: sub;
}

p:empty,
span:empty {
    display: none;
}

.bold,
strong,
b {
    font-weight: 700;
}



/* Image Fitment */

.img-fill img {
    -o-object-fit: fill;
    object-fit: fill;
}

.img-contain img {
    -o-object-fit: contain;
    object-fit: contain;
}

.img-cover img {
    -o-object-fit: cover;
    object-fit: cover;
}

.img-scale_down img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.img-none img {
    -o-object-fit: none;
    object-fit: none;
}


/* Flex .. */


.flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.flex-row-wrap {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-justify--start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.flex-justify--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.flex-justify--end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.flex-justify--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.flex-vertical-align--center {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.flex-vertical-align--top {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.flex-vertical-align--bottom {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.flex-end {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.flex-container {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width:568px) {
    .col-sm-20 {
        width: 20%;
    }
}

* Image Fitment */

.img-fill img {
    -o-object-fit: fill;
    object-fit: fill;
}

.img-contain img {
    -o-object-fit: contain;
    object-fit: contain;
}

.img-cover img {
    -o-object-fit: cover;
    object-fit: cover;
}

.img-scale_down img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.img-none img {
    -o-object-fit: none;
    object-fit: none;
}


/* Flex .. */


.layout,
.layout-column,
.layout-row,
.flex-row{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.layout:before,
.layout:after,
.layout-column:before,
.layout-column:after,
.layout-row:before,
.layout-row:after,
.flex-row:before,
.flex-row:after {
    content: '';
    display: none !important;
}

.layout-row{
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.layout-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.layout-padding,
.layout-padding > *,
.layout-padding > .flex {
    padding: 8px;
}

.layout-margin,
.layout-margin > *,
.layout-margin > .flex {
    margin: 8px;
}

.layout-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.layout-nowrap {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
}

.layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
}



.layout-align,
.layout-align-start-stretch {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
}

.layout-align-start,
.layout-align-start-start,
.layout-align-start-center,
.layout-align-start-end,
.layout-align-start-stretch {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.layout-align-center,
.layout-align-center-start,
.layout-align-center-center,
.layout-align-center-end,
.layout-align-center-stretch {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.layout-align-end,
.layout-align-end-start,
.layout-align-end-center,
.layout-align-end-end,
.layout-align-end-stretch {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.layout-align-space-around,
.layout-align-space-around-center,
.layout-align-space-around-start,
.layout-align-space-around-end,
.layout-align-space-around-stretch {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
}

.layout-align-space-between,
.layout-align-space-between-center,
.layout-align-space-between-start,
.layout-align-space-between-end,
.layout-align-space-between-stretch {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.layout-align-start-start,
.layout-align-center-start,
.layout-align-end-start,
.layout-align-space-between-start,
.layout-align-space-around-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.layout-align-start-center,
.layout-align-center-center,
.layout-align-end-center,
.layout-align-space-between-center,
.layout-align-space-around-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 100%;
}

.layout-align-start-center > *,
.layout-align-center-center > *,
.layout-align-end-center > *,
.layout-align-space-between-center > *,
.layout-align-space-around-center > * {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-align-start-end,
.layout-align-center-end,
.layout-align-end-end,
.layout-align-space-between-end,
.layout-align-space-around-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.layout-align-start-stretch,
.layout-align-center-stretch,
.layout-align-end-stretch,
.layout-align-space-between-stretch,
.layout-align-space-around-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}


.flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box;
}

.flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
}

.flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box;
}

.flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
}

.flex-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box;
}

.flex-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
}

.flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.flex-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 0%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 0%;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 0%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 0%;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
}

.layout-column > .flex-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 0%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 0%;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0;
}

.flex-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 5%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 5%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 5%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 10%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-10{
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 10%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-10{
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 10%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 15%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 15%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 15%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    /*max-width: 20%;*/
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    /*max-width: 20%;*/
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 100%;
    /*max-width: 20%;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-25{
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-25{
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-30{
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 35%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 35%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 35%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 45%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 45%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 45%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-50{
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-50{
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 55%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-55{
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 55%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 55%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-60{
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 65%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-65{
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 65%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 65%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 70%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 70%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 70%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 80%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 80%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-80{
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 80%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 85%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 85%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 85%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 90%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 90%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 90%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 95%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-95 {
     -webkit-box-flex: 1;
    -webkit-flex: 0 0 95%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-95 {
     -webkit-box-flex: 1;
    -webkit-flex: 0 0 95%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex,.layout-row > .flex {
    min-width: 0;
}

.layout-column > .flex,.layout-column > .flex {
    min-height: 0;
}

.flex-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 2%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 2%;
    -ms-flex: 0 0 2%;
    flex: 0 0 2%;
    max-width: 2%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 2%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 2%;
    -ms-flex: 0 0 2%;
    flex: 0 0 2%;
    max-width: 2%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
}

.layout-column > .flex-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 2%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 2%;
    -ms-flex: 0 0 2%;
    flex: 0 0 2%;
    max-width: 100%;
    max-height: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0;
}

.flex-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 3%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 3%;
    -ms-flex: 0 0 3%;
    flex: 0 0 3%;
    max-width: 3%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 3%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 3%;
    -ms-flex: 0 0 3%;
    flex: 0 0 3%;
    max-width: 3%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 3%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 3%;
    -ms-flex: 0 0 3%;
    flex: 0 0 3%;
    max-width: 100%;
    max-height: 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 4%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 4%;
    -ms-flex: 0 0 4%;
    flex: 0 0 4%;
    max-width: 4%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 4%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 4%;
    -ms-flex: 0 0 4%;
    flex: 0 0 4%;
    max-width: 4%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 4%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 4%;
    -ms-flex: 0 0 4%;
    flex: 0 0 4%;
    max-width: 100%;
    max-height: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 5%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 5%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 5%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-6 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 6%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 6%;
    -ms-flex: 0 0 6%;
    flex: 0 0 6%;
    max-width: 6%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-6{
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 6%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 6%;
    -ms-flex: 0 0 6%;
    flex: 0 0 6%;
    max-width: 6%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-6 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 6%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 6%;
    -ms-flex: 0 0 6%;
    flex: 0 0 6%;
    max-width: 100%;
    max-height: 6%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-7 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 7%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 7%;
    -ms-flex: 0 0 7%;
    flex: 0 0 7%;
    max-width: 7%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-7 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 7%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 7%;
    -ms-flex: 0 0 7%;
    flex: 0 0 7%;
    max-width: 7%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-7 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 7%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 7%;
    -ms-flex: 0 0 7%;
    flex: 0 0 7%;
    max-width: 100%;
    max-height: 7%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-8 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 8%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 8%;
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-8 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 8%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 8%;
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-8 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 8%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 8%;
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 100%;
    max-height: 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-9 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 9%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 9%;
    -ms-flex: 0 0 9%;
    flex: 0 0 9%;
    max-width: 9%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-9{
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 9%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 9%;
    -ms-flex: 0 0 9%;
    flex: 0 0 9%;
    max-width: 9%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-9 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 9%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 9%;
    -ms-flex: 0 0 9%;
    flex: 0 0 9%;
    max-width: 100%;
    max-height: 9%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 10%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-row > .flex-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 10%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-column > .flex-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 10%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



/* HELPERS */

ul.bullet-list{
    margin:0 0 1.5em 1.2em;
}
ul.bullet-list li {
    list-style: disc;
}

img[class*=wp-image-] {
    width: auto !important;
    margin: 1em auto;
    float: none;
    display: block;
}

.hidden {
    display: none !important;
}

.visible {
    display: block !important;
}

.centered,
.center-block {
    float: none !important;
}

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

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}


.overflow-hidden {
    overflow: hidden;
}


.no-bottom-padding {
    padding-bottom: 0 !important;
}


.no-bottom-margin {
    margin-bottom: 0 !important;
}

.no-border {
    border: none;
}

.non-breaking-space {
    white-space: nowrap;
}

.no-transition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.nowrap {
    display: inline-block;
    text-decoration: inherit;
    white-space: nowrap
}

.clear {
    clear: both
}

#top {
    position: absolute;
    top: 0
}

.cursor-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.cursor-grabbing {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

[class^=col-] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    float: left;
    min-height: 2px
}


.visuallyHidden {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
    opacity: 1;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.aligncenter {
    display: block;
    margin: 10px auto;
}

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

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

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


.visible-xxs{display:none;}

@media only screen and (max-width:568px){
    .hidden-xxs{
        display:none !important;
    }

    .visible-xxs{
        display:block !important;
    }
}

/* Bootstrap Components */

.btn, input.button, input[type=submit], input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    outline: none;
    border: 0;
    display: inline-block;
    width:auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 0 14px;
    margin: 6px 0;
    min-height: 2.25em;
    line-height: 2.25em;
    text-align: center;
    text-transform: uppercase;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    font-weight:700;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

button.btn::-moz-focus-inner {
    border: 0;
}

.btn:hover,
.btn:focus,
input.button:hover,
input.button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus{
    color: #fff !important;
    outline: none;
    background: #404041;
}

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

.btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.btn-group > .btn {
    display: block;
    overflow: hidden;
    border-width: 1px 0px 1px 1px;
    border-radius: 0;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 1px 0 0 !important;
}

.btn-group > .btn:first-child {
    border-radius: 2px 0px 0px 2px;
}

.btn-group > .btn:last-child {
    border-right-width: 1px;
    border-radius: 0px 2px 2px 0px;
}

.btn-group > .btn:focus {
    outline: 0;
}

.nav-pills>li+li {
    margin-left: 0;
}


/* Padding + Margin */

.padding-tb-xlg {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}
.padding-tb-lg {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}
.padding-tb-md {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.padding-tb-sm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.padding-tb-xs {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}
.padding-tb-xxs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.padding-lr-xlg {
    padding-left: 6rem;
    padding-right: 6rem;
}
.padding-lr-lg {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}
.padding-lr-md {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.padding-lr-sm {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
}
.padding-lr-xs {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.padding-lr-xxs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.padding-xlg {
    padding: 3.75rem;
}
.padding-lg {
    padding: 3.125rem;
}
.padding-md {
    padding: 2.5rem;
}
.padding-sm {
    padding: 1.5625rem;
}
.padding-xs {
    padding: 0.9375rem;
}
.padding-xxs {
    padding: 0.5rem;
}



.margin-tb-xlg {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
}
.margin-tb-lg {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
}
.margin-tb-md {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.margin-tb-sm {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
}
.margin-tb-xs {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}
.margin-tb-xxs {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.margin-lr-xlg {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
}
.margin-lr-lg {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
}
.margin-lr-md {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}
.margin-lr-sm {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
}
.margin-lr-xs {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
}
.margin-lr-xxs {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.margin-xlg {
    margin: 3.75rem;
}
.margin-lg {
    margin: 3.125rem;
}
.margin-md {
    margin: 2.5rem;
}
.margin-sm {
    margin: 1.5625rem;
}
.margin-xs {
    margin: 0.9375rem;
}
.margin-xxs {
    margin: 0.5rem;
}





/* Background Attributes */

.cover-bg-image {
    background-size: cover !important;
}

.contain-bg-image {
    background-size: contain !important;
}

.parallax-image {
    background-attachment: fixed !important;
}

.bg-pos-tl {
    background-position: top left !important;
}

.bg-pos-tc {
    background-position: top center !important;
}

.bg-pos-tr {
    background-position: top right !important;
}

.bg-pos-cl {
    background-position: center left !important;
}

.bg-pos-cc {
    background-position: center center !important;
}

.bg-pos-cr {
    background-position: center right !important;
}

.bg-pos-bl {
    background-position: bottom left !important;
}

.bg-pos-bc {
    background-position: bottom center !important;
}

.bg-pos-br {
    background-position: bottom right !important;
}

.bg-no-repeat {
    background-repeat: no-repeat !important;
}

.bg-repeat-v {
    background-repeat: repeat-y !important;
}

.bg-repeat-h {
    background-repeat: repeat-x !important;
}

.image-background {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

.image-blur-bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 93%;
    height: 100%;
    display: block;
    overflow: hidden;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Input */

::-webkit-input-placeholder {
    color: #555;
    font-family: 'Titillium Web', 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

:-moz-placeholder {
    color: #555;
    font-family: 'Titillium Web', 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

::-moz-placeholder {
    color: #555;
    font-family: 'Titillium Web', 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

:-ms-input-placeholder {
    color: #555;
    font-family: 'Titillium Web', 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.label-small {
    margin-bottom: 0;
    font-weight: normal;
}

form {
    display: block;
}

select,
button,
textarea,
input {
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
}

input[type="reset"],
input[type="submit"],
html input[type="button"],
button {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="reset"][disabled],
input[type="submit"][disabled],
html input[type="button"][disabled],
button[disabled] {
    cursor: default;
}

textarea {
    vertical-align: top;
    overflow: auto;
    max-width: 100%;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    text-shadow: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
    min-height: 26px;
}

textarea {
    resize: none;
    overflow: hidden;
}

fieldset {
    width: 100%;
}

label {
    color: #eee;
    line-height: 1.8em;
    min-width: 100%;
    display: block;
    font-weight: 500;
}

label.btn {
    min-width: 1px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=date],
textarea {
    width: 100%;
    margin: 0;
    padding: 10px !important;
    border: none;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    text-decoration: none;
    color: #555;
    background: #f4f4f4;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearence: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    border-radius: 0px !important;
}

input[type="button"],
input[type="submit"],
button {
    appearence: none;
    outline: 0;
    border: 0;
    border-radius: 0;
    position: relative;
    vertical-align: baseline;
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
button:focus,
button:hover {
    outline: none !important;
    color: inherit;
}

input[type=text]:focus,
input[type=text]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=url]:focus,
input[type=url]:hover,
input[type=search]:focus,
input[type=search]:hover,
input[type=date]:focus,
input[type=date]:hover,
textarea:focus,
textarea:hover{
    color: #000;
    background-color: #dedede;
}

select {
    padding: 10px !important;
    width: 100%;
    border: 0 !important;
    border: none !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #555;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

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


/* GFORM */

.gform_wrapper {
    max-width: 100%;
    margin:0 auto 1em;
}

.gform_wrapper .gform_heading {
    width: 100%;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 22px
}

.gform_wrapper .gsection_description {
    width: 100%;
    font-family: inherit;
    font-size: 67.5%;
    padding: 5px 0 0
}

.gform_wrapper h2.gsection_title {
    width: 100%;
    font-size: 125%
}

.gform_wrapper h3.gform_title {
    width: 100%;
    margin: 0 0 .2em;
    font-size: 1.2em;
    letter-spacing: -2px!important;
    text-transform: uppercase
}

.gform_wrapper .ginput_full input:focus+label,
.gform_wrapper .ginput_left input:focus+label,
.gform_wrapper .ginput_right input:focus+label,
.gform_wrapper .validation_message,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: inherit
}

.gform_wrapper .top_label div.input-container,
.gform_wrapper form.inline-gform label.gfield_label+div.ginput_container,
.gform_wrapper li.gfield.gf_list_2col label.gfield_label,
.gform_wrapper li.gfield.gf_list_3col label.gfield_label,
.gform_wrapper li.gfield.gf_list_4col label.gfield_label,
.gform_wrapper li.gfield.gf_list_5col label.gfield_label,
.gform_wrapper li.gfield.gf_list_inline label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0
}

.gform_wrapper ul li.gfield {
    margin: 1.0em 0 0;
    padding: 0 0.5em 0 0!important;
}

.gform_wrapper .top_label div.ginput_container {
    margin: 0!important
}

.gform_wrapper .top_label .gfield:last-child {
    margin-bottom: .75em!important
}

.gform_wrapper .top_label li.gsection.gf_scroll_text {
    margin-bottom: .5em!important;
    width: 100%!important
}

.gform_wrapper .top_label .gsection,
.gform_wrapper .top_label li.gfield.gf_left_half+li.gsection,
.gform_wrapper .top_label li.gfield.gf_right_half+li.gsection {
    margin-top: 0!important;
    margin-bottom: 4px!important;
    border-bottom: 1px solid #000;
    padding: 28px 0 4px
}

.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .top_label .gfield_label,
.gform_wrapper form.inline-gform .gform_heading h3 {
    margin: 0
}

.gform_wrapper .top_label li.gfield.gf_left_half {
    margin-right: 4%;
    float: left;
    margin-left: 0!important;
    width: 48%
}

.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=password],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_left select,
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url],
.gform_wrapper .ginput_complex .ginput_full select,
.gform_wrapper .ginput_complex .ginput_left input[type=email],
.gform_wrapper .ginput_complex .ginput_left input[type=number],
.gform_wrapper .ginput_complex .ginput_left input[type=password],
.gform_wrapper .ginput_complex .ginput_left input[type=tel],
.gform_wrapper .ginput_complex .ginput_left input[type=text],
.gform_wrapper .ginput_complex .ginput_left input[type=url],
.gform_wrapper .ginput_complex .ginput_left select,
.gform_wrapper .ginput_complex .ginput_right input[type=email],
.gform_wrapper .ginput_complex .ginput_right input[type=number],
.gform_wrapper .ginput_complex .ginput_right input[type=password],
.gform_wrapper .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .ginput_complex .ginput_right input[type=text],
.gform_wrapper .ginput_complex .ginput_right input[type=url],
.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label li.gfield.gf_left_half input.large,
.gform_wrapper .top_label li.gfield.gf_left_half input.medium,
.gform_wrapper .top_label li.gfield.gf_left_half select.large,
.gform_wrapper .top_label li.gfield.gf_left_half select.medium,
.gform_wrapper .top_label li.gfield.gf_left_third input.large,
.gform_wrapper .top_label li.gfield.gf_left_third input.medium,
.gform_wrapper .top_label li.gfield.gf_left_third select.large,
.gform_wrapper .top_label li.gfield.gf_left_third select.medium,
.gform_wrapper .top_label li.gfield.gf_middle_third input.large,
.gform_wrapper .top_label li.gfield.gf_middle_third input.medium,
.gform_wrapper .top_label li.gfield.gf_middle_third select.large,
.gform_wrapper .top_label li.gfield.gf_middle_third select.medium,
.gform_wrapper .top_label li.gfield.gf_right_half input.large,
.gform_wrapper .top_label li.gfield.gf_right_half input.medium,
.gform_wrapper .top_label li.gfield.gf_right_half select.large,
.gform_wrapper .top_label li.gfield.gf_right_half select.medium,
.gform_wrapper .top_label li.gfield.gf_right_third input.large,
.gform_wrapper .top_label li.gfield.gf_right_third input.medium,
.gform_wrapper .top_label li.gfield.gf_right_third select.large,
.gform_wrapper .top_label li.gfield.gf_right_third select.medium,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
    width: 100%!important
}

.gform_wrapper .top_label li.gfield.gf_left_third,
.gform_wrapper .top_label li.gfield.gf_middle_third {
    margin-right: 4%;
    float: left;
    margin-left: 0!important;
    width: 30.66667%
}

.gform_wrapper .top_label li.gfield.gf_right_half {
    float: left;
    margin-left: 0!important;
    width: 48%
}

.gform_wrapper .top_label li.gfield.gf_right_third {
    float: left;
    margin-left: 0!important;
    width: 30.66667%
}

.gform_wrapper .gfield_error .ginput_complex .ginput_left,
.gform_wrapper .gfield_error .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
    width: 48%
}

.gform_wrapper .left_label input.small,
.gform_wrapper .left_label select.small,
.gform_wrapper .right_label input.small,
.gform_wrapper .right_label select.small,
.gform_wrapper .top_label input.small,
.gform_wrapper .top_label select.small {
    width: 25%
}

.gform_wrapper .top_label .gfield_error,
.gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100%;
    border: 1px solid #f93434;
}

.gform_wrapper .left_label .gfield,
.gform_wrapper .right_label .gfield {
    margin-bottom: 1.5em!important
}

.gform_wrapper .left_label li.gsection.gf_scroll_text {
    margin-bottom: 1.5em!important;
    width: 70%!important;
    margin-left: 30%!important;
    margin-right: 0!important
}

.gform_wrapper .left_label .gsection,
.gform_wrapper .left_label li.gfield.gf_left_half+li.gsection,
.gform_wrapper .left_label li.gfield.gf_right_half+li.gsection,
.gform_wrapper .right_label .gsection,
.gform_wrapper .right_label li.gfield.gf_left_half+li.gsection,
.gform_wrapper .right_label li.gfield.gf_right_half+li.gsection {
    margin-top: 0!important;
    margin-bottom: 10px!important;
    border-bottom: 1px solid #000;
    padding: 28px 0 6px
}

.gform_wrapper .left_label .gfield_label {
    width: 30%;
    font-size: 82.5%;
    float: left;
    margin-right: 0;
    padding: 0 4% 0 0
}

.gform_wrapper .left_label .gfield_description,
.gform_wrapper .left_label .instruction {
    width: 70%!important;
    margin-left: 30%!important;
    margin-right: 0!important
}

.gform_wrapper .left_label input.medium,
.gform_wrapper .left_label select.medium,
.gform_wrapper .right_label input.medium,
.gform_wrapper .right_label select.medium {
    width: 33.635%
}

.gform_wrapper .left_label div.ginput_complex,
.gform_wrapper .left_label input.large,
.gform_wrapper .left_label select.large,
.gform_wrapper .left_label textarea.textarea,
.gform_wrapper .right_label div.ginput_complex,
.gform_wrapper .right_label input.large,
.gform_wrapper .right_label select.large,
.gform_wrapper .right_label textarea.textarea {
    width: 70%
}

.gform_wrapper .right_label li.gsection.gf_scroll_text {
    margin-bottom: 1.5em!important;
    width: 70%!important;
    margin-left: 0!important;
    margin-right: 30%!important
}

.gform_wrapper .right_label .gfield_label {
    width: 30%;
    font-size: 82.5%;
    float: right;
    margin-left: 0;
    padding: 0 0 0 4%;
    text-align: right
}

.gform_wrapper .right_label .gfield_description,
.gform_wrapper .right_label .instruction {
    width: 70%!important;
    margin-left: 0!important;
    margin-right: 30%!important
}

.gform_wrapper .gform_footer {
    margin: 0 0.5em 0 0!important;
}



.gform_wrapper .gform_footer.left_label {
    padding: 0 0 0 30%
}

.gform_wrapper .gform_footer.right_label {
    padding: 0 30% 0 0
}

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    padding-left: 2.5%!important
}

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li:nth-child(2n+1),
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li:nth-child(2n+1),
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li:nth-child(3n+1),
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li:nth-child(3n+1) {
    padding-left: 0!important
}

.gform_wrapper .description {
    font-family: inherit;
    font-size: 67.5%;
    padding: 5px 0 0
}

.gform_wrapper .gfield_description {
    font-family: inherit;
    font-size: 67.5%;
    padding: 2px 0 0
}

.gform_wrapper .ginput_complex label,
.gform_wrapper .instruction {
    font-family: inherit;
    font-size: 67.5%;
    margin: 0
}

.gform_wrapper .description_above .gfield_description {
    padding: 0 0 2px
}

.gform_wrapper gf_browser_chrome .gfield_checkbox li label,
.gform_wrapper gf_browser_chrome .gfield_radio li label,
.gform_wrapper gf_browser_safari .gfield_checkbox li label,
.gform_wrapper gf_browser_safari .gfield_radio li label {
    margin-top: 2px
}

.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper select,
.gform_wrapper textarea {
    display: inline-block;
    margin: 0;
    padding: 0 .65em;
    border-radius: 0!important
}

.gform_wrapper textarea.textarea{
    min-height:10em;
    resize: vertical;
}


.gform_wrapper select[multiple],
.gform_wrapper select[size] {
    height: auto
}

.gform_wrapper gf_browser_gecko select {
    padding: .45em .65em
}

.gform_wrapper li.gfield .ginput_complex .ginput_full,
.gform_wrapper li.gfield .ginput_complex .ginput_left,
.gform_wrapper li.gfield .ginput_complex .ginput_right {
    margin-bottom: 8px
}

.gform_wrapper li.gfield .ginput_complex .ginput_full+.ginput_left,
.gform_wrapper li.gfield .ginput_complex .ginput_left+.ginput_left,
.gform_wrapper li.gfield .ginput_complex .ginput_right+.ginput_left {
    clear: left
}

.gform_wrapper li.gfield .ginput_complex .ginput_full+.ginput_right,
.gform_wrapper li.gfield .ginput_complex .ginput_left+.ginput_right,
.gform_wrapper li.gfield .ginput_complex .ginput_right+.ginput_right {
    clear: right
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
    margin-bottom: 0!important
}

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_radio li input {
    margin-left: 1px
}

.gform_wrapper .gfield_checkbox li label{display:inline;}
.gform_wrapper .gfield_checkbox li input{display:inline-block;}

.gform_wrapper li.gsection.gf_scroll_text {
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #e2e2e2!important;
    padding-right: 20px;
    border-radius: 4px
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding: 6px 10px!important;
    color: #000
}

.gform_wrapper li.gfield.gfield_error {
    border: 1px solid transparent;
}

.gform_wrapper .gfield_label,
.gform_wrapper img.gform_ajax_spinner {
    display: none!important;
}

.gform_wrapper ul li.gfield {
    clear: none!important;
    display: inline-block;
    float: left
}

.gform_wrapper ul li.gfield.col-* {
    display: inline-block;
    float: left
}

.gform_wrapper div.validation_error {
    border: 0!important;
    margin-bottom: 1em;
    padding: 0!important
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0;
    background: 0 0;
    border: 0
}

.gform_wrapper li.gfield_error .gfield_description {
    font-style: italic;
    font-size: 75%;
    font-weight: 700;
    color: #f93434;
    text-align: left;
    text-transform: uppercase;
}

.gform_wrapper .gform_body {
    width: 100%;
    display: inline-block;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_wrapper .gform_footer input[type=image],
.gform_wrapper .gform_wrapper .gform_footer input[type=submit] {
    display: block!important;
}


/* Inline Form */

.gform_wrapper form.inline-gform {
    margin: 1em auto
}

.gform_wrapper form.inline-gform .gform_body,
.gform_wrapper form.inline-gform .gform_footer {
    display: inline-block;
    width: auto
}

.gform_wrapper form.inline-gform .gform_body>ul.gform_fields li.gfield {
    display: inline-block;
    margin: 0 1em 0 0 !important
}

.gform_wrapper form.inline-gform .gform_body>ul.gform_fields li.gfield:last-child {
    margin-right: 0
}

.gform_wrapper form.inline-gform .gform_heading {
    display: inline-block;
    width: auto;
    margin: 0 1em 0 0;
    font-size: 1.2em
}

@media only screen and (max-width:53.4375em) {
    .gform_wrapper form.inline-gform .gform_heading {
        width: 100%!important;
        margin: 0 0 1em!important
    }
}

@media only screen and (min-width:35.5em) {
    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=submit],
    .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type=submit] {
        width: 100%!important;
    }
}

@media only screen and (max-width:25.875em) {
    .gform_wrapper form.inline-gform .gform_body,
    .gform_wrapper form.inline-gform .gform_footer,
    .gform_wrapper form.inline-gform .gform_heading {
        display: block;
        margin: 0 auto 1em1em!important;
        width: 100%
    }
    .gform_wrapper form.inline-gform .gform_body>ul.gform_fields li.gfield {
        display: block;
        margin: 0 auto!important;
        padding: 10px 15px 0;
        width: 100%
    }
    .gform_wrapper form.inline-gform .gform_body>ul.gform_fields li.gfield:last-child {
        padding-bottom: 10px
    }
}


.gform_wrapper.show-labels_wrapper .gfield_label{
    display:block !important;
    font-weight:700;
}

#ui-datepicker-div{
    background:#fff;
    box-shadow:0 1px 1.5px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
    border:1px solid #e2e2e2;
}

#ui-datepicker-div .ui-datepicker-header{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    position:relative;
}

#ui-datepicker-div .ui-datepicker-header > .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header > .ui-datepicker-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}

#ui-datepicker-div .ui-datepicker-header > .ui-datepicker-next{
    right:5px;
}

#ui-datepicker-div .ui-datepicker-header > .ui-datepicker-prev{
    left:5px;
}

#ui-datepicker-div .ui-datepicker-header > .ui-datepicker-title{
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding:1em 3em;
}


/* BS4 */
.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex,
ul.inline-list {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.flex-row,
ul.inline-list {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap,
ul.inline-list {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width:576px) {
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
    .d-sm-none {
        display: none!important
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
    .d-md-none {
        display: none!important
    }
    .flex-md-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:992px) {
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
    .d-lg-none {
        display: none!important
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1200px) {
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
    .d-xl-none {
        display: none!important
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}
