/*!
 *   ___ _ __   __ _  __ _  __ _  ___
 *  / _ \ '_ \ / _` |/ _` |/ _` |/ _ |
 * |  __/ | | | (_| | (_| | (_| |  __/
 *  \___|_| |_|\__, |\__,_|\__, |\___|
 *              __/ |       __/ |
 *             |___/       |___/
 *
 * Developed by Engage LLC (http://enga.ge)
 */

hr,
img {
  border: 0
}

body,
figure {
  margin: 0
}

.form-control-feedback,
.gform_footer a.disabled.button,
.gform_footer fieldset[disabled] a.button,
.os-content-arrange,
.os-content-glue,
.os-content>.os-textarea-cover,
.os-scrollbar,
.os-size-auto-observer,
a.btn.disabled,
fieldset[disabled] .gform_footer a.button,
fieldset[disabled] a.btn {
  pointer-events: none
}

.form_saved_message a,
pre {
  word-wrap: break-word
}


@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight_italic';
    src: url('../fonts/montserrat-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratmedium_italic';
    src: url('../fonts/montserrat-mediumitalic-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent
}

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

b,
optgroup,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  margin: .67em 0
}

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

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  vertical-align: middle
}

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

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

pre,
textarea {
  overflow: auto
}

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

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

address,
blockquote cite {
  font-style: normal
}

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[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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

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

td,
th {
  padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

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

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active,
.gform_footer .active.button,
.gform_footer .button,
.gform_footer .button:active,
.gform_footer .open>.dropdown-toggle.button,
.gform_footer .open>input.dropdown-toggle[type=submit],
.gform_footer input.active[type=submit],
.gform_footer input[type=submit],
.gform_footer input[type=submit]:active,
.open>.btn-danger.dropdown-toggle,
.open>.btn-default.dropdown-toggle,
.open>.btn-info.dropdown-toggle,
.open>.btn-primary.dropdown-toggle,
.open>.btn-success.dropdown-toggle,
.open>.btn-warning.dropdown-toggle {
  background-image: none
}

.img-responsive,
.img-thumbnail,
.table,
label {
  max-width: 100%
}

.img-thumbnail,
body {
  background-color: #fff
}

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

body {
  font-family: montserratregular, sans-serif;
  line-height: 1.647;
  color: #465358
}

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

a {
  color: #5FB8D9;
  text-decoration: none
}

a:focus,
a:hover {
  color: #36a6cf;
  text-decoration: none
}

a:focus {
  outline-offset: -2px
}

.img-responsive {
  display: block;
  height: auto
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.647;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  height: auto
}

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

hr {
  margin-top: 32px;
  margin-bottom: 32px;
  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
}

.gform_wrapper textarea,
select[multiple],
select[size],
textarea.form-control {
  height: auto
}

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

[role=button] {
  cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: montserratregular, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  color: #5FB8D9
}

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

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 32px;
  margin-bottom: 16px
}

.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,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 16px;
  margin-bottom: 16px
}

.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: 1.8em
}

.h2,
h2 {
  font-size: 1.5em
}

.h3,
h3 {
  font-size: 1.2em
}

.h4,
h4 {
  font-size: .9em
}

.h5,
h5 {
  font-size: .7em
}

.h6,
h6 {
  font-size: .6em
}

p {
  margin: 0 0 16px
}

.lead {
  margin-bottom: 32px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4
}

dt,
kbd kbd,
label {
  font-weight: 700
}

address,
blockquote .small,
blockquote footer,
blockquote small,
dd,
dt,
output,
pre {
  line-height: 1.647
}

@media (min-width:768px) {
  .lead {
    font-size: 30px
  }
}

.small,
small {
  font-size: 85%
}

.mark,
mark {
  background-color: #fcf8e3;
  padding: .2em
}

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

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.text-lowercase {
  text-transform: lowercase
}

.initialism,
.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-muted {
  color: #777
}

.text-primary {
  color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090
}

.text-success {
  color: #3c763d
}

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

.text-info {
  color: #31708f
}

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

.text-warning {
  color: #8a6d3b
}

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

.text-danger {
  color: #a94442
}

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

.bg-primary {
  color: #fff;
  background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090
}

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

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

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

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

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

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

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

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

pre code,
table {
  background-color: transparent
}

.page-header {
  padding-bottom: 15px;
  margin: 64px 0 32px;
  border-bottom: 1px solid #eee
}

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

address,
dl {
  margin-bottom: 32px
}

.list-inline {
  margin-left: -5px
}

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

dl {
  margin-top: 0
}

dd {
  margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table
}

.dl-horizontal dd:after {
  clear: both
}

@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
  }
  .container {
    width: 750px
  }
}

.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.row:after {
  clear: both
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777
}

.initialism {
  font-size: 90%
}

blockquote {
  padding: 16px 32px;
  margin: 0 0 32px;
  font-size: 25px
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  color: #777
}

legend,
pre {
  color: #333
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0'
}

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

code,
kbd {
  padding: 2px 4px;
  font-size: 90%
}

caption,
th {
  text-align: left
}

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

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014'
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none
}

pre {
  display: block;
  padding: 15.5px;
  margin: 0 0 16px;
  font-size: 19px;
  word-break: break-all;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

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

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

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  border-radius: 0
}

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

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

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

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

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

.col-xs-1 {
  width: 8.3333333333%
}

.col-xs-2 {
  width: 16.6666666667%
}

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

.col-xs-4 {
  width: 33.3333333333%
}

.col-xs-5 {
  width: 41.6666666667%
}

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

.col-xs-7 {
  width: 58.3333333333%
}

.col-xs-8 {
  width: 66.6666666667%
}

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

.col-xs-10 {
  width: 83.3333333333%
}

.col-xs-11 {
  width: 91.6666666667%
}

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

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

.col-xs-pull-1 {
  right: 8.3333333333%
}

.col-xs-pull-2 {
  right: 16.6666666667%
}

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

.col-xs-pull-4 {
  right: 33.3333333333%
}

.col-xs-pull-5 {
  right: 41.6666666667%
}

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

.col-xs-pull-7 {
  right: 58.3333333333%
}

.col-xs-pull-8 {
  right: 66.6666666667%
}

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

.col-xs-pull-10 {
  right: 83.3333333333%
}

.col-xs-pull-11 {
  right: 91.6666666667%
}

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

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

.col-xs-push-1 {
  left: 8.3333333333%
}

.col-xs-push-2 {
  left: 16.6666666667%
}

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

.col-xs-push-4 {
  left: 33.3333333333%
}

.col-xs-push-5 {
  left: 41.6666666667%
}

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

.col-xs-push-7 {
  left: 58.3333333333%
}

.col-xs-push-8 {
  left: 66.6666666667%
}

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

.col-xs-push-10 {
  left: 83.3333333333%
}

.col-xs-push-11 {
  left: 91.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left
  }
  .col-sm-1 {
    width: 8.3333333333%
  }
  .col-sm-2 {
    width: 16.6666666667%
  }
  .col-sm-3 {
    width: 25%
  }
  .col-sm-4 {
    width: 33.3333333333%
  }
  .col-sm-5 {
    width: 41.6666666667%
  }
  .col-sm-6 {
    width: 50%
  }
  .col-sm-7 {
    width: 58.3333333333%
  }
  .col-sm-8 {
    width: 66.6666666667%
  }
  .col-sm-9 {
    width: 75%
  }
  .col-sm-10 {
    width: 83.3333333333%
  }
  .col-sm-11 {
    width: 91.6666666667%
  }
  .col-sm-12 {
    width: 100%
  }
  .col-sm-pull-0 {
    right: auto
  }
  .col-sm-pull-1 {
    right: 8.3333333333%
  }
  .col-sm-pull-2 {
    right: 16.6666666667%
  }
  .col-sm-pull-3 {
    right: 25%
  }
  .col-sm-pull-4 {
    right: 33.3333333333%
  }
  .col-sm-pull-5 {
    right: 41.6666666667%
  }
  .col-sm-pull-6 {
    right: 50%
  }
  .col-sm-pull-7 {
    right: 58.3333333333%
  }
  .col-sm-pull-8 {
    right: 66.6666666667%
  }
  .col-sm-pull-9 {
    right: 75%
  }
  .col-sm-pull-10 {
    right: 83.3333333333%
  }
  .col-sm-pull-11 {
    right: 91.6666666667%
  }
  .col-sm-pull-12 {
    right: 100%
  }
  .col-sm-push-0 {
    left: auto
  }
  .col-sm-push-1 {
    left: 8.3333333333%
  }
  .col-sm-push-2 {
    left: 16.6666666667%
  }
  .col-sm-push-3 {
    left: 25%
  }
  .col-sm-push-4 {
    left: 33.3333333333%
  }
  .col-sm-push-5 {
    left: 41.6666666667%
  }
  .col-sm-push-6 {
    left: 50%
  }
  .col-sm-push-7 {
    left: 58.3333333333%
  }
  .col-sm-push-8 {
    left: 66.6666666667%
  }
  .col-sm-push-9 {
    left: 75%
  }
  .col-sm-push-10 {
    left: 83.3333333333%
  }
  .col-sm-push-11 {
    left: 91.6666666667%
  }
  .col-sm-push-12 {
    left: 100%
  }
  .col-sm-offset-0 {
    margin-left: 0
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%
  }
  .col-sm-offset-3 {
    margin-left: 25%
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%
  }
  .col-sm-offset-6 {
    margin-left: 50%
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%
  }
  .col-sm-offset-9 {
    margin-left: 75%
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%
  }
  .col-sm-offset-12 {
    margin-left: 100%
  }
}

@media (min-width:992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left
  }
  .col-md-1 {
    width: 8.3333333333%
  }
  .col-md-2 {
    width: 16.6666666667%
  }
  .col-md-3 {
    width: 25%
  }
  .col-md-4 {
    width: 33.3333333333%
  }
  .col-md-5 {
    width: 41.6666666667%
  }
  .col-md-6 {
    width: 50%
  }
  .col-md-7 {
    width: 58.3333333333%
  }
  .col-md-8 {
    width: 66.6666666667%
  }
  .col-md-9 {
    width: 75%
  }
  .col-md-10 {
    width: 83.3333333333%
  }
  .col-md-11 {
    width: 91.6666666667%
  }
  .col-md-12 {
    width: 100%
  }
  .col-md-pull-0 {
    right: auto
  }
  .col-md-pull-1 {
    right: 8.3333333333%
  }
  .col-md-pull-2 {
    right: 16.6666666667%
  }
  .col-md-pull-3 {
    right: 25%
  }
  .col-md-pull-4 {
    right: 33.3333333333%
  }
  .col-md-pull-5 {
    right: 41.6666666667%
  }
  .col-md-pull-6 {
    right: 50%
  }
  .col-md-pull-7 {
    right: 58.3333333333%
  }
  .col-md-pull-8 {
    right: 66.6666666667%
  }
  .col-md-pull-9 {
    right: 75%
  }
  .col-md-pull-10 {
    right: 83.3333333333%
  }
  .col-md-pull-11 {
    right: 91.6666666667%
  }
  .col-md-pull-12 {
    right: 100%
  }
  .col-md-push-0 {
    left: auto
  }
  .col-md-push-1 {
    left: 8.3333333333%
  }
  .col-md-push-2 {
    left: 16.6666666667%
  }
  .col-md-push-3 {
    left: 25%
  }
  .col-md-push-4 {
    left: 33.3333333333%
  }
  .col-md-push-5 {
    left: 41.6666666667%
  }
  .col-md-push-6 {
    left: 50%
  }
  .col-md-push-7 {
    left: 58.3333333333%
  }
  .col-md-push-8 {
    left: 66.6666666667%
  }
  .col-md-push-9 {
    left: 75%
  }
  .col-md-push-10 {
    left: 83.3333333333%
  }
  .col-md-push-11 {
    left: 91.6666666667%
  }
  .col-md-push-12 {
    left: 100%
  }
  .col-md-offset-0 {
    margin-left: 0
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%
  }
  .col-md-offset-3 {
    margin-left: 25%
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%
  }
  .col-md-offset-6 {
    margin-left: 50%
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%
  }
  .col-md-offset-9 {
    margin-left: 75%
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%
  }
  .col-md-offset-12 {
    margin-left: 100%
  }
}

@media (min-width:1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left
  }
  .col-lg-1 {
    width: 8.3333333333%
  }
  .col-lg-2 {
    width: 16.6666666667%
  }
  .col-lg-3 {
    width: 25%
  }
  .col-lg-4 {
    width: 33.3333333333%
  }
  .col-lg-5 {
    width: 41.6666666667%
  }
  .col-lg-6 {
    width: 50%
  }
  .col-lg-7 {
    width: 58.3333333333%
  }
  .col-lg-8 {
    width: 66.6666666667%
  }
  .col-lg-9 {
    width: 75%
  }
  .col-lg-10 {
    width: 83.3333333333%
  }
  .col-lg-11 {
    width: 91.6666666667%
  }
  .col-lg-12 {
    width: 100%
  }
  .col-lg-pull-0 {
    right: auto
  }
  .col-lg-pull-1 {
    right: 8.3333333333%
  }
  .col-lg-pull-2 {
    right: 16.6666666667%
  }
  .col-lg-pull-3 {
    right: 25%
  }
  .col-lg-pull-4 {
    right: 33.3333333333%
  }
  .col-lg-pull-5 {
    right: 41.6666666667%
  }
  .col-lg-pull-6 {
    right: 50%
  }
  .col-lg-pull-7 {
    right: 58.3333333333%
  }
  .col-lg-pull-8 {
    right: 66.6666666667%
  }
  .col-lg-pull-9 {
    right: 75%
  }
  .col-lg-pull-10 {
    right: 83.3333333333%
  }
  .col-lg-pull-11 {
    right: 91.6666666667%
  }
  .col-lg-pull-12 {
    right: 100%
  }
  .col-lg-push-0 {
    left: auto
  }
  .col-lg-push-1 {
    left: 8.3333333333%
  }
  .col-lg-push-2 {
    left: 16.6666666667%
  }
  .col-lg-push-3 {
    left: 25%
  }
  .col-lg-push-4 {
    left: 33.3333333333%
  }
  .col-lg-push-5 {
    left: 41.6666666667%
  }
  .col-lg-push-6 {
    left: 50%
  }
  .col-lg-push-7 {
    left: 58.3333333333%
  }
  .col-lg-push-8 {
    left: 66.6666666667%
  }
  .col-lg-push-9 {
    left: 75%
  }
  .col-lg-push-10 {
    left: 83.3333333333%
  }
  .col-lg-push-11 {
    left: 91.6666666667%
  }
  .col-lg-push-12 {
    left: 100%
  }
  .col-lg-offset-0 {
    margin-left: 0
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%
  }
  .col-lg-offset-3 {
    margin-left: 25%
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%
  }
  .col-lg-offset-6 {
    margin-left: 50%
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%
  }
  .col-lg-offset-9 {
    margin-left: 75%
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%
  }
  .col-lg-offset-12 {
    margin-left: 100%
  }
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777
}

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

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.647;
  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>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0
}

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

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

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

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

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

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

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  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-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8
}

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

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

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

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

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

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

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

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

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

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

fieldset,
legend {
  padding: 0;
  border: 0
}

fieldset {
  margin: 0;
  min-width: 0
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  font-size: 30px;
  line-height: inherit;
  border-bottom: 1px solid #e5e5e5
}

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

.checkbox,
.radio,
input[type=file],
output {
  display: block
}

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

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

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

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

output {
  padding-top: 7px;
  font-size: 20px;
  color: #465358
}

.form-control,
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper textarea {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder,
.gform_wrapper input[type=email]::-moz-placeholder,
.gform_wrapper input[type=number]::-moz-placeholder,
.gform_wrapper input[type=password]::-moz-placeholder,
.gform_wrapper input[type=tel]::-moz-placeholder,
.gform_wrapper input[type=text]::-moz-placeholder,
.gform_wrapper input[type=url]::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder,
.gform_wrapper input[type=email]:-ms-input-placeholder,
.gform_wrapper input[type=number]:-ms-input-placeholder,
.gform_wrapper input[type=password]:-ms-input-placeholder,
.gform_wrapper input[type=tel]:-ms-input-placeholder,
.gform_wrapper input[type=text]:-ms-input-placeholder,
.gform_wrapper input[type=url]:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder,
.gform_wrapper input[type=email]::-webkit-input-placeholder,
.gform_wrapper input[type=number]::-webkit-input-placeholder,
.gform_wrapper input[type=password]::-webkit-input-placeholder,
.gform_wrapper input[type=tel]::-webkit-input-placeholder,
.gform_wrapper input[type=text]::-webkit-input-placeholder,
.gform_wrapper input[type=url]::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
  color: #999
}

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

.form-control::-ms-expand,
.gform_wrapper input[type=email]::-ms-expand,
.gform_wrapper input[type=number]::-ms-expand,
.gform_wrapper input[type=password]::-ms-expand,
.gform_wrapper input[type=tel]::-ms-expand,
.gform_wrapper input[type=text]::-ms-expand,
.gform_wrapper input[type=url]::-ms-expand,
.gform_wrapper textarea::-ms-expand {
  border: 0;
  background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
.gform_wrapper fieldset[disabled] input[type=email],
.gform_wrapper fieldset[disabled] input[type=number],
.gform_wrapper fieldset[disabled] input[type=password],
.gform_wrapper fieldset[disabled] input[type=tel],
.gform_wrapper fieldset[disabled] input[type=text],
.gform_wrapper fieldset[disabled] input[type=url],
.gform_wrapper fieldset[disabled] textarea,
.gform_wrapper input[disabled][type=email],
.gform_wrapper input[disabled][type=number],
.gform_wrapper input[disabled][type=password],
.gform_wrapper input[disabled][type=tel],
.gform_wrapper input[disabled][type=text],
.gform_wrapper input[disabled][type=url],
.gform_wrapper input[readonly][type=email],
.gform_wrapper input[readonly][type=number],
.gform_wrapper input[readonly][type=password],
.gform_wrapper input[readonly][type=tel],
.gform_wrapper input[readonly][type=text],
.gform_wrapper input[readonly][type=url],
.gform_wrapper textarea[disabled],
.gform_wrapper textarea[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .gform_wrapper input[type=email],
fieldset[disabled] .gform_wrapper input[type=number],
fieldset[disabled] .gform_wrapper input[type=password],
fieldset[disabled] .gform_wrapper input[type=tel],
fieldset[disabled] .gform_wrapper input[type=text],
fieldset[disabled] .gform_wrapper input[type=url],
fieldset[disabled] .gform_wrapper textarea {
  background-color: #eee;
  opacity: 1
}

.form-control[disabled],
.gform_wrapper fieldset[disabled] input[type=email],
.gform_wrapper fieldset[disabled] input[type=number],
.gform_wrapper fieldset[disabled] input[type=password],
.gform_wrapper fieldset[disabled] input[type=tel],
.gform_wrapper fieldset[disabled] input[type=text],
.gform_wrapper fieldset[disabled] input[type=url],
.gform_wrapper fieldset[disabled] textarea,
.gform_wrapper input[disabled][type=email],
.gform_wrapper input[disabled][type=number],
.gform_wrapper input[disabled][type=password],
.gform_wrapper input[disabled][type=tel],
.gform_wrapper input[disabled][type=text],
.gform_wrapper input[disabled][type=url],
.gform_wrapper textarea[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .gform_wrapper input[type=email],
fieldset[disabled] .gform_wrapper input[type=number],
fieldset[disabled] .gform_wrapper input[type=password],
fieldset[disabled] .gform_wrapper input[type=tel],
fieldset[disabled] .gform_wrapper input[type=text],
fieldset[disabled] .gform_wrapper input[type=url],
fieldset[disabled] .gform_wrapper textarea {
  cursor: not-allowed
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .gform_wrapper input[type=date][type=email], .gform_wrapper input[type=date][type=number], .gform_wrapper input[type=date][type=password], .gform_wrapper input[type=date][type=tel], .gform_wrapper input[type=date][type=text], .gform_wrapper input[type=date][type=url], .gform_wrapper input[type=time][type=email], .gform_wrapper input[type=time][type=number], .gform_wrapper input[type=time][type=password], .gform_wrapper input[type=time][type=tel], .gform_wrapper input[type=time][type=text], .gform_wrapper input[type=time][type=url], .gform_wrapper input[type=datetime-local][type=email], .gform_wrapper input[type=datetime-local][type=number], .gform_wrapper input[type=datetime-local][type=password], .gform_wrapper input[type=datetime-local][type=tel], .gform_wrapper input[type=datetime-local][type=text], .gform_wrapper input[type=datetime-local][type=url], .gform_wrapper input[type=month][type=email], .gform_wrapper input[type=month][type=number], .gform_wrapper input[type=month][type=password], .gform_wrapper input[type=month][type=tel], .gform_wrapper input[type=month][type=text], .gform_wrapper input[type=month][type=url], input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 46px
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 37px
  }
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 56px
  }
}

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

.checkbox,
.radio {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox label,
.radio label {
  min-height: 32px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9
}

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

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

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

.btn-block+.btn-block,
.help-block {
  margin-top: 5px
}

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 52px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0
}

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

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

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

.form-group-sm .form-control,
.form-group-sm .gform_wrapper input[type=email],
.form-group-sm .gform_wrapper input[type=number],
.form-group-sm .gform_wrapper input[type=password],
.form-group-sm .gform_wrapper input[type=tel],
.form-group-sm .gform_wrapper input[type=text],
.form-group-sm .gform_wrapper input[type=url],
.form-group-sm .gform_wrapper textarea,
.gform_wrapper .form-group-sm input[type=email],
.gform_wrapper .form-group-sm input[type=number],
.gform_wrapper .form-group-sm input[type=password],
.gform_wrapper .form-group-sm input[type=tel],
.gform_wrapper .form-group-sm input[type=text],
.gform_wrapper .form-group-sm input[type=url],
.gform_wrapper .form-group-sm textarea {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px
}

.form-group-sm select.form-control {
  height: 37px;
  line-height: 37px
}

.form-group-sm .gform_wrapper textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control,
.gform_wrapper .form-group-sm textarea {
  height: auto
}

.form-group-sm .form-control-static {
  height: 37px;
  min-height: 49px;
  padding: 6px 10px;
  font-size: 17px;
  line-height: 1.5
}

.input-lg {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 6px
}

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

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

.form-group-lg .form-control,
.form-group-lg .gform_wrapper input[type=email],
.form-group-lg .gform_wrapper input[type=number],
.form-group-lg .gform_wrapper input[type=password],
.form-group-lg .gform_wrapper input[type=tel],
.form-group-lg .gform_wrapper input[type=text],
.form-group-lg .gform_wrapper input[type=url],
.form-group-lg .gform_wrapper textarea,
.gform_wrapper .form-group-lg input[type=email],
.gform_wrapper .form-group-lg input[type=number],
.gform_wrapper .form-group-lg input[type=password],
.gform_wrapper .form-group-lg input[type=tel],
.gform_wrapper .form-group-lg input[type=text],
.gform_wrapper .form-group-lg input[type=url],
.gform_wrapper .form-group-lg textarea {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 6px
}

.form-group-lg select.form-control {
  height: 56px;
  line-height: 56px
}

.form-group-lg .gform_wrapper textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control,
.gform_wrapper .form-group-lg textarea {
  height: auto
}

.form-group-lg .form-control-static {
  height: 56px;
  min-height: 57px;
  padding: 11px 16px;
  font-size: 25px;
  line-height: 1.3333333
}

.has-feedback {
  position: relative
}

.gform_wrapper .has-feedback input[type=email],
.gform_wrapper .has-feedback input[type=number],
.gform_wrapper .has-feedback input[type=password],
.gform_wrapper .has-feedback input[type=tel],
.gform_wrapper .has-feedback input[type=text],
.gform_wrapper .has-feedback input[type=url],
.gform_wrapper .has-feedback textarea,
.has-feedback .form-control,
.has-feedback .gform_wrapper input[type=email],
.has-feedback .gform_wrapper input[type=number],
.has-feedback .gform_wrapper input[type=password],
.has-feedback .gform_wrapper input[type=tel],
.has-feedback .gform_wrapper input[type=text],
.has-feedback .gform_wrapper input[type=url],
.has-feedback .gform_wrapper textarea {
  padding-right: 57.5px
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center
}

.form-group-lg .form-control+.form-control-feedback,
.form-group-lg .gform_wrapper input[type=email]+.form-control-feedback,
.form-group-lg .gform_wrapper input[type=number]+.form-control-feedback,
.form-group-lg .gform_wrapper input[type=password]+.form-control-feedback,
.form-group-lg .gform_wrapper input[type=tel]+.form-control-feedback,
.form-group-lg .gform_wrapper input[type=text]+.form-control-feedback,
.form-group-lg .gform_wrapper input[type=url]+.form-control-feedback,
.form-group-lg .gform_wrapper textarea+.form-control-feedback,
.gform_wrapper .form-group-lg input[type=email]+.form-control-feedback,
.gform_wrapper .form-group-lg input[type=number]+.form-control-feedback,
.gform_wrapper .form-group-lg input[type=password]+.form-control-feedback,
.gform_wrapper .form-group-lg input[type=tel]+.form-control-feedback,
.gform_wrapper .form-group-lg input[type=text]+.form-control-feedback,
.gform_wrapper .form-group-lg input[type=url]+.form-control-feedback,
.gform_wrapper .form-group-lg textarea+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
  width: 56px;
  height: 56px;
  line-height: 56px
}

.form-group-sm .form-control+.form-control-feedback,
.form-group-sm .gform_wrapper input[type=email]+.form-control-feedback,
.form-group-sm .gform_wrapper input[type=number]+.form-control-feedback,
.form-group-sm .gform_wrapper input[type=password]+.form-control-feedback,
.form-group-sm .gform_wrapper input[type=tel]+.form-control-feedback,
.form-group-sm .gform_wrapper input[type=text]+.form-control-feedback,
.form-group-sm .gform_wrapper input[type=url]+.form-control-feedback,
.form-group-sm .gform_wrapper textarea+.form-control-feedback,
.gform_wrapper .form-group-sm input[type=email]+.form-control-feedback,
.gform_wrapper .form-group-sm input[type=number]+.form-control-feedback,
.gform_wrapper .form-group-sm input[type=password]+.form-control-feedback,
.gform_wrapper .form-group-sm input[type=tel]+.form-control-feedback,
.gform_wrapper .form-group-sm input[type=text]+.form-control-feedback,
.gform_wrapper .form-group-sm input[type=url]+.form-control-feedback,
.gform_wrapper .form-group-sm textarea+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
  width: 37px;
  height: 37px;
  line-height: 37px
}

.collapsing,
.embed-responsive {
  position: relative;
  height: 0;
  overflow: hidden
}

.gform_wrapper .has-success input[type=email],
.gform_wrapper .has-success input[type=number],
.gform_wrapper .has-success input[type=password],
.gform_wrapper .has-success input[type=tel],
.gform_wrapper .has-success input[type=text],
.gform_wrapper .has-success input[type=url],
.gform_wrapper .has-success textarea,
.has-success .form-control,
.has-success .gform_wrapper input[type=email],
.has-success .gform_wrapper input[type=number],
.has-success .gform_wrapper input[type=password],
.has-success .gform_wrapper input[type=tel],
.has-success .gform_wrapper input[type=text],
.has-success .gform_wrapper input[type=url],
.has-success .gform_wrapper textarea {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.gform_wrapper .has-success input[type=email]:focus,
.gform_wrapper .has-success input[type=number]:focus,
.gform_wrapper .has-success input[type=password]:focus,
.gform_wrapper .has-success input[type=tel]:focus,
.gform_wrapper .has-success input[type=text]:focus,
.gform_wrapper .has-success input[type=url]:focus,
.gform_wrapper .has-success textarea:focus,
.has-success .form-control:focus,
.has-success .gform_wrapper input[type=email]:focus,
.has-success .gform_wrapper input[type=number]:focus,
.has-success .gform_wrapper input[type=password]:focus,
.has-success .gform_wrapper input[type=tel]:focus,
.has-success .gform_wrapper input[type=text]:focus,
.has-success .gform_wrapper input[type=url]:focus,
.has-success .gform_wrapper textarea:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

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

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

.gform_wrapper .has-warning input[type=email],
.gform_wrapper .has-warning input[type=number],
.gform_wrapper .has-warning input[type=password],
.gform_wrapper .has-warning input[type=tel],
.gform_wrapper .has-warning input[type=text],
.gform_wrapper .has-warning input[type=url],
.gform_wrapper .has-warning textarea,
.has-warning .form-control,
.has-warning .gform_wrapper input[type=email],
.has-warning .gform_wrapper input[type=number],
.has-warning .gform_wrapper input[type=password],
.has-warning .gform_wrapper input[type=tel],
.has-warning .gform_wrapper input[type=text],
.has-warning .gform_wrapper input[type=url],
.has-warning .gform_wrapper textarea {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.gform_wrapper .has-warning input[type=email]:focus,
.gform_wrapper .has-warning input[type=number]:focus,
.gform_wrapper .has-warning input[type=password]:focus,
.gform_wrapper .has-warning input[type=tel]:focus,
.gform_wrapper .has-warning input[type=text]:focus,
.gform_wrapper .has-warning input[type=url]:focus,
.gform_wrapper .has-warning textarea:focus,
.has-warning .form-control:focus,
.has-warning .gform_wrapper input[type=email]:focus,
.has-warning .gform_wrapper input[type=number]:focus,
.has-warning .gform_wrapper input[type=password]:focus,
.has-warning .gform_wrapper input[type=tel]:focus,
.has-warning .gform_wrapper input[type=text]:focus,
.has-warning .gform_wrapper input[type=url]:focus,
.has-warning .gform_wrapper textarea:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

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

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

.gform_wrapper .has-error input[type=email],
.gform_wrapper .has-error input[type=number],
.gform_wrapper .has-error input[type=password],
.gform_wrapper .has-error input[type=tel],
.gform_wrapper .has-error input[type=text],
.gform_wrapper .has-error input[type=url],
.gform_wrapper .has-error textarea,
.has-error .form-control,
.has-error .gform_wrapper input[type=email],
.has-error .gform_wrapper input[type=number],
.has-error .gform_wrapper input[type=password],
.has-error .gform_wrapper input[type=tel],
.has-error .gform_wrapper input[type=text],
.has-error .gform_wrapper input[type=url],
.has-error .gform_wrapper textarea {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.gform_wrapper .has-error input[type=email]:focus,
.gform_wrapper .has-error input[type=number]:focus,
.gform_wrapper .has-error input[type=password]:focus,
.gform_wrapper .has-error input[type=tel]:focus,
.gform_wrapper .has-error input[type=text]:focus,
.gform_wrapper .has-error input[type=url]:focus,
.gform_wrapper .has-error textarea:focus,
.has-error .form-control:focus,
.has-error .gform_wrapper input[type=email]:focus,
.has-error .gform_wrapper input[type=number]:focus,
.has-error .gform_wrapper input[type=password]:focus,
.has-error .gform_wrapper input[type=tel]:focus,
.has-error .gform_wrapper input[type=text]:focus,
.has-error .gform_wrapper input[type=url]:focus,
.has-error .gform_wrapper textarea:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

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

.has-feedback label~.form-control-feedback {
  top: 37px
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

.help-block {
  display: block;
  margin-bottom: 10px;
  color: #82949c
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0
}

@media (min-width:768px) {
  .form-inline .form-control-static, .form-inline .form-group {
    display: inline-block
  }
  .form-inline .control-label,
  .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .form-control,
  .form-inline .gform_wrapper input[type=email],
  .form-inline .gform_wrapper input[type=number],
  .form-inline .gform_wrapper input[type=password],
  .form-inline .gform_wrapper input[type=tel],
  .form-inline .gform_wrapper input[type=text],
  .form-inline .gform_wrapper input[type=url],
  .form-inline .gform_wrapper textarea,
  .gform_wrapper .form-inline input[type=email],
  .gform_wrapper .form-inline input[type=number],
  .gform_wrapper .form-inline input[type=password],
  .gform_wrapper .form-inline input[type=tel],
  .gform_wrapper .form-inline input[type=text],
  .gform_wrapper .form-inline input[type=url],
  .gform_wrapper .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .gform_wrapper input[type=email],
  .form-inline .input-group .gform_wrapper input[type=number],
  .form-inline .input-group .gform_wrapper input[type=password],
  .form-inline .input-group .gform_wrapper input[type=tel],
  .form-inline .input-group .gform_wrapper input[type=text],
  .form-inline .input-group .gform_wrapper input[type=url],
  .form-inline .input-group .gform_wrapper textarea,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .gform_wrapper .form-inline .input-group input[type=email],
  .gform_wrapper .form-inline .input-group input[type=number],
  .gform_wrapper .form-inline .input-group input[type=password],
  .gform_wrapper .form-inline .input-group input[type=tel],
  .gform_wrapper .form-inline .input-group input[type=text],
  .gform_wrapper .form-inline .input-group input[type=url],
  .gform_wrapper .form-inline .input-group textarea {
    width: auto
  }
  .form-inline .gform_wrapper .input-group>input[type=email],
  .form-inline .gform_wrapper .input-group>input[type=number],
  .form-inline .gform_wrapper .input-group>input[type=password],
  .form-inline .gform_wrapper .input-group>input[type=tel],
  .form-inline .gform_wrapper .input-group>input[type=text],
  .form-inline .gform_wrapper .input-group>input[type=url],
  .form-inline .gform_wrapper .input-group>textarea,
  .form-inline .input-group>.form-control,
  .gform_wrapper .form-inline .input-group>input[type=email],
  .gform_wrapper .form-inline .input-group>input[type=number],
  .gform_wrapper .form-inline .input-group>input[type=password],
  .gform_wrapper .form-inline .input-group>input[type=tel],
  .gform_wrapper .form-inline .input-group>input[type=text],
  .gform_wrapper .form-inline .input-group>input[type=url],
  .gform_wrapper .form-inline .input-group>textarea {
    width: 100%
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0
  }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px
  }
}

.btn-block,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px
}

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

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

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 25px
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 17px
  }
}

.btn,
.gform_footer .button,
.gform_footer input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.647;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.gform_footer .active.button:focus,
.gform_footer .active.focus.button,
.gform_footer .button:active.focus,
.gform_footer .button:active:focus,
.gform_footer .button:focus,
.gform_footer .focus.button,
.gform_footer input.active.focus[type=submit],
.gform_footer input.active[type=submit]:focus,
.gform_footer input.focus[type=submit],
.gform_footer input[type=submit]:active.focus,
.gform_footer input[type=submit]:active:focus,
.gform_footer input[type=submit]:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover,
.gform_footer .button:focus,
.gform_footer .button:hover,
.gform_footer .focus.button,
.gform_footer input.focus[type=submit],
.gform_footer input[type=submit]:focus,
.gform_footer input[type=submit]:hover {
  color: #333;
  text-decoration: none
}

.btn.active,
.btn:active,
.gform_footer .active.button,
.gform_footer .button:active,
.gform_footer input.active[type=submit],
.gform_footer input[type=submit]:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
.gform_footer .disabled.button,
.gform_footer [disabled].button,
.gform_footer fieldset[disabled] .button,
.gform_footer fieldset[disabled] input[type=submit],
.gform_footer input.disabled[type=submit],
.gform_footer input[disabled][type=submit],
fieldset[disabled] .btn,
fieldset[disabled] .gform_footer .button,
fieldset[disabled] .gform_footer input[type=submit] {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc
}

.btn-default .badge {
  color: #fff;
  background-color: #333
}

.btn-primary,
.gform_footer .button,
.gform_footer input[type=submit] {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus,
.gform_footer .button:focus,
.gform_footer .focus.button,
.gform_footer input.focus[type=submit],
.gform_footer input[type=submit]:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.gform_footer .active.button,
.gform_footer .button:active,
.gform_footer .button:hover,
.gform_footer .open>.dropdown-toggle.button,
.gform_footer .open>input.dropdown-toggle[type=submit],
.gform_footer input.active[type=submit],
.gform_footer input[type=submit]:active,
.gform_footer input[type=submit]:hover,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.gform_footer .active.button:focus,
.gform_footer .active.button:hover,
.gform_footer .active.focus.button,
.gform_footer .button:active.focus,
.gform_footer .button:active:focus,
.gform_footer .button:active:hover,
.gform_footer .open>.dropdown-toggle.button:focus,
.gform_footer .open>.dropdown-toggle.button:hover,
.gform_footer .open>.dropdown-toggle.focus.button,
.gform_footer .open>input.dropdown-toggle.focus[type=submit],
.gform_footer .open>input.dropdown-toggle[type=submit]:focus,
.gform_footer .open>input.dropdown-toggle[type=submit]:hover,
.gform_footer input.active.focus[type=submit],
.gform_footer input.active[type=submit]:focus,
.gform_footer input.active[type=submit]:hover,
.gform_footer input[type=submit]:active.focus,
.gform_footer input[type=submit]:active:focus,
.gform_footer input[type=submit]:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.gform_footer .disabled.button:focus,
.gform_footer .disabled.button:hover,
.gform_footer .disabled.focus.button,
.gform_footer [disabled].button:focus,
.gform_footer [disabled].button:hover,
.gform_footer [disabled].focus.button,
.gform_footer fieldset[disabled] .button:focus,
.gform_footer fieldset[disabled] .button:hover,
.gform_footer fieldset[disabled] .focus.button,
.gform_footer fieldset[disabled] input.focus[type=submit],
.gform_footer fieldset[disabled] input[type=submit]:focus,
.gform_footer fieldset[disabled] input[type=submit]:hover,
.gform_footer input.disabled.focus[type=submit],
.gform_footer input.disabled[type=submit]:focus,
.gform_footer input.disabled[type=submit]:hover,
.gform_footer input[disabled].focus[type=submit],
.gform_footer input[disabled][type=submit]:focus,
.gform_footer input[disabled][type=submit]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .gform_footer .button:focus,
fieldset[disabled] .gform_footer .button:hover,
fieldset[disabled] .gform_footer .focus.button,
fieldset[disabled] .gform_footer input.focus[type=submit],
fieldset[disabled] .gform_footer input[type=submit]:focus,
fieldset[disabled] .gform_footer input[type=submit]:hover {
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary .badge,
.gform_footer .button .badge,
.gform_footer input[type=submit] .badge {
  color: #337ab7;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}

.btn-link {
  color: #5FB8D9;
  font-weight: 400;
  border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
  color: #36a6cf;
  text-decoration: none;
  background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none
}

.btn-lg {
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333
}

.btn-sm,
.btn-xs {
  font-size: 17px;
  line-height: 1.5
}

.btn-sm {
  padding: 5px 10px
}

.btn-xs {
  padding: 1px 5px;
  border-radius: 3px
}

.btn-block {
  display: block
}

.fade {
  opacity: 0;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.collapsing {
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease
}

.embed-responsive {
  display: block;
  padding: 0
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%
}

.embed-responsive-4by3 {
  padding-bottom: 75%
}

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

.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
}

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

.invisible {
  visibility: hidden
}

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

.affix {
  position: fixed
}

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

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

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

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

@media (min-width:1200px) {
  .visible-lg {
    display: block!important
  }
  table.visible-lg {
    display: table!important
  }
  tr.visible-lg {
    display: table-row!important
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell!important
  }
  .visible-lg-block {
    display: block!important
  }
  .visible-lg-inline {
    display: inline!important
  }
  .visible-lg-inline-block {
    display: inline-block!important
  }
  .hidden-lg {
    display: none!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
  }
}

.visible-print {
  display: none!important
}

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

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

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

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

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

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

@media print {
  .visible-print-inline-block {
    display: inline-block!important
  }
  .hidden-print {
    display: none!important
  }
  @page {
    margin: .5in
  }
}


/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.4.1
 * 
 * Copyright KingSora.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 22.03.2018
 */

html.os-html,
html.os-html>.os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%!important;
  width: 100%!important;
  min-width: 100%!important;
  min-height: 100%!important;
  margin: 0!important;
  position: absolute!important
}

.os-padding,
.os-viewport {
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  bottom: 0
}

html.os-html>.os-host>.os-padding {
  position: absolute
}

body.os-dragging,
body.os-dragging * {
  cursor: default
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible!important
}

#hs-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px
}

#hs-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar!important
}

.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none!important;
  width: 0!important;
  height: 0!important;
  visibility: hidden!important;
  background: 0 0!important
}

.os-content-glue {
  max-height: 100%;
  max-width: 100%;
  width: 100%
}

.os-padding {
  direction: inherit;
  position: absolute;
  overflow: visible;
  width: auto!important;
  height: auto!important;
  z-index: 1
}

.os-host-overflow>.os-padding,
.os-viewport {
  overflow: hidden
}

.os-viewport {
  direction: inherit!important;
  box-sizing: inherit!important;
  resize: none!important;
  position: absolute;
  -webkit-overflow-scrolling: touch
}

.os-content>.os-textarea,
.os-host-textarea>.os-padding>.os-content {
  overflow: hidden!important
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px
}

.os-content {
  direction: inherit;
  box-sizing: border-box!important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  visibility: visible
}

.os-content>.os-textarea {
  direction: inherit!important;
  float: none!important;
  margin: 0!important;
  max-height: none!important;
  max-width: none!important;
  border: none!important;
  border-radius: 0!important;
  background: 0 0!important;
  outline: transparent 0!important;
  resize: none!important;
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  z-index: 1;
  padding: 0
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
  right: 0!important
}

.os-content>.os-textarea-cover {
  z-index: -1
}

.os-content>.os-textarea[wrap=off] {
  white-space: pre!important;
  margin: 0!important
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text
}

.gform_footer a.button:hover,
.main-content .screen-reader-text:focus,
.ui-datepicker a,
a.btn:hover {
  text-decoration: none
}

.os-resize-observer,
.os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1
}

.os-resize-observer-host {
  padding: inherit;
  border: solid inherit;
  box-sizing: border-box
}

.os-resize-observer-host:after {
  content: ''
}

.os-resize-observer-host:after,
.os-resize-observer-host>.os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  box-sizing: content-box
}

.os-resize-observer.observed,
object.os-resize-observer {
  box-sizing: border-box!important
}

.os-size-auto-observer {
  box-sizing: inherit!important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0
}

h4,
h5,
h6,
ol li,
ul li {
  margin-bottom: 15px
}

.os-size-auto-observer>.os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr!important;
  flex: none!important
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  transition: none!important;
  flex: none!important
}

.os-resize-observer {
  animation-duration: 1ms;
  animation-name: hs-resize-observer-dummy-animation
}

.os-host-transition>.os-scrollbar,
.os-host-transition>.os-scrollbar-corner {
  transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s
}

html.os-html>.os-host>.os-scrollbar {
  position: absolute;
  z-index: 999999
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  z-index: 1
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0
}

.os-scrollbar-handle,
.os-scrollbar-track {
  pointer-events: auto;
  width: 100%;
  height: 100%
}

.os-scrollbar-track {
  position: relative;
  padding: 0!important;
  border: none!important
}

.os-scrollbar-handle {
  position: absolute
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none!important
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0!important
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0
}

.os-scrollbar-vertical {
  top: 0;
  right: 0
}

.os-host-rtl>.os-scrollbar-horizontal {
  right: 0
}

.os-host-rtl>.os-scrollbar-corner,
.os-host-rtl>.os-scrollbar-vertical {
  right: auto;
  left: 0
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,
.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,
.os-padding+.os-scrollbar-corner,
.os-scrollbar-auto-hidden,
.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
  cursor: nesw-resize
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
  top: 0;
  bottom: 0
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
  right: 0;
  left: 0
}

.os-scrollbar-corner.os-scrollbar-corner-resize,
.os-scrollbar:hover {
  opacity: 1!important;
  visibility: visible!important
}

.main-content .notvisible,
.notvisible {
  visibility: hidden
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto!important
}

.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize {
  transform: scale(-1, 1)
}

.os-host-overflow {
  overflow: hidden!important
}

@keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0
  }
  to {
    z-index: -1
  }
}

.os-theme-none>.os-scrollbar-corner,
.os-theme-none>.os-scrollbar-horizontal,
.os-theme-none>.os-scrollbar-vertical {
  display: none!important
}

.os-theme-none>.os-scrollbar-corner-resize {
  display: block!important;
  min-width: 10px;
  min-height: 10px
}

.os-theme-dark>.os-scrollbar-horizontal,
.os-theme-light>.os-scrollbar-horizontal {
  right: 10px;
  height: 10px
}

.os-theme-dark>.os-scrollbar-vertical,
.os-theme-light>.os-scrollbar-vertical {
  bottom: 10px;
  width: 10px
}

.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,
.os-theme-light.os-host-rtl>.os-scrollbar-horizontal {
  left: 10px;
  right: 0
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
  height: 10px;
  width: 10px;
  background-color: transparent
}

.os-theme-dark>.os-scrollbar,
.os-theme-light>.os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: 0 0
}

.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar.os-scrollbar-unusable,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
  background: 0 0
}

.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
  min-width: 30px
}

.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
  min-height: 30px
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  border-radius: 11px;
  opacity: .4
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  background: #fff
}

.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  transition: opacity .3s
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
  opacity: .55
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active,
.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
  opacity: .7
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px
}

.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 20px
}

body {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media only screen and (max-width:767px) {
  body {
    font-size: 80%
  }
}

a,
address,
blockquote,
dd,
dt,
figcaption,
h1,
h2,
h3,
h4,
h5,
h6,
label,
li,
p,
td,
th {
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: montserratregular, sans-serif
}

.u-heading1,
.u-heading2,
h1,
h2 {
  font-family: "montserratbold", sans-serif
}

h1,
h2,
h3 {
  margin-bottom: 25px
}

.u-heading1,
h1 {
  font-size: 144px;
  letter-spacing: -4px;
  color: #FFF
}

.u-heading2,
h2 {
  color: #465358;
  font-size: 64px;
  letter-spacing: 0;
  line-height: 1
}

.u-heading3,
h3 {
  color: #465358;
  font-size: 28px;
  font-family: "montserratregular"
}

.u-heading4,
h4 {
  font-family: "montserratbold", sans-serif;
  font-size: 20px;
  color: #00A94E;
  line-height: 24px;
  margin-top: 15px
}

a {
  transition: color .3s
}

a:focus {
  outline: 0!important
}

p {
  margin-bottom: 20px;
  color: #465358;
  font-size: 22px;
  line-height: 30px;
  font-family: 'montserratregular'
}

ol,
ol li p span,
ul {
  font-family: "montserratbold", sans-serif;
  line-height: 30px;
  font-size: 20px;
  color: #5FB8D9
}

ol li p {
  margin-bottom: 0
}

ol,
ul {
  margin-left: 100px;
  margin-top: 100px;
  margin-bottom: 100px
}

@media only screen and (max-width:991px) {
  ol, ul {
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: 50px
  }
}

ol {
  color: #465358;
  margin: 30px 0 30px 10px
}

blockquote {
  border-left: 0;
  max-width: 700px;
  width: 100%
}

blockquote:before {
  content: '\f075';
  font-family: FontAwesome;
  color: #00A94E;
  display: block;
  position: relative;
  font-size: 30px;
  left: -50px;
  top: 37px
}

blockquote p {
  color: #465358;
  font-family: 'montserratmedium_italic';
  font-size: 28px
}

blockquote footer {
  text-align: right
}

@media only screen and (min-width:768px) {
  ol {
    margin: 60px 0 60px 100px
  }
  blockquote footer {
    padding-right: 200px
  }
}

blockquote footer:before {
  color: #5FB8D9
}

blockquote cite {
  font-size: 20px;
  font-family: "montserratbold", sans-serif;
  text-transform: uppercase;
  color: #5FB8D9
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox],
input[type=checkbox] {
  background: rgba(173, 204, 214, .2);
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px!important;
  width: 40px!important;
  margin-right: 25px;
  border-radius: 5px;
  margin-left: 40px;
  margin-top: 0!important
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox]:hover,
input[type=checkbox]:hover {
  cursor: pointer
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox]:checked,
input[type=checkbox]:checked {
  background-image: url(../images/checkbox-blue.png);
  background-repeat: no-repeat;
  background-position: center
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li {
  color: #465358;
  font-family: 'montserratregular';
  font-size: 18px;
  display: flex;
  align-items: center;
  -webkit-font-smoothing: antialiased
}

@media only screen and (max-width:767px) {
  body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label, body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label {
    width: 65%
  }
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio] {
  background: rgba(173, 204, 214, .2);
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 40px!important;
  height: 40px!important;
  margin-right: 25px;
  border-radius: 100px;
  margin-top: 0!important
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio]:checked {
  background-image: url(../images/radio-blue.png);
  background-repeat: no-repeat;
  background-position: center
}

body .page .gform_wrapper .gform_footer input.button,
body .page .gform_wrapper .gform_footer input[type=submit] {
  background-color: #00A94E;
  color: #FFF;
  font-family: 'montserratbold';
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield select {
  font-family: 'montserratregular';
  font-size: 20px;
  background-color: rgba(173, 204, 214, .2) !important;
  box-shadow: 0;
  -webkit-font-smoothing: antialiased
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
  border: 0;
  color: #70838B
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
  border: none;
  color: #465358!important;
  padding-left: 20px!important;
  height: 64px!important;
  width: 300px;
  margin-left: 40px!important
}

::-webkit-input-placeholder {
  color: #808C9A;
  font-family: 'montserratregular';
  -webkit-font-smoothing: antialiased;
  font-size: 20px
}

::-moz-placeholder {
  color: #808C9A;
  font-family: 'montserratregular';
  -webkit-font-smoothing: antialiased;
  font-size: 20px
}

:-ms-input-placeholder {
  color: #808C9A;
  font-family: 'montserratregular';
  -webkit-font-smoothing: antialiased;
  font-size: 20px
}

:-moz-placeholder {
  color: #808C9A;
  font-family: 'montserratregular';
  -webkit-font-smoothing: antialiased;
  font-size: 20px
}

.gf_progressbar {
  display: none
}

.gform_wrapper .gf_progressbar_wrapper {
  border-bottom: 0!important
}

.gform_page_footer {
  border-top: 0!important
}

.ginput_complex.ginput_container label {
  display: none!important
}

.gf_progressbar_title {
  color: #FFF;
  font-size: 30px;
  font-family: "montserratbold", sans-serif;
  letter-spacing: -.94px;
  margin-bottom: 30px
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_textarea textarea {
  background-color: rgba(173, 204, 214, .2);
  border: 0;
  box-shadow: 0;
  color: #70838B;
  font-family: 'montserratregular';
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  min-height: 250px
}

.main-content .alignleft {
  float: left;
  margin: 0 5px 5px 0
}

.main-content .alignright {
  float: right;
  margin: 0 0 5px 5px
}

.main-content .aligncenter {
  clear: both;
  display: block;
  margin: 5px auto
}

.main-content .wp-caption {
  overflow: hidden;
  padding: 5px 0;
  background-color: #ccc
}

.main-content .wp-caption img {
  display: block;
  margin: auto;
  padding: 0;
  border: 0
}

.main-content p.wp-caption-text {
  margin: 0;
  text-align: center
}

.main-content .wp-caption-dd {
  font-family: montserratregular, sans-serif;
  font-size: 1em;
  color: #465358
}

.main-content .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.main-content .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto!important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  top: 5px;
  width: auto;
  z-index: 100000
}

@-moz-document url-prefix() {
  .main-content fieldset {
    display: table-cell
  }
}

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

.main-content embed,
.main-content iframe,
.main-content object,
.main-content video {
  max-width: 100%
}

.main-content .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden
}

.main-content .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.main-content .featherlight-iframe .featherlight-content {
  overflow-y: hidden!important
}

.main-content .mejs-video,
.main-content .wp-video,
.main-content iframe {
  display: block;
  width: 780px!important;
  height: 439px!important;
  margin: 60px auto;
  border-radius: 18px
}

@media only screen and (max-width:991px) {
  .main-content .mejs-video, .main-content .wp-video, .main-content iframe {
    width: 100%!important;
    height: 308px!important;
    margin-left: 0
  }
}

.main-content iframe {
  border: 0;
  overflow: hidden
}

.gform_wrapper {
  overflow: inherit;
  margin: 1em 0;
  max-width: 98%
}

.gform_wrapper:focus {
  outline: 0
}

.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper textarea {
  clear: none
}

.gform_wrapper input[type=image] {
  border: none!important;
  padding: 0!important;
  width: auto!important
}

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

.gform_wrapper form li,
.gform_wrapper li {
  margin-left: 0;
  list-style-type: none;
  overflow: visible
}

.gform_wrapper ul li.gfield {
  clear: both
}

.gfield_checkbox li,
.gfield_radio li {
  overflow: hidden
}

.gfield_checkbox li input[type=text],
.gfield_radio li input[type=text] {
  max-width: 50%
}

.gform_wrapper form ul.left_label li,
.gform_wrapper form ul.right_label li,
.gform_wrapper ul.left_label li,
.gform_wrapper ul.right_label li {
  margin-bottom: 14px
}

.gform_wrapper form ul.left_label li ul.gfield_checkbox li,
.gform_wrapper form ul.left_label li ul.gfield_radio li,
.gform_wrapper form ul.right_label li ul.gfield_checkbox li,
.gform_wrapper form ul.right_label li ul.gfield_radio li,
.gform_wrapper ul.left_label li ul.gfield_checkbox li,
.gform_wrapper ul.left_label li ul.gfield_radio li,
.gform_wrapper ul.right_label li ul.gfield_checkbox li,
.gform_wrapper ul.right_label li ul.gfield_radio li {
  margin-bottom: 10px
}

.gform_wrapper ul li:after,
.gform_wrapper ul li:before,
.gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible
}

.gform_wrapper select {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal
}

.gform_wrapper select option {
  padding: .125em;
  display: block
}

.gform_wrapper .inline {
  display: inline!important
}

.gform_wrapper .gform_heading {
  width: 98%;
  margin-bottom: 1.125em
}

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_year,
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute {
  width: 4.688em;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1
}

.gform_wrapper .gfield_time_hour i {
  font-style: normal!important;
  font-family: sans-serif!important;
  width: .625em;
  text-align: center;
  float: right;
  margin-top: 9%
}

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_year {
  margin-right: .75em
}

.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  margin-right: .375em
}

.gform_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1
}

.gform_wrapper .gfield_time_ampm select {
  width: 4.688em!important
}

.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_year input,
.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input {
  width: 70%!important
}

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_year {
  width: 3.125em;
  float: left
}

.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_year input {
  width: 85%!important
}

.gform_wrapper .field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer
}

.gform_wrapper .field_selected {
  background-color: #DFEFFF;
  border: 1px solid #C2D7EF
}

.gform_wrapper .field_name_first,
.gform_wrapper .field_name_last,
.gform_wrapper .field_name_middle {
  width: 49.5%;
  float: left
}

.gform_wrapper .ginput_complex.ginput_container {
  overflow: hidden
}

.gform_wrapper .field_name_first input,
.gform_wrapper .ginput_complex .ginput_left input {
  width: 95%
}

.gform_wrapper .field_name_last input {
  width: 93%!important
}

.gform_wrapper .datepicker {
  width: 6.75em!important
}

.gform_wrapper .ginput_complex .ginput_left {
  width: 49.5%;
  float: left;
  clear: left
}

.gform_wrapper .ginput_complex .ginput_right {
  width: 49.5%;
  float: right;
  margin-right: .5%
}

.gform_wrapper .gfield_error .ginput_complex .ginput_left,
.gform_wrapper .gfield_error .ginput_complex .ginput_right {
  width: 49.5%
}

.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=password],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=url] {
  width: 90%!important
}

.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url],
.gform_wrapper .ginput_complex .ginput_right input[type=email],
.gform_wrapper .ginput_complex .ginput_right input[type=number],
.gform_wrapper .ginput_complex .ginput_right input[type=password],
.gform_wrapper .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .ginput_complex .ginput_right input[type=text],
.gform_wrapper .ginput_complex .ginput_right input[type=url],
.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex input[type=email],
.gform_wrapper .ginput_complex input[type=number],
.gform_wrapper .ginput_complex input[type=password],
.gform_wrapper .ginput_complex input[type=tel],
.gform_wrapper .ginput_complex input[type=text],
.gform_wrapper .ginput_complex input[type=url],
.gform_wrapper .ginput_complex select {
  width: 95%!important
}

.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .instruction {
  display: block;
  font-size: .875em;
  letter-spacing: .5pt;
  margin: .188em 0 .75em
}

.gform_wrapper .field_sublabel_above .gfield_date_day label,
.gform_wrapper .field_sublabel_above .gfield_date_month label,
.gform_wrapper .field_sublabel_above .gfield_date_year label,
.gform_wrapper .field_sublabel_above .gfield_time_ampm label,
.gform_wrapper .field_sublabel_above .gfield_time_hour label,
.gform_wrapper .field_sublabel_above .gfield_time_minute label,
.gform_wrapper .field_sublabel_above .ginput_complex label,
.gform_wrapper .field_sublabel_above .instruction {
  margin: .75em 0 .188em
}

.gform_wrapper .ginput_complex span.name_prefix,
.gform_wrapper .ginput_complex span.name_suffix {
  display: block;
  clear: right;
  overflow: hidden
}

.gform_wrapper .ginput_complex span.name_prefix {
  min-height: 2.2em
}

.gform_wrapper .ginput_complex span.name_prefix select {
  width: auto!important
}

.gform_wrapper .ginput_complex.has_middle span.name_suffix input[type=text] {
  width: 32%
}

.gform_wrapper .ginput_complex span.name_first,
.gform_wrapper .ginput_complex span.name_last,
.gform_wrapper .ginput_complex span.name_middle {
  vertical-align: bottom;
  min-height: 2.813em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1
}

.gform_wrapper .ginput_complex span.name_first,
.gform_wrapper .ginput_complex span.name_middle {
  margin-right: .313em
}

.gform_wrapper .field_sublabel_above .ginput_complex .name_prefix,
.gform_wrapper .field_sublabel_above .ginput_complex span.name_first,
.gform_wrapper .field_sublabel_above .ginput_complex span.name_last,
.gform_wrapper .field_sublabel_above .ginput_complex span.name_middle,
.gform_wrapper .field_sublabel_above .ginput_complex span.name_suffix {
  vertical-align: top
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name span,
.gform_wrapper .ginput_complex.ginput_container.has_last_name span,
.gform_wrapper .ginput_complex.ginput_container.has_middle_name span {
  width: 99.5%
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span {
  width: 49%
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span {
  width: 32%
}

.gform_wrapper .top_label .gfield_label {
  margin: .625em 0 0;
  display: block;
  clear: both
}

.gform_wrapper .left_label .gfield_label {
  float: left;
  margin: .75em 15px 0 0;
  width: 29%;
  font-weight: 700
}

.gform_wrapper .left_label li.field_sublabel_below .gfield_label {
  margin: 0 1em 0 0
}

.gform_wrapper .right_label .gfield_label {
  float: left;
  margin: .75em 1em 0 0;
  width: 29%;
  font-weight: 700;
  text-align: right
}

.gform_wrapper .right_label li.field_sublabel_below .gfield_label {
  margin: 0 1em 0 0
}

.gform_wrapper .left_label li.gfield .gfield_password_strength,
.gform_wrapper .left_label li.hidden_label input,
.gform_wrapper .right_label li.gfield .gfield_password_strength,
.gform_wrapper .right_label li.hidden_label input {
  margin-left: 30.7%
}

body .gform_wrapper label.gfield_label+div.ginput_container {
  margin-top: .375em
}

.gform_wrapper .hidden_label .gfield_label {
  display: none!important
}

.gfield.left_label,
.gfield.right_label {
  padding-top: 10px
}

.gform_wrapper li.hidden_label input {
  margin-top: .75em
}

.gform_wrapper label.hidden_sub_label {
  display: none
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: .75em
}

.gform_wrapper .left_label ul.gfield_checkbox,
.gform_wrapper .left_label ul.gfield_radio,
.gform_wrapper .right_label ul.gfield_checkbox,
.gform_wrapper .right_label ul.gfield_radio {
  margin-left: 32%;
  overflow: hidden
}

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

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 47%
}

.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large,
.gform_wrapper .hidden_label textarea.textarea,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
  width: 99.2%
}

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

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

.gform_wrapper .left_label input.large,
.gform_wrapper .left_label select.large,
.gform_wrapper .right_label input.large,
.gform_wrapper .right_label select.large,
.gform_wrapper textarea.textarea {
  width: 63%
}

.gform_wrapper .left_label div.ginput_complex,
.gform_wrapper .right_label div.ginput_complex {
  width: 64%
}

.gform_wrapper h2.gsection_title {
  margin: 0!important;
  padding: 0!important;
  letter-spacing: normal
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-weight: 700;
  font-size: 1.3em
}

.gform_wrapper h3.gform_title {
  letter-spacing: normal!important;
  margin: .625em 0 .375em
}

.gform_wrapper span.gform_description {
  font-weight: 400
}

.gform_wrapper .gsection {
  border-bottom: 1px dotted #CCC;
  padding: 0 0 .5em;
  margin: 1.8em 0;
  clear: both
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto!important
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  display: block;
  margin: 0 0 0 24px;
  padding: 0;
  width: auto;
  line-height: 1.5;
  vertical-align: top
}

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
  float: left;
  margin-top: 2px
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  font-size: .875em;
  padding-bottom: .5em;
  clear: both;
  color: #777
}

.gfield_date_year+.gfield_description {
  padding: 0
}

.gform_wrapper .left_label .gfield_description,
.gform_wrapper .left_label .instruction,
.gform_wrapper .right_label .gfield_description,
.gform_wrapper .right_label .instruction {
  margin-left: 30%
}

.gform_wrapper .left_label .gsection .gsection_description,
.gform_wrapper .right_label .gsection .gsection_description {
  margin-left: 0;
  padding-top: .25em;
  padding-left: 0;
  line-height: 1.5em
}

.gform_wrapper .gfield_required {
  color: #a94442;
  margin-left: .25em
}

.gform_wrapper textarea.small {
  height: 5em
}

.gform_wrapper textarea.medium {
  height: 9.375em
}

.gform_wrapper textarea.large {
  height: 15.625em
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #fcf8e3;
  margin-bottom: 32px;
  padding: 15px;
  border: 1px solid #faebcc;
  border-radius: 4px
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
  margin-bottom: 6px!important;
  padding: 6px 6px 4px!important;
  border: 1px dashed #C89797
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: 1em;
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  padding: 10px 20px 10px 45px;
  min-height: 25px;
  background-color: #790000;
  border-bottom: 1px solid #620101;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  line-height: 1.3em;
  letter-spacing: .2pt
}

li.gfield+li.gfield.gfield_creditcard_warning {
  margin-top: 14px!important
}

.gform_wrapper .top_label .gfield_error .ginput_container {
  max-width: 99%
}

.gform_wrapper .top_label .gfield_error {
  width: 97%
}

.gform_wrapper .top_label .gfield_error input.large,
.gform_wrapper .top_label .gfield_error select.large,
.gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%
}

.gform_wrapper .left_label .gfield_error input.large,
.gform_wrapper .left_label .gfield_error select.large,
.gform_wrapper .left_label .gfield_error textarea.textarea,
.gform_wrapper .right_label .gfield_error input.large,
.gform_wrapper .right_label .gfield_error select.large,
.gform_wrapper .right_label .gfield_error textarea.textarea {
  width: 66%
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-top: 12px;
  margin-bottom: 12px!important;
  padding-left: 10px!important
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: .75em
}

.gform_wrapper .validation_error {
  color: #a94442;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 1.6em;
  border: 2px solid #ebccd1;
  padding: 15px;
  border-radius: 4px;
  background-color: #f2dede
}

div.gf_page_steps+div.validation_error {
  margin-top: 1em
}

.gform_wrapper div.gfield_description.validation_error {
  color: #790000;
  font-weight: 700;
  font-size: .875em;
  line-height: 1.2em;
  margin-bottom: 1em
}

.gform_wrapper .validation_message {
  color: #8a6d3b;
  font-weight: 700
}

.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #8a6d3b
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
  color: #8a6d3b
}

.gform_footer {
  padding: 1em 0 .625em;
  margin: 1em 0 0;
  clear: both
}

.gform_wrapper .ginput_complex .ginput_full,
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
  min-height: 2.813em;
  display: block;
  overflow: hidden
}

.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url] {
  width: 97%!important
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  position: relative;
  margin: 0 0 .5em;
  line-height: 1.3em
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  font-weight: 700
}

.gform_wrapper input.datepicker.datepicker_with_icon {
  margin-right: .25em!important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1
}

.gform_wrapper .gf_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper input.gform_hidden,
.gform_wrapper input[type=hidden] {
  display: none!important;
  max-height: 1px!important;
  overflow: hidden
}

.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
  display: none!important
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  padding: 0!important
}

.gform_wrapper ul.gfield_radio li input+input {
  margin-left: .25em
}

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,
.gform_wrapper .left_label .simple_captcha_large,
.gform_wrapper .left_label .simple_captcha_medium,
.gform_wrapper .left_label li.gfield_html_formatted,
.gform_wrapper .right_label .simple_captcha_large,
.gform_wrapper .right_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_small,
.gform_wrapper .right_label li.gfield_html_formatted {
  margin-left: 32%
}

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: .375em;
  margin-top: .25em
}

.gform_wrapper .top_label .gfield_description {
  padding: .625em 0 0
}

.gform_wrapper .gfield_description.validation_message,
.gform_wrapper .top_label .gfield_description.validation_message {
  padding: .625em 0!important
}

.gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message,
.gform_wrapper .ginput_container+.gfield_description.validation_message {
  margin-top: .375em
}

.gform_wrapper .ginput_container.ginput_list+.gfield_description.validation_message {
  margin-top: 0
}

.gform_wrapper .left_label .ginput_container.ginput_list,
.gform_wrapper .right_label .ginput_container.ginput_list {
  padding-top: .75em!important
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: .625em
}

body .gform_wrapper ul li.gfield.gfield_html img {
  max-width: 98%!important
}

.gform_wrapper .gform_ajax_spinner {
  padding-left: .625em
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none!important;
  position: absolute!important;
  left: -9000px
}

.gform_wrapper .gfield_captcha_input_container {
  padding-top: .188em
}

.gform_wrapper .simple_captcha_small input {
  width: 6.25em
}

.gform_wrapper .simple_captcha_medium input {
  width: 9.375em
}

.gform_wrapper .simple_captcha_large input {
  width: 12.5em
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none!important;
  background: 0 0!important;
  float: none!important;
  margin: 0!important;
  padding: 0!important
}

.gform_wrapper .left_label .math_large,
.gform_wrapper .left_label .math_medium,
.gform_wrapper .left_label .math_small,
.gform_wrapper .left_label div.charleft,
.gform_wrapper .right_label .math_large,
.gform_wrapper .right_label .math_medium,
.gform_wrapper .right_label .math_small,
.gform_wrapper .right_label div.charleft {
  margin-left: 32%
}

.gform_wrapper .math_small input {
  width: 4.313em
}

.gform_wrapper .math_medium input {
  width: 5.625em
}

.gform_wrapper .math_large input {
  width: 6.75em
}

.gform_wrapper div.charleft {
  font-size: .688em;
  margin-top: .25em;
  color: #B7B7B7;
  width: 92%!important;
  white-space: nowrap!important
}

.gform_wrapper div.charleft[style] {
  width: 92%!important
}

.gform_wrapper div.charleft.warningTextareaInfo {
  color: #A1A1A1
}

.gform_wrapper li.gf_hide_charleft div.charleft {
  display: none!important
}

.gf_submission_limit_message {
  color: #790000;
  font-size: 1.4em
}

.gform_wrapper .ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7
}

.gform_wrapper span.ginput_total {
  color: #060;
  font-size: 1.2em
}

.gform_wrapper .top_label span.ginput_total {
  margin: .5em 0
}

.gform_wrapper span.ginput_product_price_label {
  margin-right: .125em
}

.gform_wrapper span.ginput_product_price {
  color: #900
}

.gform_wrapper span.ginput_quantity_label {
  margin-left: .625em;
  margin-right: .125em
}

.gform_wrapper input.ginput_quantity {
  width: 2.5em
}

.gform_wrapper .gform_page_footer {
  margin: 1.25em 0;
  width: 99%;
  border-top: 1px dotted #CCC;
  padding: 1em 0 0;
  clear: both
}

.gform_wrapper .gform_page_footer .button.gform_button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
  margin-right: .625em
}

.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 99%;
  margin: 0 0 .5em;
  padding: 0 0 1em
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: .813em;
  line-height: 1em!important;
  margin: 0 0 .375em;
  padding: 0!important;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6
}

.gform_wrapper .gf_progressbar {
  width: 99%;
  height: 20px;
  overflow: hidden;
  line-height: 20px!important;
  border: 1px solid #EEE;
  background-image: url(../images/gf-percentbar-bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #FFF;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2)
}

.gform_wrapper .gf_progressbar_percentage {
  height: 20px;
  text-align: right;
  font-family: helvetica, arial, sans-serif;
  font-size: 13px!important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

.gform_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none
}

.gform_wrapper .percentbar_blue {
  background-image: url(../images/gf-percentbar-blue.png);
  background-repeat: repeat-x;
  background-color: #0072BC;
  color: #FFF
}

.gform_wrapper .percentbar_gray {
  background-image: url(../images/gf-percentbar-gray.png);
  background-repeat: repeat-x;
  background-color: #666;
  color: #FFF
}

.gform_wrapper .percentbar_green {
  background-image: url(../images/gf-percentbar-green.png);
  background-repeat: repeat-x;
  background-color: #94DC21;
  color: #FFF
}

.gform_wrapper .percentbar_orange {
  background-image: url(../images/gf-percentbar-orange.png);
  background-repeat: repeat-x;
  background-color: #DC7021;
  color: #FFF
}

.gform_wrapper .percentbar_red {
  background-image: url(../images/gf-percentbar-red.png);
  background-repeat: repeat-x;
  background-color: #DC2521;
  color: #FFF
}

.gform_wrapper .percentbar_custom {
  background-image: url(../images/gf-percentbar-custom.png);
  background-repeat: repeat-x
}

.gform_wrapper .gf_page_steps {
  width: 99%;
  margin: 0 0 .5em;
  padding: 0 0 .25em;
  border-bottom: 1px dotted #CCC
}

.gform_wrapper .gf_step {
  width: auto!important;
  margin: 0 1em .625em 0;
  font-size: 1em;
  height: 1.25em;
  line-height: 1.25em!important;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  -khtml-opacity: .2;
  opacity: .2;
  font-family: arial, sans-serif;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1
}

.gform_wrapper .gf_step span.gf_step_number {
  font-size: 1.25em;
  float: left;
  font-family: arial, sans-serif
}

.gform_wrapper .gf_step.gf_step_active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1
}

.gform_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden
}

.gform_wrapper .gfield_password_strength {
  border: 1px solid #DDD;
  margin-top: 1.15em;
  margin-bottom: 1.15em;
  line-height: 1.8;
  padding: .313em;
  text-align: center;
  background-color: #EEE
}

.gform_wrapper ul.top_label li.gfield .gfield_password_strength {
  width: 97%
}

.gform_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_wrapper ul.right_label li.gfield .gfield_password_strength {
  margin-top: 1.15em;
  margin-bottom: 1.15em;
  width: 60%
}

.gform_wrapper .gfield_password_strength.bad {
  background-color: #FFB78C;
  border-color: #FF853C
}

.gform_wrapper .gfield_password_strength.good {
  background-color: #FFEC8b;
  border-color: #FC0
}

.gform_wrapper .gfield_password_strength.mismatch,
.gform_wrapper .gfield_password_strength.short {
  background-color: #FFA0A0;
  border-color: #f04040
}

.gform_wrapper .gfield_password_strength.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc!important;
  margin: 0 0 .5em;
  overflow: visible;
  padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc!important;
  margin: 1em 0 1em 1.5em;
  padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal!important;
  overflow: visible;
  margin: 0 0 .5em;
  padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal!important;
  margin: 1em 0 1.5em 2em;
  padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc!important;
  padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 1em 0 1em 1.5em
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 .5em
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 1.5em;
  padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: 700
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 1em 1.5em
}

.gform_wrapper table.gfield_list,
.gform_wrapper table.gfield_list caption,
.gform_wrapper table.gfield_list tbody,
.gform_wrapper table.gfield_list td,
.gform_wrapper table.gfield_list tfoot,
.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

.gform_wrapper table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse
}

.gform_wrapper table.gfield_list thead th {
  font-weight: 700;
  text-align: left
}

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000
}

.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
  padding: 0;
  margin: 0
}

.gform_wrapper table.gfield_list td,
.gform_wrapper table.gfield_list th {
  padding: 0 0 .5em
}

.gform_wrapper table.gfield_list td+td,
.gform_wrapper table.gfield_list th+th {
  padding: 0 0 0 .7em
}

.gform_wrapper .left_label .gfield_list,
.gform_wrapper .right_label .gfield_list {
  width: 64%
}

.gform_wrapper .top_label .gfield_list {
  width: 99%
}

.gform_wrapper .left_label .gf_list_one_column,
.gform_wrapper .right_label .gf_list_one_column {
  width: 45%
}

.gform_wrapper .top_label .gf_list_one_column {
  width: 46%
}

.gform_wrapper .gfield_list input {
  width: 98%
}

.gfield_icon_disabled {
  cursor: default!important;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6
}

.gform_wrapper table.gfield_list td.gfield_list_icons {
  width: 5%;
  min-width: 3.75em!important
}

.gform_wrapper table.gfield_list td.gfield_list_cell {
  width: auto!important
}

.gform_wrapper select.chosen-select {
  visibility: hidden;
  height: 28px!important;
  min-height: 28px!important
}

.gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  left: 0
}

.gform_wrapper .chosen-container a {
  cursor: pointer
}

.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px
}

.gform_wrapper .chosen-container-single .chosen-default {
  color: #999
}

.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px
}

.gform_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px
}

.gform_wrapper .chosen-container-single .chosen-single abbr:hover,
.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px
}

.gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%
}

.gform_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/chosen-sprite.png) 0 2px no-repeat
}

.gform_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap
}

.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(../images/chosen-sprite.png) 100% -20px no-repeat;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0
}

.gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box
}

.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px
}

.gform_wrapper .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch
}

.gform_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none
}

.gform_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer
}

.gform_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff
}

.gform_wrapper .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4
}

.gform_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default
}

.gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px
}

.gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline
}

.gform_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto!important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text
}

.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0!important;
  background: 0 0!important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
  color: #999
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
  color: #333;
  line-height: 13px;
  cursor: default
}

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

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px
}

.gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0
}

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default
}

.gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px
}

.gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111!important
}

.gform_wrapper .chosen-disabled {
  opacity: .5!important;
  cursor: default
}

.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close,
.gform_wrapper .chosen-disabled .chosen-single {
  cursor: default
}

.gform_wrapper .chosen-rtl {
  text-align: right
}

.gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0
}

.gform_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl
}

.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px
}

.gform_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px
}

.gform_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px
}

.gform_wrapper .chosen-rtl .chosen-choices li {
  float: right
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px
}

.gform_wrapper .chosen-rtl .chosen-drop,
.gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search {
  left: 9999px
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0
}

.gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0
}

.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none
}

.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(../images/chosen-sprite.png) -30px -20px no-repeat;
  direction: rtl
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px
}

.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {
  .gform_wrapper .chosen-container .chosen-results-scroll-down span, .gform_wrapper .chosen-container .chosen-results-scroll-up span, .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .gform_wrapper .chosen-container-single .chosen-search input[type=text], .gform_wrapper .chosen-container-single .chosen-single abbr, .gform_wrapper .chosen-container-single .chosen-single div b, .gform_wrapper .chosen-rtl .chosen-search input[type=text] {
    background-image: url(../images/chosen-sprite@2x.png)!important;
    background-size: 52px 37px!important;
    background-repeat: no-repeat!important
  }
}

.gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px;
  height: 32px
}

.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px
}

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px!important
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left,
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-height: 43px;
  position: relative;
  float: left
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left {
  width: 50%;
  margin-right: 1%
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px!important
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap!important
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px!important
}

.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  width: 47%!important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 4px
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50%!important
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 25px;
  border: 2px dashed #ddd;
  text-align: center;
  color: #aaa;
  margin-bottom: 10px
}

.left_label .gform_fileupload_multifile,
.right_label .gform_fileupload_multifile {
  margin-left: 30.5%
}

.gform_delete {
  vertical-align: middle;
  cursor: pointer
}

.gform_wrapper .copy_values_option_container .copy_values_enabled {
  width: auto
}

.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 1px
}

.gform_confirmation_message {
  margin: 25% auto;
  padding: 1em;
  font-size: 1.2em;
  color: #fff;
  border: none;
  background-color: rgba(0, 0, 0, .1);
  text-align: center;
  border-radius: 15px;
  width: 75%!important
}

.form_saved_message {
  fmargin: 1em 0 1em 0;
  padding: 2.5em 1em;
  font-size: 1em;
  line-height: 1.8;
  border: 2px solid #91AFC7;
  background-color: #E3F3F3;
  text-align: center;
  border-radius: 2px
}

.form_saved_message br+br {
  display: none
}

.form_saved_message .form_saved_message_emailform {
  margin: 1em 0 0
}

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  line-height: 2.25em;
  height: 2.25em;
  margin-bottom: .25em
}

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  line-height: 2.25em;
  min-height: 2.25em
}

.form_saved_message .form_saved_message_emailform .validation_message {
  color: red
}

.form_saved_message_sent {
  margin: 1em 0;
  padding: 1em;
  font-size: 1em;
  border: 2px solid #CFE2C0;
  background-color: #E9FFD9;
  text-align: center;
  border-radius: 2px
}

body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1em!important
}

body .gform_wrapper img.ui-datepicker-trigger {
  width: 17px!important;
  height: 16px!important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1
}

body .gform_wrapper img.add_list_item,
body .gform_wrapper img.delete_list_item {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1
}

@media screen and (max-width:570px) and (min-width:480px) {
  body .gform_wrapper .ginput_complex.ginput_container.has_first_name span, body .gform_wrapper .ginput_complex.ginput_container.has_last_name span, body .gform_wrapper .ginput_complex.ginput_container.has_middle_name span {
    width: 95%
  }
  body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span {
    width: 46%
  }
  body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span {
    width: 30%
  }
}

@media all and (max-width:480px),
all and (max-device-width:480px) {
  body .gform_wrapper .ginput_container, body .gform_wrapper div.gf_page_steps, body .gform_wrapper div.gf_page_steps div, body .gform_wrapper div.gfield_password_strength, body .gform_wrapper div.ginput_complex, body .gform_wrapper div.ginput_complex span, body .gform_wrapper div.ginput_complex span.ginput_left, body .gform_wrapper div.ginput_complex span.ginput_right, body .gform_wrapper ul li.gfield {
    display: block!important;
    float: none!important;
    clear: both!important;
    margin-left: 0!important;
    margin-right: 0!important
  }
  body .gform_wrapper .gfield_time_hour i,
  body .gform_wrapper img.ui-datepicker-trigger,
  body .gform_wrapper ul li.gfield[style="display: none;"] {
    display: none!important
  }
  body .gform_wrapper .ginput_container,
  body .gform_wrapper div.gf_page_steps,
  body .gform_wrapper div.gf_page_steps div,
  body .gform_wrapper div.ginput_complex {
    width: 95%!important
  }
  body .gform_wrapper div.gfield_password_strength {
    width: 90%!important
  }
  body .gform_wrapper div.ginput_complex span,
  body .gform_wrapper div.ginput_complex span.ginput_left,
  body .gform_wrapper div.ginput_complex span.ginput_right,
  body .gform_wrapper ul li.gfield {
    width: 100%!important
  }
  body .gform_wrapper .gfield_date_day input,
  body .gform_wrapper .gfield_date_month input,
  body .gform_wrapper .gfield_date_year input,
  body .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=number],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=password],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=tel],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=url],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url],
  body .gform_wrapper .gfield_time_hour input,
  body .gform_wrapper .gfield_time_minute input,
  body .gform_wrapper .ginput_complex .ginput_full input[type=email],
  body .gform_wrapper .ginput_complex .ginput_full input[type=number],
  body .gform_wrapper .ginput_complex .ginput_full input[type=password],
  body .gform_wrapper .ginput_complex .ginput_full input[type=tel],
  body .gform_wrapper .ginput_complex .ginput_full input[type=text],
  body .gform_wrapper .ginput_complex .ginput_full input[type=url],
  body .gform_wrapper .ginput_complex .ginput_full select,
  body .gform_wrapper .ginput_complex .ginput_left input[type=email],
  body .gform_wrapper .ginput_complex .ginput_left input[type=number],
  body .gform_wrapper .ginput_complex .ginput_left input[type=password],
  body .gform_wrapper .ginput_complex .ginput_left input[type=tel],
  body .gform_wrapper .ginput_complex .ginput_left input[type=text],
  body .gform_wrapper .ginput_complex .ginput_left input[type=url],
  body .gform_wrapper .ginput_complex .ginput_right input[type=email],
  body .gform_wrapper .ginput_complex .ginput_right input[type=number],
  body .gform_wrapper .ginput_complex .ginput_right input[type=password],
  body .gform_wrapper .ginput_complex .ginput_right input[type=tel],
  body .gform_wrapper .ginput_complex .ginput_right input[type=text],
  body .gform_wrapper .ginput_complex .ginput_right input[type=url],
  body .gform_wrapper .ginput_complex input[type=email],
  body .gform_wrapper .ginput_complex input[type=number],
  body .gform_wrapper .ginput_complex input[type=password],
  body .gform_wrapper .ginput_complex input[type=tel],
  body .gform_wrapper .ginput_complex input[type=text],
  body .gform_wrapper .ginput_complex input[type=url],
  body .gform_wrapper .ginput_container input.large,
  body .gform_wrapper .ginput_container input.medium,
  body .gform_wrapper .ginput_container input.small,
  body .gform_wrapper .ginput_container select.large,
  body .gform_wrapper .ginput_container select.medium,
  body .gform_wrapper .ginput_container select.small,
  body .gform_wrapper .ginput_container textarea.large,
  body .gform_wrapper .ginput_container textarea.medium,
  body .gform_wrapper .ginput_container textarea.small,
  body .gform_wrapper div.chosen-container.chosen-container-single[style],
  body .gform_wrapper input.gform_button.button,
  body .gform_wrapper input[type=submit] {
    width: 95%!important
  }
  body .gform_wrapper .ginput_complex span.name_suffix input[type=text] {
    width: 97.5%!important
  }
  body .gform_wrapper .gfield_time_ampm select,
  body .gform_wrapper .ginput_complex .ginput_left select,
  body .gform_wrapper .ginput_complex .ginput_right select,
  body .gform_wrapper .ginput_complex select,
  body .gform_wrapper .ginput_complex span.name_prefix.name_prefix_select select {
    width: 97%!important
  }
  body .gform_wrapper .left_label .gfield_description,
  body .gform_wrapper .left_label .instruction,
  body .gform_wrapper .right_label .gfield_description,
  body .gform_wrapper .right_label .instruction {
    margin-left: 0!important
  }
  body .gform_wrapper .gform_footer.left_label,
  body .gform_wrapper .gform_footer.right_label {
    padding-left: 0!important;
    padding-right: 0!important
  }
  body .gform_wrapper .gfield_description,
  body .gform_wrapper .gfield_description p,
  body .gform_wrapper .gsection_description,
  body .gform_wrapper .gsection_description p {
    width: 95%!important;
    text-align: justify
  }
  body .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0
  }
  body .gform_wrapper .gfield .ginput_complex.has_suffix span.name_suffix {
    width: 98%!important
  }
  body .gform_wrapper .gfield .ginput_complex.has_suffix span.name_suffix input {
    width: 97.5%
  }
  body .gform_wrapper ul.gform_fields.left_label li.gfield label.gfield_label,
  body .gform_wrapper ul.gform_fields.right_label li.gfield label.gfield_label {
    margin-left: 0!important;
    float: none!important
  }
  body .gform_wrapper ul li.gfield.gfield_html img {
    max-width: 95%!important
  }
  body .gform_wrapper .gform_footer a.gform_save_link {
    display: block;
    margin: 1em 0;
    text-align: center
  }
  body .gform_wrapper ul li.gfield.gfield_html h1,
  body .gform_wrapper ul li.gfield.gfield_html h2,
  body .gform_wrapper ul li.gfield.gfield_html h3,
  body .gform_wrapper ul li.gfield.gfield_html h4,
  body .gform_wrapper ul li.gfield.gfield_html h5,
  body .gform_wrapper ul li.gfield.gfield_html h6 {
    white-space: normal!important
  }
  body .gform_wrapper .top_label .gfield_error {
    width: 90%!important
  }
  body .form_saved_message,
  body .form_saved_message_sent {
    font-size: .813em
  }
  body .gform_wrapper div.validation_error {
    font-size: 1em
  }
  body .form_saved_message .form_saved_message_emailform input,
  body .form_saved_message .form_saved_message_emailform input[type=submit] {
    width: 95%!important
  }
}

@media all and (max-device-width:480px) {
  body .gform_wrapper {
    font-size: inherit
  }
  body .gform_wrapper .gfield_checkbox li input,
  body .gform_wrapper .gfield_checkbox li input[type=checkbox],
  body .gform_wrapper .gfield_radio li input[type=radio] {
    margin-top: 2.5em!important;
    width: auto!important;
    height: auto!important
  }
}

@media (min-device-width:481px) and (min-width:481px) {
  .gform_wrapper .top_label li.gfield.gf_inline {
    vertical-align: top;
    width: auto!important;
    margin-right: .875em;
    float: none!important;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
  }
  .gform_wrapper .top_label li.gfield.gf_inline input[type=email].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=number].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=password].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=url].large {
    width: 25.4em!important
  }
  .gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium {
    width: 18.7em!important
  }
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
    width: 6em!important
  }
  .gform_wrapper .top_label li.gfield.gf_inline input[type=email].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=url].small {
    width: 5em!important
  }
  .gform_wrapper .top_label li.gfield.gf_inline select {
    width: auto!important
  }
  .gform_wrapper .top_label li.gfield.gf_inline textarea {
    width: 95%!important
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text],
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
    width: 70%!important
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute {
    width: 3.125em
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
    width: auto
  }
  .gform_wrapper li.gf_inline div.ginput_container {
    white-space: nowrap!important
  }
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half {
    margin: 0 0 .5em;
    width: 49%
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    width: 47.2%
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    margin-right: 1%
  }
  .gform_wrapper .top_label li.gfield.gf_left_half {
    float: left;
    clear: left!important
  }
  .gform_wrapper .top_label li.gfield.gf_right_half {
    float: right;
    clear: right!important
  }
  .gform_wrapper .top_label li.gfield.gf_left_half input.large,
  .gform_wrapper .top_label li.gfield.gf_left_half input.medium,
  .gform_wrapper .top_label li.gfield.gf_left_half select.large,
  .gform_wrapper .top_label li.gfield.gf_left_half select.medium,
  .gform_wrapper .top_label li.gfield.gf_right_half input.large,
  .gform_wrapper .top_label li.gfield.gf_right_half input.medium,
  .gform_wrapper .top_label li.gfield.gf_right_half select.large,
  .gform_wrapper .top_label li.gfield.gf_right_half select.medium {
    width: 97%
  }
  .gform_wrapper .top_label li.gfield.gf_left_half textarea,
  .gform_wrapper .top_label li.gfield.gf_right_half textarea {
    width: 98%
  }
  .gform_wrapper .top_label li.gfield.gf_left_half input.small,
  .gform_wrapper .top_label li.gfield.gf_right_half input.small {
    width: 35%
  }
  .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_right_half,
  .gform_wrapper .top_label li.gfield.gf_left_half+li.gsection,
  .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_right_half,
  .gform_wrapper .top_label li.gfield.gf_right_half+li.gsection,
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_right_half {
    padding: 1em 0 .5em
  }
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
    padding: 0 0 .5em
  }
  .gform_wrapper .top_label li.gfield.gf_left_third+li.gsection,
  .gform_wrapper .top_label li.gfield.gf_right_third+li.gsection,
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
    padding: 1em 0 .5em
  }
  .gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer,
  .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield,
  .gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer,
  .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield {
    clear: both
  }
  .gform_wrapper .top_label li.gfield.gf_left_third,
  .gform_wrapper .top_label li.gfield.gf_middle_third,
  .gform_wrapper .top_label li.gfield.gf_right_third {
    margin: 0 0 .5em;
    width: 32%
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 29%
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    margin-right: 1%
  }
  .gform_wrapper .top_label li.gfield.gf_left_third {
    float: left;
    clear: left!important
  }
  .gform_wrapper .top_label li.gfield.gf_middle_third {
    float: left;
    margin-left: 2%!important;
    clear: none!important
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
    margin-left: 3%
  }
  .gform_wrapper .top_label li.gfield.gf_right_third {
    float: right;
    clear: right!important
  }
  .gform_wrapper .top_label li.gfield.gf_left_third input.large,
  .gform_wrapper .top_label li.gfield.gf_left_third input.medium,
  .gform_wrapper .top_label li.gfield.gf_left_third select.large,
  .gform_wrapper .top_label li.gfield.gf_left_third select.medium,
  .gform_wrapper .top_label li.gfield.gf_middle_third input.large,
  .gform_wrapper .top_label li.gfield.gf_middle_third input.medium,
  .gform_wrapper .top_label li.gfield.gf_middle_third select.large,
  .gform_wrapper .top_label li.gfield.gf_middle_third select.medium,
  .gform_wrapper .top_label li.gfield.gf_right_third input.large,
  .gform_wrapper .top_label li.gfield.gf_right_third input.medium,
  .gform_wrapper .top_label li.gfield.gf_right_third select.large,
  .gform_wrapper .top_label li.gfield.gf_right_third select.medium {
    width: 95%
  }
  .gform_wrapper .top_label li.gfield.gf_left_third+.gform_footer,
  .gform_wrapper .top_label li.gfield.gf_left_third+li.gfield,
  .gform_wrapper .top_label li.gfield.gf_middle_third+.gform_footer,
  .gform_wrapper .top_label li.gfield.gf_middle_third+li.gfield,
  .gform_wrapper .top_label li.gfield.gf_right_third+.gform_footer,
  .gform_wrapper .top_label li.gfield.gf_right_third+li.gfield {
    clear: both
  }
  .gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_2col ul.gfield_radio li,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    width: 50%;
    float: left;
    margin: 0 0 .5em;
    min-height: 1.8em
  }
  .gform_wrapper li.gfield.gf_3col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_3col ul.gfield_radio li,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    width: 33%;
    float: left;
    margin: 0 0 .5em;
    min-height: 1.8em
  }
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    width: 25%;
    float: left;
    margin: 0 0 .5em;
    min-height: 1.8em
  }
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
    width: 20%;
    float: left;
    margin: 0 0 .5em;
    min-height: 1.8em
  }
  .gform_wrapper li.gfield.gf_2col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_2col ul.gfield_radio,
  .gform_wrapper li.gfield.gf_3col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_3col ul.gfield_radio,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
    overflow: hidden
  }
  .gform_wrapper li.gfield.gf_list_2col label.gfield_label,
  .gform_wrapper li.gfield.gf_list_3col label.gfield_label,
  .gform_wrapper li.gfield.gf_list_4col label.gfield_label,
  .gform_wrapper li.gfield.gf_list_5col label.gfield_label,
  .gform_wrapper li.gfield.gf_list_inline label.gfield_label {
    margin: .625em 0
  }
  .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
    height: 25px
  }
  .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
    height: 50px
  }
  .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
    height: 75px
  }
  .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
    height: 100px
  }
  .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
    height: 125px
  }
  .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
    height: 150px
  }
  .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
  .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    width: auto!important;
    float: none!important;
    margin: 0 .625em .625em 0;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
  }
  body.gform_wrapper .top_label li.gsection.gf_scroll_text {
    width: 92.5%!important
  }
}

.gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
  display: none!important
}

.gform_wrapper .top_label li.gsection.gf_scroll_text {
  height: 11.25em;
  width: 97.5%!important;
  overflow: auto;
  border: 1px solid #CCC;
  border-bottom: 1px solid #CCC!important
}

.gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
  margin: .625em .625em 0 .5em!important
}

.gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title,
.gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title {
  margin: 0 .625em 0 .5em!important
}

.gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
  margin: .625em;
  font-size: .8em
}

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
  list-style-type: disc!important;
  margin: 0 0 .5em;
  overflow: visible;
  padding-left: 0
}

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
  list-style-type: disc!important;
  margin: 1em 0 1em 1.5em;
  padding-left: 0
}

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
  list-style-type: decimal!important;
  overflow: visible;
  margin: 0 0 .5em;
  padding-left: 0
}

.visible,
body {
  overflow-x: hidden
}

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
  list-style-type: decimal!important;
  margin: 1em 0 1.5em 2em;
  padding-left: 0
}

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
  list-style-type: disc!important;
  padding-left: 0
}

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
  margin: 1em 0 1em 1.5em
}

.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
  margin: 0 0 .5em
}

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
  margin: 0 0 1.5em;
  padding-left: 0
}

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
  font-weight: 700
}

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
  margin: 0 0 1em 1.5em
}

.gform_wrapper li.gfield.gfield_html.gf_alert_blue,
.gform_wrapper li.gfield.gfield_html.gf_alert_gray,
.gform_wrapper li.gfield.gfield_html.gf_alert_green,
.gform_wrapper li.gfield.gfield_html.gf_alert_red,
.gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
  border-radius: 3px;
  margin: 1.25em 0!important;
  padding: 1.25em!important
}

.gform_wrapper li.gfield.gfield_html.gf_alert_green {
  border: 1px solid #97B48A;
  background-color: #CBECA0;
  text-shadow: #DFB 1px 1px;
  color: #030
}

.gform_wrapper li.gfield.gfield_html.gf_alert_red {
  border: 1px solid #CFADB3;
  background-color: #FAF2F5;
  text-shadow: #FFF 1px 1px;
  color: #832525
}

.gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
  border: 1px solid #E6DB55;
  background-color: #FFFBCC;
  text-shadow: #FCFAEA 1px 1px;
  color: #222
}

.gform_wrapper li.gfield.gfield_html.gf_alert_gray {
  border: 1px solid #CCC;
  background-color: #EEE;
  text-shadow: #FFF 1px 1px;
  color: #424242
}

.gform_wrapper li.gfield.gfield_html.gf_alert_blue {
  border: 1px solid #a7c2e7;
  background-color: #D1E4F3;
  text-shadow: #E0F1FF 1px 1px;
  color: #314475
}

div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
  margin: 1.875em 0;
  max-width: 99%;
  border-top: 1px solid #E6DB55;
  border-bottom: 1px solid #E6DB55;
  padding: 2em;
  background-color: #FFFBCC;
  color: #424242;
  font-size: 1.6em
}

div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
  margin: 1.875em 0;
  max-width: 99%;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 2em;
  background-color: #EAEAEA;
  color: #424242;
  font-size: 1.6em
}

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
  position: relative;
  background-color: #FFFBD2;
  margin: 1.875em 0;
  border: 1px solid #E6DB55;
  box-shadow: 0 0 5px rgba(221, 215, 131, .75)
}

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
  margin: 0;
  padding: 2.5em;
  max-width: 99%;
  font-size: 1.8em;
  border-top: 2px solid #FFF;
  border-bottom: 1px solid #E6DB55;
  color: #424242;
  background: #fffce5;
  background: linear-gradient(to bottom, #fffce5 0, #fff9bf 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fffce5', endColorstr='#fff9bf', GradientType=0)
}

div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
  position: relative;
  background-color: #f1fcdf;
  margin: 1.875em 0;
  border: 1px solid #a7c37c;
  box-shadow: 0 0 5px rgba(86, 122, 86, .4)
}

div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
  margin: 0;
  padding: 2.5em;
  max-width: 99%;
  font-size: 1.8em;
  border-top: 2px solid #effade;
  border-bottom: 1px solid #a7c37c;
  text-shadow: #DFB 1px 1px;
  color: #030;
  background: #dbf2b7;
  background: linear-gradient(to bottom, #dbf2b7 0, #b4d088 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dbf2b7', endColorstr='#b4d088', GradientType=0)
}

div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,
div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 40%;
  background: rgba(0, 0, 0, .2);
  box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
  transform: rotate(-3deg)
}

div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse
}

.ui-datepicker-header {
  background-color: #666;
  color: #e0e0e0;
  font-weight: 700;
  box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, .2);
  text-shadow: 1px -1px 0 #000;
  -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px!important;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #666
}

.ui-datepicker tbody tr,
.ui-datepicker thead {
  border-bottom: 1px solid #bbb
}

.ui-datepicker-title {
  text-align: center
}

.ui-datepicker-title select {
  margin-top: 2.5%;
  color: #333
}

.ui-datepicker-next,
.ui-datepicker-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url(../images/datepicker/arrow.png);
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px
}

.ui-datepicker-next {
  float: right;
  background-position: center 0
}

.ui-datepicker thead {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0, #f1f1f1 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0)
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
  text-shadow: 1px 0 0 #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
  filter: dropshadow(color=#fff, offx=1, offy=0)
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb
}

.ui-datepicker tbody td:last-child {
  border-right: 0
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
  text-shadow: 1px 1px 0 #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
  filter: dropshadow(color=#fff, offx=1, offy=1)
}

.ui-datepicker-calendar .ui-state-default {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0, #dedede 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
  box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, .5)
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7
}

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  border: 1px solid #c19163;
  color: #666;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
  text-shadow: 0 1px 0 #FFF;
  -webkit-filter: dropshadow(color=#FFF, offx=0, offy=1);
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3
}

.first-panel-title,
.second-panel-title {
  color: #fff;
  font-family: 'montserratbold';
  text-transform: uppercase
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7
}

table.ui-datepicker-calendar {
  margin: 0!important
}

body div#ui-datepicker-div[style] {
  z-index: 9999!important
}

.navbar {
  background-color: #fff
}

.navbar-default {
  border: none
}

.navbar-brand>img {
  padding-left: 120px;
  padding-top: 40px;
  padding-bottom: 50px
}

.panel-body {
  border-radius: 18px;
  border: none
}

.panel-default {
  border: none;
  border-radius: 18px;
  box-shadow: none
}

.container.comingsoon {
  margin-top: 0
}

.first-panel {
  padding: 0 5px 5px
}

.first-panel-title {
  font-size: 144px;
  line-height: 144px;
  letter-spacing: -4px
}

.first-panel-body {
  background: center center no-repeat #5FB8D9;
  background-blend-mode: overlay;
  background-size: cover;
  padding: 0 0 0 10%;
  position: relative;
  height: 909px;
  display: flex;
  align-items: center
}

.second-panel {
  padding: 0 5px 5px
}

.second-panel-body {
  height: 909px;
  background: url(../images/greenpanel.png) center center;
  background-size: cover
}

.second-panel-title {
  font-size: 60px;
  line-height: 50px;
  letter-spacing: -1px;
  padding-top: 60px;
  padding-left: 40px
}

.gfield_label {
  display: none!important
}

.coming-soon .gform_wrapper input[type=text],
.form-control,
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper textarea {
  margin-left: 40px;
  height: 64px!important;
  width: 300px!important;
  margin-right: 25px!important
}

.comingsoon .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
  background-color: #fff
}

.comingsoon .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio],
div.ginput_complex span.ginput_left select {
  background-color: #fff;
  color: #70838B!important
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
  font-family: 'montserratbold';
  font-size: 16px;
  background-color: #fff;
  color: #00A94E;
  border: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 40px;
  width: 170px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
  color: #00A94E;
  background-color: #FFF;
  border: 1px solid #00A94E
}

.btn-lg,
.btn-sm {
  border-radius: 5px;
  display: flex
}

.gform_wrapper .gform_footer {
  padding-top: 40px!important
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding-left: 25px!important
}

@media screen and (max-width:1113px) {
  .form-control, .gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper textarea, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select, div.ginput_complex span.ginput_left select {
    width: 260px!important
  }
  .second-panel-title {
    font-size: 55px
  }
}

@media screen and (max-width:991px) {
  .form-control, .gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper textarea, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select, div.ginput_complex span.ginput_left select {
    width: 300px!important
  }
  .navbar-brand>img {
    padding-left: 102px
  }
  .second-panel-title {
    font-size: 60px
  }
}

@media screen and (max-width:850px) {
  .second-panel-title {
    margin-right: 5%
  }
}

@media screen and (max-width:768px) {
  .navbar-brand>img {
    padding-left: 50px
  }
}

@media screen and (max-width:680px) {
  .navbar-brand>img {
    padding-left: 5px
  }
}

@media screen and (max-width:640px) {
  .first-panel-title {
    font-size: 110px;
    line-height: 100px
  }
  body .gform_wrapper .gform_footer input.button,
  body .gform_wrapper .gform_footer input[type=submit] {
    width: 170px
  }
}

@media screen and (max-width:480px) {
  .first-panel-title {
    font-size: 100px;
    line-height: 90px
  }
  body .gform_wrapper .gform_footer input.button,
  body .gform_wrapper .gform_footer input[type=submit] {
    width: 170px!important
  }
  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio],
  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
  body .gform_wrapper .ginput_container input.large,
  body .gform_wrapper .ginput_container input.medium,
  body .gform_wrapper .ginput_container input.small,
  body .gform_wrapper .ginput_container select.large,
  body .gform_wrapper .ginput_container select.medium,
  body .gform_wrapper .ginput_container select.small,
  body .gform_wrapper .ginput_container textarea.large,
  body .gform_wrapper .ginput_container textarea.medium,
  body .gform_wrapper .ginput_container textarea.small,
  div.ginput_complex span.ginput_left select {
    width: 300px!important
  }
}

.btn-green,
.btn-white {
  font-family: 'montserratbold';
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px
}

.container {
  width: 100%;
  max-width: 1400px
}

.btn:active,
.btn:focus,
.gform_footer .button:active,
.gform_footer .button:focus,
.gform_footer input[type=submit]:active,
.gform_footer input[type=submit]:focus {
  outline: 0!important
}

.btn:active:focus,
.gform_footer .button:active:focus,
.gform_footer input[type=submit]:active:focus {
  box-shadow: none
}

.btn-sm {
  width: 123px;
  height: 45px;
  justify-content: center;
  align-items: center;
  padding-top: 7px
}

.btn-lg {
  height: 62px;
  width: 170px;
  justify-content: center;
  align-items: center;
  padding-top: 15px
}

.btn-green:active,
.btn-green:focus,
.btn-green:hover {
  border: 1px solid #00A94E
}

.btn-green {
  background-color: #f60000;
  color: #FFF
}

.btn-green:active,
.btn-green:focus,
.btn-green:hover,
.btn-white {
  background-color: #FFF;
  color: #00A94E
}

.btn-green:hover {
  cursor: pointer
}

body.home i.fa.fa-bars {
    color: #fff;
}

.btn-white:hover {
  cursor: pointer;
  color: #FFF;
  background-color: #00A94E;
  border: 1px solid #FFF
}

.btn-blue {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  margin: 0 5px;
  background-color: #5FB8D9
}

.btn-blue:hover {
  background-color: #FFF;
  border: 1px solid #5FB8D9;
  color: #5FB8D9
}

.btn-blue:hover i {
  color: #5FB8D9
}

.btn-blue i {
  color: #FFF;
  font-size: 26px
}

.submit-button {
  text-align: center;
  background-color: #fff;
  color: #f20c10;
  font-weight: 700;
  border: none;
  letter-spacing: 3px;
  margin-top: 10px;
  padding: 13 22 10 22px;
  text-transform: uppercase;
  height: 62px;
  width: 170px
}

.submit-button:hover {
  color: #fff;
  background-color: #bc070a;
  font-weight: 700;
  border: none
}

.form-control,
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper textarea {
  margin-top: 15px;
  display: block;
  width: 100%;
  padding: 6px 24px;
  font-size: 20px;
  font-family: 'montserratregular';
  line-height: 1.42857143;
  color: #999;
  background-color: #e6e8eb;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 64px
}

input[type=text],
input[type=email] {
  font-size: 20px;
  font-family: 'montserratregular';
  height: 64px
}

#nav-mobile .nav-mobile-wrap .btn-blue,
#nav-mobile .nav-mobile-wrap .nav-mobile-list li,
header .main-nav .nav-wrap .btn-blue,
header .main-nav .nav-wrap .nav-links ul li,
footer .nav-links ul li {
  font-family: 'montserratbold';
}

body,
html {
  width: 100%;
  height: 100%
}

.visible {
  overflow: hidden;
  overflow-y: hidden
}

.header-shrink {
  height: 100px!important;
  transition: height .25s ease-in-out
}

header .main-nav {
  width: 100%;
  background-color: #FFF;
  position: fixed;
  z-index: 3
}

@media only screen and (min-width:768px) and (max-width:1199px) {
  header .main-nav {
    padding: 0 30px
  }
}

header .main-nav .nav-wrap {
  max-width: 1139px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 150px;
  transition: height .25s ease-in-out
}

header .main-nav .nav-wrap .header-logo {
  margin-right: auto;
  margin-top: -20px
}

header .main-nav .nav-wrap .header-logo img {
  max-width: 331px
}

body.home .main-nav .nav-wrap .header-logo img  {
  display: none;
}


header .main-nav .nav-wrap .home-logo img {
  max-width: 250px
}

@media only screen and (max-width:1440px) {
  header .main-nav .nav-wrap .header-logo img {
    max-width: 250px
  }
}

@media only screen and (max-width:767px) {
  header .main-nav .nav-wrap .header-logo {
    margin-left: 20px
  }
  header .main-nav .nav-wrap .header-logo img {
    width: 80%;
    max-width: 331px
  }
}

header .main-nav .nav-wrap .nav-links,
footer .nav-links {
  min-width: 650px;
  width: 100%;
  padding-left: 50px;
  margin-top: 15px
}

@media only screen and (max-width:1440px) {
  header .main-nav .nav-wrap .nav-links,
  footer .nav-links {
    min-width: 575px
  }
}

@media only screen and (max-width:1250px) {
  header .main-nav .nav-wrap .header-logo img {
    max-width: 331px
  }
  header .main-nav .nav-wrap .nav-links,
  footer .nav-links {
    min-width: 650px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  header .main-nav .nav-wrap .nav-links,
  footer .nav-links {
    width: 70%
  }
}

@media (max-width:1250px) {
  header .main-nav .nav-wrap .nav-links,
  footer .nav-links {
    display: none
  }
}

header .main-nav .nav-wrap .nav-links ul,
footer .nav-links ul {
  display: flex;
  justify-content: space-around;
  align-self: center;
  padding: 0;
  margin: 0 auto
}

@media only screen and (min-width:768px) and (max-width:991px) {
  header .main-nav .nav-wrap .nav-links,
  footer .nav-links {
    padding: 0;
    width: 40%;
    min-width: 450px
  }
  header .main-nav .nav-wrap .nav-links ul,
  footer .nav-links ul {
    justify-content: center
  }
}

header .main-nav .nav-wrap .nav-links ul li,
footer .nav-links ul li {
  font-size: 16px;
  list-style-type: none;
  margin-bottom: 0
}

header .main-nav .nav-wrap .nav-links ul li a,
footer .nav-links ul li a {
  padding-left: 0;
  padding-right: 25px
}

header .main-nav .nav-wrap .nav-links ul li .sub-nav,
footer .nav-links ul li .sub-nav  {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: rgba(95, 184, 217, .8)
}

header .main-nav .nav-wrap .nav-links ul li .sub-nav a,
footer .nav-links ul li .sub-nav a  {
  display: none
}

header .main-nav .nav-wrap .nav-links ul li:hover .sub-nav a,
footer .nav-links ul li:hover .sub-nav a {
  display: flex;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  padding: 10px 10px 5px
}

header .main-nav .nav-wrap .nav-links ul li:hover .sub-nav a:hover,
footer .nav-links ul li:hover .sub-nav a:hover {
  background-color: #ADCCD6
}

header .main-nav .nav-wrap .social-buttons {
  display: flex;
  margin-right: 20px
}

header .main-nav .nav-wrap .social-buttons a {
  color: #5FB8D9;
  font-size: 20px;
  min-width: auto;
  width: auto
}

header .main-nav .nav-wrap .social-buttons a:hover {
  color: #36a6cf
}

header .main-nav .nav-wrap .btn-sm {
  min-width: 150px;
  height: 55px
}

header .main-nav .nav-wrap .btn-green {
  font-size: 20px
}

header .main-nav .nav-wrap .btn-blue {
  color: #5FB8D9;
  border: 1px solid #5FB8D9;
  background-color: #fff;
  font-size: 20px;
  letter-spacing: 3px
}

header .main-nav .nav-wrap .btn-blue:hover {
  color: #fff;
  background-color: #5FB8D9
}

@media (max-width:850px) {
  header .main-nav .join-us-nav, header .main-nav .nav-wrap .social-buttons {
    display: none
  }
}

.hamburger {
  font-size: 30px;
  margin-right: 20px;
  margin-left: 20px;
  display: none
}

@media (max-width:1250px) {
  .hamburger {
    display: block
  }
}

#nav-mobile {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 2000;
  top: 0;
  overflow-x: auto;
  margin-top: 0;
  border-radius: 0;
  position: fixed;
  background: url(../images/firstpanel.png) center center no-repeat #5FB8D9;
  background-blend-mode: overlay;
  background-size: cover
}

#nav-mobile .nav-mobile-wrap {
  background-color: rgba(255, 255, 255, .9);
  width: 95%;
  border-radius: 18px;
  margin-left: 10px;
  padding: 0 0 20px
}

#nav-mobile .nav-mobile-wrap .nav-mobile-top {
  display: flex;
  margin: 30px 0;
  align-items: center;
  justify-content: space-between
}

#nav-mobile .nav-mobile-wrap .nav-mobile-top img {
  width: 76%;
  max-width: 500px;
  margin-left: 20px;
  margin-top: 7px
}

#nav-mobile .nav-mobile-wrap .nav-mobile-top .close-nav i {
  color: #465358;
  font-size: 30px;
  margin-right: 20px;
  margin-top: 20px
}

#nav-mobile .nav-mobile-wrap .nav-mobile-list {
  flex-direction: column;
  margin-top: 50px
}

#nav-mobile .nav-mobile-wrap .nav-mobile-list li {
  list-style-type: none
}

#nav-mobile .nav-mobile-wrap .nav-mobile-list li:hover {
  border: 0
}

#nav-mobile .nav-mobile-wrap .nav-mobile-list li a {
  font-size: 25px;
  color: #5FB8D9;
  padding-left: 0;
  padding-right: 25px
}

#nav-mobile .nav-mobile-wrap .nav-mobile-list li a i {
  color: #5FB8D9;
  font-size: 14px
}

#nav-mobile .nav-mobile-wrap .nav-mobile-list li:hover a {
  padding-bottom: 0
}

#nav-mobile .nav-mobile-wrap .nav-mobile-list li ul {
  position: relative
}

#nav-mobile .nav-mobile-wrap .nav-mobile-list li .mobile-sub-nav {
  box-shadow: none;
  display: none;
  margin-top: 0
}

#nav-mobile .nav-mobile-wrap .nav-mobile-list li .mobile-sub-nav li {
  padding: 5px 0;
  font-weight: 200;
  list-style-type: none;
  margin-bottom: 0
}

#nav-mobile .nav-mobile-wrap .nav-mobile-list li .mobile-sub-nav a {
  display: block!important
}

#nav-mobile .nav-mobile-wrap .btn-blue {
  color: #5FB8D9;
  border: 1px solid #5FB8D9;
  background-color: #fff;
  font-size: 20px;
  letter-spacing: 3px;
  width: 123px;
  height: 45px
}

#nav-mobile .nav-mobile-wrap .btn-blue:hover {
  color: #fff;
  background-color: #5FB8D9
}

#nav-mobile .nav-mobile-wrap .join-us-nav {
  margin-left: 40px;
  margin-bottom: 15px
}

footer {
  width: 100%;
  position: relative;
  margin-top: 10px
}

footer .footer-wrap {
  background-color: #5FB8D9;
  height: 200px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 20px;
  display: block;
  border-radius: 18px
}

@media (max-width:1430px) {
  footer .footer-wrap {
    width: 95%
  }
}

@media only screen and (max-width:1199px) {
  footer .footer-wrap {
    height: auto;
    width: 95%
  }
}

footer .footer-wrap .footer-content {
  height: 100%;
  padding: 0 100px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
  footer .footer-wrap .footer-content {
    padding: 0 30px
  }
}

@media only screen and (max-width:767px) {
  footer .footer-wrap .footer-content {
    padding: 0
  }
}

footer .footer-wrap .footer-content .flex-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 1139px;
  width: 100%;
  margin: 0 auto
}

@media only screen and (max-width:767px) {
  footer .footer-wrap .footer-content .flex-footer div {
    margin: 8px
  }
}

footer .footer-wrap .footer-content .flex-footer p {
  color: #FFF;
  font-size: 18px;
  margin-bottom: 0;
  font-family: montserratlight;
  line-height: 22px;
  letter-spacing: .5px
}

@media only screen and (max-width:1199px) {
  footer .footer-wrap .footer-content .flex-footer {
    display: block;
    padding: 25px
  }
  footer .footer-wrap .footer-content .flex-footer p {
    margin: 10px 0
  }
}

footer .footer-wrap .footer-content .flex-footer a {
  color: #FFF;
  font-size: 14px;
  margin-bottom: 0;
  font-family: montserratlight;
  line-height: 14px;
  letter-spacing: .44px
}

footer .footer-wrap .footer-content .flex-footer .footer-link:hover {
  text-decoration: underline
}

footer .footer-wrap .footer-content .footer-buttons {
  display: flex
}

@media (max-width:500px) {
  footer .footer-wrap .footer-content .flex-footer {
    flex-direction: column;
    align-items: left;
    justify-content: left;
    display: flex
  }
  footer .footer-wrap .footer-content .footer-buttons {
    flex-direction: column;
    justify-content: left;
    align-items: left;
    margin: 10px
  }
}

footer .footer-wrap .footer-content .footer-buttons .social-buttons {
  display: flex;
  margin-right: 30px
}

@media only screen and (max-width:991px) {
  footer .footer-wrap .footer-content .footer-buttons .social-buttons {
    margin-right: 0;
    margin-left: 0
  }
}

footer .footer-wrap .footer-content .footer-buttons .social-buttons a {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  margin: 0 5px;
  padding-top: 5px
}

footer .footer-wrap .footer-content .footer-buttons .social-buttons a:hover {
  background-color: #5FB8D9;
  border: 1px solid #FFF
}

footer .footer-wrap .footer-content .footer-buttons .social-buttons a:hover i {
  color: #FFF
}

footer .footer-wrap .footer-content .footer-buttons .social-buttons a i {
  color: #5FB8D9;
  font-size: 26px
}

footer .footer-wrap .footer-content .footer-buttons .contact-us a {
  color: #5FB8D9;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "montserratbold", sans-serif;
  width: 170px;
  height: 62px;
  margin: 0 5px
}

footer .footer-wrap .footer-content .footer-buttons .contact-us a:hover {
  background-color: #5FB8D9;
  color: #FFF;
  border: 1px solid #FFF
}

@media (max-width:600px) {
  footer .footer-wrap .footer-content .footer-buttons .contact-us {
    margin-left: 0
  }
}

body {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  min-height: 100vh;
  height: 100vh;
  flex-direction: column;
  padding-top: 0
}

body .container {
  flex: 0 0 auto
}

body .container .home-panel-body {
  height: 97%;
  border-radius: 12px;
  border: none
}

body .container .panel-default {
  border: none;
  border-radius: 12px;
  box-shadow: none
}

body .container .top-panels {
  display: flex
}

@media only screen and (max-width:1199px) {
  body .container .top-panels {
    flex-direction: column
  }
}

body .container .top-panels .home-first-panel {
  padding-right: 10px;
  padding-left: 6px
}

body .container .top-panels .home-first-panel .home-first-panel-body {
  background: center center no-repeat #5FB8D9;
  background-blend-mode: overlay;
  background-size: cover;
  position: relative;
  height: 800px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 50px;
  max-width: 980px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  body .container .top-panels .home-first-panel .home-first-panel-body {
    max-width: 100%;
    min-height: 700px;
    height: auto
  }
  body .container .issue .photo1 {
    float: right
  }
}

@media only screen and (max-width:991px) {
  body .container .top-panels .home-first-panel .home-first-panel-body {
    min-height: 800px;
    height: auto
  }
}

body .container .top-panels .home-first-panel .home-first-panel-body h1 {
  color: #FFF;
  font-size: 144px;
  text-transform: uppercase;
  letter-spacing: -4px;
  line-height: 144px;
  font-family: "montserratbold", sans-serif;
  margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
  body .container .top-panels .home-first-panel .home-first-panel-body h1 {
    font-size: 90px;
    line-height: 90px;
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  body .container .top-panels .home-first-panel .home-first-panel-body h1 {
    font-size: 60px;
    line-height: 70px;
    width: 100%
  }
}

body .container .top-panels .home-first-panel .home-first-panel-body h2 {
  color: #FFF;
  font-size: 40px;
  font-family: "montserratbold", sans-serif;
  letter-spacing: -1.25px;
  line-height: 40px
}

body .container .top-panels .home-first-panel .home-first-panel-body .btn-lg {
  margin: 0 auto
}

body .container .top-panels .home-second-panel {
  padding-right: 6px;
  padding-left: 10px
}

body .container .top-panels .home-second-panel .home-second-panel-body {
  background: url(../images/greenpanel.png) center center;
  position: relative;
  height: 800px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  text-align: center;
  max-width: 400px;
  width: 100%
}

body .container .top-panels .home-second-panel .home-second-panel-body h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 64px;
  line-height: 1;
  width: 100%
}

@media only screen and (max-width:767px) {
  body .container .top-panels .home-second-panel .home-second-panel-body h1 {
    font-size: 45px;
    letter-spacing: 1px
  }
}

body .container .top-panels .home-second-panel .home-second-panel-body h2 {
  color: #FFF;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: -.94px;
  width: 100%
}

@media only screen and (max-width:1199px) {
  body .container .top-panels .home-second-panel .home-second-panel-body {
    max-width: 100%;
    min-height: 600px;
    height: auto;
    margin-top: 10px;
    padding-left: 20px
  }
  body .container .top-panels .home-second-panel .home-second-panel-body h2 {
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 24px
  }
}

body .container .top-panels .home-second-panel .home-second-panel-body .btn-lg {
  width: 220px;
  margin: 0 auto
}

body .container .issue {
  margin-top: 80px
}

body .container .issue .what-is-header {
  margin-bottom: 50px
}

body .container .issue .what-is-header h2 {
  width: 216px;
  line-height: 64px;
  color: #00A94E
}

@media only screen and (max-width:767px) {
  body .container .issue .what-is-header h2 {
    width: auto
  }
}

body .container .issue .about-content {
  margin-left: 55px;
  margin-right: 0;
  padding-right: 50px
}

@media (max-width:1380px) {
  body .container .issue .about-content {
    margin-left: 55px
  }
}

@media (max-width:1199px) {
  body .container .issue .about-content {
    margin-left: 0;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px
  }
}

body .container .issue .about-content p {
  font-size: 18px;
  line-height: 32px
}

body .container .issue .small-images {
  width: 400px;
  margin-top: 20px
}

@media (max-width:1380px) {
  body .container .issue .small-images {
    width: 325px
  }
}

@media only screen and (max-width:1199px) {
  body .container .issue .small-images {
    margin: 20px auto 0;
    width: 100%;
    max-width: 400px
  }
  body .container .issue .photo2 {
    display: none
  }
}

body .container .issue .photo1 {
  background: center center no-repeat #ADCCD6;
  background-blend-mode: luminosity;
  background-size: cover;
  width: 337px;
  height: 300px;
  padding: 0;
  position: relative;
  border-radius: 18px
}

@media only screen and (max-width:767px) {
  body .container .issue .photo1 {
    margin: 0 auto 20px
  }
}

body .container .issue .photo2,
body .container .issue .photo3 {
  margin-bottom: 20px;
  width: 223px;
  height: 200px;
  padding: 0;
  position: relative;
  border-radius: 18px
}

body .container .issue .photo2 {
  background: center center no-repeat #5FB8D9;
  background-blend-mode: multiply;
  background-size: cover
}

body .container .issue .photo3 {
  background: center center no-repeat #00A94E;
  background-blend-mode: darken;
  background-size: cover;
  float: right
}

@media only screen and (max-width:1199px) {
  body .container .issue .photo3 {
    display: none
  }
}

body .container .signup {
  margin: 150px 0;
  display: flex;
  align-items: center
}

@media only screen and (max-width:1199px) {
  body .container .signup {
    flex-direction: column;
    margin-top: 50px
  }
}

body .container .signup .signup-push-left {
  margin-left: 100px
}

@media (max-width:1300px) {
  body .container .signup .signup-push-left {
    margin-left: 0
  }
}

body .container .signup h2 {
  width: 85%;
  margin-bottom: 10px;
  line-height: 64px;
  color: #00A94E
}

@media only screen and (max-width:767px) {
  body .container .signup h2 {
    width: 80%
  }
}

body .container .signup h3 {
  margin-bottom: 0;
  color: #5FB8D9
}

body .container .signup p {
  font-size: 18px;
  width: 100%;
  line-height: 32px
}

body .container .signup .steps-form {
  min-height: 512px;
  height: 100%;
  max-width: 880px;
  width: 100%;
  background-color: #00A94E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 100px;
  border-radius: 18px
}

body .container .signup .steps-form .form--steps .gform_wrapper ul.gform_fields li.gfield select {
  width: 300px!important
}

@media only screen and (min-width:768px) and (max-width:1199px) {
  body .container .signup .steps-form {
    width: 100%;
    height: auto;
    padding: 50px 70px
  }
}

@media only screen and (max-width:767px) {
  body .container .signup .steps-form {
    width: 100%;
    height: auto;
    padding: 50px 10px 50px 30px
  }
}

@media only screen and (min-width:992px) {
  body .sticky-top {
    position: fixed;
    top: 85px
  }
}

body .page.container .gform_wrapper input[type=text],
body .page.container .gform_wrapper textarea {
  width: 100%!important
}

body .page.container .gform_wrapper .gform_footer input[type=submit],
body .page.container .gform_wrapper input[type=text],
body .page.container .gform_wrapper textarea {
  margin-left: 0
}

body .page.container .page-left-content {
  margin-top: 60px
}

body .page.container .page-left-content .social-share-buttons {
  display: flex;
  flex-direction: column
}

@media only screen and (max-width:1199px) {
  body .page.container .page-left-content {
    margin-top: 20px
  }
  body .page.container .page-left-content .social-share-buttons {
    flex-direction: row
  }
}

body .page.container .page-left-content .social-share-buttons a {
  margin: 10px 0;
  padding-top: 4px
}

@media only screen and (max-width:1199px) {
  body .page.container .page-left-content .social-share-buttons a {
    margin-right: 10px
  }
}

body .page.container .page-panel-defult {
  border: none;
  border-radius: 12px;
  box-shadow: none
}

body .page.container .page-left-panel {
  padding-right: 10px
}

body .page.container .page-right-panel {
  padding-left: 10px;
  position: relative
}

body .page.container .sidebar-links {
  margin-top: 70px
}

@media only screen and (max-width:991px) {
  body .page.container .page-right-panel {
    display: flex;
    flex-direction: column
  }
  body .page.container .page-right-panel .page-second-panel {
    order: 2
  }
  body .page.container .sidebar-links {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 15px
  }
}

body .page.container .sidebar-links ul {
  margin-left: 0;
  list-style-type: none;
  padding-left: 0
}

body .page.container .sidebar-links ul li {
  margin-bottom: 15px
}

body .page.container .sidebar-links-about {
  margin-top: 20px;
  background-color: #5FB8D9;
  border-radius: 12px;
  z-index: 2;
  padding: 20px;
  max-width: 323px
}

body .page.container .sidebar-links-about p,
body .page.container .sidebar-links-about span {
  color: #FFF!important;
  font-size: 20px;
  line-height: 25px
}

.header-panel {
  background: center center no-repeat #5FB8D9;
  background-blend-mode: overlay;
  background-size: cover;
  padding: 0;
  position: relative;
  min-height: 390px;
  height: auto;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center
}

.header-panel h1 {
  margin-bottom: 0
}

.header-panel a,
.header-panel ul {
  color: #fff
}

.header-panel--page .row {
  width: 100%;
  text-align: center
}

.header-panel--page .row-header-filters {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.header-panel--page .row-header-filters .filter-div {
  display: flex
}

.header-panel--page .row-header-filters .filter-div .form {
  width: 400px;
  margin-right: 15px;
  text-align: left
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-panel--page .row-header-filters .filter-div .form {
    width: 250px
  }
}

@media only screen and (max-width:767px) {
  .header-panel--page .row-header-filters .filter-div .form {
    width: 275px
  }
}

.sidebar-panel h1,
.sidebar-panel h2 {
  text-transform: uppercase;
  width: 100%
}

.header-panel--page h1 {
  padding-top: 50px;
  text-align: center
}

@media (max-width:1340px) {
  .header-panel--page h1 {
    font-size: 100px
  }
}

@media only screen and (max-width:991px) {
  body .page.container .sidebar-links-about {
    max-width: unset;
    margin-bottom: 0;
    margin-left: 0
  }
  .header-panel--page .row-header-filters .filter-div {
    flex-direction: column
  }
  .header-panel--page h1 {
    font-size: 60px
  }
}

@media only screen and (max-width:1199px) {
  .header-panel--post {
    padding-bottom: 20px
  }
  .sidebar-panel h2 {
    margin-bottom: 10px
  }
}

.header-panel--category {
  padding: 0
}

.header-panel--category .heading {
  position: relative;
  top: 12px
}

h1.news-heading {
  font-size: 144px!important
}

@media only screen and (max-width:767px) {
  h1.news-heading {
    font-size: 60px!important
  }
  .sidebar-panel h1 {
    font-size: 50px
  }
}

.sidebar-panel {
  background: url(../images/greenpanel.png) center center;
  position: relative;
  min-height: 800px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  max-width: 450px;
  border-radius: 12px;
  border: none
}

@media only screen and (max-width:991px) {
  .sidebar-panel {
    max-width: 100%;
    height: 400px;
    margin-top: 10px
  }
}

.sidebar-panel h1 {
  color: #fff;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0
}

.sidebar-panel h2 {
  color: #FFF;
  font-size: 30px;
  letter-spacing: -.94px
}

.sidebar-panel--page {
  text-align: center
}

.sidebar-panel--page .btn-lg {
  margin: 0 auto;
  min-width: 220px
}

.sidebar-panel--post {
  padding: 80px 40px 80px 45px;
  justify-content: space-between
}

.sidebar-panel--post .sidebar-panel-text {
  align-self: flex-start;
  margin-top: 70px
}

ul.list,
ul.list li {
  margin: 0
}

.sidebar-panel--post h1 {
  font-size: 64px;
  line-height: .9
}

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

ul.list--tags {
  margin: 0 -8px
}

ul.list--tags li {
  display: inline-block;
  margin: 0 8px 10px;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'montserratmedium_italic', serif;
  background-color: #FFF;
  color: #5FB8D9;
  padding: 5px 25px 0;
  border-radius: 12px
}

.post-author,
.post-date,
.teaser-title,
.u-textUppercase {
  text-transform: uppercase
}

ul.list--tags li:before {
  font-family: FontAwesome;
  font-size: 4px;
  content: '\f111';
  position: relative;
  color: #fff;
  left: -8px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle
}

ul.list--tags li a {
  transition: opacity .2s;
  opacity: 1
}

.filter-panel a,
.form--search button,
.teaser-image {
  transition: all .2s
}

ul.list--tags li a:active,
ul.list--tags li a:focus,
ul.list--tags li a:hover {
  opacity: .5
}

ul.list--tags li:first-of-type:before {
  display: none
}

.pagination-button,
.pagination-pages,
.pagination-pages li {
  display: inline-block
}

h1.heading--post {
  font-size: 64px;
  line-height: .9
}

@media only screen and (max-width:767px) {
  h1.heading--post {
    font-size: 40px
  }
}

h1.post-header {
  max-width: 600px;
  letter-spacing: -1px
}

.post-date {
  font-size: 20px;
  font-family: "montserratbold", sans-serif;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px
}

@media only screen and (min-width:768px) {
  .post-body blockquote {
    margin-left: 50px
  }
  .post-body {
    padding-bottom: 120px
  }
}

.post-author {
  font-size: 18px;
  color: #fff;
  font-family: montserratregular, sans-serif;
  margin-top: 5px
}

.posts {
  margin: 50px 0
}

@media only screen and (min-width:768px) {
  .posts {
    margin: 100px 0
  }
}

.pagination {
  margin-top: 100px;
  margin-bottom: 50px
}

.pagination-pages a,
.pagination-pages span {
  width: 62px;
  height: 62px;
  display: inline-block;
  margin: 0 5px;
  padding-top: 3px;
  background-color: #eef5f7;
  color: #ADCCD6;
  text-align: center;
  line-height: 62px;
  border-radius: 4px;
  transition: all .2s;
  font-size: 20px;
  font-family: "montserratbold", sans-serif
}

.pagination-pages a:active,
.pagination-pages a:focus,
.pagination-pages a:hover,
.pagination-pages span.current {
  background-color: #00A94E;
  color: #fff
}

.pagination-button {
  width: 62px;
  height: 62px;
  color: #70838B;
  font-size: 36px
}

.pagination-button:active,
.pagination-button:focus,
.pagination-button:hover {
  color: #00A94E
}

.pagination-button i {
  position: relative;
  top: 3px
}

.teaser {
  margin-bottom: 50px
}

.teaser--noImage {
  background-color: #eef5f7;
  border-radius: 18px;
  padding: 20px
}

@media only screen and (min-width:768px) {
  .teaser--noImage {
    padding: 50px 100px
  }
}

.teaser-image {
  height: 300px;
  width: 100%;
  border-radius: 18px;
  background-size: cover;
  background-position: center center;
  opacity: 1
}

.teaser-image:active,
.teaser-image:focus,
.teaser-image:hover {
  opacity: .8
}

.teaser-title {
  font-size: 28px
}

.teaser-title a {
  color: #465358
}

.teaser-time,
.teaser-title a:active,
.teaser-title a:focus,
.teaser-title a:hover {
  color: #00A94E
}

.teaser-author {
  color: #465358
}

ul.teaser-tags {
  margin-bottom: 10px
}

ul.teaser-tags li {
  background-color: #5FB8D9;
  color: #FFF;
  padding: 5px 25px 0;
  border-radius: 12px
}

.teaser-body {
  font-size: 18px;
  line-height: 1.8;
  color: #465358
}

.container--medium {
  max-width: 945px
}

@media all and (min-width:971px) {
  .container--medium {
    padding-left: 0;
    padding-right: 0
  }
}

.container--large {
  max-width: 1140px
}

embed,
iframe,
img,
object,
video {
  max-width: 100%
}

@media all and (min-width:1071px) {
  .container--large {
    padding-left: 0;
    padding-right: 0
  }
}

.container--offsetHeader {
  margin-top: 160px
}

.form--search {
  position: relative
}

.form--search input[type=text] {
  width: 100%;
  border-radius: 8px;
  border: none;
  padding: 7px 30px 0;
  font-family: montserratregular, sans-serif
}

.form--search input[type=text]::-webkit-input-placeholder {
  color: #465358;
  font-family: montserratregular, sans-serif
}

.form--search input[type=text]:-moz-placeholder {
  color: #465358;
  font-family: montserratregular, sans-serif
}

.form--search input[type=text]::-moz-placeholder {
  color: #465358;
  font-family: montserratregular, sans-serif
}

.form--search input[type=text]:-ms-input-placeholder {
  color: #465358;
  font-family: montserratregular, sans-serif
}

.form--search input[type=text]:focus::-webkit-input-placeholder {
  color: #465358
}

.form--search input[type=text]:focus:-moz-placeholder {
  color: #465358
}

.form--search input[type=text]:focus::-moz-placeholder {
  color: #465358
}

.form--search input[type=text]:focus:-ms-input-placeholder {
  color: #465358
}

.form--search button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: #5FB8D9;
  width: 80px;
  font-size: 32px;
  background-color: transparent
}

.filter-panel,
.form--search button:active,
.form--search button:focus,
.form--search button:hover {
  color: #465358
}

.filter {
  position: relative
}

.filter .filter-panel {
  display: none
}

.filter.is-active .filter-panel {
  display: block
}

.filter-panel {
  position: absolute;
  top: 80px;
  left: 30px;
  right: 30px;
  background-color: #fff;
  box-shadow: 0 10px 27px 1px rgba(0, 0, 0, .22);
  padding: 20px 0;
  z-index: 2
}

.filter-panel a,
.filter-panel span {
  padding: 7px 30px 5px;
  display: block
}

.filter-panel a:active,
.filter-panel a:focus,
.filter-panel a:hover {
  background-color: #00A94E;
  color: #fff
}

.filter-list {
  overflow-y: scroll;
  max-height: 335px
}

a.filter-toggle {
  width: 100%;
  line-height: 62px;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  height: 64px;
  padding: 4px 30px 0;
  display: block;
  cursor: pointer
}

a.filter-toggle:active,
a.filter-toggle:active i,
a.filter-toggle:focus,
a.filter-toggle:focus i,
a.filter-toggle:hover,
a.filter-toggle:hover i {
  color: #5FB8D9
}

a.filter-toggle i {
  position: absolute;
  top: 22px;
  right: 20px;
  color: #5FB8D9;
  font-size: 20px
}

.filter-label,
a.filter-link,
a.filter-toggle {
  font-family: montserratregular, sans-serif;
  font-size: 20px;
  color: #465358
}

.panel {
  border-radius: 12px
}

.panel--blue {
  background: center center no-repeat #5FB8D9;
  background-blend-mode: overlay;
  background-size: cover
}

.panel--green {
  background: url(../images/greenpanel.png) center center
}

.panel--header {
  padding: 35px 0 0 120px
}

.panel--action {
  padding: 60px 25px;
  margin-bottom: 40px
}

@media only screen and (min-width:992px) {
  .panel--action {
    margin: 0;
    padding: 60px 100px;
    min-height: 800px
  }
}

.panel-content--centered {
  display: flex;
  flex-direction: column;
  justify-content: center
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#5FB8D9'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 20px) center
}

.form--steps .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title,
.form--steps .gform_wrapper h3 {
  color: #FFF;
  font-size: 30px;
  font-family: "montserratbold", sans-serif;
  letter-spacing: -.94px;
  margin-bottom: 30px;
  margin-left: 0!important;
  opacity: 1
}

@media only screen and (max-width:640px) {
  .form--steps .gform_wrapper .gform_previous_button+.gform_next_button {
    margin-left: 20px
  }
}

.form--steps .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.form--steps .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  font-weight: 400
}

.form--steps .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li {
  align-items: flex-start
}

.form--steps .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox],
.form--steps .gform_wrapper input[type=checkbox] {
  background-color: #FFF!important
}

.form--steps .gform_wrapper input[type=text],
.form--steps .gform_wrapper li.gfield select {
  background-color: #FFF!important;
  margin: 5px 0
}

.form--steps .gform_wrapper input[type=checkbox] {
  background-color: #FFF;
  margin-left: 0!important;
  margin: 5px 0
}

.form--steps .gform_wrapper input[type=checkbox]:checked {
  background-image: url(../images/checkbox.png)!important;
  background-repeat: no-repeat;
  background-position: center;
  margin: 5px 0
}

@media only screen and (max-width:767px) {
  .form--steps .gform_wrapper input[type=submit] {
    margin-left: 20px
  }
}

.form--steps .gform_wrapper span {
  padding-left: 0
}

.form--steps .gform_wrapper ul.gform_fields li.gfield select {
  margin-left: 0!important;
  width: 100%!important
}

.form--steps .gform_wrapper .gform_page_footer {
  display: flex
}

@media (max-width:678px) {
  .form--steps .gform_wrapper li.gfield {
    width: 100%!important
  }
}

.form--steps .gform_wrapper .gform_wrapper,
.form--steps .gform_wrapper .ginput_full,
.form--steps .gform_wrapper .ginput_left,
.form--steps .gform_wrapper .ginput_right {
  overflow: visible!important
}

.form--steps .gform_wrapper div.ginput_container {
  margin-top: 0!important
}

.form--steps .gform_wrapper .button.gform_next_button,
.form--steps .gform_wrapper .button.gform_previous_button,
.form--steps .gform_wrapper .gform_button,
.form--steps .gform_wrapper .gform_next_button,
.form--steps .gform_wrapper .gform_previous_button {
  background-color: #FFF;
  color: #00A94E;
  font-family: 'montserratbold';
  font-size: 16px!important;
  text-transform: uppercase;
  letter-spacing: 3px;
  height: 62px;
  width: 170px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  border: 0;
  -webkit-font-smoothing: antialiased
}

.form--steps .gform_wrapper .button.gform_next_button:hover,
.form--steps .gform_wrapper .button.gform_previous_button:hover,
.form--steps .gform_wrapper .gform_button:hover,
.form--steps .gform_wrapper .gform_next_button:hover,
.form--steps .gform_wrapper .gform_previous_button:hover {
  cursor: pointer;
  color: #FFF;
  background-color: #00A94E;
  border: 1px solid #FFF
}

.form--steps .gform_wrapper .gfield_checkbox li label,
.form--steps .gform_wrapper .gfield_radio li label,
.form--steps .gform_wrapper label {
  color: #FFF;
  font-size: 22px;
  font-family: 'montserratregular';
  font-weight: 400;
  width: 100%;
  line-height: 1.4;
  padding-bottom: 5px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
  .form--steps .gform_wrapper .gfield_checkbox li label, .form--steps .gform_wrapper .gfield_radio li label, .form--steps .gform_wrapper label {
    width: 80%
  }
}

@media only screen and (max-width:767px) {
  .form--steps .gform_wrapper .gfield_checkbox li label, .form--steps .gform_wrapper .gfield_radio li label, .form--steps .gform_wrapper label {
    font-size: 18px;
    width: 400px
  }
}

@media (max-width:500px) {
  .form--steps .gform_wrapper .gfield_checkbox li label, .form--steps .gform_wrapper .gfield_radio li label, .form--steps .gform_wrapper label {
    width: 250px
  }
}

.form--steps .gform_wrapper .btn-next-form {
  margin-top: 20px
}

.form--steps .gform_wrapper .gform_ajax_spinner {
  height: 30px;
  margin-top: 15px
}

.form--steps .gform_wrapper li.gfield.gfield_error,
.form--steps .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  border: none;
  padding: 0!important;
  margin: 0!important
}

.form--steps .gform_wrapper div.validation_error {
  border: none;
  background-color: transparent;
  text-align: left
}

@media only screen and (min-width:641px) {
  .form--steps .gform_wrapper li.gfield.gfield_error.gf_left_half {
    padding-right: 16px!important
  }
}

.form--steps .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name>span {
  width: 39%
}

.form--steps .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span {
  margin: 0!important;
  float: none!important;
  display: inline-block
}

.form--steps .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name>span+span {
  width: 60%;
  padding-right: 16px
}

@media only screen and (min-width:768px) {
  .form--steps .gform_wrapper .ginput_complex.ginput_container.ginput_container_address {
    margin-bottom: -5px
  }
  .form--steps .gform_wrapper .ginput_complex.ginput_container.ginput_container_address span {
    float: none
  }
  .form--steps .gform_wrapper .ginput_complex.ginput_container.ginput_container_address span select {
    margin: 5px 0!important
  }
  .form--steps .gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_line_1 {
    margin-bottom: 15px
  }
  .form--steps .gform_wrapper .ginput_complex.ginput_container.ginput_container_address input {
    padding-bottom: 0!important
  }
  .form--steps .gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_city {
    width: 45%;
    padding-right: 16px!important;
    margin-right: 0!important
  }
  .form--steps .gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_state {
    width: 20%;
    padding-right: 16px!important;
    margin-right: 0!important
  }
  .form--steps .gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_zip {
    width: 35%;
    margin-right: 0!important;
    padding-right: 0!important
  }
}

.action-footer {
  margin: 50px 0
}

@media only screen and (min-width:768px) {
  .action-footer {
    margin-top: 60px;
    margin-bottom: 100px
  }
}

.action-footer p {
  color: #465358;
  font-size: 18px;
  line-height: 32px;
  font-family: 'montserratregular'
}

.action-footer-left {
  margin-bottom: 10px
}

@media only screen and (min-width:768px) {
  .action-footer-left {
    margin-bottom: 0;
    float: left
  }
  .action-footer-right {
    margin-left: 120px
  }
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  background: #B1C4CB;
  right: 10px
}

.u-marginT20 {
  margin-top: 20px
}

.u-marginB20 {
  margin-bottom: 20px
}

@media only screen and (min-width:768px) {
  .u-marginB0--md {
    margin-bottom: 0
  }
}

.u-displayFlex {
  display: flex
}

@media only screen and (min-width:992px) {
  .u-marginT0--md {
    margin-top: 0
  }
  .u-displayFlex--md {
    display: flex
  }
}

.u-colorWhite {
  color: #fff
}

.u-colorGray {
  color: #465358
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell
  }
}

img {
  display: block;
  height: auto
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.featherlight-iframe .featherlight-content {
  overflow-y: hidden!important;
}

body.page-id-3215 iframe {
  height: 500px;
}

body.page-id-3215.fr-view p {
    line-height: 2.3 !important;
}

body.page-id-3212 iframe {
  min-height: 1250px !important;
}

.mejs-video,
.wp-video,
iframe {
  display: block;
  width: 780px!important;
  height: 439px;
  margin: 60px auto;
  border-radius: 18px
}

@media only screen and (max-width:991px) {
  .mejs-video, .wp-video, iframe {
    width: 100%!important;
    height: 308px!important;
    margin-left: 0
  }
}

iframe {
  border: 0;
  overflow: hidden
}

