@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

body {
  padding: 0;
  margin: 0;
}

blockquote, ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.alignright {
  float: right;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignleft {
  float: left;
}

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

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

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

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

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

svg {
  max-height: 100%;
}

#wpadminbar {
  top: auto !important;
  bottom: 0;
  position: fixed;
  z-index: 99999;
}

a {
  color: inherit;
  text-decoration: none;
}

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

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

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

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

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

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

.text-muted {
  color: #999;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: " —";
}

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

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=date] {
  line-height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.radio label, .checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=checkbox][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../glyphicons/glyphicons-halflings-regular.eot");
  src: url("../glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("../glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("../glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.clearfix:before, #event-categories .event-category:before, .clearfix:after, #event-categories .event-category:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.clearfix:after, #event-categories .event-category:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.home .primary__page {
  padding-top: 0px;
}

.gform_wrapper .gform_fields .gfield.gform_validation_container {
  display: none;
}
.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.alignright {
  float: right;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignleft {
  float: left;
}

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

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

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

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

.undo-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

.undo-li {
  margin-bottom: 0;
  list-style: none;
  list-style-type: none;
}

.undo-p {
  margin: 0;
}

a {
  outline: 0;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

a:visited {
  outline: 0;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  max-height: 100%;
}

.clearme:after, .clearfix:after, #event-categories .event-category:after, .cf:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.v-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.flat-left {
  padding-left: 0;
}

.flat-right {
  padding-right: 0;
}

.flat-both {
  padding-left: 0;
  padding-right: 0;
}

.flat-top {
  padding-top: 0;
}

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

.flat-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.flat-all {
  padding: 0;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

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

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mfp-arrow::after,
.mfp-arrow::before {
  display: none !important;
}

.mfp-arrow-right {
  background: url("../../images/assets/chevron-right.svg") no-repeat center center !important;
  background-size: 30px 30px !important;
}

.mfp-arrow-left {
  background: url("../../images/assets/chevron-left.svg") no-repeat center center !important;
  background-size: 30px 30px !important;
}

.the-content .gallery {
  padding: 40px 0;
}

.gallery-columns-1 dl {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-2 dl {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-3 dl {
  width: 33.3333333333%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-4 dl {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-5 dl {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-6 dl {
  width: 16.6666666667%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-7 dl {
  width: 14.2857142857%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-8 dl {
  width: 12.5%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-9 dl {
  width: 11.1111111111%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

html, body {
  font: 400 22px/1.35rem "Hind Vadodara", sans-serif;
}

.wrapper {
  position: relative;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

a {
  transition: all 250ms ease-in-out;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #7CD56C;
  color: #1e2528;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  cursor: pointer;
  transition: 250ms ease-in-out;
  font: 500 1rem/100% "Hind Vadodara", sans-serif;
  letter-spacing: 0.05rem;
}
.button__secondary {
  background: #1e2528;
  color: #7CD56C !important;
}
.button:hover {
  transform: scale(1.05);
}
.button img {
  width: 25px;
}

.primary {
  contain: paint;
}
.primary__header {
  position: sticky;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background: #F5F2EA;
  height: 78px;
  padding: 15px 0;
}
.primary__header .wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.primary__header-logo {
  display: block;
  width: 320px;
}
.primary__header-logo img {
  display: block;
}
.primary__header .mobile-nav-trigger {
  display: none;
}
.primary__header .mobile-nav-trigger.mobile__nav-open img:nth-child(1) {
  display: none;
}
.primary__header .mobile-nav-trigger.mobile__nav-open img:nth-child(2) {
  display: block;
}
.primary__header .mobile-nav-trigger img:nth-child(2) {
  display: none;
}
.primary__nav {
  margin-left: auto;
}
.primary__nav > ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.primary__nav > ul li {
  font-size: 20px;
}
.primary__nav > ul li:hover, .primary__nav > ul li.current_page_item {
  color: #7CD56C;
}
.primary__page {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
.primary__page.no-wrap {
  width: 100%;
  max-width: none;
}
.primary__page .page-title {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 100px;
}
.primary__page.has-sidebar {
  display: flex;
  gap: 2rem;
}
.primary__page.has-sidebar main {
  flex: 1;
}
.primary__page.has-sidebar aside {
  width: 320px;
  border-left: 3px solid #f5f4f1;
  padding-left: 2rem;
}
.primary__page-sidebar {
  position: sticky;
  top: 100px;
}
.primary__page-sidebar > .title {
  font: 400 30px/1em "Hind Vadodara", sans-serif;
  margin-bottom: 40px;
  border-bottom: 1px solid #f5f4f1;
  padding-bottom: 40px;
}
.primary__page-sidebar .items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 18px;
}
.primary__page-sidebar .items .page-item.active a {
  color: #7CD56C;
  font-weight: bold;
}
.primary__page-sidebar .items .page-item > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.primary__page-sidebar .items .page-item > a:hover {
  font-weight: bold;
}
.primary__page-sidebar .items .page-item > a .icon {
  aspect-ratio: 1/1;
  width: 40px;
}
.primary__page-sidebar .items .page-item > a .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.secondary__nav > ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer {
  border-top: 2px solid #F5F2EA;
  margin: 2rem 0 0 0;
  padding: 2rem 0;
}
.footer .wrapper {
  display: flex;
  gap: 2rem;
}
.footer__logo {
  display: block;
  width: 260px;
}
.footer__cols {
  display: flex;
  gap: 2rem;
}
.footer a:hover {
  color: #7CD56C;
}

.wrapper {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.wrapper-xs {
  max-width: 700px;
  margin: 0 auto;
}

.the-content .vc_row {
  margin-bottom: 20px;
}
.the-content .wpb_content_element {
  margin-bottom: 0 !important;
}
.the-content h1 {
  margin-bottom: 20px !important;
  font: 400 36px "Hind Vadodara", sans-serif;
  color: #1e2528;
}
.the-content h2 {
  margin-bottom: 20px !important;
  font: 400 30px "Hind Vadodara", sans-serif;
  color: #1e2528;
}
.the-content h3 {
  margin-bottom: 20px !important;
  font: 400 24px "Hind Vadodara", sans-serif;
  color: #1e2528;
}
.the-content h4 {
  margin-bottom: 20px !important;
  font: 400 20px "Hind Vadodara", sans-serif;
  color: #1e2528;
}
.the-content h5 {
  margin-bottom: 20px !important;
  font: 400 18px "Hind Vadodara", sans-serif;
  color: #1e2528;
}
.the-content h6 {
  margin-bottom: 20px !important;
  font: 400 14px "Hind Vadodara", sans-serif;
  color: #2a353f;
}
.the-content p {
  margin-bottom: 20px;
  font: 400 20px/1.5em "Hind Vadodara", sans-serif;
  color: #1e2528;
}
.the-content p a:hover {
  color: #7CD56C;
}
.the-content a {
  font-weight: 600;
  border-bottom: 2px solid #7CD56C;
  transition: color 0.2s;
}
.the-content ul {
  padding: 0 0 0 10px;
  margin-bottom: 20px;
  font: 400 14px/1.5em "Hind Vadodara", sans-serif;
  color: #1e2528;
}
.the-content ul li {
  margin-bottom: 15px;
  padding: 0 0 0 17px;
  position: relative;
}
.the-content ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 0;
  background: #7CD56C;
}
.the-content ol {
  padding: 0 0 0 10px;
  margin-bottom: 20px;
  font: 400 14px/1.5em "Hind Vadodara", sans-serif;
  color: #1e2528;
  counter-reset: ol-counter;
}
.the-content ol > li {
  margin-bottom: 15px;
  padding: 0 0 0 17px;
  position: relative;
  counter-increment: ol-counter;
  counter-reset: ol-child-counter;
}
.the-content ol > li:before {
  content: counter(ol-counter);
  position: absolute;
  top: 2px;
  left: 0;
  font: 600 14px "Hind Vadodara", sans-serif;
  color: #7CD56C;
}
.the-content ol > li > li {
  counter-increment: ol-child-counter;
}
.the-content ol > li > li:before {
  content: counter(ol-child-counter);
  position: absolute;
  top: 2px;
  left: 0;
  font: 600 14px "Hind Vadodara", sans-serif;
  color: #7CD56C;
}
.the-content .table-flex {
  width: 100%;
  overflow-x: auto;
}
.the-content table {
  width: 100%;
}
.the-content table tbody {
  /*
  tr:first-of-type {

  	td {
  		font: 600 14px $font;
  		color: $off_black;
  		text-transform: uppercase;
  	}
  }
  */
}
.the-content table tbody tr td {
  padding: 15px 20px;
  font: 400 13px "Hind Vadodara", sans-serif;
  color: #1e2528;
}
.the-content table tbody tr:nth-of-type(even) td {
  background-color: #f5f4f1;
}
.the-content .table-box {
  padding: 20px;
  border: 1px solid #1e2528;
}
.the-content .table-box .title {
  margin-bottom: 20px;
  font: 400 24px "Hind Vadodara", sans-serif;
}
.the-content .slidetoggle {
  background: rgba(245, 244, 241, 0.5);
  padding: 10px;
  margin: 5px 0;
}
.the-content .slidetoggle.closed .title .minus {
  opacity: 0;
}
.the-content .slidetoggle.closed .title .plus {
  opacity: 1;
}
.the-content .slidetoggle.closed .content {
  display: none;
}
.the-content .slidetoggle.open .title .minus {
  opacity: 1;
}
.the-content .slidetoggle.open .title .plus {
  opacity: 0;
}
.the-content .slidetoggle.open .title {
  border-bottom: 2px solid #f5f4f1;
}
.the-content .slidetoggle.default .title img.plus {
  margin-top: -8px;
}
.the-content .slidetoggle.default .title img.minus {
  margin-top: 0;
}
.the-content .slidetoggle .title {
  margin-bottom: 0;
  padding: 10px 25px 5px 20px;
  font: 18px "Hind Vadodara", sans-serif;
  color: #7CD56C;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.the-content .slidetoggle .title img {
  width: 18px;
  position: absolute;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.the-content .slidetoggle .title img.plus {
  top: 50%;
  margin-top: -9px;
}
.the-content .slidetoggle .title img.minus {
  width: 20px;
  top: 50%;
  margin-top: -9px;
}
.the-content .slidetoggle .content {
  padding: 20px;
}
.the-content .gallery {
  padding: 20px;
  background: #f5f4f1;
}
.the-content .gallery .title {
  margin-bottom: 20px;
  font: 400 24px "Hind Vadodara", sans-serif;
}
.the-content .gallery .featured img {
  width: 100%;
}
.the-content .gallery .thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
  padding-top: 10px;
}
.the-content .hr {
  width: 100%;
  height: 2px;
  margin: 60px 0 40px;
  background: #f5f4f1;
}
.the-content .c2a {
  padding: 50px;
  position: relative;
  background: #f5f4f1;
}
.the-content .c2a .title {
  padding: 0 !important;
  color: #1e2528 !important;
  margin-bottom: 20px;
  font: 400 24px "Hind Vadodara", sans-serif !important;
  text-transform: none !important;
}
.the-content .c2a .info.with-button {
  padding-right: 40%;
}
.the-content .c2a .controls {
  position: absolute;
  top: 0;
  right: 0;
  left: 65%;
  bottom: 0;
}
.the-content .c2a .controls .inner {
  margin-top: -30px;
  position: absolute;
  top: 50%;
  right: 50px;
  left: 0;
  text-align: center;
}
.the-content .c2a .content {
  padding: 0 !important;
}
.the-content .c2a .content img.alignleft {
  margin-right: 15px;
}
.the-content .c2a .content img.alignright {
  margin-left: 15px;
}
.the-content .quote {
  padding: 140px 50px 50px 50px;
  position: relative;
  background-color: #f5f4f1;
}
.the-content .quote .icon {
  width: 60px;
  position: absolute;
  top: 50px;
  left: 50px;
  opacity: 0.1;
}
.the-content .quote .text {
  font: italic 400 24px "Hind Vadodara", sans-serif;
  color: #1e2528;
}
.the-content .quote .author {
  padding-top: 50px;
  text-align: right;
  font: 400 14px "Hind Vadodara", sans-serif;
  color: #1e2528;
}
.the-content .careers-list .title {
  margin-bottom: 5px;
}
.the-content .careers-list .info {
  margin-bottom: 20px;
  font: 14px "Hind Vadodara", sans-serif;
  color: #1e2528;
}
.the-content .no-careers {
  font: 600 14px "Hind Vadodara", sans-serif;
  padding-top: 20px;
}
.the-content .blog-posts {
  margin-bottom: 50px;
}
.the-content .blog-posts.big {
  display: flex;
  flex-wrap: wrap;
}
.the-content .blog-posts.big article {
  padding-top: 0;
  width: calc(50% - 40px);
  margin-right: 40px;
}
.the-content .blog-posts.big article .image {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.the-content .blog-posts.big article .meta {
  width: 100%;
}
.the-content .blog-posts article {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f5f4f1;
  overflow: hidden;
}
.the-content .blog-posts article.no-image .meta {
  width: 100%;
  float: none;
}
.the-content .blog-posts article:first-of-type {
  padding-top: 0;
}
.the-content .blog-posts article:last-of-type {
  border-bottom: none;
}
.the-content .blog-posts article .image {
  width: 75px;
  float: left;
}
.the-content .blog-posts article .meta {
  width: calc(100% - 90px);
  float: right;
}
.the-content .blog-posts article .meta .title {
  margin-bottom: 5px;
  font-size: 17px;
}
.the-content .blog-posts article .meta .title a {
  font-weight: inherit;
  border-bottom: none;
}
.the-content .blog-posts article .meta .title a:hover {
  text-decoration: underline;
}
.the-content .blog-posts article .meta .cats {
  margin-bottom: 5px;
  font: 600 13px "Hind Vadodara", sans-serif;
  color: #7CD56C;
  text-transform: uppercase;
}
.the-content .blog-posts article .meta .date {
  margin-bottom: 15px;
  font: 400 13px "Hind Vadodara", sans-serif;
  color: #1e2528;
}
.the-content .polls.all-polls {
  display: flex;
  flex-wrap: wrap;
}
.the-content .polls.all-polls .poll {
  width: calc(50% - 20px);
  margin-right: 20px;
  display: block !important;
}
.the-content .polls .poll {
  display: none;
  margin-bottom: 20px;
  padding: 20px;
  background: #ecebe7;
}
.the-content .polls .poll:nth-of-type(1), .the-content .polls .poll:nth-of-type(2), .the-content .polls .poll:nth-of-type(3) {
  display: block;
}
.the-content .polls .poll .title {
  margin-bottom: 15px;
  font-size: 18px;
}
.the-content .polls .poll form.vote {
  overflow: hidden;
}
.the-content .polls .poll form.vote.loading button {
  display: none;
}
.the-content .polls .poll form.vote.loading .loading {
  display: block;
}
.the-content .polls .poll form.vote.voted .btns {
  display: none;
}
.the-content .polls .poll form.vote.voted .success {
  display: block;
}
.the-content .polls .poll form.vote.voted .loading {
  display: none;
}
.the-content .polls .poll form.vote .loading {
  display: none;
  text-align: center;
}
.the-content .polls .poll form.vote .loading img {
  width: 25px;
}
.the-content .polls .poll form.vote .success {
  display: none;
  font: 600 14px "Hind Vadodara", sans-serif;
  color: #7CD56C;
}
.the-content .polls .poll form.vote .email {
  display: none !important;
}
.the-content .polls .poll form.vote button {
  width: calc(50% - 8px);
  padding: 15px 5px;
  text-align: center;
  font: 600 13px "Hind Vadodara", sans-serif;
  border: none;
  color: white;
  text-transform: uppercase;
  background: #7CD56C;
}
.the-content .polls .poll form.vote button[value=answer-1] {
  float: left;
}
.the-content .polls .poll form.vote button[value=answer-2] {
  float: right;
  background: #e63327;
}
.the-content .polls .poll form.vote button:focus {
  outline: none;
}
.the-content .polls .poll form.vote button:active {
  background: rgb(106.3253968254, 207.3333333333, 88.1666666667);
}
.the-content .polls .poll form.vote button img {
  width: 23px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}
.the-content .polls .poll-pagination {
  margin-bottom: 20px;
}
.the-content .polls .poll-pagination .poll-page {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  font: 600 13px "Hind Vadodara", sans-serif;
  color: #7CD56C;
  text-align: center;
  border: 1px solid #95a2a7;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.the-content .polls .poll-pagination .poll-page:hover {
  color: white;
  border-color: #7CD56C;
  background: #7CD56C;
}
.the-content .polls .poll-pagination .poll-page.active {
  color: white;
  border-color: #7CD56C;
  background: #7CD56C;
}
.the-content .fb-comments-box {
  margin-bottom: 50px;
}
.the-content .fb-comments-box .fb-comments {
  width: 100%;
}
.the-content .fb-comments-box .fb-comments > span {
  width: 100% !important;
}
.the-content .fb-comments-box .fb-comments iframe {
  width: 100% !important;
}
.the-content .onsite-comments-box {
  margin-bottom: 50px;
}
.the-content .onsite-comments-box form.submit-comment {
  margin-bottom: 50px;
}
.the-content .onsite-comments-box input,
.the-content .onsite-comments-box textarea {
  border: 2px solid rgba(0, 0, 0, 0.2) !important;
}
.the-content .onsite-comments-box button[type=submit],
.the-content .onsite-comments-box input[type=submit] {
  color: #FFFFFF !important;
  margin-top: 20px;
}
.the-content .onsite-comments-box textarea {
  min-height: 150px !important;
}
.the-content .onsite-comments-box .disclaimer {
  margin-top: 25px;
  font: italic 12px/1em "Hind Vadodara", sans-serif;
}

.btn {
  padding: 15px 25px;
  font: 600 14px "Hind Vadodara", sans-serif;
  position: relative;
  text-align: center;
  display: inline-block;
  background: #1e2528;
  border-radius: 25px;
  color: #7CD56C !important;
  border: 0 !important;
  /*&.outline {
  	color: $primary_color;
  	border: 1px solid $off_black;
  	transition: background .2s;

  	&:hover {
  		color: white;
  		border-color: $primary_color;
  		background: $primary_color;

  		svg path {
  			fill: white;
  		}
  	}
  }

  &.solid {
  	color: white;
  	border: none;
  	background: $blue;
  	transition: background .2s;

  	&:hover {
  		background: rgba($blue, .8);
  	}
  }*/
}
.btn:first-letter {
  text-transform: uppercase;
}
.btn:focus {
  outline: none;
}
.btn.loading {
  border: none;
  color: #7CD56C;
  background: #7CD56C;
}
.btn.loading:hover {
  color: #7CD56C !important;
  background: #7CD56C !important;
}
.btn.loading:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  margin: -13px 0 0 -13px;
  top: 50%;
  left: 50%;
  background-image: url("../../images/loading.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn.white {
  color: #434748;
  background: white;
}
.btn.white:hover {
  color: white;
  background: #7CD56C;
}
.btn.curvy-arrow {
  width: 25px;
  height: 25px;
  min-width: auto;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../images/curvy-arrow-down.svg");
}
.btn svg {
  width: 12px;
  display: inline;
  transition: fill 0.2s;
}

.formy .hp {
  display: none;
}
.formy .gsurvey-survey-field {
  margin-bottom: 40px !important;
}
.formy .gsurvey-survey-field label {
  display: block;
}
.formy .gsurvey-survey-field .gsurvey-rank-choice {
  padding-left: 25px !important;
  background-position: 0 center;
}
.formy .gsurvey-survey-field .gsurvey-rating-wrapper {
  overflow: hidden;
}
.formy .gsurvey-survey-field .ginput_container_radio li {
  padding-left: 14px !important;
}
.formy .gsurvey-likert {
  border-collapse: collapse;
}
.formy .gsurvey-likert td {
  position: static !important;
}
.formy .gsurvey-likert-choice {
  background-color: transparent !important;
}
.formy table.gsurvey-likert th.gsurvey-likert-row-label:first-child {
  border-bottom: 1px solid #ccc !important;
  overflow: visible;
  position: static !important;
}
.formy .gsurvey-likert-row-label {
  border-bottom: 1px solid #ccc;
  position: relative;
  background-color: #eee !important;
  /*&:after {
  	//content: '';
  	width: 100%;
  	height: 1px;
  	position: absolute;
  	bottom: -1px;
  	left: 0;
  	right: 0;
  	background-color: #ccc;
  }*/
}
.formy .show-labels label {
  display: block;
}
.formy .title {
  margin-bottom: 20px;
  font: 400 24px "Hind Vadodara", sans-serif;
  color: #1e2528;
}
.formy .desc {
  margin-bottom: 20px;
}
.formy .desc p:last-of-type {
  margin-bottom: 0;
}
.formy .gform_heading {
  margin-bottom: 20px;
}
.formy ul, .formy li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.formy ul:before, .formy li:before {
  display: none;
}
.formy input[type=text],
.formy input[type=tel],
.formy input[type=url],
.formy input[type=email] {
  width: 100%;
  padding: 13px;
  border: none;
  font: 600 14px "Hind Vadodara", sans-serif;
  color: #434748;
  background: #FFFFFF;
  margin: 10px 0;
}
.formy input[type=text]:focus,
.formy input[type=tel]:focus,
.formy input[type=url]:focus,
.formy input[type=email]:focus {
  outline: none;
}
.formy input[type=file] {
  margin-bottom: 10px;
  font: 600 14px "Hind Vadodara", sans-serif;
  color: #1e2528;
  text-transform: uppercase;
}
.formy textarea {
  width: 100%;
  min-height: 300px;
  padding: 15px;
  border: 0;
  font: 600 14px "Hind Vadodara", sans-serif;
  color: #1e2528;
}
.formy textarea:focus {
  outline: none;
}
.formy select {
  width: 100%;
  padding: 15px;
  border: 1px solid #1e2528;
  border-radius: 0;
  font: 600 14px "Hind Vadodara", sans-serif;
  position: relative;
  -webkit-appearance: none;
  background-image: url("../../images/solid-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 97% 50%;
}
.formy select:focus {
  outline: none;
}
.formy .gfield_checkbox li,
.formy .ginput_container_radio li {
  padding-left: 30px;
  position: relative;
}
.formy .gfield_checkbox input[type=checkbox],
.formy .ginput_container_radio input[type=checkbox] {
  position: absolute;
  top: 5px;
  left: 15px;
}
.formy .gfield_checkbox label,
.formy .ginput_container_radio label {
  padding-top: 5px;
  padding-left: 5px;
  display: inline-block;
  font: 16px "Hind Vadodara", sans-serif;
}
.formy .ginput_container_date {
  position: relative;
}
.formy .ginput_container_date:after {
  content: "";
  width: 25px;
  height: 27px;
  position: absolute;
  top: 10px;
  left: 15px;
  background-image: url("../../images/calendar.svg");
  background-background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.formy .ginput_container_date input[type=text] {
  padding-left: 50px;
}
.formy .ginput_container_date .ui-datepicker-trigger {
  display: none;
}
.formy .charleft {
  font: 10px "Hind Vadodara", sans-serif;
}
.formy .checkbox-label {
  display: inline-block;
}
.formy .gfield_description {
  margin-bottom: 10px;
  font: 600 14px "Hind Vadodara", sans-serif;
  color: #1e2528;
}
.formy .gform_hidden {
  display: none;
}
.formy .gfield {
  margin: 0 0 10px 0;
  padding: 0;
}
.formy .gfield.extra-space {
  margin-bottom: 20px;
}
.formy .gfield.left_half {
  width: 49%;
  float: left;
  clear: right;
}
.formy .gfield.right_half {
  width: 49%;
  float: right;
}
.formy .gfield.gfield_error input, .formy .gfield.gfield_error select, .formy .gfield.gfield_error textarea {
  border: 2px solid #e63327;
}
.formy .gfield.gfield_error .gfield_label, .formy .gfield.gfield_error .gfield_description {
  color: #e63327;
}
.formy .gfield.gfield_error.gforms_checkbox_group .gfield_label, .formy .gfield.gfield_error.gforms_radio_group .gfield_label {
  display: block !important;
  color: #e63327;
}
.formy label {
  display: none;
}
.formy .gform_footer {
  text-align: center;
}
.formy input[type=submit],
.formy button {
  min-width: 200px;
  padding: 20px;
  border: 0;
  border-radius: 30px;
  text-align: center;
  font: 600 14px "Hind Vadodara", sans-serif;
  color: #FFFFFF;
  display: inline-block;
  text-transform: uppercase;
  background: #7CD56C;
  transition: background 0.2s;
}
.formy input[type=submit]:hover,
.formy button:hover {
  color: white;
  border-color: #7CD56C;
  background: #7CD56C;
}
.formy .manual-success {
  display: none;
  font: bold 22px/1.6em "Hind Vadodara", sans-serif;
  color: #13314f;
}

.wpb_raw_html iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  aspect-ratio: 16/9;
}

.important-info {
  width: 100%;
  margin: 25px 0;
}
.important-info .top {
  display: flex;
  width: 100%;
}
.important-info .top .important-label,
.important-info .top .important-title {
  height: 75px;
}
.important-info .top .important-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  background: #7CD56C;
  color: white;
}
.important-info .top .important-label img {
  width: 30px;
  height: 26px;
  margin-right: 15px;
}
.important-info .top .important-label span {
  font: bold 14px/1em "Hind Vadodara", sans-serif;
}
.important-info .top .important-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 180px);
  background: #f5f4f1;
  padding: 0 35px;
}
.important-info .top .important-title p {
  font: bold 18px/1em "Hind Vadodara", sans-serif;
  margin-bottom: 0;
}
.important-info .top .important-action a {
  font: bold 14px/1em "Hind Vadodara", sans-serif;
  color: #7CD56C;
  transition: all 0.2s;
  border-bottom: 0;
}
.important-info .top .important-action a:hover {
  color: black;
}
.important-info .bottom {
  background: #ecebe7;
  padding: 50px;
}

.comments-are-closed {
  text-align: center;
  font-style: italic;
  color: #7CD56C !important;
}

.banner.slider {
  margin-bottom: 60px;
}
.banner.slider .slide {
  position: relative;
  aspect-ratio: 16/9;
}
.banner.slider .slide .slide-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.primary .search-results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
  gap: 25px;
}
.primary .search-results__result {
  border: 2px solid #f5f4f1;
  padding: 20px;
  border-radius: 25px;
}
.primary .search-results__result .button {
  margin-top: 20px;
}
.primary .search-results__none {
  background: #e63327;
  margin-top: 30px;
  padding: 20px;
  color: #FFFFFF;
  border-radius: 25px;
  display: inline-flex;
}

mark {
  background: #7CD56C;
  color: #FFFFFF;
  padding: 0 5px;
}

#searchform {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.mobile__nav {
  position: fixed;
  z-index: 9999;
  top: 77px;
  left: 0;
  width: 100%;
  height: calc(100% - 77px);
  background: #7CD56C;
  color: #FFFFFF;
  padding: 1rem 0;
  transform: translateX(100%);
  transition: all 250ms ease-in-out;
}
.mobile__nav.mobile__nav-open {
  transform: translateX(0);
}
.mobile__nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mobile__nav ul li {
  font: 300 24px/1em "Hind Vadodara", sans-serif;
}

.gallery a {
  aspect-ratio: 1/1;
  display: block;
}
.gallery a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image-col {
  position: relative;
  margin-bottom: 40px;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
}
.image-col .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-col .slides .slide {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.carrousel {
  margin-bottom: 50px;
}
.carrousel__slide {
  position: relative;
  background: var(--color-bg);
  padding: 100px 0;
}
.carrousel__slide > .wrapper {
  display: flex;
  align-items: center;
  gap: 100px;
}
.carrousel__slide-image {
  width: 30%;
}
.carrousel__slide-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 1rem;
}
.carrousel__slide-content {
  flex: 1;
}
.carrousel__slide-content h2,
.carrousel__slide-content .the-content {
  color: #FFFFFF;
}
.carrousel__slide-content h2 p,
.carrousel__slide-content .the-content p {
  color: inherit;
}
.carrousel__slide-content h2 {
  font: bold 48px/1.3em "Hind Vadodara", sans-serif;
}
.carrousel__slide-content .the-content {
  margin-top: 40px;
}
.carrousel__slide-content .button {
  margin-top: 20px;
  background: var(--color-button);
}

.approved-comments {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.approved-comments .comment {
  background: rgba(124, 213, 108, 0.2);
  padding: 20px;
  border-radius: 20px;
}
.approved-comments .comment .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.approved-comments .comment .meta .name {
  font: bold 16px/1em "Hind Vadodara", sans-serif;
  margin-bottom: 10px;
}
.approved-comments .comment .meta .date {
  font-size: 12px;
}
.approved-comments .comment .the-comment {
  font: italic 18px/1.65em "Hind Vadodara", sans-serif;
}

@media (max-width: 999px) {
  .primary__page.has-sidebar {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .primary .search-results {
    grid-template-columns: repeat(1, 1fr);
  }
  .carrousel__slide {
    padding: 80px 0 40px 0;
  }
  .carrousel__slide > .wrapper {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 40px;
  }
  .carrousel__slide-content h2 {
    font-size: 34px;
  }
  .carrousel .owl-controls {
    bottom: unset;
    top: 15px;
  }
}
.sidebar .widget {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #d0cfc6;
}
.sidebar .widget:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sidebar .sidebar-title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d0cfc6;
  font: 24px "Hind Vadodara", sans-serif;
}
.sidebar.citizen .item {
  margin-bottom: 30px;
  font-weight: bold;
}
.sidebar.citizen .item a:hover {
  color: #7CD56C;
}

#event-calendar .finished {
  position: relative;
  z-index: 99;
  background: #FFF;
  padding-top: 25px;
  text-align: center;
  font: bold 13px/1em "Hind Vadodara", sans-serif;
  color: #1e2528;
  text-transform: uppercase;
}
#event-calendar #back-to-calendar {
  margin-bottom: 35px;
}
#event-calendar #the-calendar {
  position: relative;
  min-height: 100px;
}
#event-calendar #the-calendar.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("../../images/loading-blue.svg");
  background-size: 35px;
  background-position: top center;
  background-repeat: no-repeat;
}
#event-calendar #the-calendar:before {
  content: "";
  width: 2px;
  background: #13314f;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.event-archive-block {
  position: relative;
  width: calc(50% - 50px);
  clear: both;
  margin-bottom: 75px;
}
.event-archive-block.left {
  float: left;
}
.event-archive-block.left .event-date {
  position: absolute;
  top: 40px;
  left: calc(100% + 30px);
}
.event-archive-block.left .event-date:before {
  left: -17px;
  background-image: url("../../images/calendar-right-chevron.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.event-archive-block.left .event-date .icon {
  left: 0;
}
.event-archive-block.left .event-date > p {
  padding-left: 60px;
}
.event-archive-block.right {
  float: right;
}
.event-archive-block.right .event-date {
  position: absolute;
  top: 40px;
  right: calc(100% + 30px);
  text-align: right;
}
.event-archive-block.right .event-date:before {
  right: -17px;
  background-image: url("../../images/calendar-left-chevron.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.event-archive-block.right .event-date .icon {
  right: 0;
}
.event-archive-block.right .event-date > p {
  padding-right: 60px;
}
.event-archive-block.vc-event {
  width: 100%;
  float: none;
  margin-bottom: 0;
}
.event-archive-block.vc-event > h3 a {
  border-bottom: none;
}
.event-archive-block.vc-event .share a {
  border-bottom: none;
}
.event-archive-block.vc-event .event-title > h2 {
  margin-bottom: 0 !important;
}
.event-archive-block.vc-event .btn {
  margin-bottom: 0;
}
.event-archive-block .event-date {
  width: 100%;
  position: relative;
}
.event-archive-block .event-date:before {
  content: "";
  position: absolute;
  top: 15px;
  width: 7px;
  height: 12px;
}
.event-archive-block .event-date .icon {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background: white;
  border: 2px solid #13314f;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
}
.event-archive-block .event-date .icon img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.event-archive-block .event-date > p {
  position: relative;
  top: 10px;
  font: 20px/1.3em "Hind Vadodara", sans-serif;
  margin-bottom: 0;
}
.event-archive-block .event-date > p span {
  font-weight: bold;
}
.event-archive-block .event-image {
  display: block;
  margin-bottom: 25px;
}
.event-archive-block .event-title {
  margin-bottom: 25px;
}
.event-archive-block .event-title > h2 {
  width: calc(100% - 75px);
  float: left;
  font-size: 24px;
}
.event-archive-block .event-title .share {
  width: 75px;
  float: right;
  text-align: right;
}
.event-archive-block .event-title .share img {
  margin: 0 0 0 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.event-archive-block .event-title .share img.fb {
  height: 20px;
}
.event-archive-block .event-title .share img.email {
  height: 10px;
}
.event-archive-block > h3 {
  font: bold 13px/1em "Hind Vadodara", sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.event-archive-block > h3 a {
  color: #7CD56C;
  transition: all 250ms;
}
.event-archive-block > h3 a:hover {
  color: #1e2528;
}
.event-archive-block .event-meta {
  margin-bottom: 25px;
}
.event-archive-block .event-meta .meta-item {
  margin-bottom: 15px;
}
.event-archive-block .event-meta .meta-item > img {
  float: left;
  width: 15px;
  max-height: 20px;
}
.event-archive-block .event-meta .meta-item > .the-content {
  float: right;
  width: calc(100% - 15px);
  padding-left: 15px;
}
.event-archive-block .event-meta .meta-item > .the-content > p:last-child {
  margin-bottom: 0;
}
.event-archive-block .learn-more {
  margin-bottom: 25px;
}
.event-archive-block .event-description.calendar {
  display: none;
}

#activity-mini-calendar .fc-day-top.has-event {
  position: relative;
  cursor: pointer;
}
#activity-mini-calendar .fc-day-top.has-event:before {
  content: "";
  position: absolute;
  top: 3px !important;
  left: 0 !important;
  width: 35px !important;
  height: 35px !important;
  border: 1px solid #7CD56C;
  border-radius: 50%;
}

#activity-mini-calendar table td,
#activity-mini-calendar table th,
#event-mini-calendar table td,
#event-mini-calendar table th {
  border: 0;
}
#activity-mini-calendar .fc-day-grid-event,
#event-mini-calendar .fc-day-grid-event {
  display: none !important;
}
#activity-mini-calendar .fc-header-toolbar .fc-state-disabled,
#event-mini-calendar .fc-header-toolbar .fc-state-disabled {
  display: none;
}
#activity-mini-calendar .fc-header-toolbar .fc-left button,
#event-mini-calendar .fc-header-toolbar .fc-left button {
  border: 0;
  width: 20px;
  height: 30px;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  background-image: url("../../images/mini-calendar-left.svg");
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
#activity-mini-calendar .fc-header-toolbar .fc-left button span,
#event-mini-calendar .fc-header-toolbar .fc-left button span {
  display: none;
}
#activity-mini-calendar .fc-header-toolbar .fc-center > h2,
#event-mini-calendar .fc-header-toolbar .fc-center > h2 {
  font: bold 13px/30px "Hind Vadodara", sans-serif;
  text-transform: uppercase;
}
#activity-mini-calendar .fc-header-toolbar .fc-right button,
#event-mini-calendar .fc-header-toolbar .fc-right button {
  border: 0;
  width: 20px;
  height: 30px;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  background-image: url("../../images/mini-calendar-right.svg");
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
#activity-mini-calendar .fc-header-toolbar .fc-right button span,
#event-mini-calendar .fc-header-toolbar .fc-right button span {
  display: none;
}
#activity-mini-calendar .fc-widget-header .fc-day-header,
#event-mini-calendar .fc-widget-header .fc-day-header {
  font: 400 13px/1em "Hind Vadodara", sans-serif;
  padding-bottom: 25px;
}
#activity-mini-calendar .fc-day-number,
#event-mini-calendar .fc-day-number {
  width: 100%;
  height: 40px;
  text-align: center;
  font: 13px/40px "Hind Vadodara", sans-serif;
}
#activity-mini-calendar .fc-today,
#event-mini-calendar .fc-today {
  background: none;
}
#activity-mini-calendar .fc-today .fc-day-number,
#event-mini-calendar .fc-today .fc-day-number {
  font-weight: bold;
}
#activity-mini-calendar .fc-day-top.has-event,
#event-mini-calendar .fc-day-top.has-event {
  position: relative;
  cursor: pointer;
}
#activity-mini-calendar .fc-day-top.has-event:before,
#event-mini-calendar .fc-day-top.has-event:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -4px;
  width: 40px;
  height: 40px;
  border: 1px solid #7CD56C;
  border-radius: 50%;
}

.gmr-mini-calendar {
  /*.fc-day-grid-event{
  	display: none !important;
  }*/
  /*.fc-widget-header{

  	.fc-day-header{
  		font: 400 13px/1em $font;
  		padding-bottom: 25px;
  	}
  }*/
  /*.fc-day-number{
  	width: 100%;
  	height: 40px;
  	text-align: center;
  	font: 13px/40px $font;
  }*/
  /*.fc-today{
  	background: none;

  	.fc-day-number{
  		font-weight: bold;
  	}
  }*/
}
.gmr-mini-calendar table td,
.gmr-mini-calendar table th {
  border: 0;
}
.gmr-mini-calendar .fc-header-toolbar .fc-state-disabled {
  display: none;
}
.gmr-mini-calendar .fc-header-toolbar .fc-left button {
  border: 0;
  width: 20px;
  height: 30px;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  background-image: url("../../images/mini-calendar-left.svg");
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
.gmr-mini-calendar .fc-header-toolbar .fc-left button span {
  display: none;
}
.gmr-mini-calendar .fc-header-toolbar .fc-center > h2 {
  font: bold 13px/30px "Hind Vadodara", sans-serif;
  text-transform: uppercase;
}
.gmr-mini-calendar .fc-header-toolbar .fc-right button {
  border: 0;
  width: 20px;
  height: 30px;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  background-image: url("../../images/mini-calendar-right.svg");
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
.gmr-mini-calendar .fc-header-toolbar .fc-right button span {
  display: none;
}
.gmr-mini-calendar .fc-day-top.has-event {
  position: relative;
  cursor: pointer;
}
.gmr-mini-calendar .fc-day-top.has-event:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -4px;
  width: 40px;
  height: 40px;
  border: 1px solid #7CD56C;
  border-radius: 50%;
}

#event-categories .event-category {
  display: block;
  margin-bottom: 40px;
}
#event-categories .event-category:last-child {
  margin-bottom: 0;
}
#event-categories .event-category.active {
  color: #7CD56C;
}
#event-categories .event-category:hover span {
  padding-left: 17px;
}
#event-categories .event-category img {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  max-height: 33px;
}
#event-categories .event-category span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 38px);
  padding-left: 15px;
  font: bold 13px/1em "Hind Vadodara", sans-serif;
  text-transform: uppercase;
  transition: all 250ms;
}

.how-to-use {
  background: #ecebe7;
  padding: 20px;
  text-align: center;
  margin: 50px 0;
}
.how-to-use > img {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  margin-right: 10px;
}
.how-to-use span {
  display: inline-block;
  vertical-align: middle;
  font: 14px/1em "Hind Vadodara", sans-serif;
}

#the-treasures .treasure-archive-block {
  position: relative;
  padding: 40px;
  margin-bottom: 50px;
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#the-treasures .treasure-archive-block:before {
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 250ms;
}
#the-treasures .treasure-archive-block:last-child {
  margin-bottom: 0;
}
#the-treasures .treasure-archive-block:hover:before {
  background: rgba(255, 255, 255, 0.9);
}
#the-treasures .treasure-archive-block:hover .title {
  color: #1e2528;
}
#the-treasures .treasure-archive-block:hover .meta {
  opacity: 1;
}
#the-treasures .treasure-archive-block .meta {
  opacity: 0;
  transition: all 250ms;
}
#the-treasures .treasure-archive-block .title {
  font: bold 18px/1.3em "Hind Vadodara", sans-serif;
  text-transform: uppercase;
  color: white;
  transition: all 250ms;
  margin-bottom: 30px;
}
#the-treasures .treasure-archive-block .city {
  font: bold 13px/1em "Hind Vadodara", sans-serif;
  text-transform: uppercase;
  color: #1e2528;
  margin-bottom: 5px;
}
#the-treasures .treasure-archive-block .address {
  margin-bottom: 5px;
}
#the-treasures .treasure-archive-block .map {
  margin: 25px 0;
}
#the-treasures .treasure-archive-block .map img {
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  margin-right: 5px;
}
#the-treasures .treasure-archive-block .map span {
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  font: bold 13px/1em "Hind Vadodara", sans-serif;
  text-transform: uppercase;
}
#the-treasures .treasure-archive-block .map span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #7CD56C;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 250ms;
  transition: all 0.3s ease-in-out 0s;
}
#the-treasures .treasure-archive-block .map span:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#the-treasures .treasure-archive-block .url {
  margin-bottom: 15px;
  font: bold 13px/1em "Hind Vadodara", sans-serif;
  text-transform: uppercase;
}
#the-treasures .treasure-archive-block .url a {
  position: relative;
  text-decoration: none;
}
#the-treasures .treasure-archive-block .url a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #7CD56C;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 250ms;
  transition: all 0.3s ease-in-out 0s;
}
#the-treasures .treasure-archive-block .url a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.team-member {
  position: relative;
  margin-bottom: 15px;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.team-member:hover .hover {
  opacity: 1;
}
.team-member .hover {
  position: relative;
  opacity: 0;
  height: 100%;
  transition: all 250ms;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.team-member .hover:before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 80%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 80%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 80%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.team-member .hover .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 2;
  /*a{
  	@include underline();

  	margin-top: 10px;
  	font: normal 12px/1.3em $font;
  }*/
}
.team-member .hover .inner h2 {
  font: bold 16px/1em "Hind Vadodara", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.team-member .hover .inner h3 {
  font: bold 10px/1em "Hind Vadodara", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.team-member .hover .inner h4 {
  font: normal 12px/1.3em "Hind Vadodara", sans-serif;
  margin: 0;
}

.banner .banner-filter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

header .hamburger-col .hamburger > span {
  display: inline-block;
  width: 100%;
  color: #7CD56C;
  text-transform: uppercase;
  font: bold 12px/1em "Hind Vadodara", sans-serif;
  text-align: center;
  margin-bottom: 2px;
}

.gfield_html {
  margin-top: 10px !important;
}

#contact-form-gmr-message {
  clear: both;
  background: #f5f4f1;
  padding: 15px;
}
#contact-form-gmr-message #contact-form-gmr-message-note {
  margin-top: 10px;
}

.important-info {
  width: 100%;
  margin: 25px 0;
}
.important-info .top {
  display: flex;
  width: 100%;
}
.important-info .top .important-label,
.important-info .top .important-title {
  height: 75px;
}
.important-info .top .important-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  background: #7CD56C;
  color: white;
}
.important-info .top .important-label img {
  width: 30px;
  height: 26px;
  margin-right: 15px;
}
.important-info .top .important-label span {
  font: bold 14px/1em "Hind Vadodara", sans-serif;
}
.important-info .top .important-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 180px);
  background: #f5f4f1;
  padding: 0 35px;
}
.important-info .top .important-title p {
  font: bold 18px/1em "Hind Vadodara", sans-serif;
  margin-bottom: 0;
}
.important-info .top .important-action a {
  font: bold 14px/1em "Hind Vadodara", sans-serif;
  color: #7CD56C;
  transition: all 0.2s;
  border-bottom: 0;
}
.important-info .top .important-action a:hover {
  color: black;
}
.important-info .bottom {
  background: #ecebe7;
  padding: 50px;
}

.teaser {
  position: relative;
  display: block;
  min-height: 300px;
  border-bottom: 0;
}
.teaser.no-content .bottom {
  display: none;
}
.teaser:before {
  content: "";
  padding-top: 88%;
  display: block;
}
.teaser .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #13314f;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teaser .top img {
  width: 38px;
  height: 50px;
  margin-right: 10px;
}
.teaser .top h4 {
  font: bold 14px/1.3em "Hind Vadodara", sans-serif;
  color: white;
  margin: 0 !important;
}
.teaser .bottom {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 200ms;
  opacity: 0;
  background: rgba(19, 49, 79, 0.7);
}
.teaser .bottom:hover {
  opacity: 1;
}
.teaser .bottom .the-content {
  font: bold 14px/1.65em "Hind Vadodara", sans-serif;
  color: white;
  padding: 20px;
}

.owl-controls {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.owl-controls .owl-dots {
  display: flex;
}
.owl-controls .owl-dots .owl-dot {
  width: 100px;
  height: 3px;
  margin-right: 10px;
  background: white;
  transition: all 200ms;
}
.owl-controls .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-controls .owl-dots .owl-dot:hover, .owl-controls .owl-dots .owl-dot.active {
  background: #7CD56C;
}

.sidebar .toggle {
  display: none;
}

.related-activities {
  margin-top: 100px;
}
.related-activities .subtitle {
  font: 600 28px/1.3em "Hind Vadodara", sans-serif;
  margin-bottom: 45px;
}

.single-activity .the-date {
  font: bold 14px/1em "Hind Vadodara", sans-serif;
  color: #13314f;
  margin-bottom: 20px;
}
.single-activity .the-non-profit-name {
  font: bold 14px/1em "Hind Vadodara", sans-serif;
  color: #95a2a7;
  margin-bottom: 10px;
}

.share-buttons h4 {
  font: 700 16px/1em "Hind Vadodara", sans-serif;
  margin-bottom: 15px;
}
.share-buttons .icons {
  display: flex;
  align-items: center;
}
.share-buttons .icons li {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.share-buttons .icons li:last-child {
  margin-right: 0;
}
.the-non-profit {
  margin: 25px 0;
}

/*
 * Media queries
 */
@media (max-width: 1366px) {
  .important-info .top .important-label {
    width: 130px;
  }
  .important-info .top .important-label img {
    width: 20px;
    height: 17px;
    margin-right: 10px;
  }
  .important-info .top .important-label span {
    font-size: 12px;
  }
  .important-info .top .important-title {
    padding: 0 20px;
    width: calc(100% - 130px);
  }
  .important-info .top .important-title p {
    font-size: 16px;
  }
  .important-info .top .important-action a {
    font-size: 12px;
  }
  .important-info .bottom {
    padding: 25px;
  }
  #home-page #home-content {
    padding: 50px;
  }
  #site .page-col .inside-page .page {
    padding: 50px;
  }
  footer {
    padding: 50px 0;
  }
}
@media (max-width: 1365px) {
  .inside-page .sidebar {
    width: 90%;
    max-width: 320px;
    padding: 25px;
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    border-left: none;
    background: #f5f4f1;
    transition: all 200ms;
    transform: translateX(100%);
    z-index: 9999;
  }
  .inside-page .sidebar.active {
    transform: translateX(0);
  }
  .inside-page .sidebar.active .toggle img {
    transform: rotate(180deg);
  }
  .inside-page .sidebar .stick {
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .inside-page .sidebar .toggle {
    position: absolute;
    top: 0;
    left: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #13314f;
  }
  .inside-page .sidebar .toggle img {
    width: 20px;
    height: 20px;
    transition: all 200ms;
  }
  #site .page-col .inside-page .page.with-sidebar {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #event-calendar #the-calendar:before {
    left: 5px;
    margin-left: 0;
  }
  #event-calendar #the-calendar #the-calendar-content {
    margin-left: 40px;
  }
  #event-calendar #the-calendar #the-calendar-content .event-archive-block {
    float: left !important;
    width: 100%;
    padding-top: 40px;
    margin-bottom: 25px;
  }
  #event-calendar #the-calendar #the-calendar-content .event-archive-block .event-date {
    top: 0 !important;
    left: -40px !important;
    right: auto !important;
    text-align: left !important;
  }
  #event-calendar #the-calendar #the-calendar-content .event-archive-block .event-date:before {
    right: auto !important;
    left: 40px !important;
    background-image: url("../../images/calendar-right-chevron.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
  }
  #event-calendar #the-calendar #the-calendar-content .event-archive-block .event-date .icon {
    left: -13px !important;
    right: auto !important;
  }
  #event-calendar #the-calendar #the-calendar-content .event-archive-block .event-date > p {
    font-size: 12px;
    padding-left: 60px;
    padding-right: 0 !important;
  }
  #event-calendar #the-calendar #the-calendar-content .event-archive-block .event-title > h2 {
    font-size: 14px;
  }
  #the-treasures .treasure-archive-block {
    padding: 15px;
    min-height: 0;
  }
  .important-info .top {
    flex-wrap: wrap;
  }
  .important-info .top .important-label {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .important-info .top .important-title {
    height: auto;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px;
  }
  .important-info .top .important-action {
    margin-top: 15px;
  }
  .activities-listing .activity-archive-block {
    margin-bottom: 65px;
  }
  .activities-listing .activity-archive-block .bottom {
    display: block;
  }
  .activities-listing .activity-archive-block .bottom .left {
    width: 100%;
    padding-right: 0;
  }
  .activities-listing .activity-archive-block .bottom .right {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    padding-top: 25px;
  }
}
@media print {
  .single-activity #map,
  .single-activity .menu-col,
  .single-activity .mobile-nav-underlay,
  .single-activity header,
  .single-activity footer,
  .single-activity .related-activities,
  .single-activity .banner {
    display: none !important;
  }
  .single-activity .page {
    padding: 0;
  }
}
@media (max-width: 1600px) {
  #site .menu-col {
    width: 275px;
  }
  #site .page-col {
    width: calc(100% - 275px);
  }
  header {
    left: 275px;
  }
}
@media (max-width: 1300px) {
  #in-the-news .col {
    width: 50%;
  }
  #in-the-news .events-box {
    position: relative;
  }
  .header-advanced-search.show {
    width: 100%;
    left: -150px;
  }
  header .logo-col.search-is-open img {
    position: relative;
    left: -150px;
  }
  .inside-page .banner {
    height: auto;
    flex-wrap: wrap;
  }
  .inside-page .banner .image-col {
    width: 100% !important;
    height: 25vw;
  }
  .inside-page .banner .help {
    width: 100%;
    justify-content: center;
  }
  .inside-page .banner .help .box {
    width: 450px;
  }
  .primary__nav {
    display: none;
  }
  .secondary__nav {
    margin-left: auto;
  }
}
/*
 * Main breakpoint for responsive view.
 * Do not put anything else other than the main
 * responsive triggers in here (wanna keep it clean)
 */
@media (max-width: 1160px) {
  .inside-page .banner #main-sections {
    display: none;
  }
  .inside-page .banner #mobile-side-nav {
    display: block;
  }
  .inside-page .page {
    width: 100%;
  }
  #home-page #main-sections {
    display: none;
  }
  nav#main-menu {
    display: none;
  }
  .gmr-quick-links .links {
    flex-wrap: wrap;
  }
  .gmr-quick-links .links a {
    width: calc(50% - 20px);
    margin-bottom: 10px;
    flex: auto;
  }
}
@media (max-width: 1000px) {
  #gmr-dispose-page #dispose-categories .categories {
    column-count: 2;
  }
}
@media (max-width: 1100px) {
  #history-page .page-desc-col {
    width: 100%;
    float: none;
  }
  #history-page .controls-col {
    width: 100%;
    float: none;
    padding-bottom: 30px;
  }
  #home-page #banner {
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
  }
  #site .menu-col {
    width: 275px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -275px;
    z-index: 1000;
  }
  #site .menu-col .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  #site .page-col {
    width: 100%;
  }
  .hammy {
    display: block;
  }
  body.nav-2-open #site .menu-col {
    left: 0;
  }
  body.nav-2-open .mobile-nav-underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block !important;
    z-index: 900;
  }
  body.nav-2-open #page-col {
    position: relative;
    z-index: 800;
  }
  header {
    left: 0;
    justify-content: flex-start;
  }
  header .mobile-logo {
    margin-right: 20px;
    display: block;
    justify-content: flex-start;
  }
  header .mobile-logo img {
    height: 60px;
  }
}
@media (max-width: 900px) {
  #main-sections {
    display: none;
  }
  /*.header-advanced-search {
  	height: 100px;
  	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	background: white;
  	bottom: auto;
  	z-index: 20;
  	overflow: hidden;

  	&.show {
  		width: 100%;
  		left: 0;
  	}

  	form {
  		padding: 20px;
  	}
  }*/
  header .logo-col.search-is-open img {
    left: auto;
  }
  #search form.search input[name=query] {
    width: calc(50% - 5px);
    float: left;
  }
  #search form.search .city-dropdown {
    width: calc(50% - 5px);
    float: right;
    max-width: none;
  }
  #search form.search button {
    width: 100%;
    margin-top: 10px;
    clear: both;
  }
  .modal-outer .modal-inner {
    width: 90vw;
  }
  footer {
    flex-wrap: wrap;
  }
  footer .logo-col {
    width: 100%;
    margin-bottom: 50px;
  }
  footer .cols {
    width: 100%;
    padding: 0 15px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .gform_wrapper table.gsurvey-likert td {
    padding-top: 0;
    padding-bottom: 0;
  }
  .primary__header-logo {
    width: 200px;
  }
  .primary .mobile-nav-trigger {
    display: flex;
  }
  .secondary__nav > ul {
    gap: 0.5rem;
  }
  .secondary__nav a,
  .secondary__nav button {
    aspect-ratio: 1/1;
  }
  .secondary__nav a span,
  .secondary__nav button span {
    display: none;
  }
  .button {
    padding: 0.5rem;
  }
  .footer {
    text-align: center;
  }
  .footer__logo {
    margin: 0 auto 20px auto;
  }
  .footer .wrapper {
    flex-direction: column;
  }
  .footer__cols {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .the-content .blog-posts.big article {
    width: 100%;
    margin-right: 0;
  }
  .the-content .polls.all-polls .poll {
    width: 100%;
  }
  .related-blogs .blog-posts article {
    width: 100%;
  }
  #in-the-news .col {
    width: 100%;
    border-bottom: 1px solid #f5f4f1;
  }
  #in-the-news .events-box {
    position: relative;
  }
  .bw-logos .col .logo {
    background-size: 80%;
  }
  footer {
    padding-bottom: 0;
  }
  footer .logo-col {
    padding: 0 15px;
    justify-content: flex-start;
  }
  footer .cols {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .cols .col {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  header {
    height: 100px;
  }
  header .hamburger-col {
    padding-left: 15px;
  }
  header .hamburger-col .hamburger {
    width: 25px;
  }
  header .logo-col .logo {
    height: 65%;
  }
  header .actions-col {
    padding-right: 15px;
  }
  header .actions-col .icon-box .icon {
    height: 25px;
  }
  #home-page #home-slider {
    height: 40vw;
  }
  .banner-overlay {
    min-width: 0;
    width: auto !important;
    padding: 50px !important;
    top: auto;
    left: 0;
    right: 0 !important;
    bottom: 0;
  }
  .the-content .button {
    margin-bottom: 20px;
  }
  .the-content .gallery .thumbs {
    grid-template-columns: repeat(3, 1fr);
  }
  .the-content .c2a .info {
    width: 100%;
    padding-right: 0 !important;
    margin-bottom: 50px;
  }
  .the-content .c2a .controls {
    position: static;
  }
  .the-content .c2a .controls .inner {
    margin-top: 0;
    position: static;
  }
  .inside-page .page-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .inside-page .page {
    padding: 50px 20px;
  }
  .inside-page .title-bar {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .inside-page .title-bar h1 {
    width: 100%;
    float: none;
    font-size: 26px;
  }
  .inside-page .title-bar .share {
    width: 100%;
    padding-top: 20px;
    float: none;
    text-align: left;
  }
  .inside-page .title-bar .share img {
    margin-left: 0;
    margin-right: 20px;
  }
  #contact-page .hours {
    padding-top: 20px;
  }
  #contact-page #contact-map {
    height: 100%;
  }
  .formy .gfield.left_half,
  .formy .gfield.right_half {
    width: 100%;
    float: none;
  }
  #news-page #mobile-side-nav article .article-title {
    font-size: 13px;
  }
  #news-page #mobile-side-nav article .meta .icon {
    width: 13px;
    position: relative;
    top: -1px;
  }
  #news-page #mobile-side-nav article .meta span {
    font-size: 13px;
  }
  #portrait-map .data {
    text-align: center;
  }
  #portrait-map .data .col {
    width: 32%;
    float: none;
    display: inline-block;
  }
  #history-page .timeline-controls {
    text-align: center;
  }
  #history-page .timeline-controls .btn {
    width: 51%;
    margin-bottom: 10px;
  }
  .gmr-page .gmr-title-bar .page-title {
    float: none;
  }
  .gmr-page .gmr-title-bar .phone {
    float: none;
    padding: 0;
    display: block;
    position: relative;
    top: 25px;
  }
  .gmr-page .gmr-title-bar .phone .label {
    text-align: center;
  }
  .gmr-page .gmr-title-bar .phone .number {
    text-align: center;
  }
  .gmr-page .gmr-title-bar .phone .icon {
    display: none;
  }
  .gmr-page .gmr-options {
    display: none;
  }
  .gmr-page .gmr-options .col {
    margin-bottom: 50px;
  }
  .gmr-page .gmr-options .col:last-of-type {
    margin-bottom: 0;
  }
  #gmr-dispose-page #dispose-categories .categories {
    column-count: 1;
  }
  #gmr-dispose-page #dispose-categories .categories .cat {
    text-align: center;
  }
  #gmr-dispose-page #dispose-categories .categories .cat .subcats:after {
    left: 15%;
    right: 15%;
  }
  #map .categories {
    width: 85%;
    transform: translateX(100%);
    transition: transform 0.2s;
  }
  #map .categories.mobile-open {
    transform: translateX(0);
  }
  #map .categories .mobile-toggle {
    display: block;
  }
  .photo-credit .tooltip {
    max-width: 250px;
  }
  .gmr-page .company {
    width: 100%;
  }
  .gmr-page .company .tooltip-btn .tooltip {
    width: 100%;
    left: 0;
    padding: 15px;
  }
  header {
    padding-left: 15px;
  }
  header .mobile-logo img {
    height: 40px;
  }
  header .header-advanced-search {
    display: none !important;
  }
  header .icon-box {
    margin-right: 10px;
  }
  header .icon-box .label {
    display: none;
  }
  header .search-col .icon-box {
    margin-right: 0 !important;
    padding-right: 15px !important;
  }
  #gmr-info-collect-page .city-results .city .gmr-collection-calendar ._col {
    width: 100%;
    margin-bottom: 20px;
  }
  #site .menu-col .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  #gmr-info-collect-page .city-results .city .important {
    flex-wrap: wrap;
  }
  #gmr-info-collect-page .city-results .city .important .head {
    width: 100%;
    padding: 20px;
  }
  #gmr-info-collect-page .city-results .city .important .message {
    width: 100%;
  }
  #gmr-info-collect-page .city-results .city .calendar-controls {
    flex-wrap: wrap;
  }
  #gmr-info-collect-page .city-results .city .calendar-controls > div {
    width: 100%;
  }
  #gmr-info-collect-page .city-results .city .calendar-controls .btn {
    margin-bottom: 15px;
  }
  #gmr-info-collect-page .city-results .city .collect-row {
    flex-wrap: wrap;
  }
  #gmr-info-collect-page .city-results .city .collect-row .icon-col {
    width: 100%;
    height: 100px;
  }
  #gmr-info-collect-page .city-results .city .collect-row .info-col {
    width: 100%;
  }
  .banner-overlay {
    padding: 0 20px;
  }
  .banner-overlay h1, .banner-overlay h2, .banner-overlay h3, .banner-overlay h4, .banner-overlay h5, .banner-overlay h6 {
    font-size: 22px;
  }
  .gmr-page .city-chooser .selector {
    flex-wrap: wrap;
  }
  .gmr-page .city-chooser .selector .city-dropdown {
    margin-bottom: 20px;
  }
  .gmr-page .city-chooser .selector .controls {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .bw-logos .col {
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
  }
  .bw-logos .col .logo {
    background-size: auto 100%;
  }
  #portrait-map .name {
    margin-bottom: 20px;
  }
  #portrait-map .data {
    text-align: center;
  }
  #portrait-map .data .col {
    width: 49%;
    margin-bottom: 20px;
    float: none;
    display: inline-block;
  }
  #portrait-map .data .col .icon {
    height: 40px;
  }
  #portrait-map .data .col .icon img {
    max-height: 70%;
  }
  #portrait-map .data .col .count {
    margin-bottom: 10px;
  }
  #portrait-map .data .col .label {
    height: auto;
  }
  #portrait-map .data .col .label span {
    position: static;
  }
}
@media (max-height: 768px) {
  nav#main-menu .menu > li .sub-menu a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-height: 650px) {
  #map .close {
    width: 30px;
    height: 30px;
    background-size: 12px;
  }
  #map .categories {
    top: auto;
    bottom: 0;
  }
  #map .categories > ul {
    max-height: 200px;
    overflow-y: scroll;
  }
}
@media (max-width: 1600px) {
  #site .menu-col {
    width: 275px;
  }
  #site .page-col {
    width: calc(100% - 275px);
  }
  header {
    left: 275px;
  }
}
@media (max-width: 1300px) {
  #in-the-news .col {
    width: 50%;
  }
  #in-the-news .events-box {
    position: relative;
  }
  .header-advanced-search.show {
    width: 100%;
    left: -150px;
  }
  header .logo-col.search-is-open img {
    position: relative;
    left: -150px;
  }
  .inside-page .banner {
    height: auto;
    flex-wrap: wrap;
  }
  .inside-page .banner .image-col {
    width: 100% !important;
    height: 25vw;
  }
  .inside-page .banner .help {
    width: 100%;
    justify-content: center;
  }
  .inside-page .banner .help .box {
    width: 450px;
  }
  .primary__nav {
    display: none;
  }
  .secondary__nav {
    margin-left: auto;
  }
}
/*
 * Main breakpoint for responsive view.
 * Do not put anything else other than the main
 * responsive triggers in here (wanna keep it clean)
 */
@media (max-width: 1160px) {
  .inside-page .banner #main-sections {
    display: none;
  }
  .inside-page .banner #mobile-side-nav {
    display: block;
  }
  .inside-page .page {
    width: 100%;
  }
  #home-page #main-sections {
    display: none;
  }
  nav#main-menu {
    display: none;
  }
  .gmr-quick-links .links {
    flex-wrap: wrap;
  }
  .gmr-quick-links .links a {
    width: calc(50% - 20px);
    margin-bottom: 10px;
    flex: auto;
  }
}
@media (max-width: 1000px) {
  #gmr-dispose-page #dispose-categories .categories {
    column-count: 2;
  }
}
@media (max-width: 1100px) {
  #history-page .page-desc-col {
    width: 100%;
    float: none;
  }
  #history-page .controls-col {
    width: 100%;
    float: none;
    padding-bottom: 30px;
  }
  #home-page #banner {
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
  }
  #site .menu-col {
    width: 275px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -275px;
    z-index: 1000;
  }
  #site .menu-col .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  #site .page-col {
    width: 100%;
  }
  .hammy {
    display: block;
  }
  body.nav-2-open #site .menu-col {
    left: 0;
  }
  body.nav-2-open .mobile-nav-underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block !important;
    z-index: 900;
  }
  body.nav-2-open #page-col {
    position: relative;
    z-index: 800;
  }
  header {
    left: 0;
    justify-content: flex-start;
  }
  header .mobile-logo {
    margin-right: 20px;
    display: block;
    justify-content: flex-start;
  }
  header .mobile-logo img {
    height: 60px;
  }
}
@media (max-width: 900px) {
  #main-sections {
    display: none;
  }
  /*.header-advanced-search {
  	height: 100px;
  	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	background: white;
  	bottom: auto;
  	z-index: 20;
  	overflow: hidden;

  	&.show {
  		width: 100%;
  		left: 0;
  	}

  	form {
  		padding: 20px;
  	}
  }*/
  header .logo-col.search-is-open img {
    left: auto;
  }
  #search form.search input[name=query] {
    width: calc(50% - 5px);
    float: left;
  }
  #search form.search .city-dropdown {
    width: calc(50% - 5px);
    float: right;
    max-width: none;
  }
  #search form.search button {
    width: 100%;
    margin-top: 10px;
    clear: both;
  }
  .modal-outer .modal-inner {
    width: 90vw;
  }
  footer {
    flex-wrap: wrap;
  }
  footer .logo-col {
    width: 100%;
    margin-bottom: 50px;
  }
  footer .cols {
    width: 100%;
    padding: 0 15px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .gform_wrapper table.gsurvey-likert td {
    padding-top: 0;
    padding-bottom: 0;
  }
  .primary__header-logo {
    width: 200px;
  }
  .primary .mobile-nav-trigger {
    display: flex;
  }
  .secondary__nav > ul {
    gap: 0.5rem;
  }
  .secondary__nav a,
  .secondary__nav button {
    aspect-ratio: 1/1;
  }
  .secondary__nav a span,
  .secondary__nav button span {
    display: none;
  }
  .button {
    padding: 0.5rem;
  }
  .footer {
    text-align: center;
  }
  .footer__logo {
    margin: 0 auto 20px auto;
  }
  .footer .wrapper {
    flex-direction: column;
  }
  .footer__cols {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .the-content .blog-posts.big article {
    width: 100%;
    margin-right: 0;
  }
  .the-content .polls.all-polls .poll {
    width: 100%;
  }
  .related-blogs .blog-posts article {
    width: 100%;
  }
  #in-the-news .col {
    width: 100%;
    border-bottom: 1px solid #f5f4f1;
  }
  #in-the-news .events-box {
    position: relative;
  }
  .bw-logos .col .logo {
    background-size: 80%;
  }
  footer {
    padding-bottom: 0;
  }
  footer .logo-col {
    padding: 0 15px;
    justify-content: flex-start;
  }
  footer .cols {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .cols .col {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  header {
    height: 100px;
  }
  header .hamburger-col {
    padding-left: 15px;
  }
  header .hamburger-col .hamburger {
    width: 25px;
  }
  header .logo-col .logo {
    height: 65%;
  }
  header .actions-col {
    padding-right: 15px;
  }
  header .actions-col .icon-box .icon {
    height: 25px;
  }
  #home-page #home-slider {
    height: 40vw;
  }
  .banner-overlay {
    min-width: 0;
    width: auto !important;
    padding: 50px !important;
    top: auto;
    left: 0;
    right: 0 !important;
    bottom: 0;
  }
  .the-content .button {
    margin-bottom: 20px;
  }
  .the-content .gallery .thumbs {
    grid-template-columns: repeat(3, 1fr);
  }
  .the-content .c2a .info {
    width: 100%;
    padding-right: 0 !important;
    margin-bottom: 50px;
  }
  .the-content .c2a .controls {
    position: static;
  }
  .the-content .c2a .controls .inner {
    margin-top: 0;
    position: static;
  }
  .inside-page .page-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .inside-page .page {
    padding: 50px 20px;
  }
  .inside-page .title-bar {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .inside-page .title-bar h1 {
    width: 100%;
    float: none;
    font-size: 26px;
  }
  .inside-page .title-bar .share {
    width: 100%;
    padding-top: 20px;
    float: none;
    text-align: left;
  }
  .inside-page .title-bar .share img {
    margin-left: 0;
    margin-right: 20px;
  }
  #contact-page .hours {
    padding-top: 20px;
  }
  #contact-page #contact-map {
    height: 100%;
  }
  .formy .gfield.left_half,
  .formy .gfield.right_half {
    width: 100%;
    float: none;
  }
  #news-page #mobile-side-nav article .article-title {
    font-size: 13px;
  }
  #news-page #mobile-side-nav article .meta .icon {
    width: 13px;
    position: relative;
    top: -1px;
  }
  #news-page #mobile-side-nav article .meta span {
    font-size: 13px;
  }
  #portrait-map .data {
    text-align: center;
  }
  #portrait-map .data .col {
    width: 32%;
    float: none;
    display: inline-block;
  }
  #history-page .timeline-controls {
    text-align: center;
  }
  #history-page .timeline-controls .btn {
    width: 51%;
    margin-bottom: 10px;
  }
  .gmr-page .gmr-title-bar .page-title {
    float: none;
  }
  .gmr-page .gmr-title-bar .phone {
    float: none;
    padding: 0;
    display: block;
    position: relative;
    top: 25px;
  }
  .gmr-page .gmr-title-bar .phone .label {
    text-align: center;
  }
  .gmr-page .gmr-title-bar .phone .number {
    text-align: center;
  }
  .gmr-page .gmr-title-bar .phone .icon {
    display: none;
  }
  .gmr-page .gmr-options {
    display: none;
  }
  .gmr-page .gmr-options .col {
    margin-bottom: 50px;
  }
  .gmr-page .gmr-options .col:last-of-type {
    margin-bottom: 0;
  }
  #gmr-dispose-page #dispose-categories .categories {
    column-count: 1;
  }
  #gmr-dispose-page #dispose-categories .categories .cat {
    text-align: center;
  }
  #gmr-dispose-page #dispose-categories .categories .cat .subcats:after {
    left: 15%;
    right: 15%;
  }
  #map .categories {
    width: 85%;
    transform: translateX(100%);
    transition: transform 0.2s;
  }
  #map .categories.mobile-open {
    transform: translateX(0);
  }
  #map .categories .mobile-toggle {
    display: block;
  }
  .photo-credit .tooltip {
    max-width: 250px;
  }
  .gmr-page .company {
    width: 100%;
  }
  .gmr-page .company .tooltip-btn .tooltip {
    width: 100%;
    left: 0;
    padding: 15px;
  }
  header {
    padding-left: 15px;
  }
  header .mobile-logo img {
    height: 40px;
  }
  header .header-advanced-search {
    display: none !important;
  }
  header .icon-box {
    margin-right: 10px;
  }
  header .icon-box .label {
    display: none;
  }
  header .search-col .icon-box {
    margin-right: 0 !important;
    padding-right: 15px !important;
  }
  #gmr-info-collect-page .city-results .city .gmr-collection-calendar ._col {
    width: 100%;
    margin-bottom: 20px;
  }
  #site .menu-col .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  #gmr-info-collect-page .city-results .city .important {
    flex-wrap: wrap;
  }
  #gmr-info-collect-page .city-results .city .important .head {
    width: 100%;
    padding: 20px;
  }
  #gmr-info-collect-page .city-results .city .important .message {
    width: 100%;
  }
  #gmr-info-collect-page .city-results .city .calendar-controls {
    flex-wrap: wrap;
  }
  #gmr-info-collect-page .city-results .city .calendar-controls > div {
    width: 100%;
  }
  #gmr-info-collect-page .city-results .city .calendar-controls .btn {
    margin-bottom: 15px;
  }
  #gmr-info-collect-page .city-results .city .collect-row {
    flex-wrap: wrap;
  }
  #gmr-info-collect-page .city-results .city .collect-row .icon-col {
    width: 100%;
    height: 100px;
  }
  #gmr-info-collect-page .city-results .city .collect-row .info-col {
    width: 100%;
  }
  .banner-overlay {
    padding: 0 20px;
  }
  .banner-overlay h1, .banner-overlay h2, .banner-overlay h3, .banner-overlay h4, .banner-overlay h5, .banner-overlay h6 {
    font-size: 22px;
  }
  .gmr-page .city-chooser .selector {
    flex-wrap: wrap;
  }
  .gmr-page .city-chooser .selector .city-dropdown {
    margin-bottom: 20px;
  }
  .gmr-page .city-chooser .selector .controls {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .bw-logos .col {
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
  }
  .bw-logos .col .logo {
    background-size: auto 100%;
  }
  #portrait-map .name {
    margin-bottom: 20px;
  }
  #portrait-map .data {
    text-align: center;
  }
  #portrait-map .data .col {
    width: 49%;
    margin-bottom: 20px;
    float: none;
    display: inline-block;
  }
  #portrait-map .data .col .icon {
    height: 40px;
  }
  #portrait-map .data .col .icon img {
    max-height: 70%;
  }
  #portrait-map .data .col .count {
    margin-bottom: 10px;
  }
  #portrait-map .data .col .label {
    height: auto;
  }
  #portrait-map .data .col .label span {
    position: static;
  }
}
@media (max-height: 768px) {
  nav#main-menu .menu > li .sub-menu a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-height: 650px) {
  #map .close {
    width: 30px;
    height: 30px;
    background-size: 12px;
  }
  #map .categories {
    top: auto;
    bottom: 0;
  }
  #map .categories > ul {
    max-height: 200px;
    overflow-y: scroll;
  }
}

/*# sourceMappingURL=main.css.map */
