@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Droid+Serif:400,700,400italic,700italic);
/*------------------------------------*\
	GOOGLE FONTS
\*------------------------------------*/
/* ----- Droid Serif and Lato ----- */
/*------------------------------------*\
	RESET
\*------------------------------------*/
/* A more considered reset; more of a restart...
by Harry of CSS Wizardy fame */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0; }

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong, b, mark {
  font-weight: bold;
  font-style: inherit; }

em, i, cite, q, address, dfn, var {
  font-style: italic;
  font-weight: inherit; }

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted; }

ins {
  border-bottom: 1px solid; }

a, u, ins {
  text-decoration: none; }

del, s {
  text-decoration: line-through; }

pre, code, samp, kbd {
  font-family: monospace; }

small {
  font-size: 0.75em; }

img {
  border: none;
  font-style: italic; }

input,
select,
textarea {
  font: inherit; }

/* End of the reset */
/*------------------------------------*\
	OVERALL DECLARATIONS
\*------------------------------------*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* Ye olde Clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* Responsify all teh imagezs */
img,
.wp-caption {
  display: block;
  height: auto;
  max-width: 100%; }

/* ----- Link colours ----- */
a:link {
  color: #2A4786; }

a:visited {
  color: #2A4786; }

a:hover {
  color: #c00; }

a:active {
  color: #f00; }

/* ----- Basic Font declarations ----- */
body {
  font-family: Lato, Calibri, "Helvetica Neue", Helvetica, Arial, Sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Droid Serif", Cambria, Georgia, "Times News Roman", Serif; }

hr {
  border: none;
  border-bottom: 1px solid #eaebec; }

/* ----- Container size ----- */
body {
  background: #eaebec; }

.container {
  background: #fff;
  margin: 0 auto;
  max-width: 1050px; }

.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

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

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

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

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

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

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

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

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

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

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

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #ffffff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #777777; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

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

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*------------------------------------*\
	ADVERTS
\*------------------------------------*/
.widget-adstream {
  text-align: center; }

.widget-adstream > div {
  display: inline-block; }

/*------------------------------------*\
	HEADER AREA
\*------------------------------------*/
.issue-tease,
.primary-nav {
  display: none;
  z-index: 9999; }

.masthead {
  background: #eaebec;
  position: relative; }

.logo_sm {
  display: none; }

.primary-nav__toggle {
  background: #fff;
  display: block;
  height: 34px;
  line-height: 34px;
  margin: 0 5% 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 44px;
  border: 1px solid #eaebec;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

@media only screen and (min-width: 760px) {
  .site-logo {
    margin: 0 0 0 7.5%; }
  .primary-nav__toggle {
    margin: 0 7.5% 0 0; } }

@media only screen and (min-width: 1000px) {
  .masthead {
    background: #fff;
    margin: 0 0 0 0;
    padding-top: 30px;
    position: relative; }
  .primary-nav-mobile {
    display: none; }
  .primary-nav__list_mobile {
    display: none; }
  .primary-nav__toggle {
    display: none; }
  .site-logo {
    float: none;
    margin: 0;
    margin-left: 5%;
    max-width: 250px;
    width: 30%; }
  /* ---- Issue teaser box ----- */
  /* ---- This feels a bit hacky, might need to revisit. ----- */
  .issue-tease {
    background: #c3d0ec;
    display: block;
    max-width: 450px;
    position: absolute;
    right: 5%;
    top: 42%;
    width: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .issue-tease__container {
    margin: 0 100px 0 0;
    padding: 18px 0 18px 18px; }
  .issue-tease__title {
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 3px 0;
    font-family: "Droid Serif", Cambria, Georgia, "Times News Roman", Serif; }
  #head .issue-tease__title a:link, #head .issue-tease__title a:visited {
    color: #000 !important; }
  .issue-tease__img {
    position: absolute;
    top: -18%;
    right: 12px;
    width: 80px; }
  /* ---- Primary navigation ----- */
  .primary-nav {
    background: #2A4786;
    clear: both;
    display: block;
    margin-bottom: 27px;
    text-align: center; }
  .primary-nav__list {
    list-style: none; }
  .primary-nav__item,
  .primary-nav .menu-item {
    display: inline-block; }
  .primary-nav__link,
  .primary-nav .menu-item a {
    display: block;
    padding: 12px; }
    .primary-nav__link:link, .primary-nav__link:visited,
    .primary-nav .menu-item a:link,
    .primary-nav .menu-item a:visited {
      color: #fff !important; }
    .primary-nav__link:hover,
    .primary-nav .menu-item a:hover {
      background: #1e325f; }
    .primary-nav__link:active,
    .primary-nav .menu-item a:active {
      background: #365cad; } }

@media only screen and (max-width: 1000px) {
  .masthead {
    border-bottom: #c9c9cb; }
  .logo_lg {
    display: none; }
  .logo_sm {
    float: none;
    margin: 0;
    padding-top: 8px;
    display: block;
    width: 140px; }
  .site-logo {
    height: 48px;
    margin: 0 0 0 5%;
    width: 50%; }
  .primary-nav-mobile {
    display: none; }
  .primary-nav__list_mobile {
    display: none; }
  .primary-nav-mobile {
    display: block;
    z-index: 1000;
    clear: both;
    background-color: #eaebec;
    overflow-y: auto;
    overflow-x: visible;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-right: auto;
    margin-left: auto; }
  .primary-nav__list_mobile {
    margin: 0;
    padding-left: 0;
    list-style: none;
    box-sizing: border-box; }
  .primary-nav__list_mobile li a {
    line-height: 20px;
    position: relative;
    display: block;
    padding: 10px 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: right; }
  .primary-nav__list_mobile li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    position: relative;
    display: block;
    text-align: -webkit-match-parent; } }

@media only screen and (min-width: 760px) and (max-width: 1000px) {
  .primary-nav__list_mobile li a {
    padding: 10px 7.5%; } }

.icon-bar:first-child {
  margin-top: 9px; }

.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #888;
  margin-top: 4px;
  margin-left: 10px; }

.primary-nav menu {
  margin-top: 10px;
  clear: both; }

@media only screen and (max-width: 1200px) {
  .issue-tease__text {
    font-size: 13px; } }

.ie8 .primary-nav__toggle {
  display: none; }

.ie8 .masthead {
  border-bottom: #c9c9cb; }

.ie8 .masthead {
  background: #fff;
  margin: 0 5% 0 5%;
  position: relative; }

.ie8 .primary-nav-mobile {
  display: none; }

.ie8 .primary-nav__list_mobile {
  display: none; }

.ie8 .primary-nav-mobile {
  display: block;
  z-index: 1000;
  clear: both;
  background-color: #eaebec;
  overflow-y: auto;
  overflow-x: visible;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.ie8 .primary-nav__list_mobile {
  margin: 7.5px -15px;
  padding-left: 0;
  list-style: none;
  box-sizing: border-box;
  margin-right: -15px;
  margin-left: -15px; }

.ie8 .primary-nav__list_mobile li a {
  line-height: 20px;
  position: relative;
  display: block;
  padding: 10px 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-align: right; }

.ie8 .primary-nav__list_mobile li {
  position: relative;
  display: block;
  text-align: -webkit-match-parent; }

.ie8 .site-logo {
  float: none;
  margin: 0;
  max-width: 250px;
  width: 30%;
  margin-top: 42px; }

/* ---- Issue teaser box ----- */
/* ---- This feels a bit hacky, might need to revisit. ----- */
.ie8 .issue-tease {
  background: #eaebec;
  display: block;
  max-width: 450px;
  position: absolute;
  right: 0;
  top: 0%;
  width: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.ie8 .issue-tease__container {
  margin: 0 100px 0 0;
  padding: 18px 0 18px 18px; }

.ie8 .issue-tease__title {
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 3px 0; }

.ie8 .issue-tease__img {
  position: absolute;
  top: -15%;
  right: 12px;
  width: 80px; }

/* ---- Primary navigation ----- */
.ie8 .primary-nav {
  background: #eaebec;
  clear: both;
  display: block;
  margin: 6px 0 0 0;
  padding: 0 0 0 10px; }

.ie8 .primary-nav__list {
  list-style: none; }

.ie8 .primary-nav__item,
.primary-nav .menu-item {
  display: inline-block; }

.ie8 .primary-nav__link,
.primary-nav .menu-item a {
  display: block;
  padding: 12px; }

/*------------------------------------*\
	MAIN LAYOUT BITS
	Main content, home page, sidebar etc.
\*------------------------------------*/
#content {
  position: relative;
  z-index: 333; }

/* ----- Main content column ----- */
.main-content {
  margin: 0 5%; }

.full-width-container {
  clear: both;
  width: 100%; }

.content-area-full {
  width: 100%;
  clear: both; }

@media (min-width: 760px) {
  .main-content {
    margin: 0 7.5%; } }

@media (min-width: 1150px) {
  .main-content {
    margin: 0 4%; } }

@media (min-width: 1150px) {
  .content-area {
    float: left;
    width: 60%; } }

@media (min-width: 1150px) {
  .homepage-container {
    float: left;
    width: 60%; } }

.ie8 .main-content {
  margin: 0 5%; }

.ie8 .content-area,
.ie8 .homepage-container {
  float: left;
  position: relative;
  width: 60%; }

.ie8 .main-column {
  width: 61%;
  float: left; }

.ie8 .sub-column {
  width: 33%;
  float: right; }

/*------------------------------------*\
	HOMEPAGE STYLES
\*------------------------------------*/
/* ----- Desktop layout ----- */
@media only screen and (min-width: 1000px) {
  .main-column {
    float: left;
    width: 60%; }
  .sub-column {
    float: right;
    width: 32.5%; } }

@media only screen and (min-width: 1400px) {
  .main-column {
    width: 61%; }
  .sub-column {
    width: 33%; } }

/* ----- Homepage category titles ----- */
.homepage-title {
  border-bottom: 1px solid #c9c9cb;
  color: #2A4786;
  font-family: Lato, Calibri, "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding: 0 0 3px 0;
  margin: 0 0 9px 0;
  text-transform: uppercase; }

.homepage-title--no-border {
  border: none;
  padding: 0;
  margin: 0 0 12px 0; }

@media only screen and (min-width: 549px) {
  .homepage-title {
    font-size: 16px;
    line-height: 21px;
    padding: 0 0 3px 0;
    margin: 0 0 12px 0; }
  .homepage-title--no-border {
    border: none;
    padding: 0;
    margin: 0 0 6px 0; } }

/* ----- Homepage feature story ----- */
.featured-story {
  border: 1px solid #c9c9cb;
  margin: 0 0 24px 0; }

.featured-story__img {
  display: block;
  max-width: none;
  width: 100%; }

.featured-story__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  padding: 18px 18px 0 18px; }

.featured-story__title-link:link {
  color: #222; }

.featured-story__title-link:visited {
  color: #222; }

.featured-story__title-link:hover {
  color: #c00; }

.featured-story__title-link:active {
  color: #f00; }

.featured-story__date {
  color: #777;
  font-size: 14px;
  line-height: 18px;
  padding: 0 18px; }

.featured-story__excerpt {
  color: #333;
  font-size: 16px;
  line-height: 21px;
  padding: 0 18px 18px 18px; }

@media only screen and (min-width: 549px) {
  .featured-story {
    margin: 0 0 24px 0; }
  .featured-story__img {
    display: block;
    max-width: none;
    width: 100%; }
  .featured-story__title {
    font-size: 24px;
    line-height: 27px;
    margin: 0 0 3px 0;
    padding: 24px 24px 0 24px; }
  .featured-story__date {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 3px 0;
    padding: 0 24px; }
  .featured-story__excerpt {
    font-size: 18px;
    line-height: 24px;
    padding: 0 24px 24px 24px; } }

@media only screen and (min-width: 760px) {
  .featured-story {
    margin: 0 0 36px 0; }
  .featured-story__excerpt {
    font-size: 18px;
    line-height: 24px;
    padding: 0 24px 24px 24px; } }

@media only screen and (min-width: 1000px) {
  .featured-story {
    margin: 0 0 24px 0; }
  .featured-story__title {
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 3px 0;
    padding: 18px 18px 0 18px; }
  .featured-story__date {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 3px 0;
    padding: 0 18px; }
  .featured-story__excerpt {
    font-size: 16px;
    line-height: 21px;
    padding: 0 18px 18px 18px; } }

/* ----- Homepage category list ----- */
.post-item {
  border-bottom: 1px solid #eaebec;
  margin: 0 0 24px 0;
  padding: 0 0 24px 0; }

.post-item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin: 0 0 9px 0; }

.post-item__title-link:link {
  color: #222; }

.post-item__title-link:visited {
  color: #222; }

.post-item__title-link:hover {
  color: #c00; }

.post-item__title-link:active {
  color: #f00; }

.post-item__img {
  float: left;
  width: 35%; }

.post-item__text {
  float: right;
  width: 60%; }

.post-item__date {
  color: #777;
  font-size: 14px;
  line-height: 18px; }

.post-item__excerpt {
  color: #333; }

@media only screen and (min-width: 549px) {
  .post-item {
    margin: 0 0 24px 0;
    padding: 0 0 24px 0; }
  .post-item__title {
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 12px 0; }
  .post-item__img {
    float: left;
    width: 35%; }
  .post-item__text {
    float: right;
    width: 60%; }
  .post-item__date {
    color: #777;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 3px 0; }
  .post-item__excerpt {
    font-size: 18px;
    line-height: 24px; } }

@media only screen and (min-width: 760px) {
  .post-item {
    display: inline-block;
    margin: 0 9% 30px 0;
    vertical-align: top;
    width: 45%; }
  .post-item:nth-of-type(even) {
    display: inline-block;
    margin-right: 0; }
  .post-item__img {
    float: none;
    margin: 0 0 9px 0;
    width: 100%; }
  .post-item__text {
    float: none;
    width: 100%; } }

@media only screen and (min-width: 1000px) {
  .post-item {
    display: block;
    margin: 0 0 24px 0;
    padding: 0 0 24px 0;
    width: 100%; }
  .post-item__title {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 12px 0; }
  .post-item__img {
    float: left;
    width: 35%; }
  .post-item__text {
    float: right;
    width: 60%; }
  .post-item__date {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 3px 0; }
  .post-item__excerpt {
    font-size: 16px;
    line-height: 21px; } }

/* ----- Current issue widget block NOT THE ONE IN THE HEADER ----- */
.current-issue__container {
  background: #eaebec;
  padding: 18px 18px 9px 18px; }

.current-issue__img {
  display: block;
  margin: 0 auto 18px auto;
  width: 90%;
  max-width: none; }

.current-issue__list {
  list-style: none; }

.current-issue__item {
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  margin: 0 0 9px 0; }

@media only screen and (min-width: 549px) {
  .current-issue__container {
    padding: 24px 24px 9px 24px; }
  .current-issue__img {
    margin: 0 auto 24px auto;
    width: 90%;
    max-width: 300px; }
  .current-issue__list {
    list-style: none; }
  .current-issue__item {
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 12px 0; } }

@media only screen and (min-width: 760px) {
  .current-issue__container {
    padding: 24px 24px 9px 24px; }
  .current-issue__container {
    margin: 0 0 30px 0; } }

@media only screen and (min-width: 1000px) {
  .current-issue__container {
    padding: 18px 18px 18px 18px; }
  .current-issue__item {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 12px 0; } }

/* ----- Blog showcase list ----- */
.showcase-item {
  border-bottom: 1px solid #eaebec;
  margin: 0 0 18px 0;
  padding: 0 0 18px 0; }

.showcase-item__img {
  border-radius: 999px;
  float: right;
  margin: 0 0 12px 12px;
  width: 20%; }

.showcase-item__author {
  font-size: 14px;
  line-height: 18px; }

.showcase-item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin: 0 0 3px 0; }

.showcase-item__title-link:link {
  color: #222; }

.showcase-item__title-link:visited {
  color: #222; }

.showcase-item__title-link:hover {
  color: #c00; }

.showcase-item__title-link:active {
  color: #f00; }

.showcase-item__excerpt {
  color: #333;
  font-size: 16px;
  line-height: 21px;
  position: relative; }

.showcase-item__excerpt:before {
  content: '\201C';
  color: #2A4786;
  display: block;
  float: left;
  font-family: Georgia;
  font-size: 72px;
  line-height: 21px;
  margin: 21px 6px 0 0;
  position: relative;
  top: 3px;
  vertical-align: baseline; }

@media only screen and (min-width: 549px) {
  .showcase-item {
    margin: 0 0 24px 0;
    padding: 0 0 24px 0; }
  .showcase-item__img {
    margin: 0 0 18px 18px;
    max-width: 100px; }
  .showcase-item__author {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 3px 0; }
  .showcase-item__title {
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 3px 0; }
  .showcase-item__excerpt {
    font-size: 18px;
    line-height: 24px; }
  .showcase-item__excerpt:before {
    content: '\201C';
    display: block;
    float: left;
    font-family: Georgia;
    font-size: 72px;
    line-height: 21px;
    margin: 21px 6px 0 0;
    position: relative;
    top: 3px;
    vertical-align: baseline; } }

@media only screen and (min-width: 760px) {
  .showcase-item {
    display: inline-block;
    margin: 0 9% 30px 0;
    vertical-align: top;
    width: 45%; }
  .showcase-item:nth-of-type(even) {
    display: inline-block;
    margin-right: 0; } }

@media only screen and (min-width: 1000px) {
  .showcase-item {
    display: block;
    margin: 0 0 24px 0;
    width: 100%; }
  .showcase-item__img {
    width: 25%; }
  .showcase-item__author {
    font-size: 16px;
    line-height: 18px; }
  .showcase-item__title {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 3px 0; }
  .showcase-item__excerpt {
    font-size: 16px;
    line-height: 21px; } }

.ie8 .homepage-title {
  font-size: 16px;
  line-height: 21px; }

.main-content a.term-link {
  background: #2A4786;
  border-radius: 6px;
  display: block;
  padding: 6px;
  margin-bottom: 27px;
  text-align: center; }
  .main-content a.term-link:link, .main-content a.term-link:visited {
    color: #fff !important; }
  .main-content a.term-link:hover {
    background: #1e325f; }
  .main-content a.term-link:active {
    background: #121e38; }

/*------------------------------------*\
	CONTENT AREA
\*------------------------------------*/
/* ----- Standard header ----- */
.standard-header {
  border-bottom: 1px solid #c9c9cb;
  margin: 0 0 9px 0;
  padding: 0 0 9px 0; }

.standard-header__cats {
  font-size: 14px;
  line-height: 18px; }

.standard-header__top-cat,
.standard-header__sub-cat {
  text-transform: uppercase;
  margin: 0 15px 0 0; }

.standard-header__title {
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 3px; }

.standard-header__standfirst {
  color: #777;
  font-family: "Droid Serif", Cambria, Georgia, "Times News Roman", Serif;
  font-size: 16px;
  font-style: italic;
  line-height: 21px; }

@media only screen and (min-width: 549px) {
  .standard-header {
    margin: 0 0 18px 0;
    padding: 0 0 12px 0; }
  .standard-header__cats {
    font-size: 16px;
    line-height: 21px; }
  .standard-header__title {
    font-size: 30px;
    line-height: 36px; }
  .standard-header__standfirst {
    font-size: 18px;
    line-height: 24px; } }

@media only screen and (min-width: 760px) {
  .standard-header {
    margin: 0 0 18px 0;
    padding: 0 0 12px 0; }
  .standard-header__cats {
    font-size: 16px;
    line-height: 21px; }
  .standard-header__title {
    font-size: 36px;
    line-height: 42px; }
  .standard-header__standfirst {
    font-size: 18px;
    line-height: 24px; } }

/* @media only screen and (min-width : 1200px) {
	
	.standard-header {
		border: none;
		margin: 0;
		padding: 0;
	}

	.standard-header__cats {
		float: left;
		width: 20%;
	}

	.standard-header__top-cat {
		display: block;
		font-weight: bold;
	}

	.standard-header__sub-cat {
		display: block;
	}

	.standard-header__title-container {
		border-bottom: 1px solid $theme-grey;
		float: right;
		margin: 0 0 24px 0;
		padding: 0 0 18px 0;
		width: 75%;
	}

  .two-colum-title .standard-header__title-container {
	width: 100%;
  }

} */
/* ----- Post extas box ----- */
.post-extras {
  margin: 0 0 9px 0; }

@media only screen and (min-width: 549px) {
  .post-extras {
    margin: 0 0 12px 0; } }

@media only screen and (min-width: 760px) {
  .post-extras {
    padding: 6px 0 0 0;
    margin: 0 0 12px 0; } }

/* @media only screen and (min-width : 1200px) {
	
	.post-extras {
		clear: both;
		float: left;
		padding: 0;
		width: 20%;
	}

} */
/* ----- Standard meta box ----- */
.standard-meta {
  float: left;
  width: 40%; }

.standard-meta__author {
  font-family: "Droid Serif", Cambria, Georgia, "Times News Roman", Serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px; }

.standard-meta__date {
  color: #777;
  font-size: 14px;
  line-height: 18px; }

@media only screen and (min-width: 549px) {
  .standard-meta__author {
    font-size: 18px;
    line-height: 21px; }
  .standard-meta__date {
    color: #777;
    font-size: 16px;
    line-height: 18px; } }

@media only screen and (min-width: 760px) {
  .standard-meta {
    padding: 15px 0 0 0; }
  .standard-meta__author {
    display: inline-block;
    vertical-align: baseline; }
  .standard-meta__date {
    display: inline-block;
    vertical-align: baseline; } }

@media only screen and (min-width: 1000px) {
  .standard-meta {
    padding: 15px 0 0 0;
    width: 60%; } }

/* @media only screen and (min-width : 1200px) {
	
	.standard-meta {
		float: none;
		padding: 0;
		margin: 0 0 18px 0;
		width: 100%;
	}

} */
/* ----- Sharing box ----- */
.sharing {
  float: right;
  width: 50%; }

.sharing__list {
  list-style: none;
  text-align: right; }

.at-share-tbx-element {
  list-style: none;
  text-align: right; }

.sharing__item {
  background: #eaebec;
  border-radius: 99px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  width: 30px; }

.at-share-btn {
  border-radius: 90px; }

@media only screen and (min-width: 549px) {
  .sharing__item {
    height: 36px;
    line-height: 36px;
    width: 36px; } }

@media only screen and (min-width: 1000px) {
  .sharing {
    width: 40%; } }

/* @media only screen and (min-width : 1200px) {
	
	.sharing {
		float: none;
		width: 100%;
	}

	.sharing__list {
		text-align: left;
	}

	.sharing__item {
		height: 28px;
		line-height: 28px;
		width: 28px;
	}

	.at-share-tbx-element.addthis_32x32_style .at-share-btn,
	.at-share-tbx-element.addthis_32x32_white_style .at-share-btn {
		max-height: 28px !important;
		max-width: 28px !important;
	}

	.addthis_32x32_style span.at4-icon,
	.addthis_32x32_white_style span.at4-icon,
	.at-32x32 {
		background-size: 28px !important;
		height: 28px !important;
		line-height: 28px !important;
		width: 28px !important;
	}

} */
/* ----- The content are text float ----- */
/* @media only screen and (min-width : 1200px) {
	
	.content-area__text {
		float: right;
		margin: 0 0 36px 0;
		width: 75%;
	}

} */
/* ----- Fetured image ----- */
.featured-image {
  margin: 0 0 21px 0;
  max-width: none;
  width: 100%; }

@media only screen and (min-width: 549px) {
  .featured-image {
    margin: 0 0 24px 0; } }

@media only screen and (min-width: 760px) {
  .featured-image {
    margin: 0 0 27px 0; } }

/* ----- Newsletter signup box ----- */
.newsletter-signup {
  background: #eaebec;
  padding: 12px;
  margin: 0 0 21px;
  clear: both; }

.newsletter-signup__title {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 3px 0; }

.newsletter-signup__blurb {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 12px 0; }

.newsletter-signup__field {
  display: inline-block;
  line-height: 30px;
  padding: 0 6px;
  vertical-align: middle;
  width: 70%;
  height: 30px; }

.search-box {
  display: inline-block;
  line-height: 30px;
  padding: 0 6px;
  vertical-align: middle;
  width: 70%;
  height: 30px; }

.newsletter-signup__btn {
  background: #2A4786;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  padding: 2px 9px;
  vertical-align: middle; }

.newsletter-signup__terms {
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  margin: 12px 0 0 0; }

/* ----- Related posts block ----- */
/* @media only screen and (min-width : 1200px) {
	
	.related-posts {
		clear: both;
	}

} */
/*------------------------------------*\
	CONTENT AREA TYPOGRAPHY
\*------------------------------------*/
.content-area__text h1,
.content-area__text h2,
.content-area__text h3,
.content-area__text h4,
.content-area__text h5,
.content-area__text h6 {
  color: #000;
  font-family: "Droid Serif", Cambria, Georgia, "Times News Roman", Serif;
  font-weight: bold; }

.content-area__text h1 {
  font-size: 30px;
  line-height: 33px;
  padding-top: 6px;
  padding-bottom: 15px; }

.content-area__text h2 {
  font-size: 24px;
  line-height: 27px;
  padding-top: 9px;
  padding-bottom: 12px; }

.content-area__text h3 {
  font-size: 21px;
  line-height: 24px;
  padding-top: 9px;
  padding-bottom: 12px; }

.content-area__text h4,
.content-area__text h5,
.content-area__text h6 {
  font-size: 18px;
  line-height: 21px;
  padding-top: 12px;
  padding-bottom: 9px; }

.content-area__text p {
  font-size: 16px;
  line-height: 21px;
  padding: 0 0 21px 0; }

.content-area__text img {
  margin-bottom: 21px; }

.content-area__text ul {
  list-style-type: square;
  margin-left: 20px;
  margin-bottom: 9px; }

.content-area__text ol {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 9px; }

.content-area__text li {
  font-size: 16px;
  line-height: 21px;
  padding: 0 0 12px 0; }

.content-area__text blockquote {
  margin-bottom: 24px; }

.content-area__text blockquote p {
  padding-left: 21px; }

@media only screen and (min-width: 549px) {
  .content-area__text h1 {
    font-size: 30px;
    line-height: 33px;
    padding-top: 6px;
    padding-bottom: 18px; }
  .content-area__text h2 {
    font-size: 24px;
    line-height: 27px;
    padding-top: 9px;
    padding-bottom: 15px; }
  .content-area__text h3 {
    font-size: 21px;
    line-height: 24px;
    padding-top: 9px;
    padding-bottom: 15px; }
  .content-area__text h4,
  .content-area__text h5,
  .content-area__text h6 {
    font-size: 18px;
    line-height: 21px;
    padding-top: 12px;
    padding-bottom: 9px; }
  .content-area__text p {
    font-size: 17px;
    line-height: 24px;
    padding: 0 0 24px 0; }
  .content-area__text img.alignright {
    float: right;
    margin-left: 24px;
    width: 60%; }
  .content-area__text img.alignleft {
    float: left;
    margin-right: 24px;
    width: 60%; }
  .content-area__text ul {
    margin-bottom: 12px; }
  .content-area__text ol {
    margin-bottom: 12px; }
  .content-area__text li {
    font-size: 17px;
    line-height: 24px;
    padding: 0 0 15px 0; }
  .content-area__text blockquote {
    color: #000;
    border-left: 6px solid #2A4786;
    margin-bottom: 21px; }
  .content-area__text blockquote p {
    color: #000 !important;
    font-style: italic;
    padding-bottom: 0;
    padding-left: 18px; } }

.search-item {
  clear: both;
  border-bottom: 1px solid #c9c9cb; }

.search-thumb-container {
  float: left;
  width: 220px;
  height: auto; }

.archive-content {
  float: left;
  position: relative;
  width: 60%; }

.archive-image {
  float: left;
  margin: 0;
  width: 40%; }

.archive-text {
  float: right;
  width: 57%; }

.archive-header__title {
  color: #222;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700; }

.archive-story {
  border-bottom: 1px solid #c9c9cb;
  margin: 0 0 18px 0;
  padding: 0 0 18px 0; }

.archive-content .article-category {
  margin-bottom: 24px; }

.article-category {
  border-bottom: 1px solid #c9c9cb; }

@media only screen and (max-width: 1000px) {
  .archive-content {
    width: 100%; } }

@media only screen and (max-width: 500px) {
  .archive-image {
    clear: both;
    float: none;
    width: 100%; }
  .archive-text {
    float: none;
    clear: both;
    width: 100%; }
  .archive-header__title {
    margin-top: 5px; } }

.comments {
  padding-bottom: 18px; }

.main-block {
  overflow: hidden; }

.featured-block-container {
  width: 100%; }
  @media (min-width: 1000px) {
    .featured-block-container {
      float: left;
      width: 60%;
      margin-right: 40px; } }

.main-story {
  width: 100%; }
  @media (min-width: 1000px) {
    .main-story {
      width: 35%;
      float: left; } }

.post-item.post-item--video {
  position: relative; }

.post-item__thumb--video .post-item__img {
  float: none;
  margin: 0;
  width: 100%; }

.post-item__thumb.post-item__thumb--video {
  position: relative;
  z-index: 0;
  float: left;
  width: 33%; }

@media only screen and (min-width: 760px) {
  .post-item__thumb.post-item__thumb--video {
    float: none;
    width: 100%;
    display: block; } }

@media only screen and (min-width: 1000px) {
  .post-item__thumb.post-item__thumb--video {
    float: left;
    width: 33%; } }

.post-item__thumb.post-item__thumb--video:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 333;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("https://www.mortgageintroducer.com/wp-content/themes/mortgageintroducer/assets/images/play.png");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center; }

/*------------------------------------*\
	WIDGETS
\*------------------------------------*/
.widget {
  margin: 0 0 18px 0; }

.width iframe {
  display: block;
  margin: 0 auto; }

@media only screen and (min-width: 549px) {
  .widget {
    margin: 0 0 21px 0; } }

@media only screen and (min-width: 760px) {
  .widget {
    margin: 0 0 24px 0; } }

@media only screen and (min-width: 1000px) {
  .widget {
    margin: 0 0 27px 0; } }

/* ----- User poll ----- */
.user-poll {
  border: 1px solid #c9c9cb;
  padding: 12px; }

.envy-img-link img {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.zoopla_widget {
  margin-top: 20px !important;
  clear: both !important;
  float: none !important; }

#zoopla_search {
  margin-top: 20px !important;
  clear: both !important;
  margin-bottom: 20px;
  float: none !important; }

#zoopla_location {
  width: 100% !important; }

.mi-login-widget {
  clear: both;
  background-color: #c9c9cb;
  padding: 10px;
  margin-bottom: 20px; }

.mi-login-widget_header {
  clear: both;
  display: block;
  font-weight: bold;
  font-size: 16px; }

.mi-login-widget input[type="text"] {
  width: 100%;
  font-size: 85%;
  margin-bottom: 5px; }

.mi-login-widget input[type="password"] {
  width: 100%;
  font-size: 85%;
  margin-bottom: 5px; }

.mi-login-widget p {
  margin-bottom: 5px; }

.mi-login-widget form {
  padding: 5px; }

.small-text {
  font-size: 12px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff !important; }

th {
  font-weight: bold; }

.table {
  font-size: 14px; }

.submortgage-data {
  font-size: 12px; }

@media only screen and (max-width: 900px) {
  .table {
    font-size: 12px; } }

@media only screen and (max-width: 615px) {
  .mortgage-respond-sm {
    display: none; } }

@media only screen and (max-width: 534px) {
  .mortgage-respond-xs {
    display: none; } }

@media only screen and (max-width: 767px) {
  .table {
    font-size: 12px;
    width: 100%; }
  .submortgage-data {
    font-size: 12px; }
  .table-responsive {
    border: 0px; }
  .mortgage-respond {
    display: none; } }

.archive-header__title {
  clear: both; }

.widget_search {
  background: #eaebec;
  padding: 12px; }

.widget-adstream iframe {
  display: block;
  margin: 0 auto; }

.widgettitle {
  font-weight: bold;
  margin: 0 0 6px 0;
  font-family: Lato, Calibri, "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-size: 18px; }

.postform {
  margin-top: 18px; }

.magazine-box {
  border-bottom: 1px solid #c7cacc;
  margin-bottom: 18px;
  padding-bottom: 18px; }

.magazine-box a img {
  width: 30%; }

.magazine-box a img {
  float: right; }

.magazine-box-text {
  float: left;
  width: 67%;
  height: auto; }

.issue-header {
  margin-bottom: 18px;
  border-bottom: 1px solid #c9c9cb; }

@media only screen and (max-width: 500px) {
  .magazine-box a {
    width: 100%;
    float: none;
    clear: both; }
  .magazine-box-text {
    float: none;
    width: 100%;
    clear: both; }
  .magazine-box a img {
    float: none;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 50%; } }

.gform_button {
  background: #2A4786;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  padding: 2px 9px;
  vertical-align: middle; }

.sub-button {
  background: #2A4786;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
  height: 30px;
  width: 18%;
  padding: 2px 9px;
  float: right; }

.mortgage-rates-nav {
  font-size: 13px;
  margin-bottom: 18px; }

.mortgage-rates-title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 18px; }

.line-divider {
  border-top: 1px solid #c8cacc;
  margin-top: 24px;
  margin-bottom: 18px;
  height: 1px;
  width: 100%; }

.house-price-center__container {
  margin-bottom: 20px; }

.author-info-holder {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #c7cacc;
  margin-bottom: 18px;
  padding-bottom: 18px; }

.author-avatar {
  width: 40%;
  height: auto;
  float: right;
  text-align: center; }

.author-avatar .showcase-item__img {
  float: none;
  text-align: center;
  width: 80%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto; }

.author-info {
  float: left;
  width: 57%;
  height: auto;
  padding-top: 10px; }

@media only screen and (max-width: 500px) {
  .author-avatar {
    width: 100%;
    float: none;
    clear: both; }
  .author-info {
    float: none;
    width: 100%;
    padding-top: 10px;
    clear: both; } }

.page-numbers {
  background: #eee;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  margin: 0 0 0 0;
  padding: 10px 15px; }

.pagination-links {
  margin: 0 0 18px 0; }

.pagination-links .current, .pagination-links .dots, .pagination-links .next, .pagination-links .prev {
  background: none;
  padding: 10px 15px; }

.pagination-links .next, .pagination-links .prev {
  background: none;
  padding: 6px 3px; }

@media only screen and (min-width: 700px) {
  .page-numbers {
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 6px 0 0;
    padding: 6px 12px; }
  .pagination-links .current, .pagination-links .dots, .pagination-links .next, .pagination-links .prev {
    background: none;
    padding: 6px 3px; } }

/*------------------------------------*\
	FOOTER
\*------------------------------------*/
.footer {
  border-top: 1px solid #c9c9cb;
  padding: 18px 5%; }

.footer-site-logo {
  display: block;
  margin: 0 0 0 0;
  padding: 0;
  width: 100%; }

.footer-site-logo svg {
  display: block;
  margin: 0;
  max-height: 94px;
  padding: 0;
  width: 100%; }

.footer ul {
  list-style: none;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  margin-top: 20px; }

.footer li {
  padding: 0 40px 5px 0;
  text-align: center;
  float: left; }

.footer li a {
  display: block; }

.footer-links__item,
.footer-link .menu-item {
  margin: 0 12px 0 0; }

.copyright__line1 {
  font-size: 18px;
  line-height: 24px; }

.copyright__line2 {
  color: #777;
  font-size: 16px;
  font-style: italic;
  line-height: 18px; }

.col-left {
  text-align: center;
  padding-bottom: 10px; }

@media (min-width: 1320px) {
  .col-left {
    text-align: left;
    width: 50%;
    float: left; } }

@media (min-width: 1320px) {
  .col-right {
    width: 50%;
    float: left; } }

#page-title {
  border-bottom: 1px solid #eee;
  margin: 21px 10px;
  padding: 20px 0;
  font-size: 30px;
  text-align: center;
  display: none; }

@media (min-width: 768px) {
  #page-title {
    display: block; } }

.subscribe-body {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px; }

.subscribe-body:before, .subscribe-body:after {
  content: "";
  display: table; }

.subscribe-body:after {
  clear: both; }

.subscribe-image {
  width: 100%;
  max-width: 260px; }

#product {
  margin-bottom: 24px;
  display: none; }

#product:before, #product:after {
  content: "";
  display: table; }

#product:after {
  clear: both; }

@media (min-width: 768px) {
  #product {
    display: block; } }

#product article {
  padding-bottom: 28px; }

#product article:before, #product article:after {
  content: "";
  display: table; }

#product article:after {
  clear: both; }

#product article img {
  width: 100%;
  max-width: 314px; }

#product article .product-body {
  float: left;
  width: 80%;
  padding-right: 10px; }

#product article .product-title {
  font-size: 14px;
  font-weight: 600; }

#product article .product-title span {
  position: relative;
  top: -5px;
  font-size: 14px; }

#product article .product-optin {
  padding-top: 15px;
  float: right;
  width: 20%; }

#product article .product-optin .switch {
  float: right;
  display: inline-block; }

#subscribe {
  padding-bottom: 32px;
  border-bottom: 1px solid #eee; }

#subscribe .hidden-fields {
  display: none; }

#subscribe .section-title {
  text-align: center;
  font-size: 22px;
  border: 0;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 30px;
  margin: 0; }

@media (min-width: 768px) {
  #subscribe .section-title {
    padding-top: 0; } }

#subscribe .subscribe-social {
  padding: 24px 0;
  text-align: center;
  display: none; }

#subscribe .subscribe-social a {
  border-radius: 8px;
  display: inline-block;
  padding: 10px 24px;
  color: #fff;
  margin: 0;
  position: relative;
  min-width: 250px;
  width: 100%; }

#subscribe .subscribe-social a:first-child {
  margin-bottom: 10px; }

@media (min-width: 768px) {
  #subscribe .subscribe-social a {
    border-radius: 0;
    width: auto;
    margin: 0 10px;
    margin-bottom: 10px; } }

#subscribe .subscribe-social a i {
  font-size: 18px;
  position: absolute;
  right: 20px; }

#subscribe .subscribe-social a.subscribe-social-twitter {
  background: #55ADED; }

#subscribe .subscribe-social a.subscribe-social-linkedin {
  background: #1C7BAB; }

.subscribe-form .frm_error, .subscribe-form label.error {
  border: red;
  color: red !important;
  margin-bottom: 20px;
  margin-top: -5px;
  display: block; }

.subscribe-form .frm_message {
  border: 1px solid green;
  padding: 10px;
  text-align: center; }

.subscribe-form .fieldset {
  padding: 18px 10px;
  padding-bottom: 5px;
  background: #EBEBED;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc; }

.subscribe-form .fieldset:before, .subscribe-form .fieldset:after {
  content: "";
  display: table; }

.subscribe-form .fieldset:after {
  clear: both; }

@media (min-width: 768px) {
  .subscribe-form .fieldset {
    padding: 0;
    border: 0;
    background: #fff; } }

.subscribe-form .fieldset .subscribe-form-control {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }

@media (min-width: 768px) {
  .subscribe-form .fieldset .subscribe-form-control {
    width: 33%;
    float: left;
    padding-left: 0;
    padding-right: 30px; }
  .subscribe-form .fieldset .subscribe-form-control:nth-child(3n+3) {
    padding-right: 0; } }

.subscribe-form .fieldset .subscribe-form-control label.frm_primary_label {
  margin-bottom: 5px;
  display: block; }

.subscribe-form .fieldset .subscribe-form-control label.frm_primary_label.switch {
  display: none;
  margin-bottom: 5px; }

@media (min-width: 768px) {
  .subscribe-form .fieldset .subscribe-form-control label.frm_primary_label.switch {
    display: block; } }

.subscribe-form .fieldset .subscribe-form-control .frm_radio, .subscribe-form .fieldset .subscribe-form-control .frm_checkbox {
  float: left;
  margin-right: 10px;
  width: 150px; }

.subscribe-form .fieldset .subscribe-form-control .frm_radio label, .subscribe-form .fieldset .subscribe-form-control .frm_checkbox label {
  display: block;
  font-size: 14px;
  color: #777; }

.subscribe-form .fieldset .subscribe-form-control .frm_opt_container {
  margin-bottom: 10px; }

.subscribe-form .fieldset .subscribe-form-control input, .subscribe-form .fieldset .subscribe-form-control select {
  border-radius: 5px;
  border: 2px solid #ccc;
  margin-bottom: 12px;
  padding: 8px 10px;
  width: 100%;
  background: #fff; }

.subscribe-form .fieldset .subscribe-form-control input input-placeholder, .subscribe-form .fieldset .subscribe-form-control select input-placeholder {
  color: #777;
  font-size: 14px; }

@media (min-width: 768px) {
  .subscribe-form .fieldset .subscribe-form-control input, .subscribe-form .fieldset .subscribe-form-control select {
    border-radius: 0;
    background: #eee;
    border: 0; }
  .subscribe-form .fieldset .subscribe-form-control input input-placeholder, .subscribe-form .fieldset .subscribe-form-control select input-placeholder {
    color: #eee; } }

.subscribe-form .fieldset .subscribe-form-control input[type="radio"], .subscribe-form .fieldset .subscribe-form-control input[type="checkbox"], .subscribe-form .fieldset .subscribe-form-control select[type="radio"], .subscribe-form .fieldset .subscribe-form-control select[type="checkbox"] {
  width: auto;
  margin-bottom: 5px; }

@media (min-width: 768px) {
  .subscribe-form .fieldset .subscribe-form-control.new-line {
    clear: left; } }

@media (min-width: 768px) {
  .subscribe-form .fieldset .subscribe-form-control.long {
    width: 66%;
    float: left; } }

.subscribe-form .fieldset .subscribe-form-control.full {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .subscribe-form .fieldset .subscribe-form-control.full {
    width: 100%;
    float: left; } }

.subscribe-form .mobile-product-optin {
  display: block; }

.subscribe-form .mobile-product-optin article {
  position: relative;
  padding: 8px;
  border-top: 1px solid #ddd; }

.subscribe-form .mobile-product-optin article:before, .subscribe-form .mobile-product-optin article:after {
  content: "";
  display: table; }

.subscribe-form .mobile-product-optin article:after {
  clear: both; }

.subscribe-form .mobile-product-optin article:first-child {
  border-top: 0; }

.subscribe-form .mobile-product-optin article p {
  float: left;
  font-size: 14px;
  color: #555;
  padding-top: 8px;
  line-height: 1; }

.subscribe-form .mobile-product-optin article .switch {
  float: right; }

@media (min-width: 768px) {
  .subscribe-form .mobile-product-optin {
    display: none; } }

.subscribe-form .small {
  color: #777;
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 14px; }

.subscribe-form .small span {
  display: none; }

@media (min-width: 768px) {
  .subscribe-form .small {
    padding: 24px 0;
    color: #333; }
  .subscribe-form .small span {
    display: block; } }

.subscribe-form .subscribe-form-extra {
  display: none; }

.subscribe-form .frm_submit {
  text-align: center; }

.subscribe-form .submit {
  border-radius: 8px;
  border: 0;
  background: #EA653C;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
  font-weight: 300;
  text-align: center; }

@media (min-width: 768px) {
  .subscribe-form .submit {
    border-radius: 0;
    width: auto;
    min-width: 180px;
    font-size: 18px;
    margin: 0 auto; } }

.subscribe-form-next {
  display: none; }

/* ============================================================
  COMMON
============================================================ */
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* ============================================================
  SWITCH 1 - ROUND
============================================================ */
input.cmn-toggle-round + label {
  padding: 2px;
  width: 50px;
  height: 31px;
  background-color: #dddddd;
  border-radius: 40px; }

input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: ""; }

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 40px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s; }

input.cmn-toggle-round + label:after {
  width: 30px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s; }

input.cmn-toggle-round:checked + label:before {
  background-color: #EA643E; }

input.cmn-toggle-round:checked + label:after {
  margin-left: 20px; }

.mobile-product-optin input.cmn-toggle-round + label {
  padding: 2px;
  width: 50px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 30px; }

.mobile-product-optin input.cmn-toggle-round + label:before, .mobile-product-optin input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: ""; }

.mobile-product-optin input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 30px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s; }

.mobile-product-optin input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s; }

.mobile-product-optin input.cmn-toggle-round:checked + label:before {
  background-color: #EA643E; }

.mobile-product-optin input.cmn-toggle-round:checked + label:after {
  margin-left: 20px; }

/* ============================================================
  SWITCH 2 - ROUND FLAT
============================================================ */
input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 120px;
  height: 60px;
  background-color: #dddddd;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s; }

input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: ""; }

input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s; }

input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 52px;
  background-color: #dddddd;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s; }

input.cmn-toggle-round-flat:checked + label {
  background-color: #8ce196; }

input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 60px;
  background-color: #8ce196; }

/* Inline Post Related Content */
.directory-ads:before, .directory-ads:after {
  content: "";
  display: table; }

.directory-ads:after {
  clear: both; }

.directory-ad {
  float: left;
  margin-bottom: 25px; }

.directory-ad:nth-child(even) {
  margin-right: 0; }

@media (min-width: 420px) {
  .directory-ad {
    margin-right: 25px; } }

.directory-info {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px; }

#primary-navigation {
  z-index: 9999 !important;
  border-bottom: 1px solid #666; }

#primary-navigation-sticky-wrapper {
  margin-bottom: 27px;
  display: none; }

@media (min-width: 1000px) {
  #primary-navigation-sticky-wrapper {
    display: block; } }

#content {
  position: relative;
  z-index: 333; }

.overlay-ad {
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 500px;
  max-height: 500px;
  background: #fff;
  border: 10px solid black;
  z-index: 9999; }

.overlay-ad-close {
  font-family: 'Arial';
  position: absolute;
  top: 0;
  right: 0;
  background: black;
  color: white;
  padding: 0 0 10px 10px;
  cursor: pointer; }

.adbox-mpu-article > div {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px; }

.adbox-mpu-article > div > div {
  margin-top: 20px;
  margin-bottom: 20px; }

.newsletter-signup-form {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px; }
  .newsletter-signup-form h3 {
    font-weight: bold;
    margin-bottom: 10px; }
  .newsletter-signup-form label {
    padding-bottom: 5px; }
  .newsletter-signup-form input[type="email"] {
    width: 100%;
    margin-bottom: 14px;
    border: 1px solid #ddd;
    padding: 3px; }
  .newsletter-signup-form .frm_opt_container {
    overflow: hidden; }
    .newsletter-signup-form .frm_opt_container .frm_checkbox {
      float: left; }
  .newsletter-signup-form .frm_submit button {
    margin-top: 15px;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: #ddd;
    border: none;
    cursor: pointer; }
  .newsletter-signup-form .frm_message {
    margin-bottom: 15px;
    color: green; }
  .newsletter-signup-form .frm_error_style {
    margin-bottom: 15px;
    color: red; }

.gdpr-overlay-container {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%; }
  .gdpr-overlay-container .gdpr-overlay {
    background: #fff;
    position: absolute;
    height: 300px;
    max-width: 500px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px; }

.related-post-hidden-mobile,
.related-post-hidden-mob {
  display: none; }
  @media (min-width: 560px) {
    .related-post-hidden-mobile,
    .related-post-hidden-mob {
      display: block; } }

.social-sharing {
  margin-bottom: 10px; }
  .social-sharing a {
    color: #fff !important;
    padding: 2px 8px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 13px; }
    .social-sharing a span {
      font-size: 10px; }
  .social-sharing__facebook {
    background-color: #4267B2; }
  .social-sharing__twitter {
    background-color: #1DA1F2; }
  .social-sharing__linkedin {
    background-color: #0077B5; }

.size-news-featured-home {
  width: 100%; }

/* bootstrap components */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 4.16667%;
  max-width: 4.16667%; }

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 12.5%;
  max-width: 12.5%; }

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 20.83333%;
  max-width: 20.83333%; }

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 29.16667%;
  max-width: 29.16667%; }

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 37.5%;
  max-width: 37.5%; }

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 45.83333%;
  max-width: 45.83333%; }

.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.col-13 {
  -webkit-box-flex: 0;
          flex: 0 0 54.16667%;
  max-width: 54.16667%; }

.col-14 {
  -webkit-box-flex: 0;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-15 {
  -webkit-box-flex: 0;
          flex: 0 0 62.5%;
  max-width: 62.5%; }

.col-16 {
  -webkit-box-flex: 0;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-17 {
  -webkit-box-flex: 0;
          flex: 0 0 70.83333%;
  max-width: 70.83333%; }

.col-18 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%; }

.col-19 {
  -webkit-box-flex: 0;
          flex: 0 0 79.16667%;
  max-width: 79.16667%; }

.col-20 {
  -webkit-box-flex: 0;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-21 {
  -webkit-box-flex: 0;
          flex: 0 0 87.5%;
  max-width: 87.5%; }

.col-22 {
  -webkit-box-flex: 0;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-23 {
  -webkit-box-flex: 0;
          flex: 0 0 95.83333%;
  max-width: 95.83333%; }

.col-24 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 26;
          order: 25; }

.order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12; }

.order-13 {
  -webkit-box-ordinal-group: 14;
          order: 13; }

.order-14 {
  -webkit-box-ordinal-group: 15;
          order: 14; }

.order-15 {
  -webkit-box-ordinal-group: 16;
          order: 15; }

.order-16 {
  -webkit-box-ordinal-group: 17;
          order: 16; }

.order-17 {
  -webkit-box-ordinal-group: 18;
          order: 17; }

.order-18 {
  -webkit-box-ordinal-group: 19;
          order: 18; }

.order-19 {
  -webkit-box-ordinal-group: 20;
          order: 19; }

.order-20 {
  -webkit-box-ordinal-group: 21;
          order: 20; }

.order-21 {
  -webkit-box-ordinal-group: 22;
          order: 21; }

.order-22 {
  -webkit-box-ordinal-group: 23;
          order: 22; }

.order-23 {
  -webkit-box-ordinal-group: 24;
          order: 23; }

.order-24 {
  -webkit-box-ordinal-group: 25;
          order: 24; }

.offset-1 {
  margin-left: 4.16667%; }

.offset-2 {
  margin-left: 8.33333%; }

.offset-3 {
  margin-left: 12.5%; }

.offset-4 {
  margin-left: 16.66667%; }

.offset-5 {
  margin-left: 20.83333%; }

.offset-6 {
  margin-left: 25%; }

.offset-7 {
  margin-left: 29.16667%; }

.offset-8 {
  margin-left: 33.33333%; }

.offset-9 {
  margin-left: 37.5%; }

.offset-10 {
  margin-left: 41.66667%; }

.offset-11 {
  margin-left: 45.83333%; }

.offset-12 {
  margin-left: 50%; }

.offset-13 {
  margin-left: 54.16667%; }

.offset-14 {
  margin-left: 58.33333%; }

.offset-15 {
  margin-left: 62.5%; }

.offset-16 {
  margin-left: 66.66667%; }

.offset-17 {
  margin-left: 70.83333%; }

.offset-18 {
  margin-left: 75%; }

.offset-19 {
  margin-left: 79.16667%; }

.offset-20 {
  margin-left: 83.33333%; }

.offset-21 {
  margin-left: 87.5%; }

.offset-22 {
  margin-left: 91.66667%; }

.offset-23 {
  margin-left: 95.83333%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-13 {
    -webkit-box-flex: 0;
            flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-sm-14 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-15 {
    -webkit-box-flex: 0;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-sm-16 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-17 {
    -webkit-box-flex: 0;
            flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-sm-18 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-19 {
    -webkit-box-flex: 0;
            flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-sm-20 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-21 {
    -webkit-box-flex: 0;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-sm-22 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-23 {
    -webkit-box-flex: 0;
            flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-sm-24 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 26;
            order: 25; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .order-sm-13 {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-sm-14 {
    -webkit-box-ordinal-group: 15;
            order: 14; }
  .order-sm-15 {
    -webkit-box-ordinal-group: 16;
            order: 15; }
  .order-sm-16 {
    -webkit-box-ordinal-group: 17;
            order: 16; }
  .order-sm-17 {
    -webkit-box-ordinal-group: 18;
            order: 17; }
  .order-sm-18 {
    -webkit-box-ordinal-group: 19;
            order: 18; }
  .order-sm-19 {
    -webkit-box-ordinal-group: 20;
            order: 19; }
  .order-sm-20 {
    -webkit-box-ordinal-group: 21;
            order: 20; }
  .order-sm-21 {
    -webkit-box-ordinal-group: 22;
            order: 21; }
  .order-sm-22 {
    -webkit-box-ordinal-group: 23;
            order: 22; }
  .order-sm-23 {
    -webkit-box-ordinal-group: 24;
            order: 23; }
  .order-sm-24 {
    -webkit-box-ordinal-group: 25;
            order: 24; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 4.16667%; }
  .offset-sm-2 {
    margin-left: 8.33333%; }
  .offset-sm-3 {
    margin-left: 12.5%; }
  .offset-sm-4 {
    margin-left: 16.66667%; }
  .offset-sm-5 {
    margin-left: 20.83333%; }
  .offset-sm-6 {
    margin-left: 25%; }
  .offset-sm-7 {
    margin-left: 29.16667%; }
  .offset-sm-8 {
    margin-left: 33.33333%; }
  .offset-sm-9 {
    margin-left: 37.5%; }
  .offset-sm-10 {
    margin-left: 41.66667%; }
  .offset-sm-11 {
    margin-left: 45.83333%; }
  .offset-sm-12 {
    margin-left: 50%; }
  .offset-sm-13 {
    margin-left: 54.16667%; }
  .offset-sm-14 {
    margin-left: 58.33333%; }
  .offset-sm-15 {
    margin-left: 62.5%; }
  .offset-sm-16 {
    margin-left: 66.66667%; }
  .offset-sm-17 {
    margin-left: 70.83333%; }
  .offset-sm-18 {
    margin-left: 75%; }
  .offset-sm-19 {
    margin-left: 79.16667%; }
  .offset-sm-20 {
    margin-left: 83.33333%; }
  .offset-sm-21 {
    margin-left: 87.5%; }
  .offset-sm-22 {
    margin-left: 91.66667%; }
  .offset-sm-23 {
    margin-left: 95.83333%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-13 {
    -webkit-box-flex: 0;
            flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-md-14 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-15 {
    -webkit-box-flex: 0;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-md-16 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-17 {
    -webkit-box-flex: 0;
            flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-md-18 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-19 {
    -webkit-box-flex: 0;
            flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-md-20 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-21 {
    -webkit-box-flex: 0;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-md-22 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-23 {
    -webkit-box-flex: 0;
            flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-md-24 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 26;
            order: 25; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .order-md-13 {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-md-14 {
    -webkit-box-ordinal-group: 15;
            order: 14; }
  .order-md-15 {
    -webkit-box-ordinal-group: 16;
            order: 15; }
  .order-md-16 {
    -webkit-box-ordinal-group: 17;
            order: 16; }
  .order-md-17 {
    -webkit-box-ordinal-group: 18;
            order: 17; }
  .order-md-18 {
    -webkit-box-ordinal-group: 19;
            order: 18; }
  .order-md-19 {
    -webkit-box-ordinal-group: 20;
            order: 19; }
  .order-md-20 {
    -webkit-box-ordinal-group: 21;
            order: 20; }
  .order-md-21 {
    -webkit-box-ordinal-group: 22;
            order: 21; }
  .order-md-22 {
    -webkit-box-ordinal-group: 23;
            order: 22; }
  .order-md-23 {
    -webkit-box-ordinal-group: 24;
            order: 23; }
  .order-md-24 {
    -webkit-box-ordinal-group: 25;
            order: 24; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 4.16667%; }
  .offset-md-2 {
    margin-left: 8.33333%; }
  .offset-md-3 {
    margin-left: 12.5%; }
  .offset-md-4 {
    margin-left: 16.66667%; }
  .offset-md-5 {
    margin-left: 20.83333%; }
  .offset-md-6 {
    margin-left: 25%; }
  .offset-md-7 {
    margin-left: 29.16667%; }
  .offset-md-8 {
    margin-left: 33.33333%; }
  .offset-md-9 {
    margin-left: 37.5%; }
  .offset-md-10 {
    margin-left: 41.66667%; }
  .offset-md-11 {
    margin-left: 45.83333%; }
  .offset-md-12 {
    margin-left: 50%; }
  .offset-md-13 {
    margin-left: 54.16667%; }
  .offset-md-14 {
    margin-left: 58.33333%; }
  .offset-md-15 {
    margin-left: 62.5%; }
  .offset-md-16 {
    margin-left: 66.66667%; }
  .offset-md-17 {
    margin-left: 70.83333%; }
  .offset-md-18 {
    margin-left: 75%; }
  .offset-md-19 {
    margin-left: 79.16667%; }
  .offset-md-20 {
    margin-left: 83.33333%; }
  .offset-md-21 {
    margin-left: 87.5%; }
  .offset-md-22 {
    margin-left: 91.66667%; }
  .offset-md-23 {
    margin-left: 95.83333%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-13 {
    -webkit-box-flex: 0;
            flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-lg-14 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-15 {
    -webkit-box-flex: 0;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-lg-16 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-17 {
    -webkit-box-flex: 0;
            flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-lg-18 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-19 {
    -webkit-box-flex: 0;
            flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-lg-20 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-21 {
    -webkit-box-flex: 0;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-lg-22 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-23 {
    -webkit-box-flex: 0;
            flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-lg-24 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 26;
            order: 25; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .order-lg-13 {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-lg-14 {
    -webkit-box-ordinal-group: 15;
            order: 14; }
  .order-lg-15 {
    -webkit-box-ordinal-group: 16;
            order: 15; }
  .order-lg-16 {
    -webkit-box-ordinal-group: 17;
            order: 16; }
  .order-lg-17 {
    -webkit-box-ordinal-group: 18;
            order: 17; }
  .order-lg-18 {
    -webkit-box-ordinal-group: 19;
            order: 18; }
  .order-lg-19 {
    -webkit-box-ordinal-group: 20;
            order: 19; }
  .order-lg-20 {
    -webkit-box-ordinal-group: 21;
            order: 20; }
  .order-lg-21 {
    -webkit-box-ordinal-group: 22;
            order: 21; }
  .order-lg-22 {
    -webkit-box-ordinal-group: 23;
            order: 22; }
  .order-lg-23 {
    -webkit-box-ordinal-group: 24;
            order: 23; }
  .order-lg-24 {
    -webkit-box-ordinal-group: 25;
            order: 24; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 4.16667%; }
  .offset-lg-2 {
    margin-left: 8.33333%; }
  .offset-lg-3 {
    margin-left: 12.5%; }
  .offset-lg-4 {
    margin-left: 16.66667%; }
  .offset-lg-5 {
    margin-left: 20.83333%; }
  .offset-lg-6 {
    margin-left: 25%; }
  .offset-lg-7 {
    margin-left: 29.16667%; }
  .offset-lg-8 {
    margin-left: 33.33333%; }
  .offset-lg-9 {
    margin-left: 37.5%; }
  .offset-lg-10 {
    margin-left: 41.66667%; }
  .offset-lg-11 {
    margin-left: 45.83333%; }
  .offset-lg-12 {
    margin-left: 50%; }
  .offset-lg-13 {
    margin-left: 54.16667%; }
  .offset-lg-14 {
    margin-left: 58.33333%; }
  .offset-lg-15 {
    margin-left: 62.5%; }
  .offset-lg-16 {
    margin-left: 66.66667%; }
  .offset-lg-17 {
    margin-left: 70.83333%; }
  .offset-lg-18 {
    margin-left: 75%; }
  .offset-lg-19 {
    margin-left: 79.16667%; }
  .offset-lg-20 {
    margin-left: 83.33333%; }
  .offset-lg-21 {
    margin-left: 87.5%; }
  .offset-lg-22 {
    margin-left: 91.66667%; }
  .offset-lg-23 {
    margin-left: 95.83333%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-13 {
    -webkit-box-flex: 0;
            flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-xl-14 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-15 {
    -webkit-box-flex: 0;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-xl-16 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-17 {
    -webkit-box-flex: 0;
            flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-xl-18 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-19 {
    -webkit-box-flex: 0;
            flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-xl-20 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-21 {
    -webkit-box-flex: 0;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-xl-22 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-23 {
    -webkit-box-flex: 0;
            flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-xl-24 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 26;
            order: 25; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .order-xl-13 {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-xl-14 {
    -webkit-box-ordinal-group: 15;
            order: 14; }
  .order-xl-15 {
    -webkit-box-ordinal-group: 16;
            order: 15; }
  .order-xl-16 {
    -webkit-box-ordinal-group: 17;
            order: 16; }
  .order-xl-17 {
    -webkit-box-ordinal-group: 18;
            order: 17; }
  .order-xl-18 {
    -webkit-box-ordinal-group: 19;
            order: 18; }
  .order-xl-19 {
    -webkit-box-ordinal-group: 20;
            order: 19; }
  .order-xl-20 {
    -webkit-box-ordinal-group: 21;
            order: 20; }
  .order-xl-21 {
    -webkit-box-ordinal-group: 22;
            order: 21; }
  .order-xl-22 {
    -webkit-box-ordinal-group: 23;
            order: 22; }
  .order-xl-23 {
    -webkit-box-ordinal-group: 24;
            order: 23; }
  .order-xl-24 {
    -webkit-box-ordinal-group: 25;
            order: 24; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 4.16667%; }
  .offset-xl-2 {
    margin-left: 8.33333%; }
  .offset-xl-3 {
    margin-left: 12.5%; }
  .offset-xl-4 {
    margin-left: 16.66667%; }
  .offset-xl-5 {
    margin-left: 20.83333%; }
  .offset-xl-6 {
    margin-left: 25%; }
  .offset-xl-7 {
    margin-left: 29.16667%; }
  .offset-xl-8 {
    margin-left: 33.33333%; }
  .offset-xl-9 {
    margin-left: 37.5%; }
  .offset-xl-10 {
    margin-left: 41.66667%; }
  .offset-xl-11 {
    margin-left: 45.83333%; }
  .offset-xl-12 {
    margin-left: 50%; }
  .offset-xl-13 {
    margin-left: 54.16667%; }
  .offset-xl-14 {
    margin-left: 58.33333%; }
  .offset-xl-15 {
    margin-left: 62.5%; }
  .offset-xl-16 {
    margin-left: 66.66667%; }
  .offset-xl-17 {
    margin-left: 70.83333%; }
  .offset-xl-18 {
    margin-left: 75%; }
  .offset-xl-19 {
    margin-left: 79.16667%; }
  .offset-xl-20 {
    margin-left: 83.33333%; }
  .offset-xl-21 {
    margin-left: 87.5%; }
  .offset-xl-22 {
    margin-left: 91.66667%; }
  .offset-xl-23 {
    margin-left: 95.83333%; } }

.align-baseline {
  vertical-align: baseline !important; }

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

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

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

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #FFFFFF !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #FFFFFF !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.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: flex !important; }

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .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: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .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: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .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: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .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: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-around {
  justify-content: space-around !important; }

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

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

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

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

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

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

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

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !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; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0px !important; }

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

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

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

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

.m-1 {
  margin: 7.5px !important; }

.mt-1,
.my-1 {
  margin-top: 7.5px !important; }

.mr-1,
.mx-1 {
  margin-right: 7.5px !important; }

.mb-1,
.my-1 {
  margin-bottom: 7.5px !important; }

.ml-1,
.mx-1 {
  margin-left: 7.5px !important; }

.m-2 {
  margin: 15px !important; }

.mt-2,
.my-2 {
  margin-top: 15px !important; }

.mr-2,
.mx-2 {
  margin-right: 15px !important; }

.mb-2,
.my-2 {
  margin-bottom: 15px !important; }

.ml-2,
.mx-2 {
  margin-left: 15px !important; }

.m-3 {
  margin: 30px !important; }

.mt-3,
.my-3 {
  margin-top: 30px !important; }

.mr-3,
.mx-3 {
  margin-right: 30px !important; }

.mb-3,
.my-3 {
  margin-bottom: 30px !important; }

.ml-3,
.mx-3 {
  margin-left: 30px !important; }

.m-4 {
  margin: 45px !important; }

.mt-4,
.my-4 {
  margin-top: 45px !important; }

.mr-4,
.mx-4 {
  margin-right: 45px !important; }

.mb-4,
.my-4 {
  margin-bottom: 45px !important; }

.ml-4,
.mx-4 {
  margin-left: 45px !important; }

.m-5 {
  margin: 5px !important; }

.mt-5,
.my-5 {
  margin-top: 5px !important; }

.mr-5,
.mx-5 {
  margin-right: 5px !important; }

.mb-5,
.my-5 {
  margin-bottom: 5px !important; }

.ml-5,
.mx-5 {
  margin-left: 5px !important; }

.m-10 {
  margin: 10px !important; }

.mt-10,
.my-10 {
  margin-top: 10px !important; }

.mr-10,
.mx-10 {
  margin-right: 10px !important; }

.mb-10,
.my-10 {
  margin-bottom: 10px !important; }

.ml-10,
.mx-10 {
  margin-left: 10px !important; }

.m-15 {
  margin: 15px !important; }

.mt-15,
.my-15 {
  margin-top: 15px !important; }

.mr-15,
.mx-15 {
  margin-right: 15px !important; }

.mb-15,
.my-15 {
  margin-bottom: 15px !important; }

.ml-15,
.mx-15 {
  margin-left: 15px !important; }

.m-20 {
  margin: 20px !important; }

.mt-20,
.my-20 {
  margin-top: 20px !important; }

.mr-20,
.mx-20 {
  margin-right: 20px !important; }

.mb-20,
.my-20 {
  margin-bottom: 20px !important; }

.ml-20,
.mx-20 {
  margin-left: 20px !important; }

.m-25 {
  margin: 25px !important; }

.mt-25,
.my-25 {
  margin-top: 25px !important; }

.mr-25,
.mx-25 {
  margin-right: 25px !important; }

.mb-25,
.my-25 {
  margin-bottom: 25px !important; }

.ml-25,
.mx-25 {
  margin-left: 25px !important; }

.m-30 {
  margin: 30px !important; }

.mt-30,
.my-30 {
  margin-top: 30px !important; }

.mr-30,
.mx-30 {
  margin-right: 30px !important; }

.mb-30,
.my-30 {
  margin-bottom: 30px !important; }

.ml-30,
.mx-30 {
  margin-left: 30px !important; }

.p-0 {
  padding: 0px !important; }

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

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

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

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

.p-1 {
  padding: 7.5px !important; }

.pt-1,
.py-1 {
  padding-top: 7.5px !important; }

.pr-1,
.px-1 {
  padding-right: 7.5px !important; }

.pb-1,
.py-1 {
  padding-bottom: 7.5px !important; }

.pl-1,
.px-1 {
  padding-left: 7.5px !important; }

.p-2 {
  padding: 15px !important; }

.pt-2,
.py-2 {
  padding-top: 15px !important; }

.pr-2,
.px-2 {
  padding-right: 15px !important; }

.pb-2,
.py-2 {
  padding-bottom: 15px !important; }

.pl-2,
.px-2 {
  padding-left: 15px !important; }

.p-3 {
  padding: 30px !important; }

.pt-3,
.py-3 {
  padding-top: 30px !important; }

.pr-3,
.px-3 {
  padding-right: 30px !important; }

.pb-3,
.py-3 {
  padding-bottom: 30px !important; }

.pl-3,
.px-3 {
  padding-left: 30px !important; }

.p-4 {
  padding: 45px !important; }

.pt-4,
.py-4 {
  padding-top: 45px !important; }

.pr-4,
.px-4 {
  padding-right: 45px !important; }

.pb-4,
.py-4 {
  padding-bottom: 45px !important; }

.pl-4,
.px-4 {
  padding-left: 45px !important; }

.p-5 {
  padding: 5px !important; }

.pt-5,
.py-5 {
  padding-top: 5px !important; }

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

.pb-5,
.py-5 {
  padding-bottom: 5px !important; }

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

.p-10 {
  padding: 10px !important; }

.pt-10,
.py-10 {
  padding-top: 10px !important; }

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

.pb-10,
.py-10 {
  padding-bottom: 10px !important; }

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

.p-15 {
  padding: 15px !important; }

.pt-15,
.py-15 {
  padding-top: 15px !important; }

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

.pb-15,
.py-15 {
  padding-bottom: 15px !important; }

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

.p-20 {
  padding: 20px !important; }

.pt-20,
.py-20 {
  padding-top: 20px !important; }

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

.pb-20,
.py-20 {
  padding-bottom: 20px !important; }

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

.p-25 {
  padding: 25px !important; }

.pt-25,
.py-25 {
  padding-top: 25px !important; }

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

.pb-25,
.py-25 {
  padding-bottom: 25px !important; }

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

.p-30 {
  padding: 30px !important; }

.pt-30,
.py-30 {
  padding-top: 30px !important; }

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

.pb-30,
.py-30 {
  padding-bottom: 30px !important; }

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

.m-n1 {
  margin: -7.5px !important; }

.mt-n1,
.my-n1 {
  margin-top: -7.5px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -7.5px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -7.5px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -7.5px !important; }

.m-n2 {
  margin: -15px !important; }

.mt-n2,
.my-n2 {
  margin-top: -15px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -15px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -15px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -15px !important; }

.m-n3 {
  margin: -30px !important; }

.mt-n3,
.my-n3 {
  margin-top: -30px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -30px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -30px !important; }

.m-n4 {
  margin: -45px !important; }

.mt-n4,
.my-n4 {
  margin-top: -45px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -45px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -45px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -45px !important; }

.m-n5 {
  margin: -5px !important; }

.mt-n5,
.my-n5 {
  margin-top: -5px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -5px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -5px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -5px !important; }

.m-n10 {
  margin: -10px !important; }

.mt-n10,
.my-n10 {
  margin-top: -10px !important; }

.mr-n10,
.mx-n10 {
  margin-right: -10px !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -10px !important; }

.ml-n10,
.mx-n10 {
  margin-left: -10px !important; }

.m-n15 {
  margin: -15px !important; }

.mt-n15,
.my-n15 {
  margin-top: -15px !important; }

.mr-n15,
.mx-n15 {
  margin-right: -15px !important; }

.mb-n15,
.my-n15 {
  margin-bottom: -15px !important; }

.ml-n15,
.mx-n15 {
  margin-left: -15px !important; }

.m-n20 {
  margin: -20px !important; }

.mt-n20,
.my-n20 {
  margin-top: -20px !important; }

.mr-n20,
.mx-n20 {
  margin-right: -20px !important; }

.mb-n20,
.my-n20 {
  margin-bottom: -20px !important; }

.ml-n20,
.mx-n20 {
  margin-left: -20px !important; }

.m-n25 {
  margin: -25px !important; }

.mt-n25,
.my-n25 {
  margin-top: -25px !important; }

.mr-n25,
.mx-n25 {
  margin-right: -25px !important; }

.mb-n25,
.my-n25 {
  margin-bottom: -25px !important; }

.ml-n25,
.mx-n25 {
  margin-left: -25px !important; }

.m-n30 {
  margin: -30px !important; }

.mt-n30,
.my-n30 {
  margin-top: -30px !important; }

.mr-n30,
.mx-n30 {
  margin-right: -30px !important; }

.mb-n30,
.my-n30 {
  margin-bottom: -30px !important; }

.ml-n30,
.mx-n30 {
  margin-left: -30px !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) {
  .m-sm-0 {
    margin: 0px !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0px !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0px !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0px !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0px !important; }
  .m-sm-1 {
    margin: 7.5px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 7.5px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 7.5px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 7.5px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 7.5px !important; }
  .m-sm-2 {
    margin: 15px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 15px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 15px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 15px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 15px !important; }
  .m-sm-3 {
    margin: 30px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important; }
  .m-sm-4 {
    margin: 45px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 45px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 45px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 45px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 45px !important; }
  .m-sm-5 {
    margin: 5px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5px !important; }
  .m-sm-10 {
    margin: 10px !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10px !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10px !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10px !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10px !important; }
  .m-sm-15 {
    margin: 15px !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important; }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important; }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important; }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important; }
  .m-sm-20 {
    margin: 20px !important; }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20px !important; }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 20px !important; }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20px !important; }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 20px !important; }
  .m-sm-25 {
    margin: 25px !important; }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 25px !important; }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 25px !important; }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 25px !important; }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 25px !important; }
  .m-sm-30 {
    margin: 30px !important; }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important; }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important; }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important; }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important; }
  .p-sm-0 {
    padding: 0px !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0px !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0px !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0px !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0px !important; }
  .p-sm-1 {
    padding: 7.5px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 7.5px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 7.5px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 7.5px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 7.5px !important; }
  .p-sm-2 {
    padding: 15px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 15px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 15px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 15px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 15px !important; }
  .p-sm-3 {
    padding: 30px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 30px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 30px !important; }
  .p-sm-4 {
    padding: 45px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 45px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 45px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 45px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 45px !important; }
  .p-sm-5 {
    padding: 5px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5px !important; }
  .p-sm-10 {
    padding: 10px !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10px !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10px !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10px !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10px !important; }
  .p-sm-15 {
    padding: 15px !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important; }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important; }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important; }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !important; }
  .p-sm-20 {
    padding: 20px !important; }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20px !important; }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 20px !important; }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20px !important; }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20px !important; }
  .p-sm-25 {
    padding: 25px !important; }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 25px !important; }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 25px !important; }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 25px !important; }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 25px !important; }
  .p-sm-30 {
    padding: 30px !important; }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important; }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px !important; }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important; }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px !important; }
  .m-sm-n1 {
    margin: -7.5px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -7.5px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -7.5px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -7.5px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -7.5px !important; }
  .m-sm-n2 {
    margin: -15px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -15px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -15px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -15px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -15px !important; }
  .m-sm-n3 {
    margin: -30px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -30px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -30px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -30px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -30px !important; }
  .m-sm-n4 {
    margin: -45px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -45px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -45px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -45px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -45px !important; }
  .m-sm-n5 {
    margin: -5px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -5px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -5px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -5px !important; }
  .m-sm-n10 {
    margin: -10px !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10px !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10px !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10px !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10px !important; }
  .m-sm-n15 {
    margin: -15px !important; }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -15px !important; }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -15px !important; }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -15px !important; }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -15px !important; }
  .m-sm-n20 {
    margin: -20px !important; }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -20px !important; }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -20px !important; }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -20px !important; }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -20px !important; }
  .m-sm-n25 {
    margin: -25px !important; }
  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -25px !important; }
  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -25px !important; }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -25px !important; }
  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -25px !important; }
  .m-sm-n30 {
    margin: -30px !important; }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -30px !important; }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -30px !important; }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -30px !important; }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -30px !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) {
  .m-md-0 {
    margin: 0px !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0px !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0px !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0px !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0px !important; }
  .m-md-1 {
    margin: 7.5px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 7.5px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 7.5px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 7.5px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 7.5px !important; }
  .m-md-2 {
    margin: 15px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 15px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 15px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 15px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 15px !important; }
  .m-md-3 {
    margin: 30px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important; }
  .m-md-4 {
    margin: 45px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 45px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 45px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 45px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 45px !important; }
  .m-md-5 {
    margin: 5px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5px !important; }
  .m-md-10 {
    margin: 10px !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10px !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10px !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10px !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10px !important; }
  .m-md-15 {
    margin: 15px !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important; }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important; }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important; }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important; }
  .m-md-20 {
    margin: 20px !important; }
  .mt-md-20,
  .my-md-20 {
    margin-top: 20px !important; }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 20px !important; }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20px !important; }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 20px !important; }
  .m-md-25 {
    margin: 25px !important; }
  .mt-md-25,
  .my-md-25 {
    margin-top: 25px !important; }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 25px !important; }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 25px !important; }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 25px !important; }
  .m-md-30 {
    margin: 30px !important; }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important; }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important; }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important; }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important; }
  .p-md-0 {
    padding: 0px !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0px !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0px !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0px !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0px !important; }
  .p-md-1 {
    padding: 7.5px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 7.5px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 7.5px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 7.5px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 7.5px !important; }
  .p-md-2 {
    padding: 15px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 15px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 15px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 15px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 15px !important; }
  .p-md-3 {
    padding: 30px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important; }
  .p-md-4 {
    padding: 45px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 45px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 45px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 45px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 45px !important; }
  .p-md-5 {
    padding: 5px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5px !important; }
  .p-md-10 {
    padding: 10px !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10px !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10px !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10px !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10px !important; }
  .p-md-15 {
    padding: 15px !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important; }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important; }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important; }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important; }
  .p-md-20 {
    padding: 20px !important; }
  .pt-md-20,
  .py-md-20 {
    padding-top: 20px !important; }
  .pr-md-20,
  .px-md-20 {
    padding-right: 20px !important; }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20px !important; }
  .pl-md-20,
  .px-md-20 {
    padding-left: 20px !important; }
  .p-md-25 {
    padding: 25px !important; }
  .pt-md-25,
  .py-md-25 {
    padding-top: 25px !important; }
  .pr-md-25,
  .px-md-25 {
    padding-right: 25px !important; }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 25px !important; }
  .pl-md-25,
  .px-md-25 {
    padding-left: 25px !important; }
  .p-md-30 {
    padding: 30px !important; }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important; }
  .pr-md-30,
  .px-md-30 {
    padding-right: 30px !important; }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important; }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30px !important; }
  .m-md-n1 {
    margin: -7.5px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -7.5px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -7.5px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -7.5px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -7.5px !important; }
  .m-md-n2 {
    margin: -15px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -15px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -15px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -15px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -15px !important; }
  .m-md-n3 {
    margin: -30px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -30px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -30px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -30px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -30px !important; }
  .m-md-n4 {
    margin: -45px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -45px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -45px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -45px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -45px !important; }
  .m-md-n5 {
    margin: -5px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5px !important; }
  .m-md-n10 {
    margin: -10px !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10px !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10px !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10px !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10px !important; }
  .m-md-n15 {
    margin: -15px !important; }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -15px !important; }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -15px !important; }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -15px !important; }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -15px !important; }
  .m-md-n20 {
    margin: -20px !important; }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -20px !important; }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -20px !important; }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -20px !important; }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -20px !important; }
  .m-md-n25 {
    margin: -25px !important; }
  .mt-md-n25,
  .my-md-n25 {
    margin-top: -25px !important; }
  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -25px !important; }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -25px !important; }
  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -25px !important; }
  .m-md-n30 {
    margin: -30px !important; }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -30px !important; }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -30px !important; }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -30px !important; }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -30px !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) {
  .m-lg-0 {
    margin: 0px !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0px !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0px !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0px !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0px !important; }
  .m-lg-1 {
    margin: 7.5px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 7.5px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 7.5px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 7.5px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 7.5px !important; }
  .m-lg-2 {
    margin: 15px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 15px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 15px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 15px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 15px !important; }
  .m-lg-3 {
    margin: 30px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important; }
  .m-lg-4 {
    margin: 45px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 45px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 45px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 45px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 45px !important; }
  .m-lg-5 {
    margin: 5px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5px !important; }
  .m-lg-10 {
    margin: 10px !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10px !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10px !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10px !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10px !important; }
  .m-lg-15 {
    margin: 15px !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important; }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important; }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important; }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important; }
  .m-lg-20 {
    margin: 20px !important; }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20px !important; }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 20px !important; }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20px !important; }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 20px !important; }
  .m-lg-25 {
    margin: 25px !important; }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 25px !important; }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 25px !important; }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 25px !important; }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 25px !important; }
  .m-lg-30 {
    margin: 30px !important; }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important; }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important; }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important; }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important; }
  .p-lg-0 {
    padding: 0px !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0px !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0px !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0px !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0px !important; }
  .p-lg-1 {
    padding: 7.5px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 7.5px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 7.5px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 7.5px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 7.5px !important; }
  .p-lg-2 {
    padding: 15px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 15px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 15px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 15px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 15px !important; }
  .p-lg-3 {
    padding: 30px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important; }
  .p-lg-4 {
    padding: 45px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 45px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 45px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 45px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 45px !important; }
  .p-lg-5 {
    padding: 5px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5px !important; }
  .p-lg-10 {
    padding: 10px !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10px !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10px !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10px !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10px !important; }
  .p-lg-15 {
    padding: 15px !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important; }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important; }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important; }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important; }
  .p-lg-20 {
    padding: 20px !important; }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20px !important; }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20px !important; }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20px !important; }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20px !important; }
  .p-lg-25 {
    padding: 25px !important; }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 25px !important; }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 25px !important; }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 25px !important; }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 25px !important; }
  .p-lg-30 {
    padding: 30px !important; }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important; }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px !important; }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important; }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px !important; }
  .m-lg-n1 {
    margin: -7.5px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -7.5px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -7.5px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -7.5px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -7.5px !important; }
  .m-lg-n2 {
    margin: -15px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -15px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -15px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -15px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -15px !important; }
  .m-lg-n3 {
    margin: -30px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -30px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -30px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -30px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -30px !important; }
  .m-lg-n4 {
    margin: -45px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -45px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -45px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -45px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -45px !important; }
  .m-lg-n5 {
    margin: -5px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5px !important; }
  .m-lg-n10 {
    margin: -10px !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10px !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10px !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10px !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10px !important; }
  .m-lg-n15 {
    margin: -15px !important; }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -15px !important; }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -15px !important; }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -15px !important; }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -15px !important; }
  .m-lg-n20 {
    margin: -20px !important; }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -20px !important; }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -20px !important; }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -20px !important; }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -20px !important; }
  .m-lg-n25 {
    margin: -25px !important; }
  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -25px !important; }
  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -25px !important; }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -25px !important; }
  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -25px !important; }
  .m-lg-n30 {
    margin: -30px !important; }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -30px !important; }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -30px !important; }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -30px !important; }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -30px !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) {
  .m-xl-0 {
    margin: 0px !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0px !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0px !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0px !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0px !important; }
  .m-xl-1 {
    margin: 7.5px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 7.5px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 7.5px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 7.5px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 7.5px !important; }
  .m-xl-2 {
    margin: 15px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 15px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 15px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 15px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 15px !important; }
  .m-xl-3 {
    margin: 30px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 30px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 30px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 30px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 30px !important; }
  .m-xl-4 {
    margin: 45px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 45px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 45px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 45px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 45px !important; }
  .m-xl-5 {
    margin: 5px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5px !important; }
  .m-xl-10 {
    margin: 10px !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10px !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10px !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10px !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10px !important; }
  .m-xl-15 {
    margin: 15px !important; }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important; }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important; }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important; }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important; }
  .m-xl-20 {
    margin: 20px !important; }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20px !important; }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 20px !important; }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20px !important; }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 20px !important; }
  .m-xl-25 {
    margin: 25px !important; }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 25px !important; }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 25px !important; }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 25px !important; }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 25px !important; }
  .m-xl-30 {
    margin: 30px !important; }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important; }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important; }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important; }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important; }
  .p-xl-0 {
    padding: 0px !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0px !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0px !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0px !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0px !important; }
  .p-xl-1 {
    padding: 7.5px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 7.5px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 7.5px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 7.5px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 7.5px !important; }
  .p-xl-2 {
    padding: 15px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 15px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 15px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 15px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 15px !important; }
  .p-xl-3 {
    padding: 30px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 30px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 30px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 30px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 30px !important; }
  .p-xl-4 {
    padding: 45px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 45px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 45px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 45px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 45px !important; }
  .p-xl-5 {
    padding: 5px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5px !important; }
  .p-xl-10 {
    padding: 10px !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10px !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10px !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10px !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10px !important; }
  .p-xl-15 {
    padding: 15px !important; }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important; }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important; }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important; }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important; }
  .p-xl-20 {
    padding: 20px !important; }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20px !important; }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 20px !important; }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20px !important; }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 20px !important; }
  .p-xl-25 {
    padding: 25px !important; }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 25px !important; }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 25px !important; }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 25px !important; }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 25px !important; }
  .p-xl-30 {
    padding: 30px !important; }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important; }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px !important; }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important; }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px !important; }
  .m-xl-n1 {
    margin: -7.5px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -7.5px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -7.5px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -7.5px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -7.5px !important; }
  .m-xl-n2 {
    margin: -15px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -15px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -15px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -15px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -15px !important; }
  .m-xl-n3 {
    margin: -30px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -30px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -30px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -30px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -30px !important; }
  .m-xl-n4 {
    margin: -45px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -45px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -45px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -45px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -45px !important; }
  .m-xl-n5 {
    margin: -5px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -5px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -5px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -5px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -5px !important; }
  .m-xl-n10 {
    margin: -10px !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10px !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10px !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10px !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10px !important; }
  .m-xl-n15 {
    margin: -15px !important; }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -15px !important; }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -15px !important; }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -15px !important; }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -15px !important; }
  .m-xl-n20 {
    margin: -20px !important; }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -20px !important; }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -20px !important; }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -20px !important; }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -20px !important; }
  .m-xl-n25 {
    margin: -25px !important; }
  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -25px !important; }
  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -25px !important; }
  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -25px !important; }
  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -25px !important; }
  .m-xl-n30 {
    margin: -30px !important; }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -30px !important; }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -30px !important; }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -30px !important; }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -30px !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; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #FFFFFF !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.h-nopad {
  padding: 0 !important; }

.text-r {
  text-align: right !important; }

.text-l {
  text-align: left !important; }

.text-c {
  text-align: center !important; }

.text-u {
  text-decoration: underline !important; }

.fw-m {
  font-weight: 400 !important; }

.fw-b {
  font-weight: 600 !important; }

.fw-t {
  font-weight: 100 !important; }

.text-upper {
  text-transform: uppercase !important; }

.text-lower {
  text-transform: lowercase !important; }

.bgc {
  background-color: #fff; }
  .bgc-navy {
    background-color: #263a52 !important; }
  .bgc-grey {
    background-color: #eaeaea !important; }

.fc-black {
  color: #000000 !important; }

.fc-grey {
  color: #999999 !important; }

.fc-navy {
  color: #2A4786 !important; }

.fc-blue {
  color: #11A8DF !important; }

.fc-white {
  color: #FFFFFF !important; }

.fc-orange {
  color: #f6a716 !important; }

.fs-10 {
  font-size: 10px !important; }

.fs-11 {
  font-size: 11px !important; }

.fs-12 {
  font-size: 12px !important; }

.fs-13 {
  font-size: 13px !important; }

.fs-14 {
  font-size: 14px !important; }

.fs-15 {
  font-size: 15px !important; }

.fs-16 {
  font-size: 16px !important; }

.fs-18 {
  font-size: 18px !important; }

.fs-20 {
  font-size: 20px !important; }

.fs-22 {
  font-size: 22px !important; }

.fs-24 {
  font-size: 24px !important; }

.fs-26 {
  font-size: 26px !important; }

.fs-28 {
  font-size: 28px !important; }

.fs-30 {
  font-size: 30px !important; }

.fs-32 {
  font-size: 32px !important; }

.fs-34 {
  font-size: 34px !important; }

.fs-36 {
  font-size: 36px !important; }

.fs-38 {
  font-size: 38px !important; }

.fs-40 {
  font-size: 40px !important; }

.fs-42 {
  font-size: 42px !important; }

.fs-44 {
  font-size: 44px !important; }

.fs-46 {
  font-size: 46px !important; }

.fs-48 {
  font-size: 48px !important; }

.fs-50 {
  font-size: 50px !important; }

.fs-52 {
  font-size: 52px !important; }

.fs-54 {
  font-size: 54px !important; }

.fs-56 {
  font-size: 56px !important; }

.fs-58 {
  font-size: 58px !important; }

.fs-60 {
  font-size: 60px !important; }

.fs-62 {
  font-size: 62px !important; }

.fs-64 {
  font-size: 64px !important; }

.fs-66 {
  font-size: 66px !important; }

.fs-68 {
  font-size: 68px !important; }

.fs-70 {
  font-size: 70px !important; }

.fs-72 {
  font-size: 72px !important; }

.fs-74 {
  font-size: 74px !important; }

.fs-76 {
  font-size: 76px !important; }

.lh-1 {
  line-height: 1   !important; }

.lh-2 {
  line-height: 1.2 !important; }

.lh-3 {
  line-height: 1.3 !important; }

.lh-4 {
  line-height: 1.4 !important; }

.lh-5 {
  line-height: 1.5 !important; }

.b {
  border: 1px solid #eaeaea !important; }

.bb {
  border-bottom: 1px solid #eaeaea !important; }

.bt {
  border-top: 1px solid #eaeaea !important; }

.bl {
  border-left: 1px solid #eaeaea !important; }

.br {
  border-right: 1px solid #eaeaea !important; }

@media (min-width: 576px) {
  .br-sm {
    border-right: 1px solid #eaeaea !important; } }

@media (min-width: 768px) {
  .br-md {
    border-right: 1px solid #eaeaea !important; } }

@media (min-width: 992px) {
  .br-lg {
    border-right: 1px solid #eaeaea !important; } }

@media (min-width: 1200px) {
  .br-xl {
    border-right: 1px solid #eaeaea !important; } }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.animate-down {
  max-height: 0;
  overflow: hidden;
  opacity: 0; }
  .animate-down.is-active {
    -webkit-transition: max-height 0.7s linear 0s;
    transition: max-height 0.7s linear 0s;
    max-height: 1000px;
    overflow: visible;
    opacity: 1; }

p {
  font-weight: 400;
  margin-top: 0; }

.container {
  position: relative;
  padding-left: 30px;
  padding-right: 30px; }
  .container--edge {
    padding: 0; }
  .container--nopad .row {
    margin: 0; }
  .container--nopad [class*="col-"] {
    padding: 0; }
  .container--pad3 .row {
    margin-left: -3px;
    margin-right: -3px; }
  .container--pad3 [class*="col-"] {
    padding: 0 3px; }
  .container--pad5 .row {
    margin-left: -5px;
    margin-right: -5px; }
  .container--pad5 [class*="col-"] {
    padding: 0 5px; }
  .container--pad10 .row {
    margin-left: -10px;
    margin-right: -10px; }
  .container--pad10 [class*="col-"] {
    padding: 0 10px; }
  .container--pad15 .row {
    margin-left: -15px;
    margin-right: -15px; }
  .container--pad15 [class*="col-"] {
    padding: 0 15px; }
  .container--pad20 .row {
    margin-left: -20px;
    margin-right: -20px; }
  .container--pad20 [class*="col-"] {
    padding: 0 20px; }
  .container--pad30 .row {
    margin-left: -30px;
    margin-right: -30px; }
  .container--pad30 [class*="col-"] {
    padding: 0 30px; }
  .container--bordered > .row {
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea; }
    .container--bordered > .row > [class^="col-"] {
      border-right: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea; }
  .container--bordered-light > .row {
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF; }
    .container--bordered-light > .row > [class^="col-"] {
      border-right: 1px solid #FFFFFF;
      border-bottom: 1px solid #FFFFFF; }
  .container--highlight {
    position: relative; }
    .container--highlight:before {
      position: absolute;
      display: block;
      content: " ";
      width: 9999px;
      height: 100%;
      left: -1000px;
      top: 0px;
      background: #ededed;
      z-index: -2; }

.row--flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }
  .row--flex:before, .row--flex:after {
    content: normal; }

.row--highlight {
  position: relative; }
  .row--highlight:before, .row--highlight:after {
    content: "";
    display: table; }
  .row--highlight:after {
    clear: both; }
  .row--highlight:before {
    position: absolute;
    display: block;
    content: " ";
    width: 9999px;
    height: 100%;
    left: -1000px;
    top: 0px;
    background: #ededed;
    z-index: -2; }

.row--pad {
  margin-left: -30px !important;
  margin-right: -30px !important; }
  .row--pad > [class^="col-"] {
    padding: 0 30px !important; }

.row--pad5 {
  margin-left: -5px !important;
  margin-right: -5px !important; }
  .row--pad5 > [class^="col-"] {
    padding: 0 5px !important; }

.row--pad10 {
  margin-left: -10px !important;
  margin-right: -10px !important; }
  .row--pad10 > [class^="col-"] {
    padding: 0 10px !important; }

.row--pad15 {
  margin-left: -15px !important;
  margin-right: -15px !important; }
  .row--pad15 > [class^="col-"] {
    padding: 0 15px !important; }

.row--pad20 {
  margin-left: -20px !important;
  margin-right: -20px !important; }
  .row--pad20 > [class^="col-"] {
    padding: 0 20px !important; }

.row--bordered {
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea; }
  .row--bordered > [class^="col-"] {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea; }

.row--bordered-light {
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF; }
  .row--bordered-light > [class^="col-"] {
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF; }

.l-content-wrapper {
  position: relative;
  padding: 0;
  overflow: hidden; }
  @media (min-width: 576px) {
    .l-content-wrapper--page {
      padding: 0; } }

.l-highlight {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  @media (min-width: 576px) {
    .l-highlight {
      background-color: #ededed; } }

.lede-list {
  border: 1px solid #eaeaea;
  margin-bottom: 6px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-align: center;
          align-items: center; }
  @media (min-width: 576px) {
    .lede-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap; } }
  .lede-list__thumb {
    display: block;
    width: 100%; }
    .lede-list__thumb > img {
      width: 100%; }
    @media (min-width: 576px) {
      .lede-list__thumb {
        float: left;
        width: 33%;
        -webkit-box-flex: 1;
                flex: 1 1 auto; } }
    @media (min-width: 576px) {
      .lede-list__thumb {
        -webkit-box-flex: 0;
                flex: 0 0 300px; } }
  .lede-list__copy {
    padding: 20px; }
    @media (min-width: 576px) {
      .lede-list__copy {
        float: left;
        width: 67%; } }

.logo {
  fill: #2A4786; }

.header {
  position: relative;
  background-color: #FFFFFF;
  padding-bottom: 30px; }
  .header:before, .header:after {
    content: "";
    display: table; }
  .header:after {
    clear: both; }
  @media (min-width: 768px) {
    .header:before {
      display: none; } }
  .header__brand {
    line-height: 1;
    text-align: center;
    padding: 25px 0 20px 0;
    background: #FFFFFF;
    display: none; }
    .header__brand:before, .header__brand:after {
      content: "";
      display: table; }
    .header__brand:after {
      clear: both; }
    @media (min-width: 768px) {
      .header__brand {
        display: block; } }
    .header__brand .brand-lrg {
      display: inline-block; }
  .header__ad {
    display: none;
    float: right; }
  .header__sticky {
    z-index: 9999;
    background-color: #FFFFFF;
    margin: 0 auto; }
    .header__sticky.is-fixed {
      position: fixed;
      width: 100%;
      top: -300px;
      -webkit-transition: all .4s linear 0s;
      transition: all .4s linear 0s;
      text-align: left;
      will-change: transform; }
      @media (min-width: 992px) {
        .header__sticky.is-fixed .header__brand {
          float: left; } }
      @media (min-width: 992px) {
        .header__sticky.is-fixed .header__ad {
          padding: 10px 0;
          display: block; } }
      .header__sticky.is-fixed .nav__main {
        border-bottom: 0; }
    .header__sticky.is-visible {
      top: 0; }

.l-grid {
  margin: 0 auto; }
  @media (min-width: 576px) {
    .l-grid {
      width: 576px; } }
  @media (min-width: 768px) {
    .l-grid {
      width: 768px;
      height: 512px; } }
  @media (min-width: 992px) {
    .l-grid {
      width: 992px; } }
  @media (min-width: 1518px) {
    .l-grid--wide {
      width: 1518px; } }
  .l-grid__row {
    height: 100%; }
    .l-grid__row:before, .l-grid__row:after {
      content: "";
      display: table; }
    .l-grid__row:after {
      clear: both; }
  .l-grid__box {
    position: relative;
    float: left;
    width: 100%;
    border: 3px solid #fff; }
    .l-grid__box--sm {
      overflow: hidden; }
      @media (min-width: 576px) {
        .l-grid__box--sm {
          width: 50%; } }
      @media (min-width: 576px) {
        .l-grid__box--sm {
          width: 33.33%; }
          .l-grid__box--sm:last-child {
            display: none; } }
      @media (min-width: 768px) {
        .l-grid__box--sm {
          width: 39.84375%; }
          .l-grid__box--sm:last-child {
            display: block; } }
      @media (min-width: 992px) {
        .l-grid__box--sm {
          width: 30.84677%; } }
      @media (min-width: 1518px) {
        .l-grid__box--sm {
          width: 20.1581%; } }
    .l-grid__box--lg {
      height: 100%; }
      @media (min-width: 768px) {
        .l-grid__box--lg {
          width: 20.3125%; } }
      @media (min-width: 992px) {
        .l-grid__box--lg {
          width: 38.30645%; } }
      @media (min-width: 1518px) {
        .l-grid__box--lg {
          width: 59.68379%; } }
    @media (min-width: 768px) {
      .l-grid__box--push-sm {
        left: 39.84375%; } }
    @media (min-width: 992px) {
      .l-grid__box--push-sm {
        left: 30.84677%; } }
    @media (min-width: 1518px) {
      .l-grid__box--push-sm {
        left: 20.1581%; } }
    @media (min-width: 768px) {
      .l-grid__box--pull-lg {
        left: -20.3125%; } }
    @media (min-width: 992px) {
      .l-grid__box--pull-lg {
        left: -38.30645%; } }
    @media (min-width: 1518px) {
      .l-grid__box--pull-lg {
        left: -59.68379%; } }
    @media (min-width: 576px) {
      .l-grid__box__overlay {
        position: absolute;
        left: 30px;
        bottom: 30px;
        width: 260px;
        height: 230px;
        color: #fff;
        background: #6cd4be;
        background: linear-gradient(135deg, #6cd4be 0%, #81d7bf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cd4be', endColorstr='#81d7bf', GradientType=1 ); } }
    @media (min-width: 768px) {
      .l-grid__box__overlay {
        position: static;
        width: 100%;
        height: auto; } }
    @media (min-width: 992px) {
      .l-grid__box__overlay {
        position: static;
        width: 100%;
        height: auto; } }
    @media (min-width: 1518px) {
      .l-grid__box__overlay {
        position: absolute;
        left: 30px;
        bottom: 30px;
        width: 260px;
        height: 230px;
        color: #fff;
        background: #6cd4be;
        background: linear-gradient(135deg, #6cd4be 0%, #81d7bf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cd4be', endColorstr='#81d7bf', GradientType=1 ); } }

.wallpaper .l-content-wrapper {
  max-width: 1283px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.wallpaper .header {
  position: relative;
  max-width: 1283px;
  margin: 0 auto;
  z-index: 9999; }
  .wallpaper .header__sticky {
    max-width: 1283px; }

@media (min-width: 576px) {
  .wallpaper .l-highlight {
    background-color: transparent; } }

@media (min-width: 1300px) {
  .wallpaper .hero {
    max-width: 1200px; } }

@media (min-width: 576px) {
  .wallpaper .hero .hero__copy--overlay {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 260px;
    height: 230px;
    color: #fff;
    background: #6cd4be;
    background: linear-gradient(135deg, #6cd4be 0%, #81d7bf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cd4be', endColorstr='#81d7bf', GradientType=1 ); } }

@media (min-width: 768px) {
  .wallpaper .hero .hero__copy--overlay {
    position: static;
    width: 100%;
    height: auto; } }

@media (min-width: 1518px) {
  .wallpaper .hero .hero__copy--overlay {
    position: static;
    width: 100%;
    height: auto; } }

@media (min-width: 1518px) {
  .wallpaper .hero .l-grid__box--sm {
    width: 30.84677%; } }

@media (min-width: 1518px) {
  .wallpaper .hero .l-grid__box--lg {
    width: 38.30645%; } }

@media (min-width: 1518px) {
  .wallpaper .hero .l-grid__box--push-sm {
    left: 30.84677%; } }

@media (min-width: 1518px) {
  .wallpaper .hero .l-grid__box--pull-lg {
    left: -38.30645%; } }

/* ============================================================
  COMMON
============================================================ */
.switch {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

.switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* ============================================================
  SWITCH 1 - ROUND
============================================================ */
input.switch-round + label {
  padding: 2px;
  width: 50px;
  height: 31px;
  background-color: #dddddd;
  border-radius: 40px; }

input.switch-round + label:before, input.switch-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: ""; }

input.switch-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 40px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s; }

input.switch-round + label:after {
  width: 30px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s; }

input.switch-round:checked + label:before {
  background-color: #2A4786; }

input.switch-round:checked + label:after {
  margin-left: 20px; }

.mobile-product-optin input.switch-round + label {
  padding: 2px;
  width: 50px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 30px; }

.mobile-product-optin input.switch-round + label:before, .mobile-product-optin input.switch-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: ""; }

.mobile-product-optin input.switch-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 30px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s; }

.mobile-product-optin input.switch-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s; }

.mobile-product-optin input.switch-round:checked + label:before {
  background-color: #2A4786; }

.mobile-product-optin input.switch-round:checked + label:after {
  margin-left: 20px; }

/* ============================================================
  SWITCH 2 - ROUND FLAT
============================================================ */
input.switch-round-flat + label {
  padding: 2px;
  width: 120px;
  height: 60px;
  background-color: #dddddd;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s; }

input.switch-round-flat + label:before, input.switch-round-flat + label:after {
  display: block;
  position: absolute;
  content: ""; }

input.switch-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s; }

input.switch-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 52px;
  background-color: #dddddd;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s; }

input.switch-round-flat:checked + label {
  background-color: #8ce196; }

input.switch-round-flat:checked + label:after {
  margin-left: 60px;
  background-color: #8ce196; }

.frm_compact_text {
  background-color: #ededed;
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #ddd;
  cursor: pointer; }

.frm_upload_text {
  display: none; }

.frm_small_text {
  font-weight: 100;
  font-style: italic; }

.frm_description {
  font-size: 12px;
  color: #777;
  font-style: italic; }

.frm_error {
  color: red; }

.frm_compact_text {
  border: 1px solid #ccc;
  background: #ddd;
  padding: 5px 8px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 2px; }

.dz-error-mark, .dz-success-mark {
  display: none; }

.frm_error_style {
  color: red;
  display: block;
  margin-bottom: 5px;
  font-size: 16px; }

.frm_hidden {
  display: none; }

#loginform input[type="text"], #loginform input[type="password"] {
  background: #dfdfdf;
  border: 0; }

#loginform input[type="submit"] {
  background: #2A4786;
  color: #FFFFFF;
  padding: 10px 30px 10px;
  display: inline-block;
  position: relative;
  background: #2A4786;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  outline: none;
  z-index: 1;
  text-transform: uppercase; }

input, textarea, select {
  padding: 10px;
  width: 100%;
  border: 1px solid #eaeaea; }

input[type="checkbox"], input[type="radio"] {
  width: auto; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.form__field {
  position: relative;
  margin-bottom: 10px; }
  .form__field > label {
    display: none; }
    @media (min-width: 576px) {
      .form__field > label {
        display: block; } }
  .form__field > input, .form__field textarea, .form__field select {
    background: #dfdfdf;
    border: 0; }
  .form__field__required {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    right: 0;
    color: #F53F1A; }
  .form__field--white > input, .form__field--white textarea, .form__field--white select {
    background: #FFFFFF; }
  .form__field--white ::-webkit-input-placeholder {
    color: #777 !important; }
  .form__field--white :-moz-placeholder {
    color: #777 !important; }
  .form__field--white ::-moz-placeholder {
    color: #777 !important; }
  .form__field--white :-ms-input-placeholder {
    color: #777 !important; }

.form__label--bold {
  line-height: 1.5;
  font-size: 12px;
  font-weight: 700; }

.form__checkbox-group .frm_checkbox {
  display: inline-block;
  width: 49%;
  font-size: 12px; }
  @media (min-width: 576px) {
    .form__checkbox-group .frm_checkbox {
      width: 32%; } }
  @media (min-width: 576px) {
    .form__checkbox-group .frm_checkbox {
      width: 24%; } }

.form__checkbox {
  font-size: 12px; }

.form .is-hidden {
  display: none; }

.form__helpers {
  display: block;
  padding-top: 5px;
  font-size: 16px;
  font-style: italic;
  font-weight: 100; }

.form__submit {
  border: 0;
  width: auto; }

@media (min-width: 576px) {
  .form ::-webkit-input-placeholder {
    color: #dfdfdf; }
  .form :-moz-placeholder {
    color: #dfdfdf; }
  .form ::-moz-placeholder {
    color: #dfdfdf; }
  .form :-ms-input-placeholder {
    color: #dfdfdf; } }

.btn {
  display: inline-block;
  position: relative;
  background: #2A4786;
  padding: 10px 30px 10px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  outline: none;
  z-index: 1;
  text-transform: uppercase;
  border: 0; }
  .btn:after {
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
    outline: none; }
  .btn:hover {
    color: #FFFFFF; }
    .btn:hover:after {
      background: rgba(0, 0, 0, 0.15); }
  .btn:focus {
    color: #FFFFFF; }
  .btn:active {
    bottom: -2px; }
    .btn:active:after {
      border: none; }
  .btn:visited {
    color: #FFFFFF; }
  .btn--full {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
  .btn--submit {
    width: auto;
    border: 0; }

.social-logins {
  padding: 0 15px; }
  .social-logins .btn {
    line-height: 1.5;
    width: 100%;
    border-radius: 2px;
    text-transform: none;
    margin-bottom: 10px;
    overflow: visible;
    cursor: pointer; }
    .social-logins .btn--facebook {
      background-color: #3B5998; }
    .social-logins .btn--linkedin {
      background-color: #0077B5; }
    .social-logins .btn--twitter {
      background-color: #1DA1F2; }
    .social-logins .btn i {
      padding-left: 5px;
      margin-left: 5px;
      border-left: 1px solid #FFFFFF; }
    @media (min-width: 768px) {
      .social-logins .btn {
        width: auto; } }

.subscribe {
  position: relative;
  max-width: 768px;
  margin: 0 auto; }
  .subscribe:before, .subscribe:after {
    content: "";
    display: table; }
  .subscribe:after {
    clear: both; }
  .subscribe__thumb {
    padding: 0 20px; }
    .subscribe__thumb img {
      margin: 0 auto; }
    @media (min-width: 576px) {
      .subscribe__thumb {
        width: 50%;
        float: left;
        text-align: right; }
        .subscribe__thumb img {
          float: right; } }
  .subscribe__copy {
    padding: 0 20px;
    text-align: center;
    width: 100%; }
    @media (min-width: 576px) {
      .subscribe__copy {
        width: 50%;
        float: left;
        text-align: left; } }
  .subscribe__title {
    font-size: 18px;
    color: #333; }
    .subscribe__title > a {
      color: #333; }
      .subscribe__title > a:hover {
        color: #2A4786; }

.sub-cover {
  text-align: center;
  width: 50%;
  margin: 0 auto 30px; }
  @media (min-width: 576px) {
    .sub-cover {
      width: auto; } }

.sub-item {
  border-bottom: 1px solid #eaeaea;
  padding: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 10px; }
  .sub-item:before, .sub-item:after {
    content: "";
    display: table; }
  .sub-item:after {
    clear: both; }
  @media (min-width: 992px) {
    .sub-item {
      padding: 0;
      border: 0; } }
  .sub-item__copy {
    float: left;
    padding-right: 20px;
    width: 80%; }
    @media (min-width: 576px) {
      .sub-item__copy {
        width: 70%; } }
    .sub-item__copy > p {
      display: none;
      line-height: 1.3;
      color: #777; }
      @media (min-width: 576px) {
        .sub-item__copy > p {
          display: block; } }
  .sub-item__switch {
    float: left;
    width: 19%; }
    @media (min-width: 576px) {
      .sub-item__switch {
        width: 29%; } }

.profile-newsletter-switches .sub-item {
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center; }
  .profile-newsletter-switches .sub-item:before, .profile-newsletter-switches .sub-item:after {
    content: "";
    display: table; }
  .profile-newsletter-switches .sub-item:after {
    clear: both; }
  .profile-newsletter-switches .sub-item__copy {
    float: left;
    padding-right: 20px;
    width: 87%; }
    .profile-newsletter-switches .sub-item__copy span {
      display: inline-block;
      width: 135px; }
    @media (min-width: 576px) {
      .profile-newsletter-switches .sub-item__copy {
        width: 93%; } }
    .profile-newsletter-switches .sub-item__copy > p {
      display: none;
      line-height: 1.5;
      margin-bottom: 0;
      color: #777; }
      @media (min-width: 576px) {
        .profile-newsletter-switches .sub-item__copy > p {
          display: block; } }
  .profile-newsletter-switches .sub-item__switch {
    float: right;
    width: 7%; }
    @media (min-width: 576px) {
      .profile-newsletter-switches .sub-item__switch {
        width: 7%; } }
  .profile-newsletter-switches .sub-item .icon-hint {
    background: #aaa;
    color: #fff;
    border-radius: 50%;
    padding: 3px 6px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    font-style: normal;
    position: relative;
    top: -2px;
    display: inline-block; }

.page-heading {
  font-weight: 700;
  margin: 0 0 6px;
  font-family: "Lato", Sans-serif;
  font-size: 18px;
  text-transform: uppercase; }

.section-heading {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3; }
  @media (min-width: 992px) {
    .section-heading {
      font-size: 38px; } }
  .section-heading-sml {
    font-size: 24px; }
    @media (min-width: 992px) {
      .section-heading-sml {
        font-size: 32px; } }

.section-title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
  color: #2A4786;
  font-family: "Droid Serif", Serif;
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato", Sans-serif;
  text-transform: uppercase; }
  .section-title > a {
    color: #2A4786; }
    .section-title > a:hover {
      color: #2A4786; }

.lede__thumb {
  display: block;
  flex-shrink: 0;
  margin-bottom: 15px; }
  .lede__thumb > img {
    width: 100%; }

.lede__title {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px; }
  .lede__title--featured {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px; }
  .lede__title > a {
    color: black; }

.lede__excerpt {
  margin: 0; }

.lede__date {
  display: block;
  margin-bottom: 10px;
  font-family: "Lato", Sans-serif;
  font-size: 14px;
  color: #999999;
  line-height: 1; }

.lede__copy--featured {
  padding: 20px;
  border: 1px solid #eaeaea;
  border-top: 0; }

.searchbar {
  display: -webkit-box;
  display: flex; }
  .searchbar__field {
    margin-right: 10px; }
  .searchbar__button {
    color: #FFFFFF;
    border: 0;
    border-radius: 2px;
    padding: 0 12px;
    background-color: #11A8DF;
    cursor: pointer;
    text-transform: uppercase; }

.interscroller {
  position: relative;
  margin: 0 auto 20px;
  width: 320px;
  height: 600px; }
  @media (min-width: 480px) {
    .interscroller {
      display: none; } }

.interscroller-content-wrapper {
  position: absolute;
  width: 320px;
  height: 600px;
  clip: rect(0px 320px 600px 0px); }

.interscroller-content {
  position: fixed;
  height: 100%;
  top: 30px;
  left: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0); }

.sidebar-is {
  display: none; }
  @media (min-width: 1150px) {
    .sidebar-is {
      display: block; } }

.adbox {
  text-align: center; }

/* Inline Post Related Content */
.c-lede-inline {
  padding: 5px;
  margin-bottom: 20px;
  margin-right: 20px;
  border: 1px solid #ccc; }
  @media (min-width: 576px) {
    .c-lede-inline {
      width: 300px;
      float: left;
      margin-bottom: 0; } }
  .c-lede-inline > a {
    display: -webkit-box;
    display: flex;
    cursor: pointer; }
  .c-lede-inline__thumb {
    flex-shrink: 0;
    margin-right: 10px; }
    .c-lede-inline__thumb > img {
      margin-bottom: 0px !important; }
  .c-lede-inline__title {
    color: #2A4786;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif; }

.related-posts {
  overflow: hidden; }
  @media (min-width: 768px) {
    .related-posts > ul {
      display: -webkit-box;
      display: flex; } }

.related-post {
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .related-post {
      width: 33%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      padding-right: 20px; }
      .related-post:last-child {
        padding-right: 0; } }

.related-thumb {
  margin-right: 10px;
  flex-shrink: 0; }
  @media (min-width: 768px) {
    .related-thumb {
      margin-bottom: 10px; } }

.stickybanner {
  display: -webkit-box;
  display: flex;
  display: none;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: fixed;
  will-change: transform;
  width: 100%;
  height: 120px;
  bottom: 0;
  left: 0;
  z-index: 9999; }
  .stickybanner__ad {
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #eee;
    width: 1050px;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
  .stickybanner__close {
    position: absolute;
    top: 4px;
    right: 8px;
    cursor: pointer; }

.tc {
  text-align: justify;
  max-width: 800px;
  margin: 0 auto; }
  .tc li, .tc p {
    font-size: 12px; }
  .tc ol {
    counter-reset: item; }
  .tc > ol {
    padding-left: 22px; }
  .tc > ol > li > span {
    font-size: 18px;
    display: block;
    padding-bottom: 10px; }
  .tc ol li {
    display: block;
    position: relative;
    padding-bottom: 10px; }
  .tc ol li:before {
    font-size: 14px;
    font-weight: normal;
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px;
    /* space between number and text */ }
  .tc > ol > li:before {
    font-size: 18px;
    font-weight: 700; }

hr {
  margin-top: 15px;
  margin-bottom: 15px; }

.wrapper {
  max-width: 1050px;
  margin: 0 auto;
  background-color: white;
  position: relative; }

.article-sign-up {
  display: -webkit-box;
  display: flex; }
  .article-sign-up input {
    padding-left: 20px;
    outline: none;
    border: 0;
    border-radius: 30px 0px 0px 30px; }
  .article-sign-up button {
    border-radius: 0px 30px 30px 0px;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding: 10px 25px; }

#menu-issues {
  background-color: white; }


/*# sourceMappingURL=main.css.map*/