@charset "UTF-8";
/* 
*  Main CSS Index File
*
*/
/* 
*  Base File Index
*
*/
/*
	= Variables and mixins	
*******************************************************************************************/
/**
* Official social media colors
*/
/* Use this mixin when using webfonts that appear darker than in mockups (especially complex fonts) */
/* This is also useful when using light text against a dark background; this will make the text crisper and less fuzzy */
/*
* Quick Font Sizes
*/
/*
	= Typography	
*******************************************************************************************/
/* line 4, ../sass/base/_typography.scss */
a {
  color: #333;
}
/* line 6, ../sass/base/_typography.scss */
a:hover {
  color: #FFCE04;
  text-decoration: none;
}

/* line 11, ../sass/base/_typography.scss */
.entry a {
  color: blue;
  text-decoration: underline;
}

/* line 16, ../sass/base/_typography.scss */
h3 a, h4 a, h5 a, h6 a {
  text-decoration: none !important;
}

/* line 20, ../sass/base/_typography.scss */
em {
  font-style: italic;
}

/* line 23, ../sass/base/_typography.scss */
strong {
  font-weight: bold;
}

/* line 26, ../sass/base/_typography.scss */
p {
  margin-bottom: 15px;
}

/* line 29, ../sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #531078;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

/* line 34, ../sass/base/_typography.scss */
h1, h2 {
  margin: 30px 0 15px;
}

/* line 37, ../sass/base/_typography.scss */
h3, h4, h5, h6 {
  margin: 20px 0 10px;
}

/* line 40, ../sass/base/_typography.scss */
h2 {
  font-weight: 400;
  font-size: 30px;
}

/* line 44, ../sass/base/_typography.scss */
h3 {
  font-size: 24px;
}

/* line 47, ../sass/base/_typography.scss */
h4 {
  font-size: 20px;
}

/* line 50, ../sass/base/_typography.scss */
h5 {
  font-size: 16px;
}

/* line 53, ../sass/base/_typography.scss */
h6 {
  text-transform: uppercase;
  font-size: 14px;
}

/* line 57, ../sass/base/_typography.scss */
> h2 {
  font-size: 40px;
}

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/*
	= General	
*******************************************************************************************/
/* line 5, ../sass/base/_base.scss */
html {
  overflow-x: hidden;
  font-size: 100%;
}

/* make it red instead (with with same width and style) */
/* line 10, ../sass/base/_base.scss */
select:active, select:hover {
  outline-color: #FFCE04;
}

/* line 13, ../sass/base/_base.scss */
body {
  overflow: hidden;
  padding-bottom: 0;
  color: #333;
  font-size: 17px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5;
}

/* line 21, ../sass/base/_base.scss */
.container {
  max-width: 100%;
  width: 100%;
}

/* line 25, ../sass/base/_base.scss */
.container-fluid {
  padding: 0;
}

/* line 28, ../sass/base/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 32, ../sass/base/_base.scss */
.wp-caption {
  margin: 10px 0 20px;
  max-width: 100%;
}
/* line 35, ../sass/base/_base.scss */
.wp-caption img {
  width: 100%;
  height: auto;
}
/* line 39, ../sass/base/_base.scss */
.wp-caption .wp-caption-text {
  margin: 10px 0 0;
  color: #111;
  font-style: italic;
  font-size: 12px;
}

/* line 46, ../sass/base/_base.scss */
blockquote {
  margin: 15px 0;
  padding: 20px;
  border-left: 0;
  background: rgba(83, 16, 120, 0.11);
  font-size: 17px;
}
/* line 52, ../sass/base/_base.scss */
blockquote > p:first-child {
  color: #531078;
  font-weight: bold;
  font-size: 21px;
}
/* line 57, ../sass/base/_base.scss */
blockquote p {
  margin: 0;
}

/* line 61, ../sass/base/_base.scss */
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* line 66, ../sass/base/_base.scss */
.aligncenter {
  display: block;
  margin: 15px auto;
}

/* line 70, ../sass/base/_base.scss */
.alignright {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px;
}

/* line 75, ../sass/base/_base.scss */
input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 79, ../sass/base/_base.scss */
ul {
  margin-bottom: 15px;
  padding-left: 30px;
  list-style-type: disc;
}
/* line 83, ../sass/base/_base.scss */
ul ul {
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: square;
}
/* line 87, ../sass/base/_base.scss */
ul ul ul {
  list-style-type: circle;
}

/* line 92, ../sass/base/_base.scss */
ol {
  margin-bottom: 15px;
  padding-left: 30px;
  list-style-type: decimal;
}
/* line 96, ../sass/base/_base.scss */
ol ul {
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: disc;
}
/* line 100, ../sass/base/_base.scss */
ol ul ul {
  list-style-type: circle;
}
/* line 104, ../sass/base/_base.scss */
ol ol {
  padding-left: 20px;
}

/* line 109, ../sass/base/_base.scss */
.form-control {
  border-radius: 0;
}

/* line 112, ../sass/base/_base.scss */
div[class^='col-'] {
  max-width: 100%;
}

/* line 115, ../sass/base/_base.scss */
.col-xs-12 {
  margin-bottom: 20px;
}

/* line 118, ../sass/base/_base.scss */
.btn {
  font-size: 11px;
}

/* line 121, ../sass/base/_base.scss */
.pink {
  padding: 5px;
  background-color: hotpink;
  color: black;
  font-weight: 700;
}
/* line 126, ../sass/base/_base.scss */
.pink:after {
  content: ' (this message is only viewable to site admins)';
  font-weight: 400;
  font-style: italic;
}

/* line 132, ../sass/base/_base.scss */
::-moz-selection {
  background: rgba(255, 206, 4, 0.5);
}

/* line 135, ../sass/base/_base.scss */
::selection {
  background: rgba(255, 206, 4, 0.5);
}

/* line 139, ../sass/base/_base.scss */
iframe {
  max-width: 100%;
  width: 100%;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 145, ../sass/base/_base.scss */
  .container {
    width: 100% !important;
  }

  /* line 148, ../sass/base/_base.scss */
  .btn {
    font-size: 14px;
  }

  /* line 151, ../sass/base/_base.scss */
  .col-sm-4 {
    flex-basis: 33.20% !important;
  }

  /* line 155, ../sass/base/_base.scss */
  iframe {
    height: 400px;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 166, ../sass/base/_base.scss */
  iframe {
    height: 628px;
  }

  /* line 169, ../sass/base/_base.scss */
  .container {
    max-width: 1146px;
  }

  /* line 172, ../sass/base/_base.scss */
  .col-md-4 {
    flex-basis: 33.0333% !important;
  }

  /* line 175, ../sass/base/_base.scss */
  .col-lg-3 {
    flex-basis: 24.97% !important;
  }
}
/* 
*  Vendor File Index
*
*/
/* line 1, ../sass/vendor/_flexboxgrid.scss */
.container-fluid, .container {
  margin-right: auto;
  margin-left: auto;
}

/* line 6, ../sass/vendor/_flexboxgrid.scss */
.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

/* line 11, ../sass/vendor/_flexboxgrid.scss */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  margin-right: -.5rem;
  margin-left: -.5rem;
  -webkit-box-direction: normal;
  -webkit-box-flex: 0;
  -webkit-box-orient: horizontal;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 30, ../sass/vendor/_flexboxgrid.scss */
.row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
}

/* line 38, ../sass/vendor/_flexboxgrid.scss */
.col.reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
}

/* line 46, ../sass/vendor/_flexboxgrid.scss */
.col-xs, .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, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12 {
  box-sizing: border-box;
  padding-right: .5rem;
  padding-left: .5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* line 56, ../sass/vendor/_flexboxgrid.scss */
.col-xs {
  max-width: 100%;
  -webkit-box-flex: 1;
  flex-basis: 0;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

/* line 66, ../sass/vendor/_flexboxgrid.scss */
.col-xs-1 {
  max-width: 8.33333333%;
  flex-basis: 8.33333333%;
  -ms-flex-preferred-size: 8.33333333%;
}

/* line 73, ../sass/vendor/_flexboxgrid.scss */
.col-xs-2 {
  max-width: 16.66666667%;
  flex-basis: 16.66666667%;
  -ms-flex-preferred-size: 16.66666667%;
}

/* line 80, ../sass/vendor/_flexboxgrid.scss */
.col-xs-3 {
  max-width: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
}

/* line 87, ../sass/vendor/_flexboxgrid.scss */
.col-xs-4 {
  max-width: 33.33333333%;
  flex-basis: 33.33333333%;
  -ms-flex-preferred-size: 33.33333333%;
}

/* line 94, ../sass/vendor/_flexboxgrid.scss */
.col-xs-5 {
  max-width: 41.66666667%;
  flex-basis: 41.66666667%;
  -ms-flex-preferred-size: 41.66666667%;
}

/* line 101, ../sass/vendor/_flexboxgrid.scss */
.col-xs-6 {
  max-width: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
}

/* line 108, ../sass/vendor/_flexboxgrid.scss */
.col-xs-7 {
  max-width: 58.33333333%;
  flex-basis: 58.33333333%;
  -ms-flex-preferred-size: 58.33333333%;
}

/* line 115, ../sass/vendor/_flexboxgrid.scss */
.col-xs-8 {
  max-width: 66.66666667%;
  flex-basis: 66.66666667%;
  -ms-flex-preferred-size: 66.66666667%;
}

/* line 122, ../sass/vendor/_flexboxgrid.scss */
.col-xs-9 {
  max-width: 75%;
  flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
}

/* line 129, ../sass/vendor/_flexboxgrid.scss */
.col-xs-10 {
  max-width: 83.33333333%;
  flex-basis: 83.33333333%;
  -ms-flex-preferred-size: 83.33333333%;
}

/* line 136, ../sass/vendor/_flexboxgrid.scss */
.col-xs-11 {
  max-width: 91.66666667%;
  flex-basis: 91.66666667%;
  -ms-flex-preferred-size: 91.66666667%;
}

/* line 143, ../sass/vendor/_flexboxgrid.scss */
.col-xs-12 {
  max-width: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}

/* line 150, ../sass/vendor/_flexboxgrid.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

/* line 154, ../sass/vendor/_flexboxgrid.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 158, ../sass/vendor/_flexboxgrid.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 162, ../sass/vendor/_flexboxgrid.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 166, ../sass/vendor/_flexboxgrid.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 170, ../sass/vendor/_flexboxgrid.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 174, ../sass/vendor/_flexboxgrid.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 178, ../sass/vendor/_flexboxgrid.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 182, ../sass/vendor/_flexboxgrid.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 186, ../sass/vendor/_flexboxgrid.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 190, ../sass/vendor/_flexboxgrid.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 194, ../sass/vendor/_flexboxgrid.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 198, ../sass/vendor/_flexboxgrid.scss */
.start-xs {
  -ms-flex-pack: start;
  text-align: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

/* line 206, ../sass/vendor/_flexboxgrid.scss */
.center-xs {
  -ms-flex-pack: center;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
}

/* line 214, ../sass/vendor/_flexboxgrid.scss */
.end-xs {
  -ms-flex-pack: end;
  text-align: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

/* line 222, ../sass/vendor/_flexboxgrid.scss */
.top-xs {
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: start;
}

/* line 229, ../sass/vendor/_flexboxgrid.scss */
.middle-xs {
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center;
}

/* line 236, ../sass/vendor/_flexboxgrid.scss */
.bottom-xs {
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-align: end;
}

/* line 243, ../sass/vendor/_flexboxgrid.scss */
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 249, ../sass/vendor/_flexboxgrid.scss */
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* line 256, ../sass/vendor/_flexboxgrid.scss */
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

/* line 263, ../sass/vendor/_flexboxgrid.scss */
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48em) {
  /* line 271, ../sass/vendor/_flexboxgrid.scss */
  .container {
    width: 49rem;
  }

  /* line 275, ../sass/vendor/_flexboxgrid.scss */
  .col-sm, .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-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12 {
    box-sizing: border-box;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  /* line 285, ../sass/vendor/_flexboxgrid.scss */
  .col-sm {
    max-width: 100%;
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }

  /* line 295, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-1 {
    max-width: 8.33333333%;
    flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
  }

  /* line 302, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-2 {
    max-width: 16.66666667%;
    flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
  }

  /* line 309, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-3 {
    max-width: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
  }

  /* line 316, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-4 {
    max-width: 33.33333333%;
    flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
  }

  /* line 323, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-5 {
    max-width: 41.66666667%;
    flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
  }

  /* line 330, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-6 {
    max-width: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }

  /* line 337, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-7 {
    max-width: 58.33333333%;
    flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
  }

  /* line 344, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-8 {
    max-width: 66.66666667%;
    flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
  }

  /* line 351, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-9 {
    max-width: 75%;
    flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
  }

  /* line 358, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-10 {
    max-width: 83.33333333%;
    flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
  }

  /* line 365, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-11 {
    max-width: 91.66666667%;
    flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
  }

  /* line 372, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-12 {
    max-width: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }

  /* line 379, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }

  /* line 383, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 387, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 391, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 395, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 399, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 403, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 407, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 411, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 415, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 419, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 423, ../sass/vendor/_flexboxgrid.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 427, ../sass/vendor/_flexboxgrid.scss */
  .start-sm {
    -ms-flex-pack: start;
    text-align: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  /* line 435, ../sass/vendor/_flexboxgrid.scss */
  .center-sm {
    -ms-flex-pack: center;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  /* line 443, ../sass/vendor/_flexboxgrid.scss */
  .end-sm {
    -ms-flex-pack: end;
    text-align: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }

  /* line 451, ../sass/vendor/_flexboxgrid.scss */
  .top-sm {
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: start;
  }

  /* line 458, ../sass/vendor/_flexboxgrid.scss */
  .middle-sm {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center;
  }

  /* line 465, ../sass/vendor/_flexboxgrid.scss */
  .bottom-sm {
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-align: end;
  }

  /* line 472, ../sass/vendor/_flexboxgrid.scss */
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 478, ../sass/vendor/_flexboxgrid.scss */
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  /* line 485, ../sass/vendor/_flexboxgrid.scss */
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  /* line 492, ../sass/vendor/_flexboxgrid.scss */
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  /* line 501, ../sass/vendor/_flexboxgrid.scss */
  .container {
    width: 65rem;
  }

  /* line 505, ../sass/vendor/_flexboxgrid.scss */
  .col-md, .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-offset-0, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12 {
    box-sizing: border-box;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  /* line 515, ../sass/vendor/_flexboxgrid.scss */
  .col-md {
    max-width: 100%;
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }

  /* line 525, ../sass/vendor/_flexboxgrid.scss */
  .col-md-1 {
    max-width: 8.33333333%;
    flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
  }

  /* line 532, ../sass/vendor/_flexboxgrid.scss */
  .col-md-2 {
    max-width: 16.66666667%;
    flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
  }

  /* line 539, ../sass/vendor/_flexboxgrid.scss */
  .col-md-3 {
    max-width: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
  }

  /* line 546, ../sass/vendor/_flexboxgrid.scss */
  .col-md-4 {
    max-width: 33.33333333%;
    flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
  }

  /* line 553, ../sass/vendor/_flexboxgrid.scss */
  .col-md-5 {
    max-width: 41.66666667%;
    flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
  }

  /* line 560, ../sass/vendor/_flexboxgrid.scss */
  .col-md-6 {
    max-width: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }

  /* line 567, ../sass/vendor/_flexboxgrid.scss */
  .col-md-7 {
    max-width: 58.33333333%;
    flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
  }

  /* line 574, ../sass/vendor/_flexboxgrid.scss */
  .col-md-8 {
    max-width: 66.66666667%;
    flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
  }

  /* line 581, ../sass/vendor/_flexboxgrid.scss */
  .col-md-9 {
    max-width: 75%;
    flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
  }

  /* line 588, ../sass/vendor/_flexboxgrid.scss */
  .col-md-10 {
    max-width: 83.33333333%;
    flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
  }

  /* line 595, ../sass/vendor/_flexboxgrid.scss */
  .col-md-11 {
    max-width: 91.66666667%;
    flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
  }

  /* line 602, ../sass/vendor/_flexboxgrid.scss */
  .col-md-12 {
    max-width: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }

  /* line 609, ../sass/vendor/_flexboxgrid.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }

  /* line 613, ../sass/vendor/_flexboxgrid.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 617, ../sass/vendor/_flexboxgrid.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 621, ../sass/vendor/_flexboxgrid.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 625, ../sass/vendor/_flexboxgrid.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 629, ../sass/vendor/_flexboxgrid.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 633, ../sass/vendor/_flexboxgrid.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 637, ../sass/vendor/_flexboxgrid.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 641, ../sass/vendor/_flexboxgrid.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 645, ../sass/vendor/_flexboxgrid.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 649, ../sass/vendor/_flexboxgrid.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 653, ../sass/vendor/_flexboxgrid.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 657, ../sass/vendor/_flexboxgrid.scss */
  .start-md {
    -ms-flex-pack: start;
    text-align: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  /* line 665, ../sass/vendor/_flexboxgrid.scss */
  .center-md {
    -ms-flex-pack: center;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  /* line 673, ../sass/vendor/_flexboxgrid.scss */
  .end-md {
    -ms-flex-pack: end;
    text-align: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }

  /* line 681, ../sass/vendor/_flexboxgrid.scss */
  .top-md {
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: start;
  }

  /* line 688, ../sass/vendor/_flexboxgrid.scss */
  .middle-md {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center;
  }

  /* line 695, ../sass/vendor/_flexboxgrid.scss */
  .bottom-md {
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-align: end;
  }

  /* line 702, ../sass/vendor/_flexboxgrid.scss */
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 708, ../sass/vendor/_flexboxgrid.scss */
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  /* line 715, ../sass/vendor/_flexboxgrid.scss */
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  /* line 722, ../sass/vendor/_flexboxgrid.scss */
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  /* line 731, ../sass/vendor/_flexboxgrid.scss */
  .container {
    width: 76rem;
  }

  /* line 735, ../sass/vendor/_flexboxgrid.scss */
  .col-lg, .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-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12 {
    box-sizing: border-box;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  /* line 745, ../sass/vendor/_flexboxgrid.scss */
  .col-lg {
    max-width: 100%;
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }

  /* line 755, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-1 {
    max-width: 8.33333333%;
    flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
  }

  /* line 762, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-2 {
    max-width: 16.66666667%;
    flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
  }

  /* line 769, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-3 {
    max-width: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
  }

  /* line 776, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-4 {
    max-width: 33.33333333%;
    flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
  }

  /* line 783, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-5 {
    max-width: 41.66666667%;
    flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
  }

  /* line 790, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-6 {
    max-width: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }

  /* line 797, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-7 {
    max-width: 58.33333333%;
    flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
  }

  /* line 804, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-8 {
    max-width: 66.66666667%;
    flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
  }

  /* line 811, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-9 {
    max-width: 75%;
    flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
  }

  /* line 818, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-10 {
    max-width: 83.33333333%;
    flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
  }

  /* line 825, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-11 {
    max-width: 91.66666667%;
    flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
  }

  /* line 832, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-12 {
    max-width: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }

  /* line 839, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }

  /* line 843, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 847, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 851, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 855, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 859, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 863, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 867, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 871, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 875, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 879, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 883, ../sass/vendor/_flexboxgrid.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 887, ../sass/vendor/_flexboxgrid.scss */
  .start-lg {
    -ms-flex-pack: start;
    text-align: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  /* line 895, ../sass/vendor/_flexboxgrid.scss */
  .center-lg {
    -ms-flex-pack: center;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  /* line 903, ../sass/vendor/_flexboxgrid.scss */
  .end-lg {
    -ms-flex-pack: end;
    text-align: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }

  /* line 911, ../sass/vendor/_flexboxgrid.scss */
  .top-lg {
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: start;
  }

  /* line 918, ../sass/vendor/_flexboxgrid.scss */
  .middle-lg {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center;
  }

  /* line 925, ../sass/vendor/_flexboxgrid.scss */
  .bottom-lg {
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-align: end;
  }

  /* line 932, ../sass/vendor/_flexboxgrid.scss */
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 938, ../sass/vendor/_flexboxgrid.scss */
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  /* line 945, ../sass/vendor/_flexboxgrid.scss */
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  /* line 952, ../sass/vendor/_flexboxgrid.scss */
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
/*
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
/* line 14, ../sass/vendor/_chosen.scss */
.chosen-container {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 420px;
  width: 100% !important;
  vertical-align: middle;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 29, ../sass/vendor/_chosen.scss */
.chosen-container * {
  box-sizing: border-box;
}

/* line 33, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  clip: rect(0, 0, 0, 0);
  width: 100%;
  border: 1px solid #AAA;
  border-top: 0;
  background: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 45, ../sass/vendor/_chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

/* line 49, ../sass/vendor/_chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* line 53, ../sass/vendor/_chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  overflow: hidden;
  margin-right: 4px;
  color: #999;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

/* line 62, ../sass/vendor/_chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  padding-left: 2px;
  content: ':';
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 70, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 42px;
  border: 1px solid #AAA;
  border-radius: 5px;
  background: linear-gradient(#FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background-color: #FFF;
  background-clip: padding-box;
  box-shadow: 0 0 3px #FFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 88, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 92, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  padding-top: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 101, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 105, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 116, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 120, ../sass/vendor/_chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 124, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 9px;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 133, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../images/chosen-sprite.png") no-repeat 0 2px;
}

/* line 140, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 148, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-search input[type='text'] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #AAA;
  border-radius: 0;
  background: url("../../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
}

/* line 162, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 168, ../sass/vendor/_chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
/* line 175, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  color: #444;
}

/* line 186, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  word-wrap: break-word;
  line-height: 15px;
  -webkit-touch-callout: none;
}

/* line 197, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 202, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #CCC;
  cursor: default;
}

/* line 208, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.highlighted {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #531078;
  background-image: linear-gradient(#2C0940 20%, #531078 90%);
  color: #FFF;
}

/* line 215, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #F4F4F4;
  color: #777;
}

/* line 221, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 227, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 231, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li em {
  text-decoration: underline;
  font-style: normal;
}

/* @end */
/* @group Multi Chosen */
/* line 238, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #AAA;
  background-color: #FFF;
  background-image: linear-gradient(#EEE 1%, #FFF 15%);
  cursor: text;
}

/* line 251, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 256, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 262, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  margin: 1px 0;
  padding: 0;
  width: 25px;
  height: 25px;
  outline: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
}

/* line 278, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  max-width: 100%;
  border: 1px solid #AAA;
  border-radius: 3px;
  background-color: #EEE;
  background-image: linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-clip: padding-box;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  box-shadow: 0 0 2px #FFF inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 296, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 300, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 311, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 315, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #CCC;
  background-color: #E4E4E4;
  background-image: linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  color: #666;
}

/* line 323, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #D4D4D4;
}

/* line 327, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 331, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 336, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #CCC;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 344, ../sass/vendor/_chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897FB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 349, ../sass/vendor/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #AAA;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#EEE 20%, #FFF 80%);
  box-shadow: 0 1px 0 #FFF inset;
}

/* line 357, ../sass/vendor/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 362, ../sass/vendor/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 366, ../sass/vendor/_chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897FB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 371, ../sass/vendor/_chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type='text'] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 377, ../sass/vendor/_chosen.scss */
.chosen-disabled {
  opacity: .5 !important;
  cursor: default;
}

/* line 382, ../sass/vendor/_chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 386, ../sass/vendor/_chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 392, ../sass/vendor/_chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 396, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 401, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 407, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 411, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 416, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 421, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 425, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type='text'] {
  direction: rtl;
}

/* line 429, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 434, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 439, ../sass/vendor/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 444, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 449, ../sass/vendor/_chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 453, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-search input[type='text'] {
  padding: 4px 5px 4px 20px;
  background: url("../../images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

/* line 459, ../sass/vendor/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 463, ../sass/vendor/_chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 470, ../sass/vendor/_chosen.scss */
  .chosen-rtl .chosen-search input[type='text'], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type='text'], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url("../../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* 
*  Modules File Index
*
*/
/* Social Media
****************************************************/
/* line 3, ../sass/modules/_social_media_icons.scss */
[class^='sm-icon'] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all ease-out .15s;
  display: inline-block;
  margin: 0 5px;
  padding: 8px 2px;
  color: white;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
/* line 14, ../sass/modules/_social_media_icons.scss */
[class^='sm-icon']:hover, [class^='sm-icon']:focus {
  border-color: white;
  color: #FFCE04;
  text-decoration: none;
}
/* line 19, ../sass/modules/_social_media_icons.scss */
[class^='sm-icon']:after {
  position: relative;
  bottom: 3px;
  font-size: 26px;
  font-family: 'fontAwesome';
}

/* line 28, ../sass/modules/_social_media_icons.scss */
.social-media {
  position: absolute;
  top: 23px;
  right: 16px;
  display: block;
}

/* line 36, ../sass/modules/_social_media_icons.scss */
[class^='sm-icon'] {
  display: inline-block;
}

/* line 42, ../sass/modules/_social_media_icons.scss */
.sm-icon--facebook {
  padding: 8px 0 0 0;
}
/* line 44, ../sass/modules/_social_media_icons.scss */
.sm-icon--facebook:after {
  content: '\f09a';
}
/* line 48, ../sass/modules/_social_media_icons.scss */
.sm-icon--twitter:after {
  content: '\f099';
}
/* line 51, ../sass/modules/_social_media_icons.scss */
.sm-icon--youtube:after {
  content: '\f167';
}
/* line 54, ../sass/modules/_social_media_icons.scss */
.sm-icon--flickr:after {
  content: '\f16e';
}

/* Tablet ******************************************************/
@media (min-width: 768px) {
  /* line 62, ../sass/modules/_social_media_icons.scss */
  [class^='sm-icon']:after {
    font-size: 20px;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/**
* Share this list of links
*/
/* line 4, ../sass/modules/_share_this.scss */
.share-buttons {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  list-style: none;
  align-items: center;
  padding: 0;
}
/* line 10, ../sass/modules/_share_this.scss */
.share-buttons li:first-child {
  font-size: 16px;
  padding: 15px 0;
  line-height: 0;
  word-break: break-all;
  display: inline-block;
}
/* line 17, ../sass/modules/_share_this.scss */
.share-buttons li:nth-child(2) {
  padding-left: 2px;
}
/* line 20, ../sass/modules/_share_this.scss */
.share-buttons li:last-child {
  padding-right: 10px;
}
/* line 23, ../sass/modules/_share_this.scss */
.share-buttons li {
  padding: 3px 1px;
}
/* line 27, ../sass/modules/_share_this.scss */
.share-buttons a:hover {
  text-decoration: none;
}

/**
* Share this icons
*/
/* line 37, ../sass/modules/_share_this.scss */
.share-buttons .fa {
  border-radius: 50%;
  text-align: center;
  color: #4A4A4A;
  width: 26px;
  height: 26px;
  font-size: 15px;
  padding: 5px 3px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: all ease-out .1s;
  background: white;
}
/* line 49, ../sass/modules/_share_this.scss */
.share-buttons .fa:after {
  font-size: 18px;
}
/* line 53, ../sass/modules/_share_this.scss */
.share-buttons .fa-facebook {
  background: white;
}
/* line 55, ../sass/modules/_share_this.scss */
.share-buttons .fa-facebook:hover {
  background: #4B6EA9;
  border-color: #4B6EA9;
  color: white;
}
/* line 62, ../sass/modules/_share_this.scss */
.share-buttons .fa-twitter {
  background: white;
}
/* line 64, ../sass/modules/_share_this.scss */
.share-buttons .fa-twitter:hover {
  background: #00BBF2;
  border-color: #00BBF2;
  color: white;
}
/* line 71, ../sass/modules/_share_this.scss */
.share-buttons .fa-google-plus {
  background: white;
}
/* line 73, ../sass/modules/_share_this.scss */
.share-buttons .fa-google-plus:hover {
  background: #DB4437;
  border-color: #DB4437;
  color: white;
}
/* line 80, ../sass/modules/_share_this.scss */
.share-buttons .fa-linkedin {
  background: white;
}
/* line 82, ../sass/modules/_share_this.scss */
.share-buttons .fa-linkedin:hover {
  background: #008FC3;
  border-color: #008FC3;
  color: white;
}
/* line 89, ../sass/modules/_share_this.scss */
.share-buttons .fa-pinterest {
  background: white;
}
/* line 91, ../sass/modules/_share_this.scss */
.share-buttons .fa-pinterest:hover {
  background: #D73633;
  border-color: #D73633;
  color: white;
}
/* line 98, ../sass/modules/_share_this.scss */
.share-buttons .fa-envelope {
  background: white;
}
/* line 100, ../sass/modules/_share_this.scss */
.share-buttons .fa-envelope:hover {
  background: #4A4A4A;
  border-color: #4A4A4A;
  color: white;
}

/*
	= Main Menu
*******************************************************************************************/
/* line 5, ../sass/modules/_mainmenu.scss */
.menu-collapser {
  display: none !important;
}

/* line 9, ../sass/modules/_mainmenu.scss */
.navbar-toggle .icon-bar {
  width: 28px;
  height: 5px;
  border-radius: 0;
  background-color: white;
}

/* line 16, ../sass/modules/_mainmenu.scss */
.members .navbar-toggle .icon-bar {
  background-color: #531078;
}

/* line 19, ../sass/modules/_mainmenu.scss */
.navbar-collapse {
  max-width: calc(100% + 30px);
  width: calc(100% + 30px);
}

/* line 23, ../sass/modules/_mainmenu.scss */
.slimmenu {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block !important;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
/* line 30, ../sass/modules/_mainmenu.scss */
.slimmenu .sub-menu {
  padding-left: 20px !important;
  padding-left: 0;
}
/* line 33, ../sass/modules/_mainmenu.scss */
.slimmenu .sub-menu li {
  display: block;
}
/* line 36, ../sass/modules/_mainmenu.scss */
.slimmenu .sub-menu li a {
  padding: 12px 34px 12px 16px;
  font-size: 95%;
}
/* line 41, ../sass/modules/_mainmenu.scss */
.slimmenu li {
  position: relative;
  display: block;
}
/* line 44, ../sass/modules/_mainmenu.scss */
.slimmenu li a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  padding: 12px 64px 12px 16px;
  color: #FFF;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  font-weight: 400;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  transition: background-color .15s ease-out;
}
/* line 54, ../sass/modules/_mainmenu.scss */
.slimmenu li a:hover {
  background-color: #2C0940;
  color: #FFCE04;
  text-decoration: none;
}
/* line 59, ../sass/modules/_mainmenu.scss */
.slimmenu li a font {
  color: white;
}
/* line 63, ../sass/modules/_mainmenu.scss */
.slimmenu li .sub-collapser {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  width: 48px;
  height: 100%;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
  text-align: center;
  cursor: pointer;
}
/* line 73, ../sass/modules/_mainmenu.scss */
.slimmenu li .sub-collapser:before {
  display: inline-block;
  margin-right: -.25em;
  height: 100%;
  content: '';
  vertical-align: middle;
}
/* line 80, ../sass/modules/_mainmenu.scss */
.slimmenu li .sub-collapser > i {
  display: inline-block;
  color: white;
  vertical-align: middle;
  font-style: normal;
  font-size: 18px;
}
/* line 88, ../sass/modules/_mainmenu.scss */
.slimmenu li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
}
/* line 95, ../sass/modules/_mainmenu.scss */
.slimmenu li > ul > li ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 999;
  display: none;
  width: 100%;
}
/* line 105, ../sass/modules/_mainmenu.scss */
.slimmenu > li {
  margin-right: -5px;
}
/* line 107, ../sass/modules/_mainmenu.scss */
.slimmenu > li:first-child {
  border-left: 0;
}
/* line 110, ../sass/modules/_mainmenu.scss */
.slimmenu > li:last-child {
  margin-right: 0;
}
/* line 114, ../sass/modules/_mainmenu.scss */
.slimmenu ul {
  margin: 0;
  list-style-type: none;
}
/* line 118, ../sass/modules/_mainmenu.scss */
.slimmenu.collapsed li {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/* line 124, ../sass/modules/_mainmenu.scss */
.slimmenu.collapsed li a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
/* line 131, ../sass/modules/_mainmenu.scss */
.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}
/* line 134, ../sass/modules/_mainmenu.scss */
.slimmenu.collapsed li > ul {
  position: static;
  display: none;
}

/* line 140, ../sass/modules/_mainmenu.scss */
.members .slimmenu li a:hover {
  color: white;
}

/* line 143, ../sass/modules/_mainmenu.scss */
.collapse-button {
  display: none;
}

/* line 146, ../sass/modules/_mainmenu.scss */
.navbar-collapse {
  max-height: 100%;
}

/* line 149, ../sass/modules/_mainmenu.scss */
.site-navigation {
  padding: 0;
  width: 100vw;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 157, ../sass/modules/_mainmenu.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 160, ../sass/modules/_mainmenu.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 163, ../sass/modules/_mainmenu.scss */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  /* line 166, ../sass/modules/_mainmenu.scss */
  .main-navigation {
    width: 100%;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 177, ../sass/modules/_mainmenu.scss */
  .navbar-toggle {
    display: none;
  }

  /* line 180, ../sass/modules/_mainmenu.scss */
  .site-navigation--public {
    margin: 15px 0 20px;
  }

  /* line 183, ../sass/modules/_mainmenu.scss */
  .site-navigation--members {
    clear: both;
  }

  /* line 186, ../sass/modules/_mainmenu.scss */
  .navbar-collapse.collapse {
    display: block !important;
    margin-left: 100px;
    width: calc(100% - 303px) !important;
  }

  /* line 191, ../sass/modules/_mainmenu.scss */
  .members .navbar-collapse.collapse {
    position: relative;
    left: calc((-100vw + 1116px)/ 2);
    margin-left: 0;
    max-width: 100vw;
    width: 100vw !important;
    background: #531078;
  }
  /* line 199, ../sass/modules/_mainmenu.scss */
  .members .navbar-collapse.collapse a {
    color: white;
  }
  /* line 201, ../sass/modules/_mainmenu.scss */
  .members .navbar-collapse.collapse a font {
    color: white;
  }

  /* line 206, ../sass/modules/_mainmenu.scss */
  .menu-members-primary-menu-container {
    margin: 0 auto;
    max-width: 1146px;
  }

  /* line 210, ../sass/modules/_mainmenu.scss */
  .slimmenu {
    position: relative;
    display: flex !important;
    text-align: center;
    justify-content: space-between;
  }
  /* line 217, ../sass/modules/_mainmenu.scss */
  .slimmenu.collapsed li {
    width: auto;
  }
  /* line 219, ../sass/modules/_mainmenu.scss */
  .slimmenu.collapsed li a {
    border-bottom: 0;
  }
  /* line 223, ../sass/modules/_mainmenu.scss */
  .slimmenu li {
    display: inline-block;
  }
  /* line 225, ../sass/modules/_mainmenu.scss */
  .slimmenu li a {
    padding: 12px 16px;
    font-weight: 700;
  }
  /* line 229, ../sass/modules/_mainmenu.scss */
  .slimmenu li > ul {
    left: -20px;
    text-align: left;
  }
  /* line 232, ../sass/modules/_mainmenu.scss */
  .slimmenu li > ul > li ul {
    left: 82%;
  }
  /* line 236, ../sass/modules/_mainmenu.scss */
  .slimmenu li ul.sub-menu {
    margin-left: 20px;
    padding-left: 0 !important;
    min-width: 100%;
    width: 200px;
    background-color: #2C0940;
  }
  /* line 242, ../sass/modules/_mainmenu.scss */
  .slimmenu li ul.sub-menu li a {
    padding: 6px 16px;
    width: calc(100%);
  }
  /* line 247, ../sass/modules/_mainmenu.scss */
  .slimmenu li .sub-collapser {
    display: none;
  }
  /* line 251, ../sass/modules/_mainmenu.scss */
  .slimmenu [href*='voter-guide'] {
    border-radius: 0;
    color: #2C0940;
    background-color: #FFCE04;
  }

  /* line 257, ../sass/modules/_mainmenu.scss */
  .members .slimmenu li a {
    padding: 16px;
  }

  /* line 260, ../sass/modules/_mainmenu.scss */
  .current-menu-item {
    background-color: #2C0940;
  }
  /* line 262, ../sass/modules/_mainmenu.scss */
  .current-menu-item li {
    background-color: #531078;
  }
}
/* Pagination
****************************************************/
/* line 5, ../sass/modules/_pagination.scss */
.navigation {
  clear: left;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
/* line 9, ../sass/modules/_pagination.scss */
.navigation ul {
  padding-left: 0;
}
/* line 12, ../sass/modules/_pagination.scss */
.navigation .fa {
  font-size: 10px;
}
/* line 15, ../sass/modules/_pagination.scss */
.navigation li {
  display: inline-block;
}
/* line 18, ../sass/modules/_pagination.scss */
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
  padding: 8px 12px;
  background-color: #FFF;
  color: grey;
  text-decoration: none;
  cursor: pointer;
}
/* line 25, ../sass/modules/_pagination.scss */
.navigation li.active {
  margin-left: -5px;
}
/* line 28, ../sass/modules/_pagination.scss */
.navigation li a {
  border-right: 1px solid lightgrey;
  font-weight: 400;
}
/* line 32, ../sass/modules/_pagination.scss */
.navigation li:last-child a {
  border-right: 0;
}
/* line 35, ../sass/modules/_pagination.scss */
.navigation li a:hover, .navigation li.active a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #531078;
  color: #FFF;
}
/* line 40, ../sass/modules/_pagination.scss */
.navigation .fa-angle-right {
  padding-left: 10px;
}
/* line 43, ../sass/modules/_pagination.scss */
.navigation .fa-angle-left {
  padding-right: 10px;
}

/* Tablet ******************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* Footer Card
****************************************************/
/* line 4, ../sass/modules/_footer_card.scss */
.footer-card {
  border-bottom: 1px dashed white;
  text-align: center;
  flex-basis: 100%;
  flex-grow: 1;
}
/* line 10, ../sass/modules/_footer_card.scss */
.footer-card a:hover {
  text-decoration: none;
}
/* line 12, ../sass/modules/_footer_card.scss */
.footer-card a:hover h3:after {
  right: 5px;
}
/* line 16, ../sass/modules/_footer_card.scss */
.footer-card h3 {
  position: relative;
  display: inline-block;
  margin: 5px 0 0;
  padding: 5px 40px 5px 10px;
  font-weight: 800;
  transition: all ease-out .25s;
}
/* line 23, ../sass/modules/_footer_card.scss */
.footer-card h3:after {
  transition: all ease-out .15s;
  position: absolute;
  top: 5px;
  right: 10px;
  content: '\f054';
  font-size: inherit;
  font-family: 'fontAwesome';
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  -webkit-text-stroke: 2px #531078;
}
/* line 37, ../sass/modules/_footer_card.scss */
.footer-card__text {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.3;
}
/* line 42, ../sass/modules/_footer_card.scss */
.footer-card__container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 50, ../sass/modules/_footer_card.scss */
.footer-card__button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 10px 0;
  margin-left: 10px;
  padding: 5px 10px;
  min-width: 114px;
  border-radius: 0;
  background: #FFCE04;
  color: #2C0940;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
/* line 65, ../sass/modules/_footer_card.scss */
.footer-card__button:hover {
  color: #2C0940;
  opacity: .8;
}
/* line 72, ../sass/modules/_footer_card.scss */
.footer-card:first-child h3 {
  margin: 15px 0 5px;
  background: #FFCE04;
  color: #2C0940;
}
/* line 76, ../sass/modules/_footer_card.scss */
.footer-card:first-child h3:after {
  -webkit-text-stroke: 2px #FFCE04;
}
/* line 81, ../sass/modules/_footer_card.scss */
.footer-card:last-child {
  border-bottom: 0;
}

/* line 88, ../sass/modules/_footer_card.scss */
.members .footer-card .sm-icon {
  clear: left;
  margin-top: 2px;
  margin-left: 0;
}
/* line 93, ../sass/modules/_footer_card.scss */
.members .footer-card h3 {
  padding-right: 10px;
  font-weight: 800;
  font-size: 19px;
  font-family: "Lato", sans-serif;
}
/* line 98, ../sass/modules/_footer_card.scss */
.members .footer-card h3:after {
  content: '';
}
/* line 102, ../sass/modules/_footer_card.scss */
.members .footer-card__two-col {
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
}
/* line 109, ../sass/modules/_footer_card.scss */
.members .footer-card__text {
  margin-top: 5px;
}
/* line 113, ../sass/modules/_footer_card.scss */
.members .member-card-4 h3 {
  display: block;
}

/* line 117, ../sass/modules/_footer_card.scss */
.quick-links {
  padding-left: 0;
  list-style: none;
}
/* line 120, ../sass/modules/_footer_card.scss */
.quick-links a {
  text-decoration: underline;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 126, ../sass/modules/_footer_card.scss */
  .footer-card {
    margin: 0;
    padding: 10px 20px 10px;
    text-align: left;
    flex-basis: 45%;
  }
  /* line 132, ../sass/modules/_footer_card.scss */
  .footer-card h3 {
    padding-left: 0;
  }
  /* line 134, ../sass/modules/_footer_card.scss */
  .footer-card h3:after {
    top: 3px;
  }
  /* line 138, ../sass/modules/_footer_card.scss */
  .footer-card__text {
    position: relative;
    padding: 5px 50px 10px 0;
  }
  /* line 142, ../sass/modules/_footer_card.scss */
  .footer-card__container {
    padding: 25px 0 15px;
  }
  /* line 145, ../sass/modules/_footer_card.scss */
  .footer-card:nth-child(1), .footer-card:nth-child(3) {
    padding-left: 0;
    border-right: 1px dashed white;
  }
  /* line 150, ../sass/modules/_footer_card.scss */
  .footer-card:nth-child(1), .footer-card:nth-child(2) {
    padding-top: 0;
  }
  /* line 154, ../sass/modules/_footer_card.scss */
  .footer-card:nth-child(3), .footer-card:nth-child(4) {
    padding-bottom: 0;
  }
  /* line 160, ../sass/modules/_footer_card.scss */
  .footer-card:nth-child(1) h3 {
    position: relative;
    bottom: 5px;
    margin: 0;
    padding-left: 8px;
  }
  /* line 167, ../sass/modules/_footer_card.scss */
  .footer-card:nth-child(2) h3 {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 172, ../sass/modules/_footer_card.scss */
  .footer-card:nth-child(3) {
    border-bottom: 0;
  }

  /* line 178, ../sass/modules/_footer_card.scss */
  .members .footer-card__text {
    padding-right: 0;
    padding-bottom: 0;
  }
  /* line 182, ../sass/modules/_footer_card.scss */
  .members .footer-card__title {
    padding-left: 0;
  }
  /* line 185, ../sass/modules/_footer_card.scss */
  .members .footer-card__two-col {
    align-items: center;
    justify-content: flex-start;
  }
  /* line 189, ../sass/modules/_footer_card.scss */
  .members .footer-card h3 {
    font-size: 22px;
  }
  /* line 195, ../sass/modules/_footer_card.scss */
  .members .footer-card:first-child h3 {
    margin-bottom: 5px;
    padding-left: 5px;
  }

  /* line 201, ../sass/modules/_footer_card.scss */
  .quick-links {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 205, ../sass/modules/_footer_card.scss */
  .quick-links li {
    width: 50%;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 217, ../sass/modules/_footer_card.scss */
  .footer-card {
    padding: 0 30px;
    padding-top: 0;
    border-right: 1px dashed white;
    border-bottom: 0;
    font-size: 17px;
    flex-basis: 22%;
  }
  /* line 225, ../sass/modules/_footer_card.scss */
  .footer-card:last-child {
    border-right: 0;
  }
  /* line 229, ../sass/modules/_footer_card.scss */
  .footer-card h3 {
    margin-top: 0;
    margin-bottom: 2px;
    padding-top: 0;
    font-size: 26px;
  }
  /* line 236, ../sass/modules/_footer_card.scss */
  .footer-card:first-child h3 {
    position: relative;
    bottom: 5px;
    margin-bottom: 2px;
    padding-left: 8px;
  }
  /* line 241, ../sass/modules/_footer_card.scss */
  .footer-card:first-child h3 .footer-card__text {
    padding-top: 0;
  }
  /* line 246, ../sass/modules/_footer_card.scss */
  .footer-card__button {
    margin-left: 0;
    padding: 10.5px 29px;
  }
  /* line 250, ../sass/modules/_footer_card.scss */
  .footer-card:nth-child(3) {
    padding-left: 30px;
  }

  /* line 256, ../sass/modules/_footer_card.scss */
  .members .footer-card__two-col {
    flex-wrap: wrap;
  }
  /* line 259, ../sass/modules/_footer_card.scss */
  .members .footer-card h3 {
    font-size: 26px;
  }
  /* line 264, ../sass/modules/_footer_card.scss */
  .members .footer-card:first-child h3 {
    padding: 8px 15px;
  }
  /* line 267, ../sass/modules/_footer_card.scss */
  .members .footer-card:first-child .footer-card__two-col {
    position: relative;
    left: 15px;
    padding-right: 15px;
  }

  /* line 274, ../sass/modules/_footer_card.scss */
  .quick-links li {
    width: 100%;
  }
}
/* Quotes
****************************************************/
/* line 3, ../sass/modules/_quote.scss */
.quote {
  position: relative;
  margin: 20px 0;
  padding: 15px 25px;
  background-color: #EDE6F1;
}
/* line 8, ../sass/modules/_quote.scss */
.quote span {
  margin-left: -3px;
  font-weight: 700;
}
/* line 12, ../sass/modules/_quote.scss */
.quote__img {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  margin-right: 20px;
  max-width: 153px;
  border-radius: 50%;
}
/* line 21, ../sass/modules/_quote.scss */
.quote__name {
  font-size: 25px;
}
/* line 23, ../sass/modules/_quote.scss */
.quote__name:before {
  content: '\2014';
}
/* line 27, ../sass/modules/_quote.scss */
.quote__banner {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 15px -25px -15px -25px;
  padding: 7px;
  background-color: #531078;
  font-style: italic;
}
/* line 34, ../sass/modules/_quote.scss */
.quote__banner * {
  color: white;
}
/* line 38, ../sass/modules/_quote.scss */
.quote__body {
  position: relative;
  color: #531078;
  quotes: '“' '”' '‘' '’';
  font-weight: 700;
  font-size: 20px;
}
/* line 44, ../sass/modules/_quote.scss */
.quote__body:before, .quote__body:after {
  position: absolute;
  color: rgba(83, 16, 120, 0.23);
  font-size: 65px;
}
/* line 49, ../sass/modules/_quote.scss */
.quote__body:before {
  top: -34px;
  bottom: auto;
  left: 123px;
  content: open-quote;
  font-size: 66px;
}
/* line 56, ../sass/modules/_quote.scss */
.quote__body:after {
  right: 0;
  bottom: -40px;
  content: close-quote;
}
/* line 62, ../sass/modules/_quote.scss */
.quote__job-info {
  font-size: 18px;
}
/* line 65, ../sass/modules/_quote.scss */
.quote:after {
  display: block;
  clear: both;
  content: ' ';
}
/* line 70, ../sass/modules/_quote.scss */
.quote--dark {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  background-color: #2C0940;
}
/* line 74, ../sass/modules/_quote.scss */
.quote--dark * {
  color: white;
}
/* line 78, ../sass/modules/_quote.scss */
.quote--dark .quote__body:before, .quote--dark .quote__body:after {
  color: rgba(255, 255, 255, 0.35);
}
/* line 82, ../sass/modules/_quote.scss */
.quote--dark .quote__banner {
  margin: 15px -38px -15px -38px;
}

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 98, ../sass/modules/_quote.scss */
  .quote__body {
    padding-right: 30px;
  }
  /* line 100, ../sass/modules/_quote.scss */
  .quote__body:before, .quote__body:after {
    font-size: 100px;
  }
  /* line 103, ../sass/modules/_quote.scss */
  .quote__body:before {
    top: auto;
    top: -53px;
    left: 120px;
  }
  /* line 108, ../sass/modules/_quote.scss */
  .quote__body:after {
    right: 0;
    bottom: -75px;
  }
  /* line 113, ../sass/modules/_quote.scss */
  .quote__banner {
    z-index: 0;
    margin: 10px 0 0 120px;
    padding: 0 0 0 50px;
  }
  /* line 121, ../sass/modules/_quote.scss */
  .quote--dark img {
    margin-right: 20px !important;
  }
  /* line 124, ../sass/modules/_quote.scss */
  .quote--dark .quote__body {
    margin-right: 20px !important;
  }
  /* line 127, ../sass/modules/_quote.scss */
  .quote--dark .quote__banner {
    margin: 0 0 0 100px;
  }
}
/* Desktop ******************************************************/
/* Cards
****************************************************/
/* line 3, ../sass/modules/_card.scss */
.card {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 10px 7.5px 5px;
  height: 100%;
  background: #531078;
}
/* line 8, ../sass/modules/_card.scss */
.card p, .card h4, .card__more {
  padding: 0 20px 10px;
  color: white;
  font-weight: 400;
}
/* line 13, ../sass/modules/_card.scss */
.card h4 {
  margin: 0;
  padding: 12px 15px 2px;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
}
/* line 21, ../sass/modules/_card.scss */
.card img {
  width: 100%;
}
/* line 24, ../sass/modules/_card.scss */
.card p {
  margin-bottom: 0;
  padding-bottom: 15px;
}
/* line 28, ../sass/modules/_card.scss */
.card__more {
  display: block;
  color: white;
}
/* line 31, ../sass/modules/_card.scss */
.card__more:after {
  content: '\00a0\f054';
  font-size: 11px;
  font-family: 'fontAwesome';
}
/* line 37, ../sass/modules/_card.scss */
.card a {
  transition: all ease-out .15s;
  display: block;
  height: 100%;
  background: #531078;
  text-decoration: none;
}
/* line 43, ../sass/modules/_card.scss */
.card a:hover {
  background: #2C0940;
}
/* line 47, ../sass/modules/_card.scss */
.card .btn-primary {
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  max-width: 70%;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  font-size: 1.05em;
}
/* line 56, ../sass/modules/_card.scss */
.card .btn-primary:hover {
  background: #FFCE04;
  color: #2C0940;
}
/* line 61, ../sass/modules/_card.scss */
.card--news-wrap {
  margin: 10px auto;
}

/* line 65, ../sass/modules/_card.scss */
.members .card h4 {
  padding-bottom: 12px;
}

/* line 68, ../sass/modules/_card.scss */
.info-card__grid {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  /* line 68, ../sass/modules/_card.scss */
  .info-card__grid {
    display: flex;
    flex-flow: row wrap;
  }
}
/* line 75, ../sass/modules/_card.scss */
.info-card__grid .info-card {
  margin-right: 15px;
  margin-left: 15px;
}

/* line 80, ../sass/modules/_card.scss */
.info-card {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
  background: #EDE6F1;
  flex: 1 1 30%;
}
/* line 86, ../sass/modules/_card.scss */
.info-card .phone {
  font-weight: 700;
  font-size: 28px;
}

/* line 91, ../sass/modules/_card.scss */
.info-card__title {
  padding: 20px;
  background: #531078;
}
/* line 94, ../sass/modules/_card.scss */
.info-card__title h2, .info-card__title h4 {
  margin: 0;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
/* line 102, ../sass/modules/_card.scss */
.info-card__title strong {
  font-weight: 400;
}

/* line 107, ../sass/modules/_card.scss */
.info-card__text {
  padding: 20px 30px;
  color: #531078;
  font-size: 18px;
}
/* line 111, ../sass/modules/_card.scss */
.info-card__text a {
  color: #531078;
}
/* line 113, ../sass/modules/_card.scss */
.info-card__text a:hover {
  color: #2C0940;
}
/* line 117, ../sass/modules/_card.scss */
.info-card__text dl {
  display: flex;
  flex-flow: row wrap;
}
/* line 122, ../sass/modules/_card.scss */
.info-card__text dt {
  flex: 1 1 30%;
}
/* line 125, ../sass/modules/_card.scss */
.info-card__text dd {
  min-width: 0;
  /* allows email addresses to stay on one line */
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  flex: 1 1 70%;
  overflow-wrap: break-word;
}
/* line 134, ../sass/modules/_card.scss */
.info-card__text a[href^='mailto:'] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: none;
  word-break: none;
  hyphens: none;
}
/* line 143, ../sass/modules/_card.scss */
.info-card__text .info-card__btn, .info-card__text .info-card__dropdown, .info-card__text .open .info-card__dropdown {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #531078;
  border-radius: 4px;
  background-image: linear-gradient(0deg, #531078 29%, #8B25B0 100%);
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
/* line 155, ../sass/modules/_card.scss */
.info-card__text .info-card__btn:hover, .info-card__text .info-card__dropdown:hover, .info-card__text .open .info-card__dropdown:hover {
  background: #8B25B0;
  color: white;
  text-decoration: none;
}
/* line 162, ../sass/modules/_card.scss */
.info-card__text .info-card__dropdown {
  width: 100%;
}
/* line 166, ../sass/modules/_card.scss */
.info-card__text ul li {
  list-style-type: disc;
}
/* line 169, ../sass/modules/_card.scss */
.info-card__text ul.dropdown-menu {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  background-image: linear-gradient(0deg, #531078 29%, #8B25B0 100%);
}
/* line 173, ../sass/modules/_card.scss */
.info-card__text ul.dropdown-menu li {
  list-style-type: none;
}
/* line 175, ../sass/modules/_card.scss */
.info-card__text ul.dropdown-menu li:hover {
  background: white;
}
/* line 177, ../sass/modules/_card.scss */
.info-card__text ul.dropdown-menu li:hover a {
  color: black;
}
/* line 182, ../sass/modules/_card.scss */
.info-card__text ul.dropdown-menu li a {
  color: white;
  white-space: normal;
  font-weight: 700;
}

/* line 191, ../sass/modules/_card.scss */
.info-card__title--voter {
  margin-bottom: 20px;
}
/* line 193, ../sass/modules/_card.scss */
.info-card__title--voter h2 {
  font-size: 18px;
}

/* line 197, ../sass/modules/_card.scss */
.info-card__text--voter {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}
/* line 201, ../sass/modules/_card.scss */
.info-card__text--voter:last-of-type {
  padding-bottom: 20px;
}
/* line 204, ../sass/modules/_card.scss */
.info-card__text--voter h4 {
  margin: 0 0 10px 0;
  font-size: 18px;
}
/* line 208, ../sass/modules/_card.scss */
.info-card__text--voter .map-link {
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: underline;
  font-size: 16px;
  line-height: 19px;
}

/* line 218, ../sass/modules/_card.scss */
.info-card__contact-links {
  text-align: center;
  font-size: 18px;
}

/* line 223, ../sass/modules/_card.scss */
.info-card__contact-links--full-width {
  padding-right: 0;
  width: 100%;
}

/* line 228, ../sass/modules/_card.scss */
.info-card__region--strong {
  display: inline-block;
  font-size: 17px;
  line-height: 21px;
}

/* line 234, ../sass/modules/_card.scss */
.info-card__text--map {
  padding: 0 20px;
}
/* line 236, ../sass/modules/_card.scss */
.info-card__text--map a {
  color: #531078;
}
/* line 238, ../sass/modules/_card.scss */
.info-card__text--map a:hover {
  color: #2C0940;
}

/* line 244, ../sass/modules/_card.scss */
#region-223, #region-224 {
  display: none;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 252, ../sass/modules/_card.scss */
  .card {
    margin: 10px 0 5px;
  }

  /* line 256, ../sass/modules/_card.scss */
  .info-card__title h2, .info-card__title h4 {
    font-size: 24px;
  }

  /* line 260, ../sass/modules/_card.scss */
  .info-card__text--voter {
    font-size: 17px;
  }
  /* line 262, ../sass/modules/_card.scss */
  .info-card__text--voter h4 {
    margin: 0 0 10px 0;
    font-size: 19px;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 271, ../sass/modules/_card.scss */
  .info-card__info {
    float: right;
    width: 40%;
  }

  /* line 275, ../sass/modules/_card.scss */
  .info-card__contact-links {
    padding-right: 30px;
    width: 60%;
  }

  /* line 279, ../sass/modules/_card.scss */
  .info-card__contact-links.info-card__contact-links--full-width {
    padding-right: 0;
    width: 100%;
  }

  /* line 286, ../sass/modules/_card.scss */
  .info-card--right address, .info-card--right dl {
    float: left;
    padding-right: 15px;
    width: 50%;
  }
  /* line 291, ../sass/modules/_card.scss */
  .info-card--right:after {
    clear: both;
  }

  /* line 296, ../sass/modules/_card.scss */
  .info-card__title h2, .info-card__title h4 {
    font-size: 26px;
    line-height: 32px;
  }

  /* line 302, ../sass/modules/_card.scss */
  .info-card__title--voter {
    margin-bottom: 20px;
  }
  /* line 304, ../sass/modules/_card.scss */
  .info-card__title--voter h2 {
    margin-left: 10px;
    text-align: left;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 313, ../sass/modules/_card.scss */
  .card h4 {
    padding: 15px 20px 5px;
    line-height: 1.3;
  }
}
/* Page Card
****************************************************/
/* line 4, ../sass/modules/_page_card.scss */
.page-card {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 15px;
  height: 100%;
  background: #531078;
  color: white;
  text-align: center;
}
/* line 11, ../sass/modules/_page_card.scss */
.page-card h4, .page-card h5 {
  margin: 0 0 5px;
  color: white;
  text-transform: uppercase;
}
/* line 16, ../sass/modules/_page_card.scss */
.page-card h4 {
  font-size: 18px;
}
/* line 19, ../sass/modules/_page_card.scss */
.page-card h5 {
  font-weight: 800;
}
/* line 22, ../sass/modules/_page_card.scss */
.page-card p {
  margin-bottom: 5px;
  line-height: 1.3;
}
/* line 26, ../sass/modules/_page_card.scss */
.page-card img {
  width: 100%;
}
/* line 29, ../sass/modules/_page_card.scss */
.page-card__title {
  padding: 17px 20px 13px;
}
/* line 32, ../sass/modules/_page_card.scss */
.page-card__text {
  padding: 15px 20px 0;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 40, ../sass/modules/_page_card.scss */
  .page-card {
    margin-bottom: 25px;
  }
  /* line 42, ../sass/modules/_page_card.scss */
  .page-card h4 {
    font-size: 20px;
  }
  /* line 45, ../sass/modules/_page_card.scss */
  .page-card h5, .page-card p {
    font-size: 18px;
  }
  /* line 48, ../sass/modules/_page_card.scss */
  .page-card p {
    margin-bottom: 8px;
  }
  /* line 51, ../sass/modules/_page_card.scss */
  .page-card .btn {
    font-size: 16px;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* Home slide, AKA Home CTA 
****************************************************/
/* line 3, ../sass/modules/_home_slide.scss */
.home-slide {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
/* line 5, ../sass/modules/_home_slide.scss */
.home-slide .container {
  margin-bottom: 15px;
  padding: 0;
}
/* line 9, ../sass/modules/_home_slide.scss */
.home-slide h4 {
  margin-top: 0;
  margin-bottom: 4px;
}
/* line 13, ../sass/modules/_home_slide.scss */
.home-slide p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
}
/* line 18, ../sass/modules/_home_slide.scss */
.home-slide h4, .home-slide__text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}
/* line 22, ../sass/modules/_home_slide.scss */
.home-slide img {
  border-bottom: 6px solid #2C0940;
}
/* line 25, ../sass/modules/_home_slide.scss */
.home-slide__text {
  padding: 15px 20px 15px;
  background: rgba(83, 16, 120, 0.89);
  text-align: center;
  font-family: "Lato", sans-serif;
}
/* line 31, ../sass/modules/_home_slide.scss */
.home-slide__social-media {
  background: black;
}
/* line 34, ../sass/modules/_home_slide.scss */
.home-slide .form-group {
  display: inline-block;
  margin-right: -5px;
  width: 55%;
}
/* line 39, ../sass/modules/_home_slide.scss */
.home-slide button, .home-slide input {
  height: 42px;
  border: 0;
}
/* line 43, ../sass/modules/_home_slide.scss */
.home-slide button {
  position: relative;
  bottom: 1px;
  padding: 0;
  width: 43%;
}

/*
* Home CTA Public
*/
/* line 54, ../sass/modules/_home_slide.scss */
.home-cta-wrap {
  padding: 0;
}

/* line 59, ../sass/modules/_home_slide.scss */
.public .home-cta-wrap--public .home-slide__text {
  background-color: transparent;
  background-size: cover;
  text-align: center;
  width: 100%;
  z-index: 2;
  padding: 30px 15px;
  left: initial !important;
  right: initial !important;
  border-bottom: 6px solid #2C0940;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  position: relative;
  margin-top: 0;
}
@media (min-width: 1200px) {
  /* line 59, ../sass/modules/_home_slide.scss */
  .public .home-cta-wrap--public .home-slide__text {
    padding: 50px 0 40px;
  }
}
/* line 75, ../sass/modules/_home_slide.scss */
.public .home-cta-wrap--public .home-slide__text:after {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  background-color: rgba(83, 16, 120, 0.75);
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* line 88, ../sass/modules/_home_slide.scss */
.public .home-cta-wrap--public .home-slide__text p {
  margin: 15px 0 30px;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 97, ../sass/modules/_home_slide.scss */
  .home-slide {
    position: relative;
    margin-bottom: 15px;
  }
  /* line 100, ../sass/modules/_home_slide.scss */
  .home-slide .container {
    padding-left: 15px;
  }
  /* line 103, ../sass/modules/_home_slide.scss */
  .home-slide img {
    width: 100%;
  }
  /* line 106, ../sass/modules/_home_slide.scss */
  .home-slide h4 {
    font-size: 27px;
  }
  /* line 109, ../sass/modules/_home_slide.scss */
  .home-slide button {
    width: 45%;
  }
  /* line 112, ../sass/modules/_home_slide.scss */
  .home-slide__text {
    position: absolute;
    display: block;
    margin-top: -30%;
    width: 341px;
    text-align: left;
  }
  /* line 118, ../sass/modules/_home_slide.scss */
  .home-slide__text.left {
    left: 20px;
  }
  /* line 121, ../sass/modules/_home_slide.scss */
  .home-slide__text.middle {
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    max-width: 1146px;
    width: 100%;
  }
  /* line 129, ../sass/modules/_home_slide.scss */
  .home-slide__text.right {
    right: 20px;
    left: initial;
  }

  /* line 135, ../sass/modules/_home_slide.scss */
  .home-slide__text.middle {
    bottom: 6px;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 146, ../sass/modules/_home_slide.scss */
  .home-slide img {
    border-bottom: 11px solid #2C0940;
  }

  /* line 149, ../sass/modules/_home_slide.scss */
  .home-slide__text {
    position: absolute;
    bottom: 15%;
    margin-top: initial;
  }

  /* line 154, ../sass/modules/_home_slide.scss */
  .home-slide__text.middle {
    bottom: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* line 160, ../sass/modules/_home_slide.scss */
  .home-slide__text.middle * {
    max-width: 355px;
  }
  /* line 163, ../sass/modules/_home_slide.scss */
  .home-slide__text.middle form {
    position: relative;
    top: 8px;
    width: 100%;
  }

  /* line 169, ../sass/modules/_home_slide.scss */
  .home-slide__text.right {
    right: initial;
    left: calc((100vw + 429px)/ 2);
  }

  /* line 173, ../sass/modules/_home_slide.scss */
  .home-slide__text.left {
    right: calc((100vw + 429px)/ 2);
    left: initial;
  }
}
/* Call to Action
****************************************************/
/* line 3, ../sass/modules/_call_to_action.scss */
.call-to-action {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 5, ../sass/modules/_call_to_action.scss */
.call-to-action h3, .call-to-action * {
  margin-top: 0;
  color: white;
}
/* line 9, ../sass/modules/_call_to_action.scss */
.call-to-action__inner {
  padding: 20px;
}
/* line 12, ../sass/modules/_call_to_action.scss */
.call-to-action .btn {
  color: #531078;
  text-decoration: none;
}

/* line 19, ../sass/modules/_call_to_action.scss */
#cta-1, #cta-2 {
  clear: both;
  margin: 15px -22px;
  background: #531078;
}

/* line 24, ../sass/modules/_call_to_action.scss */
.entry > .call-to-action {
  background: #531078;
}
@media (min-width: 1200px) {
  /* line 24, ../sass/modules/_call_to_action.scss */
  .entry > .call-to-action {
    padding: 15px;
    width: 100vw;
    margin-left: calc(-50vw + 558px);
  }
}
@media (min-width: 1200px) {
  /* line 31, ../sass/modules/_call_to_action.scss */
  .entry > .call-to-action .call-to-action__inner {
    margin: auto;
    max-width: 1116px;
  }
}

/* line 40, ../sass/modules/_call_to_action.scss */
#cta-2 {
  margin-top: 40px;
  margin-bottom: -140px;
  background: #EDE6F1;
  text-align: center;
}
/* line 46, ../sass/modules/_call_to_action.scss */
#cta-2 h3, #cta-2 p {
  margin: 0 auto 20px;
  width: 75%;
  color: #2C0940;
}
/* line 51, ../sass/modules/_call_to_action.scss */
#cta-2 h3 {
  margin-bottom: 5px;
}
/* line 54, ../sass/modules/_call_to_action.scss */
#cta-2 .call-to-action__inner {
  display: block;
}
/* line 57, ../sass/modules/_call_to_action.scss */
#cta-2 .btn {
  background: #2C0940;
  color: #FFCE04;
}
/* line 60, ../sass/modules/_call_to_action.scss */
#cta-2 .btn:hover {
  background: #FFCE04;
  color: #531078;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 71, ../sass/modules/_call_to_action.scss */
  .call-to-action__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* line 76, ../sass/modules/_call_to_action.scss */
  .call-to-action__inner > * {
    width: 33%;
  }
  /* line 80, ../sass/modules/_call_to_action.scss */
  .call-to-action .btn {
    width: auto;
  }

  /* line 86, ../sass/modules/_call_to_action.scss */
  #cta-2 h3, #cta-2 p {
    width: 50%;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 98, ../sass/modules/_call_to_action.scss */
  #cta-1, #cta-2 {
    margin-right: calc(-102vw / 2 + 1145px / 2);
    margin-left: calc(-102vw / 2 + 1145px / 2);
  }

  /* line 103, ../sass/modules/_call_to_action.scss */
  .call-to-action__inner {
    padding: 20px 0;
  }
}
/* Employer Select Modal
****************************************************/
/* line 3, ../sass/modules/_employer_modal.scss */
.employer-modal {
  margin-top: 10vh;
}
/* line 5, ../sass/modules/_employer_modal.scss */
.employer-modal .modal-dialog {
  max-width: 555px;
}
/* line 8, ../sass/modules/_employer_modal.scss */
.employer-modal__header {
  padding: 0;
  border-bottom: 0;
}
/* line 12, ../sass/modules/_employer_modal.scss */
.employer-modal__footer {
  border-top: 0;
}
/* line 15, ../sass/modules/_employer_modal.scss */
.employer-modal h2 {
  padding: 10px 20px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
}
/* line 22, ../sass/modules/_employer_modal.scss */
.employer-modal h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  padding: 15px;
  background-color: #531078;
  color: white;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
}
/* line 32, ../sass/modules/_employer_modal.scss */
.employer-modal .btn--primary {
  margin-right: 20px;
  font-weight: 800;
  font-size: 20px;
  flex-grow: 2;
}

/* line 41, ../sass/modules/_employer_modal.scss */
.modal-body, .modal-body select {
  max-width: 100%;
}

/* line 44, ../sass/modules/_employer_modal.scss */
.modal-header .close {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 3px;
  color: white;
  text-shadow: 0;
  font-weight: 400;
}

/* line 53, ../sass/modules/_employer_modal.scss */
.modal-footer {
  display: flex;
  margin: 0 20px;
  padding: 5px 0 35px;
  max-width: 420px;
  align-content: stretch;
  align-items: stretch;
  justify-content: space-between;
}

/* line 63, ../sass/modules/_employer_modal.scss */
.modal-backdrop.in {
  opacity: .87;
}

/* line 66, ../sass/modules/_employer_modal.scss */
.modal-content {
  border: 0;
  border-radius: 0;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 72, ../sass/modules/_employer_modal.scss */
  .modal-footer {
    margin: 0 auto;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* Board Grid
****************************************************/
/* line 5, ../sass/modules/_board_grid.scss */
.page-template-page-board-members .entry > p {
  margin-right: auto;
  margin-left: auto;
  max-width: 750px;
}

/* line 13, ../sass/modules/_board_grid.scss */
.board-grid__title {
  display: block;
  clear: both;
  margin: 40px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
}

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* Profile
****************************************************/
/* line 3, ../sass/modules/_profile.scss */
.profile {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  color: white;
}
/* line 8, ../sass/modules/_profile.scss */
.profile__body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 15px;
  background: #531078;
  text-align: center;
  flex-grow: 1;
}
/* line 16, ../sass/modules/_profile.scss */
.profile img {
  width: 100%;
}
/* line 19, ../sass/modules/_profile.scss */
.profile h3 {
  font-weight: bold;
  font-size: 24px;
}
/* line 23, ../sass/modules/_profile.scss */
.profile h4 {
  font-weight: normal;
  font-size: 20px;
}
/* line 27, ../sass/modules/_profile.scss */
.profile h5 {
  font-weight: normal;
  font-size: 16px;
}
/* line 31, ../sass/modules/_profile.scss */
.profile h3, .profile h4, .profile h5 {
  margin: 5px 0;
  color: white;
}
/* line 35, ../sass/modules/_profile.scss */
.profile a {
  color: white;
}

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* Banner
****************************************************/
/* line 4, ../sass/modules/_banner.scss */
.banner img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
/* line 10, ../sass/modules/_banner.scss */
.banner__quote img {
  border-radius: 50%;
}

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* Tables
****************************************************/
/* line 3, ../sass/modules/_tables.scss */
tbody {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 15px 0;
  color: #531078;
}

/* line 8, ../sass/modules/_tables.scss */
th, td {
  padding: 12px 16px;
}

/* line 11, ../sass/modules/_tables.scss */
th {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #531078 !important;
  color: white;
  font-weight: 700;
}

/* line 17, ../sass/modules/_tables.scss */
tr:nth-child(even) {
  background: #EDE6F1;
}

/* line 20, ../sass/modules/_tables.scss */
.tablepress thead th {
  width: auto !important;
}

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media (max-width: 760px) {
  /* Force table to not be like tables anymore */
  /* line 42, ../sass/modules/_tables.scss */
  table, thead, tbody, th, td, tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  /* line 47, ../sass/modules/_tables.scss */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /* line 53, ../sass/modules/_tables.scss */
  tr {
    border: 1px solid #CCC;
  }

  /* line 57, ../sass/modules/_tables.scss */
  td {
    position: relative;
    padding-left: 50%;
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #EEE;
  }

  /* line 65, ../sass/modules/_tables.scss */
  td .before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    padding-right: 10px;
    width: 45%;
    white-space: nowrap;
  }

    /*
	Label the data
	*/
}
/* Contact Cards (new)
****************************************************/
/* line 5, ../sass/modules/_contact_cards.scss */
.info-card {
  flex: 1 1 100%;
}
/* line 8, ../sass/modules/_contact_cards.scss */
.info-card.column-2 .info-card__text, .info-card.column-3 .info-card__text {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  /* line 8, ../sass/modules/_contact_cards.scss */
  .info-card.column-2 .info-card__text, .info-card.column-3 .info-card__text {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  /* line 17, ../sass/modules/_contact_cards.scss */
  .info-card.column-2 .inner-col, .info-card.column-3 .inner-col {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  /* line 22, ../sass/modules/_contact_cards.scss */
  .info-card.column-2 .inner-col.full-width, .info-card.column-3 .inner-col.full-width {
    flex-basis: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  /* line 30, ../sass/modules/_contact_cards.scss */
  .info-card.column-2 .inner-col {
    flex-basis: 50%;
  }
}

/* line 38, ../sass/modules/_contact_cards.scss */
.info-card.two-column {
  flex: 1 1 calc(50% - 30px);
}
/* line 40, ../sass/modules/_contact_cards.scss */
.info-card.two-column dt {
  flex: 1 1 17%;
}

/* line 46, ../sass/modules/_contact_cards.scss */
.info-card.three-column {
  flex: 1 1 calc(33% - 30px);
}

/* line 52, ../sass/modules/_contact_cards.scss */
.info-card.strip p {
  margin: 0;
}

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* FAQs
****************************************************/
/* line 3, ../sass/modules/_faqs.scss */
.faqs__anchors {
  padding-left: 20px;
  color: #531078;
  font-weight: 700;
  font-size: 17px;
}
/* line 8, ../sass/modules/_faqs.scss */
.faqs__anchors a {
  color: #531078;
}
/* line 11, ../sass/modules/_faqs.scss */
.faqs__anchors + hr {
  border-color: #EDE6F1;
}
/* line 14, ../sass/modules/_faqs.scss */
.faqs__anchors li {
  display: list-item;
  margin-bottom: 10px;
  padding-left: 15px;
  line-height: 23px;
}

/* line 21, ../sass/modules/_faqs.scss */
.faqs__list {
  padding-left: 20px;
  color: black;
  font-weight: 700;
  font-size: 17px;
}
/* line 26, ../sass/modules/_faqs.scss */
.faqs__list p {
  font-weight: 400;
}
/* line 29, ../sass/modules/_faqs.scss */
.faqs__list h4 {
  margin-bottom: 15px;
  color: black;
  font-size: 17px;
  line-height: 23px;
}
/* line 35, ../sass/modules/_faqs.scss */
.faqs__list li {
  margin-bottom: 25px;
  padding-left: 10px;
}
/* line 39, ../sass/modules/_faqs.scss */
.faqs__list .faq-answer {
  margin-left: -25px;
  font-size: 15px;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 47, ../sass/modules/_faqs.scss */
  .faqs__anchors {
    font-size: 19px;
  }

  /* line 51, ../sass/modules/_faqs.scss */
  .faqs__list h4 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 25px;
  }
  /* line 56, ../sass/modules/_faqs.scss */
  .faqs__list .faq-answer {
    margin-left: 0;
    font-size: 16px;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 66, ../sass/modules/_faqs.scss */
  .faqs__list .faq-answer {
    font-size: 17px;
  }
}
/* Desktop ******************************************************/
/* Buttons
****************************************************/
/* line 3, ../sass/modules/_buttons.scss */
.btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all ease-out .15s;
  border: 0;
  border-radius: 0;
  background-color: #FFCE04;
  color: #531078;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 12, ../sass/modules/_buttons.scss */
.btn:hover, .btn:focus {
  background-color: #2C0940;
  color: #FFCE04;
}
/* line 16, ../sass/modules/_buttons.scss */
.btn--purple {
  margin: 0 auto;
  background-color: #531078;
  color: white;
}
/* line 21, ../sass/modules/_buttons.scss */
.btn--secondary {
  background: rgba(155, 155, 155, 0.51);
  color: #333;
  font-weight: 400;
  font-size: 16px;
}
/* line 27, ../sass/modules/_buttons.scss */
.btn--archive {
  min-width: 258px;
  font-size: 16px;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 36, ../sass/modules/_buttons.scss */
  .btn--archive {
    margin: 15px auto;
    padding: 10px;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* News Archive
****************************************************/
/* line 4, ../sass/modules/_news_archive.scss */
.news-archive__current {
  display: block;
  padding: 10px 20px;
  background: #EDE6F1;
  text-align: center;
  font-size: 17px;
}
/* line 10, ../sass/modules/_news_archive.scss */
.news-archive__current a {
  color: #531078;
}

/* line 14, ../sass/modules/_news_archive.scss */
li.archive-news__li {
  display: list-item;
  margin-bottom: 10px;
  line-height: 25px;
}
/* line 18, ../sass/modules/_news_archive.scss */
li.archive-news__li a {
  color: #531078;
  font-weight: 700;
}

/* line 23, ../sass/modules/_news_archive.scss */
.publish-date {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 5px;
  color: grey;
  font-style: italic;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 32, ../sass/modules/_news_archive.scss */
  .news-archive {
    max-width: 60%;
  }

  /* line 35, ../sass/modules/_news_archive.scss */
  li.archive-news__li {
    font-size: 17px;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 42, ../sass/modules/_news_archive.scss */
  .news-archive {
    max-width: 45%;
  }
}
/* Desktop ******************************************************/
/* Language Select
* based on https://codepen.io/fabriceleven/pen/bwkGXB/
****************************************************/
/* line 5, ../sass/modules/_language_select.scss */
.top-bar__language {
  position: absolute;
  left: -16px;
  display: inline-block;
  padding: 0 15px;
  outline: 0;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  appearance: none;
  top: 2px;
}
/* line 26, ../sass/modules/_language_select.scss */
.top-bar__language:before, .top-bar__language:after {
  font-family: 'FontAwesome';
  padding: 15px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}
/* line 32, ../sass/modules/_language_select.scss */
.top-bar__language:after {
  content: '\f107';
  font-size: 16px;
  right: 30px;
  top: -7px;
}
/* line 38, ../sass/modules/_language_select.scss */
.top-bar__language:before {
  content: '\f0ac';
  font-size: 25px;
  left: 16px;
  top: -13px;
}
/* line 44, ../sass/modules/_language_select.scss */
.top-bar__language select {
  border: 0;
  background-color: transparent;
  appearance: none;
  float: right;
  padding: 6px 24px 0 34px;
  background-image: none;
  word-break: normal;
  line-height: 1.2;
  min-height: 32px;
  white-space: normal;
  max-width: 124px;
  cursor: pointer;
  /* make it red instead (with with same width and style) */
}
/* line 57, ../sass/modules/_language_select.scss */
.top-bar__language select:active {
  outline: none;
}
/* line 60, ../sass/modules/_language_select.scss */
.top-bar__language select option {
  color: #333 !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  /* make it red instead (with with same width and style) */
}
/* line 63, ../sass/modules/_language_select.scss */
.top-bar__language select option:active, .top-bar__language select option:hover {
  outline: none;
}
/* line 68, ../sass/modules/_language_select.scss */
.top-bar__language select option:active, .top-bar__language select option:hover {
  outline-color: green !important;
}
/* line 72, ../sass/modules/_language_select.scss */
.top-bar__language select:active, .top-bar__language select:hover {
  outline: none;
}
/* line 77, ../sass/modules/_language_select.scss */
.top-bar__language select:active, .top-bar__language select:hover {
  outline-color: green !important;
}

/* line 82, ../sass/modules/_language_select.scss */
.members .top-bar__language {
  left: initial;
  right: 52px;
}

/* IE11 hide native button (thanks Matt!) */
/* line 87, ../sass/modules/_language_select.scss */
select::-ms-expand {
  display: none;
}

/* line 91, ../sass/modules/_language_select.scss */
.top-bar__language select {
  appearance: none;
  float: right;
  padding: 6px 24px 0 34px;
  background-image: none;
  word-break: normal;
  cursor: pointer;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 103, ../sass/modules/_language_select.scss */
  .top-bar__language {
    position: relative;
    left: 23px;
    top: 12px;
    padding: 0 15px 0 25px;
    display: inline-block;
    font-size: 12px;
  }
  /* line 110, ../sass/modules/_language_select.scss */
  .top-bar__language:before {
    font-size: 27px;
    top: -19px;
    left: 21px;
  }
  /* line 115, ../sass/modules/_language_select.scss */
  .top-bar__language:after {
    font-size: 17px;
    right: 28px;
    top: -13px;
  }
  /* line 120, ../sass/modules/_language_select.scss */
  .top-bar__language select {
    max-width: 100%;
    padding: 0 24px 13px 34px;
    top: 6px;
    position: relative;
  }

  /* line 127, ../sass/modules/_language_select.scss */
  .members .top-bar__language {
    left: 23px;
    right: initial;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* Search bar
****************************************************/
/* line 3, ../sass/modules/_searchbar.scss */
.search-toggle {
  position: relative;
  top: 9px;
  display: inline-block;
  width: 15px;
  height: 26px;
}

/* line 10, ../sass/modules/_searchbar.scss */
.search-bar {
  display: none;
}
/* line 12, ../sass/modules/_searchbar.scss */
.search-bar__open, .search-bar__close, .search-bar form button {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: white;
  transition: color ease-out .15s;
}
/* line 22, ../sass/modules/_searchbar.scss */
.search-bar__open:hover *, .search-bar__close:hover *, .search-bar form button:hover * {
  color: #FFCE04;
}
/* line 25, ../sass/modules/_searchbar.scss */
.search-bar__open:focus, .search-bar__close:focus, .search-bar form button:focus {
  outline: #5e9ed7 auto 1px;
}
/* line 30, ../sass/modules/_searchbar.scss */
.search-bar__close {
  top: -20px;
  display: none;
}
/* line 34, ../sass/modules/_searchbar.scss */
.search-bar__open {
  display: none;
}
/* line 38, ../sass/modules/_searchbar.scss */
.search-bar form {
  display: block;
  margin-left: 3px;
  opacity: .9;
  transition: all ease-out .15s;
}
/* line 43, ../sass/modules/_searchbar.scss */
.search-bar form input {
  padding: 20px 30px;
  border: 1px solid #2C0940;
  color: #531078;
  font-weight: 400;
  font-size: 20px;
}
/* line 49, ../sass/modules/_searchbar.scss */
.search-bar form input:focus, .search-bar form input:active {
  outline: none;
  border: 1px solid #FFCE04;
}
/* line 54, ../sass/modules/_searchbar.scss */
.search-bar form button {
  position: relative;
  font-size: 24px;
}
/* line 58, ../sass/modules/_searchbar.scss */
.search-bar form label {
  margin: 15px 20px 15px 0;
  width: calc(100% - 47px);
}
/* line 62, ../sass/modules/_searchbar.scss */
.search-bar form:hover, .search-bar form:focus, .search-bar form:active {
  opacity: 1;
}

/* line 67, ../sass/modules/_searchbar.scss */
.members .search-bar form button {
  color: #531078;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 72, ../sass/modules/_searchbar.scss */
  .search-bar__open {
    display: inline-block;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* Language Notification
****************************************************/
/* line 3, ../sass/modules/_language_notification.scss */
#lang-notification {
  background: #FFCE04;
  text-align: center;
}
/* line 6, ../sass/modules/_language_notification.scss */
#lang-notification p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 5px 0;
  color: #531078;
  font-size: .9rem;
}
/* line 12, ../sass/modules/_language_notification.scss */
#lang-notification a {
  color: blue;
  text-decoration: underline;
}
/* line 15, ../sass/modules/_language_notification.scss */
#lang-notification a:hover {
  color: blue;
}
/* line 19, ../sass/modules/_language_notification.scss */
#lang-notification.current-lang-seiu503, #lang-notification.current-lang-localhost, #lang-notification.current-lang-so.so, #lang-notification.current-lang-ru.ru, #lang-notification.current-lang-es.es, #lang-notification.current-lang-vi.vi, #lang-notification.current-lang-zh-cn.zh-cn {
  display: none;
}

/* line 29, ../sass/modules/_language_notification.scss */
.language-instructions {
  padding: 20px 0 0;
}
/* line 31, ../sass/modules/_language_notification.scss */
.language-instructions ul {
  margin-bottom: 0;
}

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* Voter Guide
****************************************************/
/* line 4, ../sass/modules/_voter_guide.scss */
.member_content-template-page-member-voter-guide .page-title, .member_content-template-page-member-voter-guide p {
  text-align: center;
}
/* line 7, ../sass/modules/_voter_guide.scss */
.member_content-template-page-member-voter-guide .content-wrapper {
  margin-bottom: 25px;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 14, ../sass/modules/_voter_guide.scss */
  .member_content-template-page-member-voter-guide p {
    max-width: 50%;
    margin: 0 auto;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* Employer Select Modal
****************************************************/
/* line 3, ../sass/modules/_welcome_modal.scss */
#welcome_modal {
  margin-top: 5vh;
}
/* line 5, ../sass/modules/_welcome_modal.scss */
#welcome_modal h3 {
  text-transform: uppercase;
}
/* line 8, ../sass/modules/_welcome_modal.scss */
#welcome_modal h2 {
  font-size: 27px;
  padding: 25px 20px 15px;
}
/* line 12, ../sass/modules/_welcome_modal.scss */
#welcome_modal h4 {
  margin-bottom: 10px;
}
/* line 15, ../sass/modules/_welcome_modal.scss */
#welcome_modal .btn--secondary {
  padding-left: 35px;
  padding-right: 35px;
}
/* line 19, ../sass/modules/_welcome_modal.scss */
#welcome_modal p {
  font-size: 16px;
}
/* line 22, ../sass/modules/_welcome_modal.scss */
#welcome_modal .col-sm-6 {
  flex-basis: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 22, ../sass/modules/_welcome_modal.scss */
  #welcome_modal .col-sm-6 {
    flex-basis: 33%;
    margin-bottom: 0;
  }
}
/* line 30, ../sass/modules/_welcome_modal.scss */
#welcome_modal .close {
  font-size: 46px;
  right: 20px;
  top: 10px;
}
/* line 35, ../sass/modules/_welcome_modal.scss */
#welcome_modal .btn-primary {
  max-width: 85%;
  padding: 10px;
}
/* line 39, ../sass/modules/_welcome_modal.scss */
#welcome_modal .modal-header {
  background: #531078;
  padding: 15px;
  margin-bottom: 23px;
  min-height: 115px;
}
/* line 45, ../sass/modules/_welcome_modal.scss */
#welcome_modal .modal-dialog {
  max-width: 1146px;
  margin: auto;
  width: calc(100% - 60px);
}
/* line 50, ../sass/modules/_welcome_modal.scss */
#welcome_modal .modal-body {
  padding: 0 25px 43px;
  width: 100%;
  max-width: calc(100% - 60px);
  text-align: center;
  margin: 0 auto;
}
/* line 58, ../sass/modules/_welcome_modal.scss */
#welcome_modal .footer-logo {
  display: none;
}
/* line 61, ../sass/modules/_welcome_modal.scss */
#welcome_modal .footer-social-media {
  margin: 25px 0 0;
}
/* line 64, ../sass/modules/_welcome_modal.scss */
#welcome_modal .privacy-link {
  margin: 0 0 20px;
}

/* Home feature
* shown on the public home page
****************************************************/
/* line 4, ../sass/modules/_home_feature.scss */
.home-feature {
  position: relative;
  text-align: center;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 10, ../sass/modules/_home_feature.scss */
.home-feature::before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  background-color: rgba(255, 206, 4, 0.75);
  position: absolute;
  z-index: 1;
  top: 0;
}
/* line 20, ../sass/modules/_home_feature.scss */
.home-feature img {
  width: 100%;
}
/* line 24, ../sass/modules/_home_feature.scss */
.home-feature__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin: auto;
}
@media (min-width: 768px) {
  /* line 24, ../sass/modules/_home_feature.scss */
  .home-feature__text {
    padding: 40px 20px 60px;
  }
}
@media (min-width: 1200px) {
  /* line 24, ../sass/modules/_home_feature.scss */
  .home-feature__text {
    padding: 135px 20px 135px;
  }
}
/* line 38, ../sass/modules/_home_feature.scss */
.home-feature ul {
  list-style: none;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  justify-content: space-between;
}
@media (min-width: 768px) {
  /* line 38, ../sass/modules/_home_feature.scss */
  .home-feature ul {
    flex-direction: row;
  }
}
/* line 49, ../sass/modules/_home_feature.scss */
.home-feature li {
  flex-grow: 1;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 49, ../sass/modules/_home_feature.scss */
  .home-feature li {
    max-width: calc(33% - 7.5px);
  }
}
/* line 56, ../sass/modules/_home_feature.scss */
.home-feature .btn {
  font-size: 16px;
  background-color: #531078;
  color: white;
  width: 100%;
  padding: 14px;
  border: 2px solid #531078;
}
@media (min-width: 768px) {
  /* line 56, ../sass/modules/_home_feature.scss */
  .home-feature .btn {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  /* line 56, ../sass/modules/_home_feature.scss */
  .home-feature .btn {
    font-size: 20px;
  }
}
/* line 63, ../sass/modules/_home_feature.scss */
.home-feature .btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #531078;
}
/* line 67, ../sass/modules/_home_feature.scss */
.home-feature .btn::after {
  content: "\f054";
  font-size: 10px;
  font-weight: 400;
  position: relative;
  bottom: 2px;
  left: 2px;
  font-family: fontAwesome;
}
@media (min-width: 768px) {
  /* line 56, ../sass/modules/_home_feature.scss */
  .home-feature .btn {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  /* line 56, ../sass/modules/_home_feature.scss */
  .home-feature .btn {
    padding: 18px;
  }
}
/* line 83, ../sass/modules/_home_feature.scss */
.home-feature h1, .home-feature h2 {
  font-weight: bold;
}
/* line 86, ../sass/modules/_home_feature.scss */
.home-feature h1 {
  font-size: 30px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 86, ../sass/modules/_home_feature.scss */
  .home-feature h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  /* line 86, ../sass/modules/_home_feature.scss */
  .home-feature h1 {
    font-size: 40px;
  }
}
/* line 90, ../sass/modules/_home_feature.scss */
.home-feature h2 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 90, ../sass/modules/_home_feature.scss */
  .home-feature h2 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  /* line 90, ../sass/modules/_home_feature.scss */
  .home-feature h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  /* line 90, ../sass/modules/_home_feature.scss */
  .home-feature h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  /* line 90, ../sass/modules/_home_feature.scss */
  .home-feature h2 {
    margin-bottom: 40px;
  }
}

/* 
*  Template File Index
*
*/
/*
    = Top bar   
*******************************************************************************************/
/* line 4, ../sass/layout/_top_bar.scss */
.top-bar {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 6px 0 1px;
  min-height: 46px;
  background: #2C0940;
  text-align: right;
}
/* line 10, ../sass/layout/_top_bar.scss */
.top-bar * {
  color: white;
  text-transform: uppercase;
}
/* line 14, ../sass/layout/_top_bar.scss */
.top-bar__yellow, .top-bar__purple {
  transition: all ease-out .15s;
  position: relative;
  top: 1px;
  margin: 0 3px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  cursor: pointer;
}
/* line 23, ../sass/layout/_top_bar.scss */
.top-bar__yellow {
  left: 30px;
  display: inline-block;
  padding: 7.5px 16px 0;
  min-height: 41px;
  border: 0;
  border-bottom: 0;
  background-color: #FFCE04;
  color: #2C0940;
  font-size: 18px;
}
/* line 35, ../sass/layout/_top_bar.scss */
.top-bar__purple {
  top: 3px;
  left: 27px;
  display: inline-block;
  padding: 9px 15px 10px;
  border: 1px solid #531078;
  border-bottom: 0;
  background-color: #531078;
  font-size: 14px;
}
/* line 44, ../sass/layout/_top_bar.scss */
.top-bar__purple:hover {
  background-color: #2C0940;
  color: #FFCE04;
  text-decoration: none;
}
/* line 51, ../sass/layout/_top_bar.scss */
.top-bar__public {
  float: left;
  margin-top: 4px;
  width: 37%;
  text-align: left;
  text-transform: none;
  line-height: 1;
}
/* line 58, ../sass/layout/_top_bar.scss */
.top-bar__public:before {
  content: '\f104\00a0';
  font-family: 'fontAwesome';
}
/* line 63, ../sass/layout/_top_bar.scss */
.top-bar__social-media, .top-bar__search {
  display: none;
}
/* line 67, ../sass/layout/_top_bar.scss */
.top-bar__social-media .sm-icon {
  display: inline-block;
  padding: 0;
}
/* line 70, ../sass/layout/_top_bar.scss */
.top-bar__social-media .sm-icon--circle {
  width: initial;
  height: intial;
  background: initial;
}
/* line 77, ../sass/layout/_top_bar.scss */
.top-bar__lang-wrap {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
/* line 81, ../sass/layout/_top_bar.scss */
.top-bar__lang-wrap:before, .top-bar__lang-wrap:after {
  position: absolute;
  font-family: 'fontAwesome';
}
/* line 85, ../sass/layout/_top_bar.scss */
.top-bar__lang-wrap:before {
  top: -7px;
  content: '\f0ac';
  font-size: 24px;
}
/* line 90, ../sass/layout/_top_bar.scss */
.top-bar__lang-wrap:after {
  top: 3px;
  content: '\f078';
  font-size: 11px;
}

@media (min-width: 1200px) {
  /* line 97, ../sass/layout/_top_bar.scss */
  .home.public .top-bar--public {
    background-color: transparent;
    min-height: 90px;
  }
}
@media (min-width: 1200px) {
  /* line 102, ../sass/layout/_top_bar.scss */
  .home.public .top-bar--public .top-bar__purple {
    background-color: #2C0940;
  }
}

/* line 110, ../sass/layout/_top_bar.scss */
.members .top-bar__purple {
  top: 1px;
}

/* line 113, ../sass/layout/_top_bar.scss */
.skip-link {
  background-color: lightgrey;
  color: #531078;
  font-weight: 700;
  position: absolute;
  padding: 5px 40px;
  left: -999vw;
  display: block;
}
/* line 121, ../sass/layout/_top_bar.scss */
.skip-link:focus {
  left: 0;
  z-index: 9999;
}
/* line 125, ../sass/layout/_top_bar.scss */
.skip-link:hover {
  color: #2C0940;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 132, ../sass/layout/_top_bar.scss */
  .top-bar {
    position: relative;
    z-index: 99;
    padding: 10px 0 1px;
    min-height: 54px;
    text-align: center;
  }
  /* line 138, ../sass/layout/_top_bar.scss */
  .top-bar__social-media {
    position: relative;
    top: 5px;
    display: inline-block;
  }
  /* line 143, ../sass/layout/_top_bar.scss */
  .top-bar__public {
    margin-top: 15px;
  }
  /* line 146, ../sass/layout/_top_bar.scss */
  .top-bar__yellow, .top-bar__purple {
    left: 0;
  }

  /* line 150, ../sass/layout/_top_bar.scss */
  .members .top-bar {
    text-align: right;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 161, ../sass/layout/_top_bar.scss */
  .top-bar {
    text-align: right;
  }
}
/*
	= Banner	
*******************************************************************************************/
/* line 4, ../sass/layout/_header.scss */
[role='banner'] {
  padding: 0;
  background: #531078;
}

/* line 9, ../sass/layout/_header.scss */
.home.public [role=banner] {
  background-color: #531078;
}

/* line 13, ../sass/layout/_header.scss */
.members [role=banner] {
  background: white;
}
/* line 15, ../sass/layout/_header.scss */
.members [role=banner] .site-banner * {
  color: #531078;
}

/* line 20, ../sass/layout/_header.scss */
.logo h1 {
  max-width: 193px;
}
/* line 23, ../sass/layout/_header.scss */
.logo h1, .logo h2 {
  margin-top: 10px;
}
/* line 26, ../sass/layout/_header.scss */
.logo img {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 31, ../sass/layout/_header.scss */
  .home.public .logo--public {
    width: 100%;
    margin: 0;
  }
}
/* line 36, ../sass/layout/_header.scss */
.home.public .logo--public h1 {
  margin: auto;
  padding: 15px 0px;
}
@media (min-width: 1200px) {
  /* line 36, ../sass/layout/_header.scss */
  .home.public .logo--public h1 {
    margin: 0 auto 0 0;
    padding: initial;
  }
}

/* line 45, ../sass/layout/_header.scss */
.members .logo h1 {
  max-width: 178px;
}

/* line 48, ../sass/layout/_header.scss */
.site-description {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  clear: left;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
}

/* line 55, ../sass/layout/_header.scss */
.member-category {
  text-align: center;
  clear: left;
}
/* line 58, ../sass/layout/_header.scss */
.member-category h3, .member-category h4, .member-category a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 61, ../sass/layout/_header.scss */
.member-category h4, .member-category a {
  display: inline-block;
}
/* line 64, ../sass/layout/_header.scss */
.member-category h3 {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 18px;
}
/* line 69, ../sass/layout/_header.scss */
.member-category h4 {
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
}
/* line 74, ../sass/layout/_header.scss */
.member-category a {
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}

/* line 81, ../sass/layout/_header.scss */
header .container {
  position: relative;
}

/* line 85, ../sass/layout/_header.scss */
.navbar-toggle {
  position: absolute;
  top: 15px;
  right: 0;
}

/* line 90, ../sass/layout/_header.scss */
.members .navbar-toggle {
  top: 7px;
  right: -10px;
}

/* line 94, ../sass/layout/_header.scss */
.js-required {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px;
  background: red;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 1em;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 105, ../sass/layout/_header.scss */
  .logo, .site-navigation {
    float: left;
  }

  /* line 108, ../sass/layout/_header.scss */
  .logo {
    margin-left: 10px;
  }

  /* line 111, ../sass/layout/_header.scss */
  .members .logo {
    margin-left: 2px;
  }
  /* line 113, ../sass/layout/_header.scss */
  .members .logo img {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  /* line 118, ../sass/layout/_header.scss */
  .members .logo h1 {
    max-width: 256px;
  }

  /* line 121, ../sass/layout/_header.scss */
  .member-category {
    float: left;
    clear: none;
    margin-top: 19px;
  }
  /* line 125, ../sass/layout/_header.scss */
  .member-category h3, .member-category h4 {
    position: relative;
    margin: 0 0 0 20px;
    text-align: left;
  }
  /* line 130, ../sass/layout/_header.scss */
  .member-category h3 {
    margin-bottom: -2px;
  }
  /* line 133, ../sass/layout/_header.scss */
  .member-category h4 {
    display: inline-block;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 145, ../sass/layout/_header.scss */
  .member-category {
    margin-top: 30px;
    max-width: calc(100% - 322px);
  }
  /* line 148, ../sass/layout/_header.scss */
  .member-category h3 {
    display: inline-block;
    font-size: 28px;
  }
  /* line 152, ../sass/layout/_header.scss */
  .member-category h4 {
    font-size: 20px;
  }
  /* line 155, ../sass/layout/_header.scss */
  .member-category a {
    margin-left: 20px;
    font-size: 16px;
  }

  /* line 160, ../sass/layout/_header.scss */
  .members .logo img {
    margin-top: 14px;
    margin-bottom: 25px;
  }

  /* line 164, ../sass/layout/_header.scss */
  .home.public .site-banner {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
  }

  /* line 170, ../sass/layout/_header.scss */
  .home.public.logged-in .site-banner {
    top: 45px;
  }
}
/*
	= Footer 	
*******************************************************************************************/
/* line 4, ../sass/layout/_footer.scss */
footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 0 0;
}
/* line 7, ../sass/layout/_footer.scss */
footer * {
  color: #FFF;
}

/* line 11, ../sass/layout/_footer.scss */
.footer-upper {
  padding: 0 15px 10px;
  background-color: #531078;
}

/* line 15, ../sass/layout/_footer.scss */
.footer-lower {
  background-color: #2C0940;
}
/* line 17, ../sass/layout/_footer.scss */
.footer-lower .pull-left {
  max-width: 300px;
}

/* line 21, ../sass/layout/_footer.scss */
.footer-social-media {
  display: block;
  margin: 30px 0;
  text-align: center;
}

/* line 26, ../sass/layout/_footer.scss */
.footer-logo {
  display: block;
  margin: 30px auto 20px;
  max-width: 193px;
  text-align: center;
}

/* line 32, ../sass/layout/_footer.scss */
.privacy-link {
  display: block;
  text-align: center;
  margin: 30px 0;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 44, ../sass/layout/_footer.scss */
  .footer-social-media {
    display: block;
    margin: 45px 0 30px;
    text-align: right;
  }

  /* line 49, ../sass/layout/_footer.scss */
  .public .footer-logo {
    display: inline-block;
    float: left;
    text-align: left;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/*
	= Home 	
*******************************************************************************************/
/* line 4, ../sass/layout/_home.scss */
.home .mainpage .row {
  margin: 10px 0;
}

/* line 7, ../sass/layout/_home.scss */
.col-sm-6 {
  flex-basis: 49.9%;
}

/* line 11, ../sass/layout/_home.scss */
.home-section-title {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 18, ../sass/layout/_home.scss */
  .col-md-4 {
    flex-basis: 33%;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 29, ../sass/layout/_home.scss */
  .home .mainpage .col-md-4:nth-child(3n) {
    clear: right;
  }
}
/*
	= Interior pages 	
*******************************************************************************************/
/* line 5, ../sass/layout/_interior_page.scss */
.maincontent.lower {
  padding-bottom: 50px;
}

/* line 8, ../sass/layout/_interior_page.scss */
.container-normal .row.maincontent {
  background-color: #FFF;
}

/* line 13, ../sass/layout/_interior_page.scss */
.subpage-cards .col-sm-6 {
  margin: 10px 0;
  padding: 0;
}

/* line 18, ../sass/layout/_interior_page.scss */
.page-title {
  clear: left;
  margin-left: 10px;
  font-weight: 900;
}

/* line 23, ../sass/layout/_interior_page.scss */
.container-fluid.banner {
  padding: 0;
}
/* line 25, ../sass/layout/_interior_page.scss */
.container-fluid.banner img {
  border-bottom: 10px solid #2C0940;
}

/* line 31, ../sass/layout/_interior_page.scss */
.page-id-2405 .content-wrapper {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

/* line 38, ../sass/layout/_interior_page.scss */
.page-template-page-news-public .entry div.col-md-4:nth-child(5), .page-template-page-news-public .entry div.col-md-4:nth-child(8) {
  clear: right;
}

/* line 47, ../sass/layout/_interior_page.scss */
.member_news-template-default .banner .row, .member_news-template-default .maincontent.row {
  max-width: 50em;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 54, ../sass/layout/_interior_page.scss */
  .subpage-cards .col-sm-6 {
    padding: 15px;
  }

  /* line 59, ../sass/layout/_interior_page.scss */
  .container-fluid.banner img {
    border-bottom: 10px solid #2C0940;
  }

  /* line 63, ../sass/layout/_interior_page.scss */
  .page-title {
    margin-left: 0;
    font-size: 50px;
  }

  /* line 67, ../sass/layout/_interior_page.scss */
  .single .entry .profile {
    padding-right: 20px;
    padding-left: 0;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 76, ../sass/layout/_interior_page.scss */
  .page-id-2405 .content-wrapper {
    margin: 0 auto;
    width: 80%;
    font-size: 18px;
    line-height: 28px;
  }
}
/* Desktop ******************************************************/
/* Sidebar
****************************************************/
/* line 5, ../sass/layout/_sidebar.scss */
.secondary a {
  color: #000;
}
/* line 8, ../sass/layout/_sidebar.scss */
.secondary h3.widget-title {
  margin-top: 0;
}
/* line 11, ../sass/layout/_sidebar.scss */
.secondary aside {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #E5E5E5;
}
/* line 15, ../sass/layout/_sidebar.scss */
.secondary aside ul {
  list-style: none;
}
/* line 19, ../sass/layout/_sidebar.scss */
.secondary li {
  list-style: none;
}

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/*
	= All contract page
*******************************************************************************************/
/* line 4, ../sass/layout/_all_contracts.scss */
.all-contract-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 8, ../sass/layout/_all_contracts.scss */
.all-contract-grid section {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(83, 16, 120, 0.4);
  width: 100%;
}
/* line 13, ../sass/layout/_all_contracts.scss */
.all-contract-grid section ul, .all-contract-grid section li {
  list-style: none;
  padding-left: 0;
}
/* line 17, ../sass/layout/_all_contracts.scss */
.all-contract-grid section li {
  padding: 8.5px 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  /* line 8, ../sass/layout/_all_contracts.scss */
  .all-contract-grid section {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  /* line 8, ../sass/layout/_all_contracts.scss */
  .all-contract-grid section {
    width: calc(33% - 15px);
  }
}
@media (min-width: 1200px) {
  /* line 28, ../sass/layout/_all_contracts.scss */
  .all-contract-grid section:nth-child(3n + 5) {
    margin-right: auto;
    margin-left: 28px;
  }
}
/* line 35, ../sass/layout/_all_contracts.scss */
.all-contract-grid h3 {
  margin-top: 0;
}
/* line 38, ../sass/layout/_all_contracts.scss */
.all-contract-grid .sub-section {
  padding: 0 0 0 20px;
}
/* line 40, ../sass/layout/_all_contracts.scss */
.all-contract-grid .sub-section ul, .all-contract-grid .sub-section li {
  list-style: disc;
}

/*
    = Contracts feed page
*******************************************************************************************/
/* line 49, ../sass/layout/_all_contracts.scss */
.contract-feed-card-wrap {
  width: 100%;
  margin-bottom: 15px;
}

/* line 53, ../sass/layout/_all_contracts.scss */
a.btn-all-contracts {
  width: 99.3%;
  display: block;
  text-align: center;
  color: #531078;
  padding: 10px 20px;
  font-size: 20px;
  text-transform: capitalize;
  text-decoration: none;
  margin-bottom: 20px;
}
