@charset "UTF-8";
/*!
 * 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%; }

body {
  margin: 0; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !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: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .gform_button > .caret,
  .dropup > .btn > .caret,
  .dropup > .gform_button > .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 th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

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

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

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "\e201"; }

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

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

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

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

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

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

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

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

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

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

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

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

a {
  color: #29509D;
  text-decoration: none; }
  a:hover, a:focus {
    color: #193160;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

.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: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit; }
  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: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }
small,
.small {
  font-size: 85%; }

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

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

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

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #29509D; }

a.text-primary:hover,
a.text-primary:focus {
  color: #1e3b75; }

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #29509D; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1e3b75; }

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  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; } }

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row, .gform_fields {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .gform_fields:before, .row:after, .gform_fields:after {
    content: " ";
    display: table; }
  .row:after, .gform_fields:after {
    clear: both; }

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

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

.col-xs-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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-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%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control, .gform_fields input, .gform_fields select, .gform_fields textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, .gform_fields input:focus, .gform_fields select:focus, .gform_fields textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, .gform_fields input::-moz-placeholder, .gform_fields select::-moz-placeholder, .gform_fields textarea::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .gform_fields input:-ms-input-placeholder, .gform_fields select:-ms-input-placeholder, .gform_fields textarea:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, .gform_fields input::-webkit-input-placeholder, .gform_fields select::-webkit-input-placeholder, .gform_fields textarea::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand, .gform_fields input::-ms-expand, .gform_fields select::-ms-expand, .gform_fields textarea::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .gform_fields input[disabled], .gform_fields select[disabled], .gform_fields textarea[disabled], .form-control[readonly], .gform_fields input[readonly], .gform_fields select[readonly], .gform_fields textarea[readonly], fieldset[disabled] .form-control, fieldset[disabled] .gform_fields input, .gform_fields fieldset[disabled] input, fieldset[disabled] .gform_fields select, .gform_fields fieldset[disabled] select, fieldset[disabled] .gform_fields textarea, .gform_fields fieldset[disabled] textarea {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], .gform_fields input[disabled], .gform_fields select[disabled], .gform_fields textarea[disabled], fieldset[disabled] .form-control, fieldset[disabled] .gform_fields input, .gform_fields fieldset[disabled] input, fieldset[disabled] .gform_fields select, .gform_fields fieldset[disabled] select, fieldset[disabled] .gform_fields textarea, .gform_fields fieldset[disabled] textarea {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input.form-control[type="date"], .gform_fields input[type="date"], .gform_fields select[type="date"], .gform_fields textarea[type="date"],
  input.form-control[type="time"],
  .gform_fields input[type="time"],
  .gform_fields select[type="time"],
  .gform_fields textarea[type="time"],
  input.form-control[type="datetime-local"],
  .gform_fields input[type="datetime-local"],
  .gform_fields select[type="datetime-local"],
  .gform_fields textarea[type="datetime-local"],
  input.form-control[type="month"],
  .gform_fields input[type="month"],
  .gform_fields select[type="month"],
  .gform_fields textarea[type="month"] {
    line-height: 34px; }
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"], .gform_fields .input-group-sm > select[type="date"], .gform_fields .input-group-sm > textarea[type="date"],
  .input-group-sm > .input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > .btn[type="date"],
  .input-group-sm > .input-group-btn > .gform_button[type="date"], .input-group-sm input[type="date"],
  input.input-sm[type="time"],
  .input-group-sm > .form-control[type="time"],
  .gform_fields .input-group-sm > select[type="time"],
  .gform_fields .input-group-sm > textarea[type="time"],
  .input-group-sm > .input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > .btn[type="time"],
  .input-group-sm > .input-group-btn > .gform_button[type="time"], .input-group-sm input[type="time"],
  input.input-sm[type="datetime-local"],
  .input-group-sm > .form-control[type="datetime-local"],
  .gform_fields .input-group-sm > select[type="datetime-local"],
  .gform_fields .input-group-sm > textarea[type="datetime-local"],
  .input-group-sm > .input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > .btn[type="datetime-local"],
  .input-group-sm > .input-group-btn > .gform_button[type="datetime-local"], .input-group-sm input[type="datetime-local"],
  input.input-sm[type="month"],
  .input-group-sm > .form-control[type="month"],
  .gform_fields .input-group-sm > select[type="month"],
  .gform_fields .input-group-sm > textarea[type="month"],
  .input-group-sm > .input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > .btn[type="month"],
  .input-group-sm > .input-group-btn > .gform_button[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px; }
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"], .gform_fields .input-group-lg > select[type="date"], .gform_fields .input-group-lg > textarea[type="date"],
  .input-group-lg > .input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > .btn[type="date"],
  .input-group-lg > .input-group-btn > .gform_button[type="date"], .input-group-lg input[type="date"],
  input.input-lg[type="time"],
  .input-group-lg > .form-control[type="time"],
  .gform_fields .input-group-lg > select[type="time"],
  .gform_fields .input-group-lg > textarea[type="time"],
  .input-group-lg > .input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > .btn[type="time"],
  .input-group-lg > .input-group-btn > .gform_button[type="time"], .input-group-lg input[type="time"],
  input.input-lg[type="datetime-local"],
  .input-group-lg > .form-control[type="datetime-local"],
  .gform_fields .input-group-lg > select[type="datetime-local"],
  .gform_fields .input-group-lg > textarea[type="datetime-local"],
  .input-group-lg > .input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > .btn[type="datetime-local"],
  .input-group-lg > .input-group-btn > .gform_button[type="datetime-local"], .input-group-lg input[type="datetime-local"],
  input.input-lg[type="month"],
  .input-group-lg > .form-control[type="month"],
  .gform_fields .input-group-lg > select[type="month"],
  .gform_fields .input-group-lg > textarea[type="month"],
  .input-group-lg > .input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > .btn[type="month"],
  .input-group-lg > .input-group-btn > .gform_button[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px; } }

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

.radio,
.checkbox,
.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label,
  .gform_wrapper ul.gfield_radio li label,
  .gform_wrapper ul.gfield_checkbox li label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

.radio + .radio,
.checkbox + .checkbox,
.gform_wrapper ul.gfield_radio li + .checkbox,
.gform_wrapper ul.gfield_checkbox li + .checkbox,
.gform_wrapper ul.gfield_radio .checkbox + li,
.gform_wrapper ul.gfield_radio li + li,
.gform_wrapper ul.gfield_checkbox .checkbox + li,
.gform_wrapper ul.gfield_checkbox li + li {
  margin-top: -5px; }

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

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

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

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

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
.gform_wrapper ul.gfield_radio li.disabled label,
.gform_wrapper ul.gfield_checkbox li.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .gform_wrapper ul.gfield_radio li label, .gform_wrapper ul.gfield_radio fieldset[disabled] li label, fieldset[disabled] .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_checkbox fieldset[disabled] li label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .gform_fields .input-group-lg > input.form-control-static, .gform_fields .input-group-lg > select.form-control-static, .gform_fields .input-group-lg > textarea.form-control-static,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .input-group-lg > .input-group-btn > .form-control-static.gform_button, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .gform_fields .input-group-sm > input.form-control-static, .gform_fields .input-group-sm > select.form-control-static, .gform_fields .input-group-sm > textarea.form-control-static,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn,
  .input-group-sm > .input-group-btn > .form-control-static.gform_button {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .gform_fields .input-group-sm > input, .gform_fields .input-group-sm > select, .gform_fields .input-group-sm > textarea,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .gform_button {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.gform_button {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.gform_button,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.gform_fields .input-group-sm > input[multiple],
.gform_fields .input-group-sm > select[multiple],
.gform_fields .input-group-sm > textarea[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple],
.input-group-sm > .input-group-btn > .gform_button[multiple] {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .gform_fields input, .gform_fields .form-group-sm input, .form-group-sm .gform_fields select, .gform_fields .form-group-sm select, .form-group-sm .gform_fields textarea, .gform_fields .form-group-sm textarea {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .gform_fields .input-group-lg > input, .gform_fields .input-group-lg > select, .gform_fields .input-group-lg > textarea,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .gform_button {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.gform_button {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.gform_button,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.gform_fields .input-group-lg > input[multiple],
.gform_fields .input-group-lg > select[multiple],
.gform_fields .input-group-lg > textarea[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple],
.input-group-lg > .input-group-btn > .gform_button[multiple] {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .gform_fields input, .gform_fields .form-group-lg input, .form-group-lg .gform_fields select, .gform_fields .form-group-lg select, .form-group-lg .gform_fields textarea, .gform_fields .form-group-lg textarea {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

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

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .gform_fields input, .gform_fields .has-feedback input, .has-feedback .gform_fields select, .gform_fields .has-feedback select, .has-feedback .gform_fields textarea, .gform_fields .has-feedback textarea {
    padding-right: 42.5px; }

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .gform_fields .input-group-lg > input + .form-control-feedback, .gform_fields .input-group-lg > select + .form-control-feedback, .gform_fields .input-group-lg > textarea + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .gform_button + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .gform_fields input + .form-control-feedback,
.gform_fields .form-group-lg input + .form-control-feedback,
.form-group-lg .gform_fields select + .form-control-feedback,
.gform_fields .form-group-lg select + .form-control-feedback,
.form-group-lg .gform_fields textarea + .form-control-feedback,
.gform_fields .form-group-lg textarea + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .gform_fields .input-group-sm > input + .form-control-feedback, .gform_fields .input-group-sm > select + .form-control-feedback, .gform_fields .input-group-sm > textarea + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .gform_button + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .gform_fields input + .form-control-feedback,
.gform_fields .form-group-sm input + .form-control-feedback,
.form-group-sm .gform_fields select + .form-control-feedback,
.gform_fields .form-group-sm select + .form-control-feedback,
.form-group-sm .gform_fields textarea + .form-control-feedback,
.gform_fields .form-group-sm textarea + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

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

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

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

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

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

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

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

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_radio .has-error li,
.has-error .gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_checkbox .has-error li,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .gform_wrapper ul.gfield_radio li.has-error label, .gform_wrapper ul.gfield_checkbox li.has-error label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }

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

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

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

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .gform_fields input, .gform_fields .form-inline input, .form-inline .gform_fields select, .gform_fields .form-inline select, .form-inline .gform_fields textarea, .gform_fields .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .gform_fields input,
    .gform_fields .form-inline .input-group input,
    .form-inline .input-group .gform_fields select,
    .gform_fields .form-inline .input-group select,
    .form-inline .input-group .gform_fields textarea,
    .gform_fields .form-inline .input-group textarea {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .gform_fields .input-group > input, .gform_fields .form-inline .input-group > input, .form-inline .gform_fields .input-group > select, .gform_fields .form-inline .input-group > select, .form-inline .gform_fields .input-group > textarea, .gform_fields .form-inline .input-group > textarea {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox,
  .form-inline .gform_wrapper ul.gfield_radio li,
  .gform_wrapper ul.gfield_radio .form-inline li,
  .form-inline .gform_wrapper ul.gfield_checkbox li,
  .gform_wrapper ul.gfield_checkbox .form-inline li {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label,
    .form-inline .gform_wrapper ul.gfield_radio li label,
    .gform_wrapper ul.gfield_radio .form-inline li label,
    .form-inline .gform_wrapper ul.gfield_checkbox li label,
    .gform_wrapper ul.gfield_checkbox .form-inline li label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .gform_wrapper ul.gfield_radio li input[type="checkbox"],
  .gform_wrapper ul.gfield_radio .form-inline li input[type="checkbox"],
  .form-inline .gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
  .gform_wrapper ul.gfield_checkbox .form-inline li input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_radio .form-horizontal li,
.form-horizontal .gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_checkbox .form-horizontal li,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_radio .form-horizontal li,
.form-horizontal .gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_checkbox .form-horizontal li {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.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: 18px; } }

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

.btn, .gform_button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .gform_button:focus, .btn.focus, .focus.gform_button, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .gform_button:hover, .btn:focus, .gform_button:focus, .btn.focus, .focus.gform_button {
    color: #333;
    text-decoration: none; }
  .btn:active, .gform_button:active, .btn.active, .active.gform_button {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .disabled.gform_button, .btn[disabled], .gform_button[disabled], fieldset[disabled] .btn, fieldset[disabled] .gform_button {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, a.disabled.gform_button, fieldset[disabled] a.btn, fieldset[disabled] a.gform_button {
  pointer-events: 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:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, .gform_button {
  color: #fff;
  background-color: #29509D;
  border-color: #244689; }
  .btn-primary:focus, .gform_button:focus, .btn-primary.focus, .focus.gform_button {
    color: #fff;
    background-color: #1e3b75;
    border-color: #091224; }
  .btn-primary:hover, .gform_button:hover {
    color: #fff;
    background-color: #1e3b75;
    border-color: #172d58; }
  .btn-primary:active, .gform_button:active, .btn-primary.active, .active.gform_button, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.gform_button {
    color: #fff;
    background-color: #1e3b75;
    border-color: #172d58; }
    .btn-primary:active:hover, .gform_button:active:hover, .btn-primary:active:focus, .gform_button:active:focus, .btn-primary.focus:active, .gform_button.focus:active, .btn-primary.active:hover, .active.gform_button:hover, .btn-primary.active:focus, .active.gform_button:focus, .btn-primary.active.focus, .active.focus.gform_button, .open > .btn-primary.dropdown-toggle:hover, .open > .dropdown-toggle.gform_button:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .dropdown-toggle.gform_button:focus, .open > .btn-primary.dropdown-toggle.focus, .open > .dropdown-toggle.focus.gform_button {
      color: #fff;
      background-color: #172d58;
      border-color: #091224; }
  .btn-primary:active, .gform_button:active, .btn-primary.active, .active.gform_button, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.gform_button {
    background-image: none; }
  .btn-primary.disabled:hover, .disabled.gform_button:hover, .btn-primary.disabled:focus, .disabled.gform_button:focus, .btn-primary.disabled.focus, .disabled.focus.gform_button, .btn-primary[disabled]:hover, .gform_button[disabled]:hover, .btn-primary[disabled]:focus, .gform_button[disabled]:focus, .btn-primary.focus[disabled], .focus.gform_button[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .gform_button:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .gform_button:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .focus.gform_button {
    background-color: #29509D;
    border-color: #244689; }
  .btn-primary .badge, .gform_button .badge {
    color: #29509D;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5FA93C;
  border-color: #549635; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #4a832f;
    border-color: #203814; }
  .btn-success:hover {
    color: #fff;
    background-color: #4a832f;
    border-color: #3b6925; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #4a832f;
    border-color: #3b6925; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #3b6925;
      border-color: #203814; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5FA93C;
    border-color: #549635; }
  .btn-success .badge {
    color: #5FA93C;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #4CBBD8;
  border-color: #37b3d3; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #2ba6c6;
    border-color: #196072; }
  .btn-info:hover {
    color: #fff;
    background-color: #2ba6c6;
    border-color: #258da9; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2ba6c6;
    border-color: #258da9; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #258da9;
      border-color: #196072; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #4CBBD8;
    border-color: #37b3d3; }
  .btn-info .badge {
    color: #4CBBD8;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #4CBBD8;
  border-color: #37b3d3; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #2ba6c6;
    border-color: #196072; }
  .btn-warning:hover {
    color: #fff;
    background-color: #2ba6c6;
    border-color: #258da9; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #2ba6c6;
    border-color: #258da9; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #258da9;
      border-color: #196072; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #4CBBD8;
    border-color: #37b3d3; }
  .btn-warning .badge {
    color: #4CBBD8;
    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:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #29509D;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #193160;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .gform_button {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .gform_button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .gform_button {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #29509D; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .gform_button,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .gform_button {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .gform_button:hover, .btn-group > .btn:focus, .btn-group > .gform_button:focus, .btn-group > .btn:active, .btn-group > .gform_button:active, .btn-group > .btn.active, .btn-group > .active.gform_button,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .gform_button:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .gform_button:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .gform_button:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.gform_button {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .gform_button + .btn, .btn-group .btn + .gform_button, .btn-group .gform_button + .gform_button,
.btn-group .btn + .btn-group,
.btn-group .gform_button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .gform_button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar .gform_button,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .btn-toolbar > .gform_button,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .gform_button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > .gform_button:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .gform_button:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .gform_button:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .gform_button {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .gform_button:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .gform_button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .btn-group > .gform_button + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .gform_button + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret, .gform_button .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .gform_button .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .gform_button .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .gform_button,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .gform_button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .gform_button {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .gform_button + .btn, .btn-group-vertical > .btn + .gform_button, .btn-group-vertical > .gform_button + .gform_button,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .gform_button + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .gform_button,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .gform_button:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .gform_button:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .gform_button:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .gform_button {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .gform_button:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .gform_button:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .btn-group-justified > .gform_button,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .gform_button {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .gform_button input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .gform_button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control, .input-group .gform_fields input, .gform_fields .input-group input, .input-group .gform_fields select, .gform_fields .input-group select, .input-group .gform_fields textarea, .gform_fields .input-group textarea {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .gform_fields input:focus, .gform_fields .input-group input:focus, .input-group .gform_fields select:focus, .gform_fields .input-group select:focus, .input-group .gform_fields textarea:focus, .gform_fields .input-group textarea:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .gform_fields input,
.gform_fields .input-group input,
.input-group .gform_fields select,
.gform_fields .input-group select,
.input-group .gform_fields textarea,
.gform_fields .input-group textarea {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  .input-group .gform_fields input:not(:first-child):not(:last-child),
  .gform_fields .input-group input:not(:first-child):not(:last-child),
  .input-group .gform_fields select:not(:first-child):not(:last-child),
  .gform_fields .input-group select:not(:first-child):not(:last-child),
  .input-group .gform_fields textarea:not(:first-child):not(:last-child),
  .gform_fields .input-group textarea:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .input-group-sm > .input-group-btn > .input-group-addon.gform_button {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .input-group-lg > .input-group-btn > .input-group-addon.gform_button {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group .gform_fields input:first-child, .gform_fields .input-group input:first-child, .input-group .gform_fields select:first-child, .gform_fields .input-group select:first-child, .input-group .gform_fields textarea:first-child, .gform_fields .input-group textarea:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .gform_button,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .gform_button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .gform_button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .gform_button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group .gform_fields input:last-child, .gform_fields .input-group input:last-child, .input-group .gform_fields select:last-child, .gform_fields .input-group select:last-child, .input-group .gform_fields textarea:last-child, .gform_fields .input-group textarea:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .gform_button,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .gform_button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .gform_button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .gform_button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .input-group-btn > .gform_button {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .gform_button + .btn, .input-group-btn > .btn + .gform_button, .input-group-btn > .gform_button + .gform_button {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .gform_button:hover, .input-group-btn > .btn:focus, .input-group-btn > .gform_button:focus, .input-group-btn > .btn:active, .input-group-btn > .gform_button:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .gform_button,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .gform_button,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #29509D; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #29509D; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #fff; } }
.tab-content > .tab-pane {
  display: none; }

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }
.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form .gform_fields input, .gform_fields .navbar-form input, .navbar-form .gform_fields select, .gform_fields .navbar-form select, .navbar-form .gform_fields textarea, .gform_fields .navbar-form textarea {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control,
      .navbar-form .input-group .gform_fields input,
      .gform_fields .navbar-form .input-group input,
      .navbar-form .input-group .gform_fields select,
      .gform_fields .navbar-form .input-group select,
      .navbar-form .input-group .gform_fields textarea,
      .gform_fields .navbar-form .input-group textarea {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form .gform_fields .input-group > input, .gform_fields .navbar-form .input-group > input, .navbar-form .gform_fields .input-group > select, .gform_fields .navbar-form .input-group > select, .navbar-form .gform_fields .input-group > textarea, .gform_fields .navbar-form .input-group > textarea {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox,
    .navbar-form .gform_wrapper ul.gfield_radio li,
    .gform_wrapper ul.gfield_radio .navbar-form li,
    .navbar-form .gform_wrapper ul.gfield_checkbox li,
    .gform_wrapper ul.gfield_checkbox .navbar-form li {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label,
      .navbar-form .gform_wrapper ul.gfield_radio li label,
      .gform_wrapper ul.gfield_radio .navbar-form li label,
      .navbar-form .gform_wrapper ul.gfield_checkbox li label,
      .gform_wrapper ul.gfield_checkbox .navbar-form li label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .gform_wrapper ul.gfield_radio li input[type="checkbox"],
    .gform_wrapper ul.gfield_radio .navbar-form li input[type="checkbox"],
    .navbar-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
    .gform_wrapper ul.gfield_checkbox .navbar-form li input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.gform_button {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.gform_button {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #29509D;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #193160;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #29509D;
    border-color: #29509D;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, .gform_button .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #29509D; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #1e3b75; }

.label-success {
  background-color: #5FA93C; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #4a832f; }

.label-info {
  background-color: #4CBBD8; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #2ba6c6; }

.label-warning {
  background-color: #4CBBD8; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #2ba6c6; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .gform_button .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .gform_button .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #29509D;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #666; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #29509D; }

.alert, .validation_message, .validation_error, .gfield_description {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4, .validation_message h4, .validation_error h4, .gfield_description h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link, .validation_message .alert-link, .validation_error .alert-link, .gfield_description .alert-link {
    font-weight: bold; }
  .alert > p, .validation_message > p, .validation_error > p, .gfield_description > p,
  .alert > ul,
  .validation_message > ul,
  .validation_error > ul,
  .gfield_description > ul {
    margin-bottom: 0; }
  .alert > p + p, .validation_message > p + p, .validation_error > p + p, .gfield_description > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success, .validation_message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr, .validation_message hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link, .validation_message .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger, .validation_error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr, .validation_error hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link, .validation_error .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #29509D;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5FA93C; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #4CBBD8; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #4CBBD8; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #29509D;
  border-color: #29509D; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #a9bfe9; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #29509D; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #29509D;
    border-color: #29509D; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #29509D; }
    .panel-primary > .panel-heading .badge {
      color: #29509D;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #29509D; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .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%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .gform_button + .btn, .modal-footer .btn + .gform_button, .modal-footer .gform_button + .gform_button {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .gform_button + .btn, .modal-footer .btn-group .btn + .gform_button, .modal-footer .btn-group .gform_button + .gform_button {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn, .carousel-caption .gform_button {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (orientation: portrait) {
  html[data-useragent*='iPhone'] .mobile-nav-menu {
    padding-bottom: 54px; } }

/* bootstrap sizes */
/****************************
COLOR FUNCTIONS
****************************/
/* The base size for REM calculations */
html {
  font-size: 10px;
  letter-spacing: 0.02em; }

body, p {
  font-size: 1.6rem; }

p {
  margin-bottom: 1em; }

h1, .h1 {
  font-size: 4rem;
  line-height: 1.25em;
  margin: .5em 0 .5em; }

h2, .h2 {
  font-size: 3.4rem;
  line-height: 1.15384615em;
  margin: .5em 0 .5em; }

h3, .h3 {
  font-size: 2.4rem;
  line-height: 1.13636364em;
  margin: .5em 0 .5em; }

h4, .h4 {
  font-size: 1.8rem;
  line-height: 1.11111111em;
  margin: .5em 0 .5em; }

h5, .h5 {
  font-size: 2.4rem;
  line-height: 1.43em;
  margin: .5em 0 .5em; }

h6, .h6 {
  font-size: 2rem;
  line-height: 1.11111111em;
  margin: .5em 0 .5em; }

blockquote, .lead {
  font-size: 1.25rem;
  line-height: 1.25em; }

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 5rem;
    line-height: 1.125em; }
  h2, .h2 {
    font-size: 4rem;
    line-height: 1.25em; }
  h3, .h3 {
    font-size: 3rem;
    line-height: 1.25em; }
  blockquote, .lead {
    font-size: 1.5rem;
    line-height: 1.45833333em; } }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

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

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

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

a img.alignnone {
  margin: 5px 20px 20px 0; }

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

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.gallery-columns-3 .gallery-item {
  width: 33% !important;
  height: auto !important;
  float: left;
  padding: 5px; }

/* global */
.body-overflow {
  overflow: hidden;
  width: 100%; }

img {
  max-width: 100%;
  height: auto; }
  img.bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    z-index: 0; }

.bg-img-container {
  overflow: hidden;
  position: relative; }

a {
  transition: all 0.2s; }
  a:hover, a:focus {
    text-decoration: none; }

.btn, .gform_button {
  border-width: 2px;
  border-radius: 2px;
  font-size: 1.6rem;
  font-weight: 700;
  background: #EE7622;
  padding: 10px 30px;
  min-width: 200px;
  text-align: center;
  letter-spacing: 0.05em;
  transition: all 0.2s; }
  .btn.btn-orange, .btn-orange.gform_button {
    background: #EE7622;
    border-color: #EE7622;
    color: #ffffff; }
    .btn.btn-orange:hover, .btn-orange.gform_button:hover, .btn.btn-orange:focus, .btn-orange.gform_button:focus {
      color: #EE7622;
      background: transparent; }
  .btn.btn-blue, .btn-blue.gform_button {
    background: #29509D;
    border-color: #29509D;
    color: #ffffff; }
    .btn.btn-blue:hover, .btn-blue.gform_button:hover, .btn.btn-blue:focus, .btn-blue.gform_button:focus {
      color: #29509D;
      background: transparent; }
  .btn.btn-dkblue, .btn-dkblue.gform_button {
    background: #00315D;
    border-color: #00315D;
    color: #ffffff; }
    .btn.btn-dkblue:hover, .btn-dkblue.gform_button:hover, .btn.btn-dkblue:focus, .btn-dkblue.gform_button:focus {
      color: #00315D;
      background: transparent; }
  .btn.btn-green, .btn-green.gform_button {
    background: #5FA93C;
    border-color: #5FA93C;
    color: #ffffff; }
    .btn.btn-green:hover, .btn-green.gform_button:hover, .btn.btn-green:focus, .btn-green.gform_button:focus {
      color: #5FA93C;
      background: transparent; }
  .btn.btn-teal, .btn-teal.gform_button {
    background: #4CBBD8;
    border-color: #4CBBD8;
    color: #ffffff; }
    .btn.btn-teal:hover, .btn-teal.gform_button:hover, .btn.btn-teal:focus, .btn-teal.gform_button:focus {
      color: #4CBBD8;
      background: transparent; }
  .btn.btn-white, .btn-white.gform_button {
    background: #ffffff;
    color: #666;
    border-color: #ffffff; }
    .btn.btn-white:hover, .btn-white.gform_button:hover, .btn.btn-white:focus, .btn-white.gform_button:focus {
      color: #ffffff;
      background: transparent; }
  .btn.btn-transparent, .btn-transparent.gform_button {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff; }
    .btn.btn-transparent:hover, .btn-transparent.gform_button:hover, .btn.btn-transparent:focus, .btn-transparent.gform_button:focus {
      color: #29509D;
      background: rgba(255, 255, 255, 0.6); }
  .btn.btn-full, .btn-full.gform_button {
    display: block;
    width: 100%; }
  .btn:hover, .gform_button:hover, .btn:focus, .gform_button:focus {
    outline: none; }

.blue-text {
  color: #29509D; }

.h-blue h1, .h-blue .h1, .h-blue h2, .h-blue .h2, .h-blue h3, .h-blue .h3, .h-blue h4, .h-blue .h4, .h-blue h5, .h-blue .h5, .h-blue h6, .h-blue .h6 {
  color: #29509D; }

.bg-ltblue {
  background-color: #F0F5FB; }

.bg-blue {
  background-color: #29509D;
  color: #ffffff; }
  .bg-blue.sidebar {
    color: #ffffff; }
    .bg-blue.sidebar h1, .bg-blue.sidebar .h1, .bg-blue.sidebar h2, .bg-blue.sidebar .h2, .bg-blue.sidebar h3, .bg-blue.sidebar .h3, .bg-blue.sidebar h4, .bg-blue.sidebar .h4 {
      color: #ffffff; }

.bg-dkblue {
  background-color: #00315D;
  color: #ffffff; }

.bg-pink {
  background-color: #B41782;
  color: #ffffff; }
  .bg-pink .btn-white {
    color: #B41782; }
    .bg-pink .btn-white:hover, .bg-pink .btn-white:focus {
      color: #ffffff; }

.bg-ltgrey {
  background-color: #cfcfcf; }

.section {
  padding: 60px 0;
  position: relative;
  z-index: 2; }
  .section h2:first-of-type, .section h3:first-of-type {
    margin-top: 0; }
  .section p, .section ul {
    font-size: 2rem; }
  @media (max-width: 767px) {
    .section p, .section ul {
      font-size: 1.8rem; } }
@media (max-width: 767px) {
  .mobile-center {
    text-align: center; } }

.section-thin {
  padding: 40px 0; }
  @media (max-width: 767px) {
    .section-thin {
      padding: 30px 0; } }
.section-thinnest {
  padding: 20px 0; }

.section-none {
  padding: 0; }

.school-pattern {
  background: #00315D;
  background-image: url(../images/schoolpattern.jpg);
  background-repeat: repeat;
  min-height: auto; }

.bottom-p-no-margin p:last-of-type {
  margin-bottom: 0; }

p.lg {
  font-size: 2.4rem; }

p.teal {
  color: #4CBBD8; }

p.strong {
  font-weight: 700; }

.p-lg p {
  font-size: 2.2rem; }

.row-eq-height {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.sidedrawer-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  visibility: hidden;
  z-index: -100;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s linear, z-index 0s 0.15s linear, visibility 0s 0.15s linear;
  pointer-events: none; }
  .sidedrawer-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
    visibility: visible;
    z-index: 10;
    transition: z-index 0s linear, visibility 0s linear, opacity 0.15s 0.15s linear; }

#hero {
  position: relative;
  z-index: 1;
  min-height: 40vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(17, 17, 17, 0.5); }
  #hero.video-hero {
    min-height: 80vh; }
    @media (max-width: 991px) {
      #hero.video-hero {
        min-height: 40vh; } }
  #hero .bg-img-container {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    #hero .bg-img-container:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      background-color: rgba(23, 40, 55, 0.4); }
  #hero > .container {
    position: relative;
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 100px; }
    #hero > .container a {
      margin-top: 30px;
      display: inline-block;
      color: #ffffff;
      font-size: 2rem; }
      #hero > .container a .material-icons {
        color: #EE7622;
        transition: all 0.2s;
        font-size: 1em;
        vertical-align: middle;
        margin-left: 6px; }
      #hero > .container a:hover, #hero > .container a:focus {
        color: #4CBBD8; }
        #hero > .container a:hover .material-icons, #hero > .container a:focus .material-icons {
          color: #4CBBD8; }
    #hero > .container p {
      font-size: 2rem;
      font-weight: 700; }
  #hero .bg-vid-container {
    position: relative;
    overflow: hidden;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    #hero .bg-vid-container:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      background-color: rgba(23, 40, 55, 0.4); }
    #hero .bg-vid-container video {
      object-fit: cover;
      min-height: 100%;
      min-width: 100%;
      width: auto;
      height: 100%; }
  @media (max-width: 991px) {
    #hero .bg-vid-container {
      display: none; } }
  @media (max-width: 767px) {
    #hero > .container {
      width: 100%; }
      #hero > .container p {
        font-size: 1.8rem; } }
@media (max-width: 575px) {
  .blog #hero > .container {
    padding-top: 150px;
    padding-bottom: 50px; } }

.hero-reminder {
  position: relative;
  background: #EE7622;
  font-size: 1.4rem;
  line-height: 50px;
  text-align: center; }
  .hero-reminder .fa {
    font-size: 2em;
    margin-right: 20px;
    vertical-align: middle; }
  .hero-reminder a {
    color: #ffffff;
    display: block; }
    .hero-reminder a:hover, .hero-reminder a:focus {
      color: #ffffff; }
      .hero-reminder a:hover span, .hero-reminder a:focus span {
        text-decoration: none;
        color: #EE7622;
        background: #ffffff; }
  .hero-reminder span {
    display: inline-block;
    margin-left: 25px;
    border: 1px solid #ffffff;
    padding: 0 20px;
    border-radius: 50%;
    line-height: 2;
    border-radius: 1em;
    color: #ffffff;
    transition: all 0.2s; }
  @media (max-width: 767px) {
    .hero-reminder {
      line-height: 1.4;
      padding: 10px 15px; }
      .hero-reminder .fa {
        display: none; }
      .hero-reminder span {
        display: none; } }
.post-title {
  margin-top: 0; }

#vision {
  padding: 20px 0; }

ul.works-to-ensure {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 2rem;
  font-weight: 700; }
  ul.works-to-ensure li {
    margin-bottom: 24px;
    line-height: 1.2; }
    ul.works-to-ensure li:before, ul.works-to-ensure li:after {
      content: " ";
      display: table; }
    ul.works-to-ensure li:after {
      clear: both; }
    ul.works-to-ensure li:last-of-type {
      margin-bottom: 0; }
  ul.works-to-ensure .icon {
    float: left;
    width: 50px;
    height: 50px; }
    ul.works-to-ensure .icon img {
      width: 100%;
      height: auto;
      object-fit: contain; }
  ul.works-to-ensure .bullet {
    padding-left: 24px;
    position: relative;
    float: left;
    width: calc(100% - 50px); }

.team-row {
  margin-bottom: -30px; }
  .team-row:before, .team-row:after {
    content: " ";
    display: table; }
  .team-row:after {
    clear: both; }
  .team-row .mobile-load-more {
    display: none; }
  @media (max-width: 991px) {
    .team-row .team-member:nth-of-type(1n+5) {
      display: none;
      opacity: 0; }
    .team-row.open .team-member:nth-of-type(1n+5) {
      display: block;
      opacity: 1; }
    .team-row.open .mobile-load-more .less {
      display: inline; }
    .team-row.open .mobile-load-more .more {
      display: none; }
    .team-row .mobile-load-more {
      display: block;
      margin-top: 30px;
      text-align: center; }
      .team-row .mobile-load-more .less {
        display: none; } }
.team-member {
  margin-bottom: 20px;
  margin-top: 30px; }
  .team-member:nth-child(4n + 1) {
    clear: left; }
  .team-member .headshot {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px; }
    .team-member .headshot:before {
      padding-top: 80%;
      content: '';
      display: block; }
    .team-member .headshot img {
      position: absolute;
      object-fit: cover;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all 0.3s; }
  .team-member .info {
    display: flex;
    flex-direction: row;
    align-items: start; }
    .team-member .info:before, .team-member .info:after {
      content: " ";
      display: table; }
    .team-member .info:after {
      clear: both; }
    .team-member .info h4 {
      margin: 0; }
    .team-member .info span.position {
      display: block; }
    .team-member .info.info-email .info-name-block {
      float: left;
      width: calc(100% - 85px); }
    .team-member .info.info-email .info-email-block {
      font-size: 1rem;
      text-align: center;
      float: right;
      width: 70px;
      padding: 0 15px;
      margin-left: 15px;
      border-left: 1px solid #00315D; }
      .team-member .info.info-email .info-email-block span.envelope-icon svg {
        width: 100%; }
      .team-member .info.info-email .info-email-block a {
        color: #00315D; }
        .team-member .info.info-email .info-email-block a svg {
          fill: #00315D;
          transition: all 0.2s; }
        .team-member .info.info-email .info-email-block a:hover, .team-member .info.info-email .info-email-block a:focus {
          color: #29509D; }
          .team-member .info.info-email .info-email-block a:hover svg, .team-member .info.info-email .info-email-block a:focus svg {
            fill: #29509D; }
  .team-member:hover .headshot img {
    transform: scale(1.05); }
  @media (max-width: 991px) {
    .team-member:nth-child(4n + 1) {
      clear: none; }
    .team-member:nth-child(2n + 1) {
      clear: left; }
    .team-member .info.info-email .info-email-block {
      display: none; }
    .team-member .info.info-email .info-name-block {
      float: none;
      width: 100%; } }
.modal.team-modal .modal-header {
  padding-bottom: 40px; }
  .modal.team-modal .modal-header .headshot {
    max-width: 45%;
    width: 300px;
    margin-right: 30px;
    float: left; }
    .modal.team-modal .modal-header .headshot img {
      width: 100%; }

.modal.team-modal h5 {
  color: #4CBBD8; }

.modal.team-modal h6 {
  font-size: 1.6rem; }

.modal.team-modal hr {
  margin-top: 30px; }

.modal.team-modal .info-email-block {
  font-size: 1rem;
  text-align: center;
  width: 70px;
  padding: 5px 15px 0;
  margin: 0 auto; }
  .modal.team-modal .info-email-block span.envelope-icon svg {
    width: 100%; }
  .modal.team-modal .info-email-block a {
    color: #29509D; }
    .modal.team-modal .info-email-block a svg {
      fill: #29509D;
      transition: all 0.2s; }
    .modal.team-modal .info-email-block a:hover, .modal.team-modal .info-email-block a:focus {
      color: #4CBBD8; }
      .modal.team-modal .info-email-block a:hover svg, .modal.team-modal .info-email-block a:focus svg {
        fill: #4CBBD8; }

@media (max-width: 767px) {
  .modal.team-modal .modal-header {
    text-align: center;
    padding-bottom: 20px; }
    .modal.team-modal .modal-header .headshot {
      float: none;
      margin: 0 auto 15px; }
  .modal.team-modal .modal-body {
    padding-top: 30px; } }

@media (max-width: 991px) {
  #jobs-contact .contact-us {
    margin-top: 30px; } }

ul.jobs, ul.display-posts-listing {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.jobs li, ul.display-posts-listing li {
    border-bottom: 1px solid #00315D;
    font-size: 2rem; }
    ul.jobs li a, ul.display-posts-listing li a {
      display: block;
      padding: 20px 50px 20px 6px;
      line-height: 1;
      position: relative; }
      ul.jobs li a i.material-icons, ul.display-posts-listing li a i.material-icons {
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translate(0, -50%); }
      ul.jobs li a:hover, ul.jobs li a:focus, ul.display-posts-listing li a:hover, ul.display-posts-listing li a:focus {
        color: #00315D;
        background-color: rgba(255, 255, 255, 0.6); }
    ul.jobs li:last-of-type, ul.display-posts-listing li:last-of-type {
      border-bottom: none; }
    ul.jobs li.view-all a, ul.display-posts-listing li.view-all a {
      color: #4CBBD8; }
      ul.jobs li.view-all a:hover, ul.jobs li.view-all a:focus, ul.display-posts-listing li.view-all a:hover, ul.display-posts-listing li.view-all a:focus {
        color: #00315D; }

.page-template-template-page-donate #hero {
  min-height: 55vh; }
  .page-template-template-page-donate #hero p {
    font-size: 2.6rem; }

.page-template-template-page-donate .left-content {
  width: calc(100% - 135px);
  float: left; }

.page-template-template-page-donate .right-content {
  margin-top: 30px;
  float: right;
  width: 115px; }

.page-template-template-page-donate .pull-up {
  margin-top: -80px; }

@media (max-width: 991px) {
  .page-template-template-page-donate .pull-up {
    margin-top: 0;
    margin-bottom: 40px; } }

#form-section {
  margin-bottom: 80px; }
  #form-section .row, #form-section .gform_fields {
    position: relative; }
    #form-section .row #donate-slider-col, #form-section .gform_fields #donate-slider-col {
      position: absolute;
      top: 48%;
      right: 0;
      transform: translate(0, -50%); }
      @media (max-width: 991px) {
        #form-section .row #donate-slider-col, #form-section .gform_fields #donate-slider-col {
          position: static;
          top: auto;
          right: auto;
          transform: none; } }
  #form-section .donate-form-col {
    display: block;
    margin-top: -100px;
    margin-bottom: -140px; }
    #form-section .donate-form-col h1 {
      background-color: #29509D;
      text-align: center;
      margin: 0;
      padding: .65em;
      text-transform: uppercase;
      color: #ffffff;
      font-size: 3.6rem; }
  #form-section .donate-form {
    background-color: #F0F5FB;
    padding: 20px 50px; }
  #form-section .disclaimer {
    font-size: 1.2rem;
    color: #00315D;
    text-align: center;
    padding: 10px; }
  @media (max-width: 991px) {
    #form-section {
      margin-bottom: 0; }
      #form-section .donate-form-col {
        margin-bottom: 40px; }
      #form-section .disclaimer {
        background: #ffffff;
        padding: 15px; } }
  @media (max-width: 767px) {
    #form-section .donate-form-col {
      padding: 0; }
    #form-section .donate-form {
      padding: 20px 30px; } }
.form-donate_wrapper {
  margin: 0; }
  .form-donate_wrapper form.form-donate {
    font-size: 2rem;
    color: #454545; }
    .form-donate_wrapper form.form-donate .gfield {
      padding-right: 0 !important; }
      .form-donate_wrapper form.form-donate .gfield > .gfield_label {
        text-transform: uppercase; }
      .form-donate_wrapper form.form-donate .gfield.select-how {
        margin-bottom: 40px; }
        .form-donate_wrapper form.form-donate .gfield.select-how ul.gfield_radio {
          width: 100%; }
          .form-donate_wrapper form.form-donate .gfield.select-how ul.gfield_radio:before, .form-donate_wrapper form.form-donate .gfield.select-how ul.gfield_radio:after {
            content: " ";
            display: table; }
          .form-donate_wrapper form.form-donate .gfield.select-how ul.gfield_radio:after {
            clear: both; }
          .form-donate_wrapper form.form-donate .gfield.select-how ul.gfield_radio li {
            width: 50%;
            position: relative;
            float: left;
            margin: 0 !important; }
            .form-donate_wrapper form.form-donate .gfield.select-how ul.gfield_radio li input[type=radio] {
              position: absolute;
              z-index: -10;
              opacity: 0; }
              .form-donate_wrapper form.form-donate .gfield.select-how ul.gfield_radio li input[type=radio]:checked + label {
                background: #4CBBD8;
                color: #ffffff;
                font-weight: 400; }
            .form-donate_wrapper form.form-donate .gfield.select-how ul.gfield_radio li label {
              margin: 0;
              padding: 20px 10px;
              display: block;
              width: 100%;
              max-width: none;
              background: #cfcfcf;
              text-align: center;
              text-transform: uppercase;
              line-height: 1;
              font-size: 2rem; }
      .form-donate_wrapper form.form-donate .gfield.select-amount {
        margin-top: 40px; }
        .form-donate_wrapper form.form-donate .gfield.select-amount ul.gfield_radio {
          width: calc(100% + 20px);
          margin-right: -10px;
          margin-left: -10px;
          margin-top: -10px; }
          .form-donate_wrapper form.form-donate .gfield.select-amount ul.gfield_radio:before, .form-donate_wrapper form.form-donate .gfield.select-amount ul.gfield_radio:after {
            content: " ";
            display: table; }
          .form-donate_wrapper form.form-donate .gfield.select-amount ul.gfield_radio:after {
            clear: both; }
          .form-donate_wrapper form.form-donate .gfield.select-amount ul.gfield_radio li {
            width: 33.333%;
            padding: 10px !important;
            position: relative;
            float: left;
            margin: 0 !important; }
            .form-donate_wrapper form.form-donate .gfield.select-amount ul.gfield_radio li input[type=radio] {
              position: absolute;
              z-index: -10;
              opacity: 0; }
              .form-donate_wrapper form.form-donate .gfield.select-amount ul.gfield_radio li input[type=radio]:checked + label, .form-donate_wrapper form.form-donate .gfield.select-amount ul.gfield_radio li input[type=radio]:checked + input[type=text] {
                background: #4CBBD8;
                color: #ffffff;
                font-weight: 400; }
            .form-donate_wrapper form.form-donate .gfield.select-amount ul.gfield_radio li label {
              margin: 0;
              padding: 20px 10px;
              display: block;
              width: 100%;
              max-width: none;
              background: #cfcfcf;
              text-align: center;
              text-transform: uppercase;
              line-height: 1;
              font-size: 2rem; }
            .form-donate_wrapper form.form-donate .gfield.select-amount ul.gfield_radio li:last-of-type {
              width: 50%;
              position: relative; }
              .form-donate_wrapper form.form-donate .gfield.select-amount ul.gfield_radio li:last-of-type input[type=text] {
                padding-right: 20px;
                padding-left: 20px; }
              .form-donate_wrapper form.form-donate .gfield.select-amount ul.gfield_radio li:last-of-type:after {
                position: absolute;
                left: 10px;
                top: 50%;
                transform: translate(0, -50%);
                content: '$';
                z-index: 1;
                opacity: 0; }
              .form-donate_wrapper form.form-donate .gfield.select-amount ul.gfield_radio li:last-of-type input[type=radio]:checked + :after {
                opacity: 1; }
            .form-donate_wrapper form.form-donate .gfield.select-amount ul.gfield_radio li input[type=text] {
              border-radius: 0px;
              background: #cfcfcf;
              display: block;
              margin: 0;
              width: 100%;
              padding: 20px 10px !important;
              line-height: 1;
              height: auto;
              border: none;
              text-align: center;
              text-transform: uppercase; }
      .form-donate_wrapper form.form-donate .gfield.selected-amount {
        visibility: hidden;
        opacity: 0;
        max-height: 0px;
        height: 0px;
        padding: 0;
        margin: 0; }
    .form-donate_wrapper form.form-donate .gfield_required {
      color: #B41782;
      display: none; }
  .form-donate_wrapper .gform_page_footer {
    border: none !important; }
  .form-donate_wrapper.gform_wrapper .validation_message {
    background-color: rgba(76, 187, 216, 0.1);
    border-color: #29509D;
    color: #29509D;
    padding: 10px;
    margin: 0 10px;
    width: calc(100% - 20px); }
  .form-donate_wrapper.gform_wrapper div.validation_error {
    color: #29509D;
    border-color: #29509D;
    border-radius: 0;
    background-color: rgba(76, 187, 216, 0.1); }
  .form-donate_wrapper.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    margin-right: 0; }
  .form-donate_wrapper.gform_wrapper.gform_validation_error li.gfield.gfield_error {
    background: rgba(76, 187, 216, 0.1);
    border-color: #29509D; }
    .form-donate_wrapper.gform_wrapper.gform_validation_error li.gfield.gfield_error div.ginput_complex.ginput_container label, .form-donate_wrapper.gform_wrapper.gform_validation_error li.gfield.gfield_error ul.gfield_checkbox, .form-donate_wrapper.gform_wrapper.gform_validation_error li.gfield.gfield_error ul.gfield_radio {
      color: #666; }
  .form-donate_wrapper.gform_wrapper li.gfield.gfield_creditcard_warning {
    border-color: #29509D;
    background: rgba(76, 187, 216, 0.1);
    width: 100%; }
    .form-donate_wrapper.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
      color: #29509D;
      border-color: #29509D; }

#donate-slider {
  margin-top: 20px; }
  #donate-slider .slick-dots {
    margin-top: 10px;
    text-align: left; }
  #donate-slider .slide {
    color: #ffffff; }
    #donate-slider .slide .headshot {
      width: 75px;
      height: 75px;
      margin-bottom: 20px; }
      #donate-slider .slide .headshot .img-circle {
        border: 4px solid #ffffff;
        overflow: hidden;
        height: 100%; }
    #donate-slider .slide .text {
      position: relative;
      font-size: 2rem;
      line-height: 1.7; }
      #donate-slider .slide .text .material-icons {
        position: absolute;
        transform: rotate(180deg);
        font-size: 4rem;
        top: -10px;
        left: -5px; }
        #donate-slider .slide .text .material-icons:last-of-type {
          position: absolute;
          bottom: 0;
          right: 0;
          top: auto;
          left: auto;
          transform: rotate(0deg); }
      #donate-slider .slide .text p {
        font-size: 2rem;
        line-height: 1.7;
        position: relative; }
        #donate-slider .slide .text p:first-of-type:before {
          content: '\f10d';
          display: inline-block;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 2rem;
          margin-right: 10px;
          line-height: 2rem;
          transform: translateY(-6px); }
        #donate-slider .slide .text p:last-of-type:after {
          content: '\f10e';
          display: inline-block;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 2rem;
          margin-left: 10px;
          line-height: 2rem;
          transform: translateY(-6px); }
      #donate-slider .slide .text span.bywho {
        display: block;
        margin-top: 30px;
        line-height: 1.3; }
  @media (max-width: 991px) {
    #donate-slider {
      margin-bottom: 60px; } }
#below-form {
  padding-bottom: 30px; }
  #below-form .below-below {
    margin-top: 30px; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  border-width: 2px;
  border-radius: 0;
  font-size: 1.6rem;
  background: #4CBBD8;
  color: #ffffff;
  padding: 10px 30px;
  min-width: 200px;
  text-align: center;
  letter-spacing: 0.05em;
  border-color: transparent;
  transition: all 0.3s; }
  .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input[type=submit]:focus {
    background: #29509D;
    border-color: #29509D !important; }

.section-with-sidebar .sidebar {
  color: #ffffff;
  margin-top: -100px;
  padding: 100px 80px 40px 80px; }
  .section-with-sidebar .sidebar li {
    display: inline-block !important;
    width: 100% !important; }
    .section-with-sidebar .sidebar li:after {
      content: url("../images/arrow_forward.png");
      display: inline-block;
      position: relative;
      float: right;
      height: 10px; }
  .section-with-sidebar .sidebar a {
    color: #ffffff; }
    .section-with-sidebar .sidebar a:hover, .section-with-sidebar .sidebar a:focus {
      color: #4CBBD8; }
  .section-with-sidebar .sidebar .expand-padding {
    margin: 10px -30px 30px;
    max-width: calc(100% + 60px);
    width: calc(100% + 60px); }

@media (max-width: 1199px) {
  .section-with-sidebar .sidebar {
    padding: 100px 60px 40px 60px; } }

@media (max-width: 991px) {
  .section-with-sidebar .row, .section-with-sidebar .gform_fields {
    display: block; }
  .section-with-sidebar .sidebar {
    margin-top: 40px;
    padding: 40px 30px;
    height: auto; }
    .section-with-sidebar .sidebar .expand-padding {
      margin: 10px -15px 30px;
      max-width: calc(100% + 30px);
      width: calc(100% + 30px); } }

.page-template-template-page-sidebar .gform_wrapper.styled-form_wrapper textarea.large {
  height: 140px; }

.page-template-template-page-sidebar #prefooter {
  color: #00315D; }
  .page-template-template-page-sidebar #prefooter a {
    color: #00315D; }
    .page-template-template-page-sidebar #prefooter a:hover, .page-template-template-page-sidebar #prefooter a:focus {
      color: #4CBBD8; }

#member-blocks .member-block {
  margin: 15px 0;
  text-align: center; }
  #member-blocks .member-block h2 {
    font-size: 2rem;
    margin: 0;
    line-height: 1.2;
    transition: all 0.3s; }
  #member-blocks .member-block .question {
    background: #F0F5FB;
    color: #00315D;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 160px;
    transition: all 0.3s; }
  #member-blocks .member-block .answer {
    background: #00315D;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100px;
    padding: 15px;
    transition: all 0.3s; }
  #member-blocks .member-block a:hover .question, #member-blocks .member-block a:focus .question {
    background: #4CBBD8;
    color: #ffffff; }
  #member-blocks .member-block a:hover h2, #member-blocks .member-block a:focus h2 {
    color: #ffffff; }
  #member-blocks .member-block a:hover .answer, #member-blocks .member-block a:focus .answer {
    background: #29509D;
    color: #ffffff; }

@media (max-width: 767px) {
  #member-blocks .member-block .question, #member-blocks .member-block .answer {
    min-height: auto; }
  #member-blocks .member-block .question {
    padding: 30px; } }

@media (max-width: 767px) {
  .page-template-template-page-membership .section-thin {
    padding: 15px 0; } }

.page-template-template-page-find #hero.find-hero {
  background: #F0F5FB;
  text-align: center;
  min-height: auto;
  padding-bottom: 160px; }
  .page-template-template-page-find #hero.find-hero > .container {
    padding-top: 0;
    padding-bottom: 0; }
  .page-template-template-page-find #hero.find-hero #hero-links .btn, .page-template-template-page-find #hero.find-hero #hero-links .gform_button {
    margin: 10px; }

.page-template-template-page-find #find-locate {
  position: relative;
  z-index: 2; }
  .page-template-template-page-find #find-locate #find-search {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    z-index: 9902; }
  .page-template-template-page-find #find-locate .search-block {
    margin: 0 -30px;
    padding: 20px 30px 10px 30px;
    background-color: #ffffff; }
    .page-template-template-page-find #find-locate .search-block:before, .page-template-template-page-find #find-locate .search-block:after {
      content: " ";
      display: table; }
    .page-template-template-page-find #find-locate .search-block:after {
      clear: both; }
    .page-template-template-page-find #find-locate .search-block .filter-by {
      float: left;
      width: 120px;
      margin-top: 10px;
      margin-bottom: 10px; }
    .page-template-template-page-find #find-locate .search-block .filter-form {
      float: left;
      width: calc(100% - 120px); }
      .page-template-template-page-find #find-locate .search-block .filter-form .column-80 {
        width: calc(100% - 160px);
        float: left;
        overflow: hidden; }
        .page-template-template-page-find #find-locate .search-block .filter-form .column-80 ul {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          list-style: none;
          align-items: flex-end;
          justify-content: space-between;
          margin: 0;
          padding: 0; }
          .page-template-template-page-find #find-locate .search-block .filter-form .column-80 ul li {
            display: block;
            position: relative;
            margin-top: 10px;
            margin-bottom: 20px;
            width: 31%; }
            .page-template-template-page-find #find-locate .search-block .filter-form .column-80 ul li input, .page-template-template-page-find #find-locate .search-block .filter-form .column-80 ul li select {
              display: block;
              border: none;
              border-bottom: 1px solid #676767;
              background: transparent;
              border-radius: 0;
              width: 100%;
              box-shadow: none;
              outline: none;
              padding: 6px 0px; }
            .page-template-template-page-find #find-locate .search-block .filter-form .column-80 ul li select {
              -webkit-appearance: none; }
              .page-template-template-page-find #find-locate .search-block .filter-form .column-80 ul li select:invalid {
                color: #cfcfcf !important; }
            .page-template-template-page-find #find-locate .search-block .filter-form .column-80 ul li label {
              font-size: 1.2rem;
              font-weight: normal;
              color: rgba(102, 102, 102, 0.6);
              line-height: 1;
              position: absolute;
              bottom: -22px;
              left: 0; }
            .page-template-template-page-find #find-locate .search-block .filter-form .column-80 ul li span {
              font-size: 1rem;
              color: rgba(102, 102, 102, 0.6);
              display: block;
              line-height: 1;
              position: absolute;
              bottom: -16px;
              left: 0; }
            .page-template-template-page-find #find-locate .search-block .filter-form .column-80 ul li.styled-select select {
              padding-right: 14px; }
              .page-template-template-page-find #find-locate .search-block .filter-form .column-80 ul li.styled-select select:invalid {
                color: #29509D; }
            .page-template-template-page-find #find-locate .search-block .filter-form .column-80 ul li.styled-select:after {
              position: absolute;
              content: '';
              top: 50%;
              right: 4px;
              transform: translate(0, -3px);
              width: 0;
              height: 0;
              border: 6px solid transparent;
              border-color: #cfcfcf transparent transparent transparent; }
      .page-template-template-page-find #find-locate .search-block .filter-form .column-20 {
        width: 120px;
        margin-left: 40px;
        float: left; }
        .page-template-template-page-find #find-locate .search-block .filter-form .column-20 input[type=submit] {
          display: block;
          width: 100%;
          min-width: auto;
          padding: 10px; }
        .page-template-template-page-find #find-locate .search-block .filter-form .column-20 button.btn, .page-template-template-page-find #find-locate .search-block .filter-form .column-20 button.gform_button {
          padding: 2px 10px;
          display: block;
          width: 100%;
          min-width: auto;
          margin-top: 4px;
          font-size: 1.2rem; }
      .page-template-template-page-find #find-locate .search-block .filter-form .form-body:before, .page-template-template-page-find #find-locate .search-block .filter-form .form-body:after {
        content: " ";
        display: table; }
      .page-template-template-page-find #find-locate .search-block .filter-form .form-body:after {
        clear: both; }
      .page-template-template-page-find #find-locate .search-block .filter-form .form-body .column-80 ul li {
        width: 23%; }
      .page-template-template-page-find #find-locate .search-block .filter-form .form-footer {
        margin-bottom: 10px;
        text-align: center; }
        .page-template-template-page-find #find-locate .search-block .filter-form .form-footer:before, .page-template-template-page-find #find-locate .search-block .filter-form .form-footer:after {
          content: " ";
          display: table; }
        .page-template-template-page-find #find-locate .search-block .filter-form .form-footer:after {
          clear: both; }
        .page-template-template-page-find #find-locate .search-block .filter-form .form-footer .column-80 ul {
          margin-top: 14px; }
        .page-template-template-page-find #find-locate .search-block .filter-form .form-footer #advanced-filters {
          text-align: left; }
    .page-template-template-page-find #find-locate .search-block .toggle-filters {
      position: relative;
      overflow: hidden;
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 1;
      padding-right: 30px;
      color: #4CBBD8; }
      .page-template-template-page-find #find-locate .search-block .toggle-filters:hover, .page-template-template-page-find #find-locate .search-block .toggle-filters:focus {
        color: #00315D; }
        .page-template-template-page-find #find-locate .search-block .toggle-filters:hover:before, .page-template-template-page-find #find-locate .search-block .toggle-filters:focus:before {
          border-color: transparent transparent #00315D transparent; }
      .page-template-template-page-find #find-locate .search-block .toggle-filters:before {
        position: absolute;
        content: '';
        top: 0%;
        right: 10px;
        transform: translate(0, -2px);
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: transparent transparent #4CBBD8 transparent; }
      .page-template-template-page-find #find-locate .search-block .toggle-filters.collapsed:before {
        transform: translate(0, 50%) rotate(-180deg); }
  .page-template-template-page-find #find-locate #find-map {
    min-height: 600px;
    height: 90vh;
    background: grey; }
  @media (max-width: 991px) {
    .page-template-template-page-find #find-locate .container {
      width: 100%; }
    .page-template-template-page-find #find-locate .search-block {
      margin: 0;
      padding-right: 0;
      padding-left: 0; }
      .page-template-template-page-find #find-locate .search-block .filter-form .column-80 ul {
        flex-wrap: wrap; }
        .page-template-template-page-find #find-locate .search-block .filter-form .column-80 ul li {
          width: 48% !important; }
    .page-template-template-page-find #find-locate #find-search {
      position: relative;
      top: 0; } }
  @media (max-width: 767px) {
    .page-template-template-page-find #find-locate #find-map {
      display: none; }
    .page-template-template-page-find #find-locate #find-search {
      background-color: #F0F5FB; }
      .page-template-template-page-find #find-locate #find-search .search-block {
        background-color: #F0F5FB; }
    .page-template-template-page-find #find-locate .search-block .filter-by {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .page-template-template-page-find #find-locate .search-block .filter-by h4 {
        margin-bottom: 0; }
    .page-template-template-page-find #find-locate .search-block .filter-form {
      float: none;
      width: 100%; }
      .page-template-template-page-find #find-locate .search-block .filter-form .column-80, .page-template-template-page-find #find-locate .search-block .filter-form .column-20 {
        width: 100%;
        float: none;
        margin-left: 0; }
        .page-template-template-page-find #find-locate .search-block .filter-form .column-80 ul, .page-template-template-page-find #find-locate .search-block .filter-form .column-20 ul {
          display: block; }
          .page-template-template-page-find #find-locate .search-block .filter-form .column-80 ul li, .page-template-template-page-find #find-locate .search-block .filter-form .column-20 ul li {
            width: 100% !important;
            margin-bottom: 26px; }
      .page-template-template-page-find #find-locate .search-block .filter-form .column-20 {
        margin-top: 10px;
        margin-bottom: 20px; } }
.page-template-template-page-find #find-results {
  max-height: none;
  opacity: 1;
  transition: all 0.4s;
  overflow: hidden; }
  .page-template-template-page-find #find-results.loading {
    max-height: 0px;
    opacity: 0;
    padding: 0; }
  .page-template-template-page-find #find-results .results-head .result-heading {
    font-size: 2.6rem;
    font-weight: 700; }
  .page-template-template-page-find #find-results .results-head .result-buttons {
    text-align: right; }
    .page-template-template-page-find #find-results .results-head .result-buttons .btn, .page-template-template-page-find #find-results .results-head .result-buttons .gform_button {
      min-width: 120px;
      padding: 4px 8px;
      vertical-align: middle;
      line-height: 26px;
      vertical-align: text-bottom;
      margin-right: 10px; }
      .page-template-template-page-find #find-results .results-head .result-buttons .btn:last-of-type, .page-template-template-page-find #find-results .results-head .result-buttons .gform_button:last-of-type {
        margin-right: 0; }
    .page-template-template-page-find #find-results .results-head .result-buttons .material-icons {
      vertical-align: text-bottom; }
  .page-template-template-page-find #find-results .results-head hr {
    margin-top: 30px;
    margin-bottom: 0; }
  .page-template-template-page-find #find-results .single-result {
    padding-top: 28px;
    font-size: 2rem; }
    .page-template-template-page-find #find-results .single-result.activated {
      background: #F0F5FB; }
    .page-template-template-page-find #find-results .single-result hr {
      margin-top: 34px;
      margin-bottom: 0; }
    .page-template-template-page-find #find-results .single-result h3, .page-template-template-page-find #find-results .single-result .h3, .page-template-template-page-find #find-results .single-result .rating, .page-template-template-page-find #find-results .single-result .network {
      font-size: 2rem;
      margin-top: 0;
      margin-bottom: 10px;
      display: block;
      font-weight: 700; }
    .page-template-template-page-find #find-results .single-result .rating, .page-template-template-page-find #find-results .single-result .network {
      font-size: 1.8rem;
      margin-bottom: 0; }
      .page-template-template-page-find #find-results .single-result .rating a, .page-template-template-page-find #find-results .single-result .network a {
        color: #5FA93C; }
        .page-template-template-page-find #find-results .single-result .rating a:hover, .page-template-template-page-find #find-results .single-result .rating a:focus, .page-template-template-page-find #find-results .single-result .network a:hover, .page-template-template-page-find #find-results .single-result .network a:focus {
          color: #29509D; }
    .page-template-template-page-find #find-results .single-result .performance-view {
      text-align: right; }
      .page-template-template-page-find #find-results .single-result .performance-view .btn, .page-template-template-page-find #find-results .single-result .performance-view .gform_button {
        margin-top: 10px; }
    .page-template-template-page-find #find-results .single-result:last-of-type {
      padding-bottom: 30px;
      border: none; }
      .page-template-template-page-find #find-results .single-result:last-of-type hr {
        display: none; }
  @media (max-width: 991px) {
    .page-template-template-page-find #find-results .single-result .rating {
      font-size: 1.6rem; } }
  @media (max-width: 767px) {
    .page-template-template-page-find #find-results .results-head .result-buttons {
      margin: 0; }
      .page-template-template-page-find #find-results .results-head .result-buttons [data-print] {
        display: none; }
    .page-template-template-page-find #find-results .single-result .school-range {
      margin-top: 4px; }
      .page-template-template-page-find #find-results .single-result .school-range span.h3 {
        display: none; }
    .page-template-template-page-find #find-results .single-result .performance-view {
      text-align: left;
      margin-top: 4px; }
      .page-template-template-page-find #find-results .single-result .performance-view .btn, .page-template-template-page-find #find-results .single-result .performance-view .gform_button {
        display: block;
        margin-top: 20px; } }
#map {
  width: 100%;
  height: 100%; }
  #map .marker {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: transparent;
    background-color: transparent;
    background-image: url(../images/pin.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  #map .mapboxgl-popup-close-button {
    font-size: 2rem; }
  #map .map-popup {
    font-size: 1.4rem;
    padding: 10px 10px 5px; }
    #map .map-popup span {
      display: block; }
      #map .map-popup span.name {
        font-weight: 700;
        margin-bottom: 4px;
        font-size: 2rem;
        color: #29509D; }
      #map .map-popup span.address {
        margin-bottom: 8px; }
      #map .map-popup span a {
        color: #00315D; }
        #map .map-popup span a:hover, #map .map-popup span a:focus {
          color: #29509D; }
    #map .map-popup .buttons {
      margin-top: 12px; }
    #map .map-popup .btn, #map .map-popup .gform_button {
      padding: 10px 10px 8px;
      line-height: 1;
      font-size: 1.4rem;
      margin: 0;
      min-width: 150px;
      border-radius: 0; }

#hero.school-hero {
  background: #00315D;
  background-image: url(../images/schoolpattern.jpg);
  background-repeat: repeat;
  min-height: auto; }
  #hero.school-hero > .container {
    padding-top: 50px;
    padding-bottom: 50px; }

.single-school .table-numbers {
  border-radius: 4px;
  border: 1px solid #29509D;
  color: #ffffff;
  text-align: center;
  overflow: hidden; }
  .single-school .table-numbers th {
    width: 33.33%;
    border-right: 1px solid #00315D;
    border-bottom: 1px solid #29509D;
    background: #00315D;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1;
    padding: 10px 6px; }
    .single-school .table-numbers th:last-of-type {
      border-right: none; }
  .single-school .table-numbers td {
    background: #29509D;
    line-height: 1;
    padding: 12px 6px 14px;
    font-size: 3rem;
    font-weight: 700;
    border-right: 1px solid #00315D; }
    .single-school .table-numbers td:last-of-type {
      border-right: none; }

.single-school .sidebar-report {
  background: #F0F5FB;
  margin: 0 -40px 30px;
  padding: 30px 0; }
  .single-school .sidebar-report .report-aside {
    float: none;
    background: #ffffff; }

.single-school .sidebar-map {
  margin: 0 -40px 30px; }
  .single-school .sidebar-map iframe {
    width: 100%; }

.single-school .report-aside {
  border: 2px solid #29509D;
  border-radius: 4px;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.single-school .description {
  margin-top: 30px; }

.single-school .article-sections {
  margin-top: 10px; }
  .single-school .article-sections h4 {
    font-size: 2.2rem;
    margin-top: 0; }
  .single-school .article-sections .article-section {
    margin-bottom: 30px; }
  .single-school .article-sections ul.list-button {
    list-style: square;
    color: #4CBBD8; }
    .single-school .article-sections ul.list-button li {
      margin-bottom: 6px; }
      .single-school .article-sections ul.list-button li a {
        color: #00315D; }
        .single-school .article-sections ul.list-button li a:hover, .single-school .article-sections ul.list-button li a:focus {
          color: #29509D; }

@media (max-width: 1199px) {
  .single-school .table-numbers th {
    font-size: 1.6rem; }
  .single-school .table-numbers td {
    font-size: 2.4rem; } }

@media (max-width: 991px) {
  .single-school .sidebar-map, .single-school .sidebar-report {
    margin: 0 0 30px; } }

@media (max-width: 767px) {
  .single-school .table-numbers th {
    font-size: 1.4rem; }
  .single-school .table-numbers td {
    font-size: 2rem; } }

@media (max-width: 480px) {
  .single-school .sidebar-report {
    display: none; }
  .single-school .table-numbers {
    display: none; }
  .single-school .description {
    margin-top: 0; }
  .single-school .sidebar-secondary-nav ul li.mobile-only {
    display: block; } }

.sidebar .sidebar-secondary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.8rem; }
  .sidebar .sidebar-secondary-nav ul p {
    font-size: 1.8rem; }
  .sidebar .sidebar-secondary-nav ul h4 {
    font-size: 2rem;
    margin-bottom: 4px; }
  .sidebar .sidebar-secondary-nav ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #00315D; }
    .sidebar .sidebar-secondary-nav ul li.mobile-only {
      display: none; }

.sidebar .material-icons {
  font-size: 1em;
  vertical-align: middle; }

.tribe_events-template-default .tribe-events-back a, .tribe_events-template-default ul.tribe-events-sub-nav a {
  padding: 4px 10px;
  background: #F0F5FB;
  border: 2px solid #F0F5FB;
  text-transform: uppercase;
  font-size: 1.4rem;
  border-radius: 4px;
  display: inline-block; }
  .tribe_events-template-default .tribe-events-back a:hover, .tribe_events-template-default .tribe-events-back a:focus, .tribe_events-template-default ul.tribe-events-sub-nav a:hover, .tribe_events-template-default ul.tribe-events-sub-nav a:focus {
    background: #ffffff; }

.tribe_events-template-default.single-tribe_events .tribe-events-single-event-title {
  font-size: 3rem; }

.tribe_events-template-default.single-tribe_events #tribe-events-header {
  margin: 40px 0 20px; }

.tribe_events-template-default .tribe-events-schedule h2 {
  color: #5FA93C; }

.tribe_events-template-default #tribe-events a.tribe-events-button {
  padding: 4px 10px;
  background: #4CBBD8;
  border: 2px solid #4CBBD8;
  text-transform: uppercase;
  font-size: 1.4rem;
  border-radius: 4px;
  display: inline-block; }
  .tribe_events-template-default #tribe-events a.tribe-events-button:hover, .tribe_events-template-default #tribe-events a.tribe-events-button:focus {
    background: transparent;
    color: #4CBBD8; }

.tribe_events-template-default #tribe-events .tribe-events-abbr {
  text-decoration: none; }

.tribe_events-template-default .tribe-events-event-meta {
  padding: 20px 0 0;
  border: none;
  background: #F0F5FB;
  font-size: 1.8rem; }

.tribe-events-notices {
  background: #fdebdf;
  border-color: #EE7622;
  color: #EE7622; }

h1.tribe-events-page-title {
  font-size: 4rem;
  font-weight: 700; }

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background: #4CBBD8;
  border-radius: 4px;
  border: 2px solid #4CBBD8;
  transition: all 0.2s; }
  #tribe-bar-form .tribe-bar-submit input[type=submit]:hover, #tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
    color: #4CBBD8;
    background: transparent; }

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
  background: #5FA93C; }

.tribe-events-tooltip {
  font-size: 1.4rem; }
  .tribe-events-tooltip .tribe-event-body, .tribe-events-tooltip p, .tribe-events-tooltip .tribe-event-duration {
    font-size: 1.4rem; }
  .tribe-events-tooltip h3 {
    font-size: 2rem;
    margin-bottom: 0;
    padding: 0 6px; }
  .tribe-events-tooltip .tribe-event-duration {
    margin-bottom: 6px; }

.page-template-template-page-team #prefooter {
  color: #ffffff; }
  .page-template-template-page-team #prefooter .bg-img-container {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .page-template-template-page-team #prefooter .bg-img-container:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      background-color: rgba(23, 40, 55, 0.4); }
  .page-template-template-page-team #prefooter > .container {
    position: relative;
    z-index: 10; }
  .page-template-template-page-team #prefooter p {
    font-weight: 700; }

#incs-jobs .results {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1em;
  display: block; }

#incs-jobs .incs-job {
  border-top: 1px solid #cfcfcf;
  padding-top: 20px;
  padding-bottom: 20px; }
  #incs-jobs .incs-job .description p:last-of-type {
    margin-bottom: 4px; }
  #incs-jobs .incs-job .description h3 {
    font-size: 2rem; }
  #incs-jobs .incs-job .apply {
    margin-top: 35px;
    text-align: right; }

@media (max-width: 767px) {
  #incs-jobs .incs-job .apply {
    margin-top: 10px;
    text-align: left; }
    #incs-jobs .incs-job .apply a {
      display: block; } }

#accordion-content .col-xs-12:last-of-type .accordion-item {
  border-bottom: none; }

#accordion-content .accordion-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #cfcfcf; }
  #accordion-content .accordion-item a {
    color: #29509D; }
    #accordion-content .accordion-item a:hover, #accordion-content .accordion-item a:focus {
      color: #4CBBD8; }
  #accordion-content .accordion-item h3, #accordion-content .accordion-item h4 {
    margin-top: 15px;
    margin-bottom: 0; }
    #accordion-content .accordion-item h3 a, #accordion-content .accordion-item h4 a {
      display: inline-block;
      padding: 0 44px 0 0;
      position: relative; }
      #accordion-content .accordion-item h3 a:after, #accordion-content .accordion-item h4 a:after {
        position: absolute;
        right: 0;
        top: 50%;
        font-size: .8em !important;
        font-weight: 800;
        transition: all 0.3s;
        transform-origin: 50% 50%;
        border-radius: 50%;
        height: 28px;
        width: 50px;
        text-align: center;
        content: '\f054';
        border: none;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: .5em;
        line-height: 2;
        transform: translate(0, -50%) rotate(-90deg); }
      #accordion-content .accordion-item h3 a:hover, #accordion-content .accordion-item h3 a:focus, #accordion-content .accordion-item h4 a:hover, #accordion-content .accordion-item h4 a:focus {
        color: #4CBBD8; }
      #accordion-content .accordion-item h3 a.collapsed:after, #accordion-content .accordion-item h4 a.collapsed:after {
        transform: translate(0, -50%) rotate(0deg); }
  #accordion-content .accordion-item h4 {
    font-size: 2.2rem; }
    #accordion-content .accordion-item h4 a {
      display: block; }
      #accordion-content .accordion-item h4 a:after {
        content: '+';
        position: absolute;
        right: 0;
        top: 50%;
        font-size: 1em;
        transform: translate(0, -50%) rotate(45deg);
        transition: all 0.3s;
        transform-origin: 50% 50%;
        border-radius: 50%;
        border: 1px solid;
        height: 22px;
        width: 22px;
        line-height: 16px;
        text-align: center;
        padding: 0 4px; }
  #accordion-content .accordion-item .accordion-content {
    padding-top: 15px;
    padding-bottom: 15px; }

@media (max-width: 767px) {
  #accordion-content .accordion-item h3 a {
    display: block; } }

.single-job #hero.school-hero h1 {
  margin-top: 0; }

.single-job .sidebar ul.job-details {
  margin: 0;
  padding: 0;
  list-style: none; }
  .single-job .sidebar ul.job-details li {
    margin-bottom: 12px;
    font-size: 1.8rem; }
    .single-job .sidebar ul.job-details li h4 {
      margin-bottom: 0; }

.posted-on {
  display: block;
  margin-top: -20px; }

.term-list, .share {
  display: block;
  margin-bottom: 10px; }

.the-content {
  margin-top: 30px; }

.sidebar .sidebar-form {
  margin: 0 -40px; }

.sidebar .gform_wrapper.styled-form_wrapper .gform_fields .gfield {
  padding-right: 0; }

.sidebar .gform_wrapper.styled-form_wrapper label.gfield_label {
  color: #ffffff; }

.sidebar .gform_wrapper.styled-form_wrapper input[type=file] {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  color: white;
  line-height: 1; }

.sidebar .gform_wrapper.styled-form_wrapper .ginput_container_fileupload .validation_message {
  display: none; }

.sidebar .gform_wrapper.styled-form_wrapper .gfield_description {
  padding: 0 !important;
  font-size: 0.68em; }

.sidebar .gform_wrapper.styled-form_wrapper input[type=submit] {
  display: block;
  width: 100%; }
  .sidebar .gform_wrapper.styled-form_wrapper input[type=submit]:hover {
    border-color: #ffffff !important; }

@media (max-width: 991px) {
  .sidebar .sidebar-form {
    margin: 0; } }

.priorities-row {
  margin-top: 40px; }
  .priorities-row .checkbox-unchecked, .priorities-row .checkbox-checked {
    width: 30px;
    margin-right: 10px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/checkbox.svg);
    height: 30px;
    float: left; }
  .priorities-row .checkbox-checked {
    background-image: url(../images/checkbox-checked.svg); }
  .priorities-row .priorities-content {
    float: left;
    width: calc(100% - 40px); }
    .priorities-row .priorities-content p {
      font-size: 1.6rem;
      color: #676767; }
    .priorities-row .priorities-content h6 {
      margin-top: 4px; }
  .priorities-row h5 {
    margin-bottom: 1.25em;
    margin-top: 0; }
  .priorities-row:first-of-type {
    margin-top: 0; }
  @media (max-width: 991px) {
    .priorities-row {
      margin-top: 10px; }
      .priorities-row .priorities-content {
        margin-bottom: 10px;
        margin-bottom: 10px; } }
#legislative-embed {
  text-align: center; }
  #legislative-embed .embed-code iframe {
    min-height: 560px !important; }
  @media (max-width: 1199px) {
    #legislative-embed .embed-code iframe {
      min-height: 1380px !important; } }
  @media (max-width: 991px) {
    #legislative-embed .embed-code iframe {
      min-height: 1450px !important; } }
  @media (max-width: 480px) {
    #legislative-embed .embed-code iframe {
      min-height: 1800px !important; } }
.legislative-headings {
  text-align: center; }
  .legislative-headings p {
    color: #676767;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2em; }
  @media (max-width: 767px) {
    .legislative-headings p {
      font-size: 1.8rem; } }
#accordion-content.legislative-accordion .accordion-item h3 a {
  padding-left: 56px; }
  #accordion-content.legislative-accordion .accordion-item h3 a:before {
    background-color: #4CBBD8;
    height: 36px;
    width: 36px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    border-radius: 50%;
    content: '';
    background-image: url(../images/paper.svg);
    background-size: 40% auto;
    background-position: center center;
    background-repeat: no-repeat; }

#accordion-content.legislative-accordion .accordion-item.champion h3 a:before {
  background-image: url(../images/star.svg);
  background-size: 50% auto; }

#accordion-content.legislative-accordion .accordion-item.collaborate h3 a:before {
  background-image: url(../images/handshake.svg);
  background-size: 66% auto; }

#city-work p {
  font-size: 2.6rem;
  font-weight: 700; }

#city-work .bg-img-container {
  height: 100%;
  width: 75%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 0; }
  #city-work .bg-img-container img.bg-img {
    top: 0;
    transform: translate(-50%, 0); }

#city-work:before {
  display: block;
  content: '';
  width: 55%;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00315d+0,00315d+50,7db9e8+100&1+0,1+50,0+100 */
  background: -moz-linear-gradient(left, #00315d 0%, #00315d 60%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00315d 0%, #00315d 60%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00315d 0%, #00315d 60%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00315d', endColorstr='#007db9e8',GradientType=1 );
  /* IE6-9 */ }

#city-work > .container {
  z-index: 2;
  position: relative; }

@media (max-width: 991px) {
  #city-work {
    padding-bottom: 0; }
    #city-work p {
      font-size: 1.8rem; }
    #city-work .bg-img-container {
      position: relative;
      top: auto;
      right: auto;
      width: 100%;
      height: 30vh;
      min-height: 300px;
      margin-top: 30px; }
      #city-work .bg-img-container:before {
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        height: 50%;
        top: 0;
        left: 0;
        z-index: 2;
        transform: translate(0, -50%);
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00315d+0,00315d+64,7db9e8+100&1+0,1+64,0+100 */
        background: -moz-linear-gradient(top, #00315d 0%, #00315d 64%, rgba(125, 185, 232, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #00315d 0%, #00315d 64%, rgba(125, 185, 232, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #00315d 0%, #00315d 64%, rgba(125, 185, 232, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00315d', endColorstr='#007db9e8',GradientType=0 );
        /* IE6-9 */ }
    #city-work:before {
      display: none; } }

#get-involved {
  text-align: center; }
  #get-involved .row, #get-involved .gform_fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  #get-involved .heading {
    float: none; }
  #get-involved .involved {
    margin: 20px 15px;
    width: 30%;
    display: inline-block;
    padding: 0 30px 60px 30px;
    position: relative; }
    #get-involved .involved a.btn, #get-involved .involved a.gform_button {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0);
      max-width: 100%; }
    #get-involved .involved i {
      display: inline-block;
      background-color: #4CBBD8;
      padding: 20px;
      width: 114px;
      height: 114px;
      border-radius: 50%;
      margin-bottom: 30px;
      position: relative; }
      #get-involved .involved i img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  @media (max-width: 991px) {
    #get-involved {
      padding-bottom: 10px; }
      #get-involved .row, #get-involved .gform_fields {
        display: block; }
      #get-involved .involved {
        display: block;
        width: 90%;
        margin: 30px auto 40px; }
        #get-involved .involved i {
          display: none; }
        #get-involved .involved p {
          margin-bottom: 0; } }
#connect .bg-img-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0; }
  #connect .bg-img-container:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(23, 40, 55, 0.8); }

#connect > .container {
  position: relative;
  z-index: 2; }

#connect .heading {
  text-align: center;
  margin-bottom: 30px; }

#connect p {
  font-size: 1.6rem; }
  #connect p a {
    color: #ffffff; }
    #connect p a:hover, #connect p a:focus {
      color: #4CBBD8; }

@media (max-width: 991px) {
  #connect {
    text-align: center; }
    #connect .embed-code {
      margin-bottom: 40px; } }

.embed-code iframe, .embed-code > * {
  max-width: 100%;
  width: 100%; }

input#gform_submit_button_8 {
  background: #EE7622 !important; }
  input#gform_submit_button_8:hover {
    background: #CD641B !important;
    border-color: #EE7622 !important; }

.right-text a {
  color: white; }
  .right-text a:hover {
    color: #EE7622; }

#gform_wrapper_9 .ginput_container_select,
#gform_wrapper_9 span.address_country,
#gform_wrapper_9 span.name_prefix {
  position: relative; }
  #gform_wrapper_9 .ginput_container_select:after,
  #gform_wrapper_9 span.address_country:after,
  #gform_wrapper_9 span.name_prefix:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: white;
    right: 5px;
    top: 12px;
    font-size: 14px;
    line-height: 34px;
    font-weight: 900;
    pointer-events: none; }

#gform_wrapper_9 span.address_country,
#gform_wrapper_9 span.name_prefix {
  line-height: 30px; }
  #gform_wrapper_9 span.address_country select,
  #gform_wrapper_9 span.name_prefix select {
    margin-top: 12px;
    padding: 0; }
  #gform_wrapper_9 span.address_country:after,
  #gform_wrapper_9 span.name_prefix:after {
    right: 15px;
    top: 10px;
    line-height: 34px; }

@media (min-width: 768px) {
  #gform_wrapper_9 .ginput_container_name span,
  #gform_wrapper_9 .ginput_container_address span {
    height: 48px;
    width: 50%;
    padding-top: 2px;
    vertical-align: top;
    margin-top: 0; } }

@media (max-width: 767px) {
  #gform_wrapper_9 .gfield select {
    padding: 4px 5px; }
  #gform_wrapper_9 .gfield.gsection {
    display: none; }
  #gform_wrapper_9 span.address_country:after,
  #gform_wrapper_9 span.name_prefix:after {
    right: 5px; } }

#gform_wrapper_9 .gfield select {
  -webkit-appearance: none;
  color: #999;
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  box-shadow: none;
  width: 100% !important;
  height: 34px;
  line-height: 30px;
  font-size: 16px;
  margin: 0; }

#gform_wrapper_9 textarea {
  background: transparent;
  color: white !important; }

#gform_wrapper_9 label {
  display: none; }

#gform_wrapper_9 .ginput_container_checkbox input {
  position: relative;
  margin-left: 0;
  width: auto !important; }

#gform_wrapper_9 .ginput_container_checkbox label {
  display: inline-block; }

#gform_wrapper_9 ul.gfield_radio input {
  float: left;
  width: 20px !important;
  margin-top: 0; }

#gform_wrapper_9 ul.gfield_radio label {
  display: block !important;
  float: left;
  font-weight: normal !important; }

#gform_wrapper_9 ul.gfield_radio input#input_9_7_other, #gform_wrapper_9 ul.gfield_radio input#input_9_13_other {
  width: 86% !important;
  margin-left: 13px; }

#gform_wrapper_9 ul input {
  color: #ffffff;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  box-shadow: none;
  width: 100% !important; }

#gform_wrapper_9 span.name_prefix,
#gform_wrapper_9 span.name_suffix {
  width: calc(15% - 1px); }
  @media (max-width: 767px) {
    #gform_wrapper_9 span.name_prefix,
    #gform_wrapper_9 span.name_suffix {
      width: calc(30% - 3px);
      display: inline-block; } }
#gform_wrapper_9 span.name_first,
#gform_wrapper_9 span.name_last {
  width: calc(35% - 1px); }
  @media (max-width: 767px) {
    #gform_wrapper_9 span.name_first,
    #gform_wrapper_9 span.name_last {
      width: calc(70% - 3px);
      display: inline-block; } }
#job-filters form {
  background: #F0F5FB;
  padding: 15px;
  margin-bottom: 20px;
  float: right; }

#job-filters .label.form-label {
  display: block; }

#job-filters .form-controls {
  margin-bottom: 6px; }
  #job-filters .form-controls:before, #job-filters .form-controls:after {
    content: " ";
    display: table; }
  #job-filters .form-controls:after {
    clear: both; }
  #job-filters .form-controls > div {
    width: 50%;
    float: left; }
  #job-filters .form-controls label {
    margin-bottom: 0;
    font-weight: 400; }

#job-filters .form-actions {
  margin-top: 20px; }
  #job-filters .form-actions input[type="submit"] {
    margin-right: 10px; }

@media (max-width: 991px) {
  #job-filters form {
    float: left; } }

.pagination {
  background: #F0F5FB;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 1.6rem; }
  .pagination .page-numbers {
    margin-right: 4px; }
    .pagination .page-numbers.current {
      color: #4CBBD8; }
    .pagination .page-numbers:hover, .pagination .page-numbers:focus {
      color: #4CBBD8; }

.school-list {
  margin-top: 40px; }

.post-type-archive-network .network-details:before, .post-type-archive-network .network-details:after {
  content: " ";
  display: table; }

.post-type-archive-network .network-details:after {
  clear: both; }

.post-type-archive-network .network-details ul {
  list-style: none;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 0;
  background: #F0F5FB;
  display: block;
  float: left;
  width: auto;
  margin-right: 15px; }
  .post-type-archive-network .network-details ul:before, .post-type-archive-network .network-details ul:after {
    content: " ";
    display: table; }
  .post-type-archive-network .network-details ul:after {
    clear: both; }
  .post-type-archive-network .network-details ul li {
    display: block;
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ffffff;
    text-align: center; }
    .post-type-archive-network .network-details ul li h4 {
      margin-bottom: 0;
      margin-top: 0;
      font-size: 1.6rem; }
    .post-type-archive-network .network-details ul li p {
      margin: 0;
      font-size: 1.6rem; }
    .post-type-archive-network .network-details ul li:last-of-type {
      margin-right: 0;
      padding-right: 0;
      border-right: none; }

.post-type-archive-network .network-details .btn, .post-type-archive-network .network-details .gform_button {
  float: right; }

.post-type-archive-network .single {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cfcfcf; }

#additional-content.with-blocks {
  margin-top: 40px; }

.page-template-template-page-resources #member-blocks .member-block .answer {
  font-size: 2rem;
  font-weight: 700; }

.page-template-template-page-resources .posts-table-wrapper {
  margin-bottom: 0px; }

.page-template-template-page-resources.page-id-11601 #member-blocks .member-block .question {
  min-height: 94px;
  padding: 10px 15px; }

.page-template-template-page-resources.page-id-11601 #member-blocks .member-block .answer {
  font-size: 1.6rem;
  min-height: 60px;
  padding: 10px 15px; }

.tableau-body iframe {
  border: 1px solid #cfcfcf;
  max-width: 100%; }

.search-results .single-search-result {
  margin-bottom: 20px; }
  .search-results .single-search-result .post-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #cfcfcf; }

@media (max-width: 767px) {
  .page-template-template-page-startacharter #hero p {
    display: none; } }

.page-template-template-page-startacharter img.bg-img {
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  object-fit: fill;
  transform: none; }

.page-template-template-page-startacharter .gf_progressbar_wrapper {
  display: none; }

.page-template-template-page-startacharter .gform_wrapper .gfield_checkbox li label,
.page-template-template-page-startacharter .gform_wrapper .gfield_radio li label {
  font-size: 16px; }

@media (max-width: 767px) {
  .page-template-template-page-startacharter #connect .bg-img-container .bg-img {
    display: none; } }

.page-template-template-page-startacharter .section #gform_wrapper_9 p, .page-template-template-page-startacharter .section #gform_wrapper_9 ul {
  font-size: 16px; }

div#accordion-content.h-blue {
  background: #F0F5FB;
  z-index: 1; }
  div#accordion-content.h-blue a:hover, div#accordion-content.h-blue a:focus {
    color: #29509D; }
  div#accordion-content.h-blue .panel {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none; }

.arrow {
  position: relative;
  left: 0;
  transition: all ease 0.5s; }
  .arrow .card.card-body {
    padding: 20px; }
  .arrow .material-icons {
    color: #652D88; }

.leftImg {
  margin-top: 20px;
  position: relative; }
  .leftImg .card {
    position: absolute;
    background: white;
    width: 100%;
    max-width: 555px;
    max-height: 0;
    overflow: hidden;
    z-index: 10;
    margin-top: -30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: max-height 0.15s ease-out; }
    @media (max-width: 767px) {
      .leftImg .card {
        max-width: 381px;
        position: relative;
        top: -23px; } }
    .leftImg .card ul {
      position: relative;
      padding: 20px 20px 20px 60px;
      list-style: none; }
      @media (max-width: 767px) {
        .leftImg .card ul {
          padding: 20px; } }
      .leftImg .card ul li {
        list-style: none;
        line-height: 2; }
      .leftImg .card ul a, .leftImg .card ul a:active {
        color: black; }
        .leftImg .card ul a:before, .leftImg .card ul a:active:before {
          content: "arrow_forward";
          display: inline-block;
          font-display: block;
          font-family: 'Material Icons';
          color: #ffffff;
          transition: all .35s ease;
          position: absolute;
          left: 0;
          height: inherit;
          width: inherit;
          display: inline-block; }
          @media (max-width: 767px) {
            .leftImg .card ul a:before, .leftImg .card ul a:active:before {
              display: none !important; } }
        .leftImg .card ul a:hover, .leftImg .card ul a:active:hover {
          color: #652D88; }
          .leftImg .card ul a:hover:before, .leftImg .card ul a:active:hover:before {
            left: 33px;
            color: #652D88; }
  .leftImg .arrow.first {
    background: white;
    color: black;
    display: block;
    padding: 10px 0;
    top: 0px;
    cursor: pointer; }
    .leftImg .arrow.first:hover {
      color: #652D88; }
    .leftImg .arrow.first .material-icons {
      color: #652D88;
      position: relative;
      top: 5px; }
      @media (max-width: 767px) {
        .leftImg .arrow.first .material-icons {
          color: white;
          background: #652D88;
          float: right;
          padding: 12px;
          margin-top: -15px; } }
  .leftImg.active .card {
    max-height: 600px;
    transition: max-height 0.25s ease-in; }
  .leftImg.active .arrow.first {
    top: -30px;
    background: #652D88;
    color: white; }
    @media (max-width: 767px) {
      .leftImg.active .arrow.first {
        padding: 10px; } }
  .leftImg .closebutt {
    display: none !important; }

.leftImg.active .openbutt {
  display: none !important; }

.leftImg.active .closebutt {
  display: inline-block !important;
  color: #fff !important; }

.leftImg.shrink .openbutt {
  display: block !important; }

.leftImg.shrink .closebutt {
  display: none !important; }

.leftImg.shrink .card {
  max-height: 0; }

.leftImg.shrink .arrow.first {
  top: 0;
  background: white;
  padding: 10px 0;
  color: black; }
  .leftImg.shrink .arrow.first .openbutt {
    color: white; }

.rightImg {
  margin-top: 20px;
  position: relative; }
  .rightImg .card {
    position: absolute;
    background: white;
    width: 100%;
    max-width: 555px;
    max-height: 0;
    overflow: hidden;
    z-index: 10;
    margin-top: -30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: max-height 0.15s ease-out; }
    @media (max-width: 767px) {
      .rightImg .card {
        max-width: 381px;
        position: relative;
        top: -23px; } }
    .rightImg .card ul {
      position: relative;
      padding: 20px 20px 20px 60px;
      list-style: none; }
      @media (max-width: 767px) {
        .rightImg .card ul {
          padding: 20px; } }
      .rightImg .card ul li {
        list-style: none;
        line-height: 2; }
      .rightImg .card ul a, .rightImg .card ul a:active {
        color: black; }
        .rightImg .card ul a:before, .rightImg .card ul a:active:before {
          content: "arrow_forward";
          display: inline-block;
          font-display: block;
          font-family: 'Material Icons';
          color: #ffffff;
          transition: all .35s ease;
          position: absolute;
          left: 0;
          height: inherit;
          width: inherit; }
          @media (max-width: 767px) {
            .rightImg .card ul a:before, .rightImg .card ul a:active:before {
              display: none !important; } }
        .rightImg .card ul a:hover, .rightImg .card ul a:active:hover {
          color: #5FA93C; }
          .rightImg .card ul a:hover:before, .rightImg .card ul a:active:hover:before {
            left: 33px;
            color: #5FA93C; }
  .rightImg .arrow.second {
    background: white;
    color: black;
    display: block;
    padding: 10px 0;
    top: 0px;
    cursor: pointer; }
    .rightImg .arrow.second:hover {
      color: #5FA93C; }
    .rightImg .arrow.second .material-icons {
      position: relative;
      top: 5px;
      color: #5FA93C; }
      .rightImg .arrow.second .material-icons.closebutt {
        color: #fff; }
      @media (max-width: 767px) {
        .rightImg .arrow.second .material-icons {
          color: white;
          background: #5FA93C;
          float: right;
          padding: 12px;
          margin-top: -15px; } }
  .rightImg.active .card {
    max-height: 1000px;
    transition: max-height 0.25s ease-in; }
  .rightImg.active .arrow.second {
    top: -30px;
    background: #5FA93C;
    color: white; }
    @media (max-width: 767px) {
      .rightImg.active .arrow.second {
        padding: 10px; } }
  .rightImg .closebutt {
    display: none !important; }

.rightImg.active .openbutt {
  display: none !important; }

.rightImg.active .closebutt {
  display: inline-block !important; }

.rightImg.shrink .openbutt {
  display: block !important; }

.rightImg.shrink .closebutt {
  display: none !important; }

.rightImg.shrink .card {
  max-height: 0; }

.rightImg.shrink .arrow.second {
  top: 0;
  background: white;
  color: #652D88;
  padding: 10px 0;
  color: black; }
  .rightImg.shrink .arrow.second .openbutt {
    color: white; }

#faq h3 {
  font-size: 2rem; }

#faq .accordion-content, #faq p, #faq ul li {
  font-size: 1.8rem;
  line-height: 1.5; }

.blog h4.widgettitle, .single-post h4.widgettitle, .archive h4.widgettitle {
  font-size: 2rem;
  margin-bottom: 20px; }

.blog #scrollsidebar, .single-post #scrollsidebar, .archive #scrollsidebar {
  transition: all 1s;
  max-width: 457px; }

.blog .sidebar, .single-post .sidebar, .archive .sidebar {
  height: auto !important; }

.blog .sidebar i, .single-post .sidebar i, .archive .sidebar i {
  font-size: 3rem;
  margin-right: 10px; }

.blog .sidebar ul, .single-post .sidebar ul, .archive .sidebar ul {
  list-style: none;
  padding-left: 0; }

.blog .sidebar ul li, .single-post .sidebar ul li, .archive .sidebar ul li {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #00315D; }

.blog ul.bottoms [aria-expanded="true"]:after, .single-post ul.bottoms [aria-expanded="true"]:after, .archive ul.bottoms [aria-expanded="true"]:after {
  transform: rotate(90deg);
  transition: all 0.3s; }

.blog ul.bottoms [aria-expanded="false"]:after, .single-post ul.bottoms [aria-expanded="false"]:after, .archive ul.bottoms [aria-expanded="false"]:after {
  transform: rotate(0);
  transition: all 0.3s; }

.blog .a2a_kit a, .single-post .a2a_kit a, .archive .a2a_kit a {
  border-radius: 50%;
  background: #666;
  position: relative;
  top: 0;
  padding: 5px 5px 0;
  margin-right: 8px; }

.blog .addtoany_share_save_container, .single-post .addtoany_share_save_container, .archive .addtoany_share_save_container {
  margin-bottom: 70px;
  margin-top: 40px; }

.blog .addtoany_header, .single-post .addtoany_header, .archive .addtoany_header {
  margin: 0 0 16px;
  float: left;
  font-size: 2rem;
  font-weight: bold;
  padding-right: 15px; }

.blog .section-with-sidebar .sidebar, .single-post .section-with-sidebar .sidebar, .archive .section-with-sidebar .sidebar {
  padding: 40px 40px 20px 40px;
  margin-bottom: 10px; }

.blog #twitter, .blog #contactform, .single-post #twitter, .single-post #contactform, .archive #twitter, .archive #contactform {
  border: 1px solid #4CBBD8;
  width: 100%;
  border-top: 0 !important;
  margin-top: 0 !important;
  position: relative;
  top: -8px; }

.blog #twitter, .single-post #twitter, .archive #twitter {
  border: 1px solid #29509D;
  top: 0;
  border-top: 4px solid #29509D !important;
  padding: 2px; }

.blog #contactform, .single-post #contactform, .archive #contactform {
  padding: 20px 5px 20px 20px; }
  .blog #contactform #field_1_8, .single-post #contactform #field_1_8, .archive #contactform #field_1_8 {
    display: none; }

.blog input#gform_submit_button_1, .single-post input#gform_submit_button_1, .archive input#gform_submit_button_1 {
  width: 97%; }

.blog ul.bottoms, .single-post ul.bottoms, .archive ul.bottoms {
  padding-left: 0; }
  .blog ul.bottoms li.arrows, .single-post ul.bottoms li.arrows, .archive ul.bottoms li.arrows {
    list-style: none;
    border-top: 4px solid #29509D !important;
    padding: 20px;
    border: 1px solid #29509D;
    cursor: pointer; }
    .blog ul.bottoms li.arrows a, .single-post ul.bottoms li.arrows a, .archive ul.bottoms li.arrows a {
      color: #29509D; }
    .blog ul.bottoms li.arrows a:after, .single-post ul.bottoms li.arrows a:after, .archive ul.bottoms li.arrows a:after {
      content: url("../images/arrow_forward_teal.png");
      display: inline-block;
      top: 0;
      position: relative;
      float: right;
      color: #29509D; }

@media (max-width: 991px) {
  .blog .section, .single-post .section, .archive .section {
    padding-bottom: 0; }
  .blog .socialsmall i, .single-post .socialsmall i, .archive .socialsmall i {
    font-size: 2.8rem;
    margin-right: 10px; }
  .blog .sidebar, .single-post .sidebar, .archive .sidebar {
    margin-top: 0; }
    .blog .sidebar h4.widgettitle, .blog .sidebar #text-2, .single-post .sidebar h4.widgettitle, .single-post .sidebar #text-2, .archive .sidebar h4.widgettitle, .archive .sidebar #text-2 {
      display: none !important; } }

@media (max-width: 991px) {
  .single-post .mobile-read-more {
    display: block;
    margin-bottom: 20px; }
  .blog .section-with-sidebar .sidebar {
    margin-top: 30px; }
  .single-post .addtoany_share_save_container {
    margin: 40px 0; }
  .section-with-sidebar .sidebar li.menu-item {
    position: relative; }
    .section-with-sidebar .sidebar li.menu-item a {
      display: block; }
    .section-with-sidebar .sidebar li.menu-item:after {
      position: absolute;
      top: 0;
      line-height: 28px;
      right: 0; } }

ul.resource-links {
  list-style: none;
  padding-left: 0; }
  ul.resource-links li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0; }

@media (max-width: 767px) {
  p.lg {
    font-size: 2rem; }
  .p-lg p {
    font-size: 2rem; } }

.page-template-template-job-landing .section {
  background: #F0F5FB; }
  .page-template-template-job-landing .section .single-portal {
    background: #ffffff;
    padding: 35px 30px;
    border: 1px solid #909090;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .page-template-template-job-landing .section .single-portal .portal-logo {
      height: 75px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      margin-bottom: 20px; }
      .page-template-template-job-landing .section .single-portal .portal-logo img {
        margin: 0 auto; }
    .page-template-template-job-landing .section .single-portal p {
      color: #676767;
      font-size: 16px;
      line-height: 24px;
      text-align: center; }
    .page-template-template-job-landing .section .single-portal .btn, .page-template-template-job-landing .section .single-portal .gform_button {
      width: 100%;
      margin-top: 14px; }
    @media (max-width: 992px) {
      .page-template-template-job-landing .section .single-portal {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .page-template-template-job-landing .section .single-portal {
        margin-bottom: 15px; } }
@media (min-width: 768px) {
  .page-template-template-job-landing .row-eq-height {
    display: flex; }
  .page-template-template-job-landing .single-portal {
    height: 100%; } }

.data-reference {
  text-align: right;
  color: #909090;
  font-size: 1.4rem; }
  .data-reference a {
    color: #909090; }
    .data-reference a:hover, .data-reference a:focus {
      color: #00315D; }
  @media (max-width: 767px) {
    .data-reference {
      text-align: center; } }
.data-number {
  display: block;
  font-weight: 800;
  color: #29509D;
  line-height: 1; }

.description {
  font-size: 2rem;
  display: block;
  line-height: 1.3;
  letter-spacing: 0; }

.disclaimer {
  letter-spacing: 0;
  font-size: 1.4rem;
  display: block;
  line-height: 1.3; }

#charter-il-data {
  margin-top: 30px; }
  #charter-il-data:before, #charter-il-data:after {
    content: " ";
    display: table; }
  #charter-il-data:after {
    clear: both; }
  #charter-il-data .left-col {
    float: left;
    width: 42%;
    padding-top: 30px; }
  #charter-il-data .right-col {
    float: left;
    width: 18%;
    margin-left: 7%;
    padding-top: 30px; }
  #charter-il-data .il-map {
    float: left;
    width: 33%;
    position: relative;
    z-index: 10; }
  #charter-il-data .data-point {
    color: #29509D;
    padding: 20px 0 30px;
    position: relative; }
    #charter-il-data .data-point:before, #charter-il-data .data-point:after {
      content: " ";
      display: table; }
    #charter-il-data .data-point:after {
      clear: both; }
    #charter-il-data .data-point .data-number {
      font-size: 8.2rem;
      margin-bottom: 5px; }
    #charter-il-data .data-point .description {
      display: block;
      line-height: 1.3;
      letter-spacing: 0; }
    #charter-il-data .data-point .data-icon {
      display: block;
      margin-bottom: 12px;
      padding-top: 10px; }
      #charter-il-data .data-point .data-icon img {
        height: 56px; }
    #charter-il-data .data-point > div {
      width: 30%;
      float: left;
      margin-right: 3.33333%; }
      #charter-il-data .data-point > div .data-number {
        font-size: 5rem; }
      #charter-il-data .data-point > div .description {
        width: 98%; }
  #charter-il-data .right-col .data-point .description {
    width: 98%; }
  #charter-il-data #numb-families:after, #charter-il-data #numb-percent-outside:after {
    content: '';
    width: 125%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #fff; }
  #charter-il-data #numb-chicago .data-number {
    position: relative; }
    #charter-il-data #numb-chicago .data-number:after {
      content: '';
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      height: 2px;
      background: #fff;
      transform: translate(-100%, 0%); }
  #charter-il-data #numb-outside:after {
    content: '+';
    font-size: 6rem;
    font-weight: 300;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: -10px;
    transform: translate(-50%, -50%);
    display: block; }
  #charter-il-data #numb-total:after {
    content: '';
    width: 98%;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background: #fff; }
  @media (max-width: 991px) {
    #charter-il-data .description {
      font-size: 1.8rem; } }
  @media (max-width: 767px) {
    #charter-il-data .left-col, #charter-il-data .right-col, #charter-il-data .il-map {
      float: none;
      width: 100%; }
    #charter-il-data .data-point .data-number {
      font-size: 7.8rem; }
    #charter-il-data .data-point > div .data-number {
      font-size: 4.8rem; }
    #charter-il-data .data-point > div .description {
      font-size: 1.6rem; }
    #charter-il-data #numb-families:after,
    #charter-il-data #numb-percent-outside:after {
      width: 100%; }
    #charter-il-data .il-map {
      padding: 10px 30px; }
      #charter-il-data .il-map svg {
        width: 600px;
        max-width: 100%; }
    #charter-il-data .right-col {
      width: 170px;
      margin: 0 auto;
      padding-left: 20px; }
    #charter-il-data #numb-chicago .data-number:after {
      display: none; } }
#theILmap .cls-2 {
  r: 0; }
  #theILmap .cls-2.loaded {
    animation-duration: 600ms;
    animation-iteration-count: 1;
    animation-name: growDots;
    animation-timing-function: cubic-bezier(0.65, 0.24, 0.46, 1.8);
    animation-fill-mode: forwards; }

@keyframes growDots {
  0% {
    r: 0; }
  100% {
    r: 8.5; } }

#illinois-pop-graphs {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  #illinois-pop-graphs .pop-graph {
    display: block;
    width: 22%;
    position: relative;
    text-align: center; }
    #illinois-pop-graphs .pop-graph .graph-helper {
      position: relative;
      padding-top: 100%;
      margin-bottom: 20px; }
      #illinois-pop-graphs .pop-graph .graph-helper canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      #illinois-pop-graphs .pop-graph .graph-helper .data-number {
        color: #29509D;
        font-weight: 800;
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        text-align: center;
        font-size: 6rem; }
    #illinois-pop-graphs .pop-graph .description {
      color: #29509D; }
  @media (max-width: 1199px) {
    #illinois-pop-graphs .pop-graph {
      width: 28%; } }
  @media (max-width: 991px) {
    #illinois-pop-graphs .pop-graph .graph-helper .data-number {
      font-size: 4.6rem; } }
  @media (max-width: 767px) {
    #illinois-pop-graphs {
      display: block; }
      #illinois-pop-graphs .pop-graph {
        max-width: 80%;
        width: 300px;
        margin: 0 auto;
        padding-bottom: 30px; }
        #illinois-pop-graphs .pop-graph .graph-helper {
          margin-bottom: 10px; }
          #illinois-pop-graphs .pop-graph .graph-helper .data-number {
            font-size: 4.6rem; } }
.chalkboard {
  border: 20px solid #29509D;
  padding: 30px 60px;
  color: #29509D; }
  .chalkboard p {
    font-size: 4.2rem;
    line-height: 1.28;
    margin-bottom: .7em; }
    .chalkboard p strong {
      font-weight: 800; }
    .chalkboard p.disclaimer {
      font-size: 1.4rem;
      margin-top: 4em;
      margin-bottom: 1em; }
  .chalkboard .chalk {
    width: 60px;
    height: 40px;
    position: absolute;
    right: 40%;
    bottom: 10px;
    background-image: url(../images/chalk.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block; }
  .chalkboard .eraser {
    display: block;
    width: 80px;
    height: 30px;
    right: 30%;
    bottom: 10px;
    position: absolute;
    background: #29509D; }
  @media (max-width: 1199px) {
    .chalkboard p {
      font-size: 3.2rem; }
      .chalkboard p.disclaimer {
        margin-top: 3em; } }
  @media (max-width: 991px) {
    .chalkboard .eraser {
      right: 24%; } }
  @media (max-width: 767px) {
    .chalkboard {
      border-width: 10px;
      padding: 10px; }
      .chalkboard p {
        font-size: 2.4rem; }
      .chalkboard .chalk {
        transform: scale(0.8) translate(0, 50%); }
      .chalkboard .eraser {
        width: 60px;
        height: 25px;
        bottom: 5px;
        right: 15%; } }
#charter-in-chicago .school-circle-graph-helper {
  padding-right: 65px; }

#charter-in-chicago .school-circle-graph {
  margin-top: 30px;
  position: relative;
  padding-top: 100%; }
  #charter-in-chicago .school-circle-graph canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #charter-in-chicago .school-circle-graph .data-helper {
    color: #29509D;
    position: absolute;
    display: block;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    text-align: center;
    font-size: 2.2rem;
    z-index: -1; }
  #charter-in-chicago .school-circle-graph .data-icon {
    display: block;
    background-image: url(../images/school-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 84px;
    height: 84px;
    margin: 0 auto 10px; }
  #charter-in-chicago .school-circle-graph .data-number {
    font-size: 7rem; }
  #charter-in-chicago .school-circle-graph .description {
    color: #666; }

#charter-in-chicago .cps-students-total {
  margin-top: 60px;
  position: relative; }
  #charter-in-chicago .cps-students-total img {
    width: 100%; }
  #charter-in-chicago .cps-students-total .content-ontop {
    position: absolute;
    z-index: 10;
    background: rgba(255, 255, 255, 0.85);
    left: 60px;
    right: 60px;
    top: 30px;
    bottom: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #charter-in-chicago .cps-students-total .content-ontop .content-helper {
      padding: 10px 20px; }
    #charter-in-chicago .cps-students-total .content-ontop .data-number {
      font-size: 6rem; }

#charter-in-chicago .cps-charter-vs {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center; }
  #charter-in-chicago .cps-charter-vs:before, #charter-in-chicago .cps-charter-vs:after {
    content: " ";
    display: table; }
  #charter-in-chicago .cps-charter-vs:after {
    clear: both; }
  #charter-in-chicago .cps-charter-vs img {
    width: 100%; }
  #charter-in-chicago .cps-charter-vs .left-col {
    width: 40%;
    margin-right: 16%;
    display: block;
    float: left; }
  #charter-in-chicago .cps-charter-vs .right-col {
    width: 42%;
    display: block;
    float: left;
    text-align: right; }
  #charter-in-chicago .cps-charter-vs .data-number {
    font-size: 2.4rem;
    line-height: 1.3; }

@media (max-width: 1199px) {
  #charter-in-chicago .description {
    font-size: 1.8rem; }
  #charter-in-chicago .school-circle-graph-helper {
    padding-right: 25px; }
  #charter-in-chicago .school-circle-graph .data-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 4px; }
  #charter-in-chicago .school-circle-graph .data-number {
    font-size: 6rem; }
  #charter-in-chicago .cps-students-total {
    margin-top: 0; }
    #charter-in-chicago .cps-students-total .content-ontop .data-number {
      font-size: 5rem; }
  #charter-in-chicago .cps-charter-vs .left-col {
    width: 50%;
    margin-right: 6%; } }

@media (max-width: 991px) {
  #charter-in-chicago .description {
    font-size: 2rem; }
  #charter-in-chicago .school-circle-graph {
    margin-top: 10px; }
  #charter-in-chicago .school-circle-graph-helper {
    padding-right: 100px;
    padding-left: 100px; }
  #charter-in-chicago .cps-students-total {
    margin-top: 30px; }
    #charter-in-chicago .cps-students-total .content-ontop {
      right: 140px;
      left: 140px; }
      #charter-in-chicago .cps-students-total .content-ontop .content-helper {
        padding: 10px 40px; } }

@media (max-width: 767px) {
  #charter-in-chicago .description {
    font-size: 1.8rem; }
  #charter-in-chicago .school-circle-graph-helper {
    padding-right: 15px;
    padding-left: 15px;
    margin: 10px 0 0; }
  #charter-in-chicago .school-circle-graph {
    margin-top: 0;
    width: 52%;
    padding-top: 52%;
    float: left;
    overflow: visible; }
  #charter-in-chicago .mobile-data-helper {
    width: 48%;
    float: left;
    padding-left: 10px; }
    #charter-in-chicago .mobile-data-helper .data-number {
      font-size: 7rem; }
  #charter-in-chicago .cps-students-total .people-img {
    opacity: 0.2; }
  #charter-in-chicago .cps-students-total .content-ontop {
    text-align: left;
    padding: 0;
    background: transparent;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    #charter-in-chicago .cps-students-total .content-ontop .content-helper {
      padding: 0; }
    #charter-in-chicago .cps-students-total .content-ontop .data-number {
      font-size: 3.8rem; }
  #charter-in-chicago .cps-charter-vs .right-col {
    width: 34%; }
  #charter-in-chicago .cps-charter-vs .left-col {
    width: 63%;
    margin-right: 3%; }
  #charter-in-chicago .cps-charter-vs .data-number {
    font-size: 2.2rem; }
  #charter-in-chicago .cps-charter-vs .people-img {
    text-align: left; }
  #charter-in-chicago .cps-charter-vs.highschool .people-img img {
    width: 60%; } }

#cps-enrollment .cps-enrollment-header {
  border-top: 2px solid #29509D;
  text-align: center; }
  #cps-enrollment .cps-enrollment-header h3 {
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    position: absolute;
    background: #ffffff;
    margin: 0;
    top: 0;
    left: 50%;
    transform: translate(-50%, -52%);
    white-space: nowrap; }
  #cps-enrollment .cps-enrollment-header .enrollment-toggle {
    margin-top: 36px;
    margin-bottom: 26px; }
    #cps-enrollment .cps-enrollment-header .enrollment-toggle:before, #cps-enrollment .cps-enrollment-header .enrollment-toggle:after {
      content: " ";
      display: table; }
    #cps-enrollment .cps-enrollment-header .enrollment-toggle:after {
      clear: both; }
    #cps-enrollment .cps-enrollment-header .enrollment-toggle span {
      display: block;
      float: left;
      width: 50%; }
      #cps-enrollment .cps-enrollment-header .enrollment-toggle span.charter {
        text-align: right;
        border-right: 2px solid #29509D;
        padding-right: 20px; }
      #cps-enrollment .cps-enrollment-header .enrollment-toggle span.district {
        text-align: left;
        border-left: 2px solid #29509D;
        padding-left: 20px; }
    #cps-enrollment .cps-enrollment-header .enrollment-toggle h4 {
      margin: 0;
      line-height: 1; }

@media (max-width: 767px) {
  #cps-enrollment {
    padding-top: 10px; }
    #cps-enrollment .cps-enrollment-header {
      border: none; }
      #cps-enrollment .cps-enrollment-header h3.h2 {
        position: static;
        transform: none;
        background: transparent;
        padding: 0;
        top: auto;
        left: auto;
        white-space: normal; }
      #cps-enrollment .cps-enrollment-header .enrollment-toggle {
        margin-top: 20px;
        margin-bottom: 20px; }
        #cps-enrollment .cps-enrollment-header .enrollment-toggle span.charter, #cps-enrollment .cps-enrollment-header .enrollment-toggle span.district {
          padding-left: 0;
          padding-right: 0;
          text-align: center;
          padding: 6px 4px;
          border-left: none;
          border: 2px solid transparent;
          border-radius: 30px;
          cursor: pointer;
          color: #909090; }
          #cps-enrollment .cps-enrollment-header .enrollment-toggle span.charter h4.h3, #cps-enrollment .cps-enrollment-header .enrollment-toggle span.district h4.h3 {
            font-size: 1.8rem;
            letter-spacing: 0;
            color: #909090; }
          #cps-enrollment .cps-enrollment-header .enrollment-toggle span.charter.active, #cps-enrollment .cps-enrollment-header .enrollment-toggle span.district.active {
            border-color: #29509D;
            color: #29509D;
            cursor: default; }
            #cps-enrollment .cps-enrollment-header .enrollment-toggle span.charter.active h4.h3, #cps-enrollment .cps-enrollment-header .enrollment-toggle span.district.active h4.h3 {
              color: #29509D; } }

.enrollment-graph {
  width: 50%;
  float: left;
  display: block;
  position: relative; }
  .enrollment-graph .graph-container {
    width: 200px;
    float: right;
    margin-top: 40px;
    position: relative;
    z-index: 2; }
    .enrollment-graph .graph-container ul {
      display: block;
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%;
      height: 70vh;
      min-height: 400px;
      display: flex;
      flex-direction: row-reverse;
      align-items: flex-end; }
      .enrollment-graph .graph-container ul:before, .enrollment-graph .graph-container ul:after {
        content: " ";
        display: table; }
      .enrollment-graph .graph-container ul:after {
        clear: both; }
      .enrollment-graph .graph-container ul li {
        width: 20%;
        float: left;
        background: #99B0DA;
        cursor: pointer;
        transition: max-height 0.8s ease-in-out, background 0.3s linear;
        position: relative;
        max-height: 0; }
        .enrollment-graph .graph-container ul li .hover-data {
          position: absolute;
          left: 0;
          width: calc(100% - 360px);
          text-align: center;
          opacity: 0;
          visibility: hidden;
          transition: all 0.3s linear;
          color: #29509D;
          z-index: -1;
          display: none; }
          .enrollment-graph .graph-container ul li .hover-data:before {
            content: '';
            display: block;
            height: 2px;
            width: 310px;
            background: #29509D;
            position: absolute;
            left: calc(100% + 20px);
            top: 50%;
            transform: translate(0, -50%); }
          .enrollment-graph .graph-container ul li .hover-data:after {
            content: '';
            display: block;
            height: 18px;
            width: 18px;
            background: #29509D;
            position: absolute;
            left: calc(100% + 20px);
            top: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%; }
          .enrollment-graph .graph-container ul li .hover-data .data-number {
            font-size: 4rem; }
          .enrollment-graph .graph-container ul li .hover-data .description {
            font-size: 1.6rem; }
        .enrollment-graph .graph-container ul li:after {
          display: block;
          height: 0%;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background: #29509D;
          max-height: 0px;
          content: '';
          transition: all 0.4s ease-in; }
        .enrollment-graph .graph-container ul li.hover:after {
          max-height: none;
          height: 100%; }
    .enrollment-graph .graph-container .pencil-tip {
      width: 100%;
      margin-top: -40px;
      pointer-events: none; }
      .enrollment-graph .graph-container .pencil-tip img {
        width: 101%;
        max-width: none;
        transform: scaleX(-1) translateX(0.5%);
        filter: FlipH; }
  .enrollment-graph .details-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
    .enrollment-graph .details-container ul {
      display: block;
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%;
      height: 70vh;
      min-height: 400px; }
      .enrollment-graph .details-container ul:before, .enrollment-graph .details-container ul:after {
        content: " ";
        display: table; }
      .enrollment-graph .details-container ul:after {
        clear: both; }
      .enrollment-graph .details-container ul li {
        height: 20%;
        color: #29509D;
        position: relative; }
        .enrollment-graph .details-container ul li .hover-data {
          width: calc(100% - 360px);
          text-align: center;
          position: relative;
          float: left;
          cursor: pointer; }
          .enrollment-graph .details-container ul li .hover-data:before {
            content: '';
            display: block;
            height: 2px;
            width: 320px;
            background: #29509D;
            position: absolute;
            left: calc(100% + 22px);
            top: 50%;
            transform: translate(0, -50%);
            transition: all 0.3s; }
          .enrollment-graph .details-container ul li .hover-data:after {
            content: '';
            display: block;
            height: 18px;
            width: 18px;
            background: #29509D;
            position: absolute;
            left: calc(100% + 20px);
            top: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            transition: all 0.3s; }
          .enrollment-graph .details-container ul li .hover-data .vertical-line {
            content: '';
            display: block;
            height: 99em;
            width: 2px;
            background: #29509D;
            position: absolute;
            left: calc(100% + 340px);
            top: 50%;
            transition: all 0.3s; }
        .enrollment-graph .details-container ul li:nth-of-type(2) .hover-data:before {
          width: 280px; }
        .enrollment-graph .details-container ul li:nth-of-type(2) .vertical-line {
          left: calc(100% + 300px); }
        .enrollment-graph .details-container ul li:nth-of-type(3) .hover-data:before {
          width: 240px; }
        .enrollment-graph .details-container ul li:nth-of-type(3) .vertical-line {
          left: calc(100% + 260px); }
        .enrollment-graph .details-container ul li:nth-of-type(4) .hover-data:before {
          width: 200px; }
        .enrollment-graph .details-container ul li:nth-of-type(4) .vertical-line {
          left: calc(100% + 220px); }
        .enrollment-graph .details-container ul li:nth-of-type(5) .hover-data:before {
          width: 160px; }
        .enrollment-graph .details-container ul li:nth-of-type(5) .vertical-line {
          left: calc(100% + 180px); }
        .enrollment-graph .details-container ul li.hover .data-number {
          color: #4CBBD8; }
        .enrollment-graph .details-container ul li.hover .hover-data:before, .enrollment-graph .details-container ul li.hover .hover-data:after,
        .enrollment-graph .details-container ul li.hover .hover-data .vertical-line {
          background: #4CBBD8; }
    .enrollment-graph .details-container .data-number {
      font-size: 4rem;
      transition: all 0.2s; }
    .enrollment-graph .details-container .description {
      font-size: 1.6rem; }
  #district-enrollment.enrollment-graph .graph-container {
    float: left; }
    #district-enrollment.enrollment-graph .graph-container ul {
      flex-direction: row; }
      #district-enrollment.enrollment-graph .graph-container ul li {
        background: #D8D8D8; }
        #district-enrollment.enrollment-graph .graph-container ul li:after {
          background: #676767; }
        #district-enrollment.enrollment-graph .graph-container ul li .hover-data {
          left: auto;
          right: 0; }
          #district-enrollment.enrollment-graph .graph-container ul li .hover-data:before {
            left: auto;
            right: calc(100% + 20px); }
          #district-enrollment.enrollment-graph .graph-container ul li .hover-data:after {
            left: auto;
            right: calc(100% + 20px);
            transform: translate(50%, -50%); }
    #district-enrollment.enrollment-graph .graph-container .pencil-tip img {
      transform: scaleX(1) translateX(-0.5%);
      filter: none; }
  #district-enrollment.enrollment-graph .details-container ul li .hover-data {
    float: right; }
    #district-enrollment.enrollment-graph .details-container ul li .hover-data:before {
      left: auto;
      right: calc(100% + 22px); }
    #district-enrollment.enrollment-graph .details-container ul li .hover-data:after {
      left: auto;
      right: 100%; }
    #district-enrollment.enrollment-graph .details-container ul li .hover-data .vertical-line {
      left: auto;
      right: calc(100% + 340px); }
  #district-enrollment.enrollment-graph .details-container ul li:nth-of-type(2) .vertical-line {
    left: auto;
    right: calc(100% + 300px); }
  #district-enrollment.enrollment-graph .details-container ul li:nth-of-type(3) .vertical-line {
    left: auto;
    right: calc(100% + 260px); }
  #district-enrollment.enrollment-graph .details-container ul li:nth-of-type(4) .vertical-line {
    left: auto;
    right: calc(100% + 220px); }
  #district-enrollment.enrollment-graph .details-container ul li:nth-of-type(5) .vertical-line {
    left: auto;
    right: calc(100% + 180px); }
  @media (max-width: 1199px) {
    .enrollment-graph .details-container ul li .hover-data {
      width: calc(100% - 260px); }
      .enrollment-graph .details-container ul li .hover-data:before {
        width: 220px; }
      .enrollment-graph .details-container ul li .hover-data .vertical-line {
        left: calc(100% + 240px); }
    .enrollment-graph .details-container ul li:nth-of-type(2) .hover-data:before {
      width: 180px; }
    .enrollment-graph .details-container ul li:nth-of-type(2) .vertical-line {
      left: calc(100% + 200px); }
    .enrollment-graph .details-container ul li:nth-of-type(3) .hover-data:before {
      width: 140px; }
    .enrollment-graph .details-container ul li:nth-of-type(3) .vertical-line {
      left: calc(100% + 160px); }
    .enrollment-graph .details-container ul li:nth-of-type(4) .hover-data:before {
      width: 100px; }
    .enrollment-graph .details-container ul li:nth-of-type(4) .vertical-line {
      left: calc(100% + 120px); }
    .enrollment-graph .details-container ul li:nth-of-type(5) .hover-data:before {
      width: 60px; }
    .enrollment-graph .details-container ul li:nth-of-type(5) .vertical-line {
      left: calc(100% + 80px); }
    #district-enrollment.enrollment-graph .details-container ul li .hover-data .vertical-line {
      left: auto;
      right: calc(100% + 240px); }
    #district-enrollment.enrollment-graph .details-container ul li:nth-of-type(2) .vertical-line {
      left: auto;
      right: calc(100% + 200px); }
    #district-enrollment.enrollment-graph .details-container ul li:nth-of-type(3) .vertical-line {
      left: auto;
      right: calc(100% + 160px); }
    #district-enrollment.enrollment-graph .details-container ul li:nth-of-type(4) .vertical-line {
      left: auto;
      right: calc(100% + 120px); }
    #district-enrollment.enrollment-graph .details-container ul li:nth-of-type(5) .vertical-line {
      left: auto;
      right: calc(100% + 80px); } }
  @media (max-width: 991px) {
    .enrollment-graph .details-container .description {
      font-size: 1.4rem; } }
  @media (max-width: 767px) {
    .enrollment-graph .graph-container {
      width: 160px; }
      .enrollment-graph .graph-container ul {
        min-height: 600px; }
      .enrollment-graph .graph-container .pencil-tip {
        margin-top: -32px; }
    .enrollment-graph .details-container ul {
      min-height: 600px; }
      .enrollment-graph .details-container ul li .hover-data {
        width: calc(100% - 180px); }
        .enrollment-graph .details-container ul li .hover-data:before {
          width: 144px; }
        .enrollment-graph .details-container ul li .hover-data .vertical-line {
          left: calc(100% + 164px); }
      .enrollment-graph .details-container ul li:nth-of-type(2) .hover-data:before {
        width: 112px; }
      .enrollment-graph .details-container ul li:nth-of-type(2) .vertical-line {
        left: calc(100% + 132px); }
      .enrollment-graph .details-container ul li:nth-of-type(3) .hover-data:before {
        width: 80px; }
      .enrollment-graph .details-container ul li:nth-of-type(3) .vertical-line {
        left: calc(100% + 100px); }
      .enrollment-graph .details-container ul li:nth-of-type(4) .hover-data:before {
        width: 48px; }
      .enrollment-graph .details-container ul li:nth-of-type(4) .vertical-line {
        left: calc(100% + 68px); }
      .enrollment-graph .details-container ul li:nth-of-type(5) .hover-data:before {
        width: 16px; }
      .enrollment-graph .details-container ul li:nth-of-type(5) .vertical-line {
        left: calc(100% + 36px); }
    #district-enrollment.enrollment-graph .details-container ul li .hover-data .vertical-line {
      left: auto;
      right: calc(100% + 164px); }
    #district-enrollment.enrollment-graph .details-container ul li:nth-of-type(2) .vertical-line {
      left: auto;
      right: calc(100% + 132px); }
    #district-enrollment.enrollment-graph .details-container ul li:nth-of-type(3) .vertical-line {
      left: auto;
      right: calc(100% + 100px); }
    #district-enrollment.enrollment-graph .details-container ul li:nth-of-type(4) .vertical-line {
      left: auto;
      right: calc(100% + 68px); }
    #district-enrollment.enrollment-graph .details-container ul li:nth-of-type(5) .hover-data {
      transform: translate(0, -20px); }
    #district-enrollment.enrollment-graph .details-container ul li:nth-of-type(5) .vertical-line {
      left: auto;
      right: calc(100% + 36px); } }
.mobile-toggle-container:before, .mobile-toggle-container:after {
  content: " ";
  display: table; }

.mobile-toggle-container:after {
  clear: both; }

.mobile-toggle-container .mobile-toggle-slider:before, .mobile-toggle-container .mobile-toggle-slider:after {
  content: " ";
  display: table; }

.mobile-toggle-container .mobile-toggle-slider:after {
  clear: both; }

@media (max-width: 767px) {
  .mobile-toggle-container {
    overflow: hidden;
    width: 100%; }
    .mobile-toggle-container .mobile-toggle-slider {
      width: 200%;
      transition: transform 0.3s ease-out; }
    .mobile-toggle-container.active .mobile-toggle-slider {
      transform: translate(-50%, 0); } }

.loaded .enrollment-graph .graph-container ul li {
  max-height: 100%; }

.enrollment-graph-reference {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: -100%;
  transform: translate(0, -100%); }
  .enrollment-graph-reference .left-column, .enrollment-graph-reference .right-column {
    width: 33%;
    float: left;
    text-align: left; }
  .enrollment-graph-reference .right-column {
    float: right;
    text-align: right; }
  @media (max-width: 767px) {
    .enrollment-graph-reference {
      margin-bottom: 0;
      margin-top: 30px;
      transform: none; }
      .enrollment-graph-reference .left-column, .enrollment-graph-reference .right-column {
        width: 100%;
        float: none;
        text-align: center; } }
#changing-lives .data-reference {
  color: #ffffff; }
  #changing-lives .data-reference a {
    color: #ffffff; }
    #changing-lives .data-reference a:focus, #changing-lives .data-reference a:hover {
      color: #4CBBD8; }

#school-enrollment-slider {
  margin-top: 30px;
  text-align: center; }
  #school-enrollment-slider .slide .school-enrollment-graph {
    padding: 20px 0;
    margin: 0 60px; }
    #school-enrollment-slider .slide .school-enrollment-graph canvas {
      height: 350px;
      width: 100%; }
  #school-enrollment-slider .slider {
    margin-bottom: 0 !important; }
  #school-enrollment-slider.slider-wrapper.nav-right .nav {
    right: 0; }
  @media (max-width: 991px) {
    #school-enrollment-slider .slide .school-enrollment-graph {
      margin: 0 20px; } }
  @media (max-width: 767px) {
    #school-enrollment-slider {
      margin-top: 20px; }
      #school-enrollment-slider .slide .school-enrollment-graph {
        margin: 0;
        padding-bottom: 0; } }
.school-enrollment-nav {
  text-align: center;
  margin-bottom: 30px; }
  .school-enrollment-nav > div {
    display: inline-block; }
  .school-enrollment-nav .faux-btn {
    border-width: 2px;
    border-radius: 2px;
    font-size: 1.6rem;
    font-weight: 700;
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
    border-style: solid;
    padding: 10px 30px;
    min-width: 200px;
    text-align: center;
    letter-spacing: 0.05em;
    transition: all 0.2s;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px; }
    .school-enrollment-nav .faux-btn:hover {
      background: rgba(76, 187, 216, 0.6);
      border-color: #ffffff; }
  .school-enrollment-nav .slick-current .faux-btn {
    background: #4CBBD8;
    border-color: #4CBBD8;
    cursor: default; }
  .school-enrollment-nav .active.faux-btn {
    background: #4CBBD8;
    border-color: #4CBBD8;
    cursor: default; }
  @media (max-width: 767px) {
    .school-enrollment-nav {
      margin-top: 10px;
      margin-bottom: 10px;
      margin-right: -5px;
      margin-left: -5px; }
      .school-enrollment-nav .faux-btn {
        min-width: 120px;
        padding: 10px 20px;
        font-size: 1.4rem;
        margin: 0 5px; } }
#school-data-points .data-reference {
  text-align: left; }

.icon-expanded-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0; }
  .icon-expanded-list li {
    padding-left: 100px;
    position: relative;
    margin-bottom: 50px; }
    .icon-expanded-list li:last-of-type {
      margin-bottom: 0; }
  .icon-expanded-list .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #4CBBD8;
    transform: translate(0, -50%);
    display: block; }
    .icon-expanded-list .icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60%;
      object-fit: contain;
      height: 30px; }
  .icon-expanded-list .description {
    font-size: 1.6rem;
    letter-spacing: 0.02em; }
  .icon-expanded-list h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 6px; }
  @media (max-width: 767px) {
    .icon-expanded-list li {
      margin-bottom: 34px;
      padding-left: 65px; }
    .icon-expanded-list .icon {
      height: 45px;
      width: 45px;
      top: 0;
      transform: none;
      left: 0; }
      .icon-expanded-list .icon img {
        height: 25px; }
    .icon-expanded-list h4 {
      font-size: 1.8rem; } }
#chicago-choice-district {
  color: #ffffff;
  text-align: center; }
  #chicago-choice-district .choice-heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10; }
    #chicago-choice-district .choice-heading h3 {
      margin: 20px 0; }
  #chicago-choice-district .data-reference {
    margin-top: 4px; }
  @media (max-width: 991px) {
    #chicago-choice-district .choice-heading {
      position: static;
      background: #29509D;
      padding: 0 15px; }
      #chicago-choice-district .choice-heading:before, #chicago-choice-district .choice-heading:after {
        content: " ";
        display: table; }
      #chicago-choice-district .choice-heading:after {
        clear: both; } }
.picture-accordion {
  list-style: none;
  padding: 0;
  margin: 0; }
  .picture-accordion:before, .picture-accordion:after {
    content: " ";
    display: table; }
  .picture-accordion:after {
    clear: both; }
  .picture-accordion li {
    width: 16%;
    display: block;
    float: left;
    height: 50vh;
    min-height: 550px;
    position: relative;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    transition: width 0.3s linear;
    overflow: hidden; }
    .picture-accordion li .contents {
      padding: 30px;
      position: relative;
      z-index: 1;
      width: 100%;
      transition: all 0s 0s linear; }
      .picture-accordion li .contents .btn, .picture-accordion li .contents .gform_button {
        margin-top: 20px; }
    .picture-accordion li .bg-img-container {
      background: #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      overflow: hidden; }
      .picture-accordion li .bg-img-container img {
        height: 100%;
        width: auto;
        max-width: none;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 1; }
      .picture-accordion li .bg-img-container:after {
        content: '';
        background: rgba(17, 17, 17, 0.45);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2; }
    .picture-accordion li .response {
      overflow: hidden;
      max-height: 0px;
      opacity: 0;
      font-size: 1.6rem;
      transition: all 0s 0s linear; }
      .picture-accordion li .response p {
        font-size: 1.6rem; }
    .picture-accordion li .close-accordion {
      display: none; }
    .picture-accordion li .mobile-button {
      border: 2px solid #ffffff;
      display: inline-block;
      cursor: pointer; }
      .picture-accordion li .mobile-button .material-icons {
        display: block;
        font-size: 2em; }
    .picture-accordion li h4 {
      font-size: 2.4rem;
      text-shadow: 0 0 3px rgba(17, 17, 17, 0.3);
      font-weight: 800;
      transition: all 0s 0s linear;
      cursor: pointer; }
    .picture-accordion li.active, .picture-accordion li.opening {
      width: 36%; }
      .picture-accordion li.active .contents, .picture-accordion li.opening .contents {
        transition: all 0s 0.4s linear; }
      .picture-accordion li.active .bg-img-container:after, .picture-accordion li.opening .bg-img-container:after {
        background: rgba(41, 80, 157, 0.8); }
      .picture-accordion li.active .response, .picture-accordion li.opening .response {
        max-height: none;
        opacity: 1;
        transition: all 0.2s 0.3s linear; }
      .picture-accordion li.active h4, .picture-accordion li.opening h4 {
        opacity: 1;
        transition: all 0.2s linear;
        cursor: default; }
      .picture-accordion li.active .mobile-button, .picture-accordion li.opening .mobile-button {
        display: none; }
    .picture-accordion li.opening h4, .picture-accordion li.closing h4 {
      opacity: 0;
      transition: all 0s linear; }
  @media (max-width: 991px) {
    .picture-accordion li .contents {
      padding: 20px; }
    .picture-accordion li h4 {
      font-size: 1.8rem; } }
  @media (max-width: 991px) {
    .picture-accordion li,
    .picture-accordion li.active,
    .picture-accordion li.opening {
      width: 100%;
      float: none;
      height: auto;
      min-height: auto;
      padding: 40px 20px;
      display: block; }
    .picture-accordion li .bg-img-container {
      bottom: auto;
      height: 150%; }
      .picture-accordion li .bg-img-container img {
        top: auto;
        bottom: 0; }
    .picture-accordion li .contents {
      padding: 0; }
    .picture-accordion li .mobile-button {
      border: 2px solid #ffffff;
      display: inline-block; }
      .picture-accordion li .mobile-button .material-icons {
        display: block;
        font-size: 2em; }
    .picture-accordion li .close-accordion {
      position: absolute;
      top: -40px;
      right: -10px;
      background: #ffffff;
      color: #29509D;
      border-radius: 50%;
      text-align: center;
      height: 30px;
      width: 30px;
      transition: all 0s 0s linear;
      display: block;
      visibility: hidden;
      opacity: 0;
      z-index: 10; }
      .picture-accordion li .close-accordion .material-icons {
        display: block;
        line-height: 30px; }
    .picture-accordion li.active .close-accordion {
      opacity: 1;
      visibility: visible; }
    .picture-accordion li.active .bg-img-container {
      height: 110%; }
    .picture-accordion li.active .mobile-button {
      display: none; }
    .picture-accordion li.opening .bg-img-container {
      height: 110%; }
    .picture-accordion li.opening .mobile-button {
      display: none; }
    .picture-accordion li.opening .close-accordion {
      transition: all 0.2s 0.3s linear; }
    .picture-accordion li.closing {
      max-height: 99em; }
    .picture-accordion li.opening h4, .picture-accordion li.closing h4 {
      opacity: 1; }
    .picture-accordion li h4 {
      font-size: 2.4rem; } }
#charter-performing {
  text-align: center; }
  #charter-performing h5 {
    font-weight: 400;
    font-size: 2.2rem; }
  #charter-performing .icon {
    background: #4CBBD8;
    width: 114px;
    height: 114px;
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 20px auto 20px; }
    #charter-performing .icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60%;
      object-fit: contain;
      height: 60px; }
  #charter-performing .btn, #charter-performing .gform_button {
    min-width: 300px;
    font-size: 1.8rem; }
  #charter-performing .flex-helper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  @media (max-width: 767px) {
    #charter-performing h5 {
      font-size: 2rem; }
    #charter-performing .flex-helper {
      display: block;
      margin-bottom: 40px; }
    #charter-performing .btn, #charter-performing .gform_button {
      min-width: auto;
      display: block; } }
.comment-nav ul {
  list-style-type: none; }
  .comment-nav ul li {
    display: inline; }

#login h1 a, .login h1 a {
  background-image: url(https://d78cb1a23aa0803f8ae9-9c5ddb37bcf4c875c23149623eded2de.ssl.cf2.rackcdn.com/LAUNCH_full_dark.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  color: #444;
  height: 100px;
  font-size: 20px;
  line-height: 100%;
  margin: 0 auto 25px;
  padding: 0;
  width: 80%; }

.wp-core-ui .button-primary {
  background: #C9342D;
  border-color: #C9342D;
  border-bottom-color: #b5251f;
  box-shadow: 0 1px 0 #b5251f;
  text-shadow: 0 -1px #b5251f,0 -1px #b5251f,0 -1px #b5251f,0 -1px #b5251f; }

.home #hero {
  min-height: 80vh; }
  .home #hero > .container {
    padding-bottom: 150px; }

.home #side-drawer {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  width: 700px;
  max-width: calc(100% - 46px);
  z-index: 100;
  transition: all 0.4s ease-in-out; }
  .home #side-drawer.active {
    transform: translate(0, -50%); }
  .home #side-drawer .tab {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(-90deg) translate(0, -300%);
    transform-origin: center top;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 46px;
    padding: 0 40px;
    z-index: 1;
    text-transform: uppercase;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #4CBBD8;
    color: #ffffff;
    transition: all 0.2s; }
    .home #side-drawer .tab:hover {
      background: #2dadce; }
  .home #side-drawer .drawer {
    background: #ffffff;
    z-index: 10;
    position: relative; }
  .home #side-drawer .drawer-content {
    padding: 30px 0;
    font-size: 1.4rem; }
    .home #side-drawer .drawer-content p {
      line-height: 1.7; }
    .home #side-drawer .drawer-content a {
      display: inline-block;
      margin-top: 10px;
      font-size: 1.6rem;
      color: #EE7622; }
      .home #side-drawer .drawer-content a .material-icons {
        font-size: 1.6rem;
        margin-left: 5px;
        font-weight: 700;
        vertical-align: middle; }
    .home #side-drawer .drawer-content .row, .home #side-drawer .drawer-content .gform_fields {
      display: flex;
      flex-direction: row;
      margin: 0; }
      .home #side-drawer .drawer-content .row .col-xs-12, .home #side-drawer .drawer-content .gform_fields .col-xs-12 {
        padding: 6px 30px; }
    .home #side-drawer .drawer-content #drawer-right {
      border-left: 1px solid #cfcfcf; }
    .home #side-drawer .drawer-content .title, .home #side-drawer .drawer-content .drawer-logo {
      margin-bottom: 25px;
      font-size: 2.4rem;
      color: #29509D;
      font-weight: 800;
      display: block; }
    .home #side-drawer .drawer-content .title {
      margin-top: 10px; }

@media (max-width: 767px) {
  .home #side-drawer {
    display: none; }
  .home #hero {
    min-height: 88vh;
    min-height: calc(100vh - 72px); }
    .home #hero .bg-vid-container {
      display: none; } }

@media (max-width: 480px) {
  .home #hero {
    justify-content: flex-end; }
    .home #hero > .container {
      padding-top: 40px;
      padding-bottom: 90px; }
      .home #hero > .container a {
        margin-top: 0px;
        font-size: 1.6rem; }
    .home #hero h2.h1 {
      font-size: 2.4rem;
      letter-spacing: 0.03em; } }

.home-section p {
  font-size: 2rem; }

.home-section .btn, .home-section .gform_button {
  margin-top: 20px; }

#who-we-are {
  text-align: center;
  padding: 35px 0 70px; }
  @media (max-width: 767px) {
    #who-we-are {
      padding: 40px 0 80px;
      text-align: left; } }
#charter-choice {
  overflow: hidden; }
  #charter-choice .row, #charter-choice .gform_fields {
    display: flex;
    flex-direction: row; }
  #charter-choice .flush-right, #charter-choice .flush-left {
    padding-top: 30px;
    padding-bottom: 220px; }
  #charter-choice .flush-left {
    padding-right: 8%; }
  #charter-choice .flush-right {
    position: relative;
    padding-left: 8%; }
    #charter-choice .flush-right:after {
      position: absolute;
      content: '';
      display: block;
      width: 999em;
      top: 0;
      bottom: 0;
      left: 0;
      background-image: url(../images/schoolpattern.jpg);
      background-position: center;
      background-size: auto;
      background-color: #00315D;
      z-index: 0; }
    #charter-choice .flush-right > * {
      position: relative;
      z-index: 1; }
    #charter-choice .flush-right h3 {
      color: #ffffff;
      font-size: 2.5rem;
      padding: 0 0 2px 0;
      margin-bottom: 0;
      margin-top: 20px;
      position: relative;
      display: inline-block; }
      #charter-choice .flush-right h3:after {
        position: absolute;
        content: '';
        display: block;
        bottom: 0;
        left: 0;
        right: 1px;
        height: 3px;
        background: #4CBBD8; }
    #charter-choice .flush-right .choices {
      list-style: none;
      margin: 0;
      padding: 0; }
      #charter-choice .flush-right .choices li {
        margin: 30px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        color: #ffffff;
        font-size: 2rem;
        font-weight: 600; }
        #charter-choice .flush-right .choices li i {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          height: 60px;
          width: 60px;
          border-radius: 50%;
          background-color: #4CBBD8;
          margin-right: 15px; }
          #charter-choice .flush-right .choices li i img {
            max-height: 90%;
            max-width: 90%;
            height: auto;
            width: auto; }
        #charter-choice .flush-right .choices li span {
          display: block;
          width: calc(100% - 75px); }
  #charter-choice .choice-facts {
    margin-top: -200px; }
  #charter-choice #facts-slider .slider {
    margin-bottom: 0; }
  #charter-choice #facts-slider .slide {
    position: relative;
    overflow: hidden;
    transform: scale(0.6);
    opacity: 0.5;
    transform-origin: bottom right;
    transition: all 0.3s ease-out;
    border-left: 1px solid #ffffff; }
    #charter-choice #facts-slider .slide .fact {
      opacity: 0;
      transition: all 0.2s; }
    #charter-choice #facts-slider .slide.slick-current {
      transform: scale(1);
      opacity: 1; }
      #charter-choice #facts-slider .slide.slick-current .fact {
        opacity: 1;
        transition: all 0.3s 0.3s; }
    #charter-choice #facts-slider .slide .responsive-169 {
      padding-bottom: 56.25%; }
    #charter-choice #facts-slider .slide .fact {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1;
      background: rgba(0, 49, 93, 0.9);
      width: 45%;
      color: #ffffff;
      padding: 30px 25px 50px; }
      #charter-choice #facts-slider .slide .fact .h4 {
        font-size: 1.2rem;
        margin-bottom: 1.5em;
        text-transform: uppercase;
        color: #ffffff;
        display: block; }
      #charter-choice #facts-slider .slide .fact b, #charter-choice #facts-slider .slide .fact strong {
        color: #4CBBD8;
        font-weight: 400; }
  #charter-choice #facts-slider .slick-list {
    margin-left: -100px;
    padding-left: 100px; }
  #charter-choice #parent-spotlight {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 100px;
    color: #ffffff;
    font-size: 2rem; }
    #charter-choice #parent-spotlight p {
      font-size: 2rem;
      line-height: 1.7; }
    #charter-choice #parent-spotlight .slider {
      position: relative; }
      #charter-choice #parent-spotlight .slider:after {
        position: absolute;
        content: '';
        display: block;
        width: 999em;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: #652D88;
        z-index: 0; }
      #charter-choice #parent-spotlight .slider > * {
        position: relative;
        z-index: 1; }
      #charter-choice #parent-spotlight .slider .slide {
        padding: 40px 0 40px 60px; }
        #charter-choice #parent-spotlight .slider .slide .headshot {
          float: left;
          width: 75px;
          height: 75px;
          margin-right: 20px; }
          #charter-choice #parent-spotlight .slider .slide .headshot .img-circle {
            border: 4px solid #ffffff;
            overflow: hidden;
            height: 100%; }
        #charter-choice #parent-spotlight .slider .slide .text {
          width: calc(100% - 95px);
          float: left;
          position: relative; }
          #charter-choice #parent-spotlight .slider .slide .text .material-icons {
            position: absolute;
            transform: rotate(180deg);
            font-size: 4rem;
            top: -10px;
            left: -5px; }
            #charter-choice #parent-spotlight .slider .slide .text .material-icons:last-of-type {
              position: absolute;
              bottom: 0;
              right: 0;
              top: auto;
              left: auto;
              transform: rotate(0deg); }
          #charter-choice #parent-spotlight .slider .slide .text p {
            position: relative; }
            #charter-choice #parent-spotlight .slider .slide .text p:first-of-type:before {
              content: '\f10d';
              display: inline-block;
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 2.4rem;
              margin-right: 10px;
              line-height: 2rem;
              transform: translateY(-6px); }
            #charter-choice #parent-spotlight .slider .slide .text p:last-of-type:after {
              content: '\f10e';
              display: inline-block;
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 2.4rem;
              margin-left: 10px;
              line-height: 2rem;
              transform: translateY(-6px); }
          #charter-choice #parent-spotlight .slider .slide .text span.bywho {
            display: block;
            margin-top: 30px;
            line-height: 1.3; }
  @media (max-width: 991px) {
    #charter-choice #facts-slider {
      margin-right: 50px; }
    #charter-choice #parent-spotlight {
      margin-left: 50px; } }
  @media (max-width: 767px) {
    #charter-choice .row, #charter-choice .gform_fields {
      display: block; }
    #charter-choice .flush-left {
      padding: 60px 15px 80px; }
    #charter-choice .flush-right {
      padding: 60px 30px 60px; }
    #charter-choice #facts-slider {
      margin: 0 -15px; }
      #charter-choice #facts-slider .slick-list {
        margin-left: 0;
        padding-left: 0;
        background: #00315D; }
      #charter-choice #facts-slider .slide {
        border: none; }
        #charter-choice #facts-slider .slide .fact {
          position: relative;
          bottom: auto;
          width: 100%;
          opacity: 1; }
        #charter-choice #facts-slider .slide .responsive-169 {
          padding: 0; }
          #charter-choice #facts-slider .slide .responsive-169 .bg-img {
            position: static;
            transform: translate(0, 0); }
    #charter-choice #parent-spotlight {
      margin: 50px -15px; }
      #charter-choice #parent-spotlight .slider {
        margin-bottom: 0; }
        #charter-choice #parent-spotlight .slider .slide {
          padding: 30px; }
          #charter-choice #parent-spotlight .slider .slide .headshot {
            display: none; }
          #charter-choice #parent-spotlight .slider .slide .text {
            width: 100%;
            float: none; } }
#resources .controller {
  position: relative;
  z-index: 10; }
  #resources .controller .slick-list {
    overflow: visible; }
  #resources .controller .slide {
    cursor: pointer;
    font-size: 2rem;
    line-height: 2.5em;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    background: #EE7622;
    position: relative;
    transition: all 0.2s; }
    #resources .controller .slide:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 15px 0 15px;
      border-color: #EE7622 transparent transparent transparent;
      display: block;
      position: absolute;
      left: 50%;
      bottom: -14px;
      transform: translate(-50%, -100%);
      content: '';
      z-index: -1;
      transition: all 0.3s; }
    #resources .controller .slide.slick-current:hover {
      background: #EE7622; }
      #resources .controller .slide.slick-current:hover:nth-of-type(1) {
        background: #4CBBD8; }
      #resources .controller .slide.slick-current:hover:nth-of-type(2) {
        background: #5FA93C; }
    #resources .controller .slide.slick-current:after {
      transform: translate(-50%, 0); }
    #resources .controller .slide:nth-of-type(1) {
      background: #4CBBD8; }
      #resources .controller .slide:nth-of-type(1):after {
        border-color: #4CBBD8 transparent transparent transparent; }
    #resources .controller .slide:nth-of-type(2) {
      background: #5FA93C; }
      #resources .controller .slide:nth-of-type(2):after {
        border-color: #5FA93C transparent transparent transparent; }
    #resources .controller .slide:hover {
      background: #d76211; }
      #resources .controller .slide:hover:nth-of-type(1) {
        background: #2dadce; }
      #resources .controller .slide:hover:nth-of-type(2) {
        background: #4e8b31; }

#resources .slider {
  position: relative;
  z-index: 1;
  background: #00315D; }
  #resources .slider .responsive {
    padding-bottom: 45%;
    position: relative;
    overflow: hidden; }
    #resources .slider .responsive:after {
      content: '';
      background: rgba(0, 49, 93, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 0; }
    #resources .slider .responsive .contents {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 10;
      color: #ffffff;
      max-width: 100%;
      width: 700px;
      text-align: center;
      padding: 50px; }
  #resources .slider .slick-prev {
    left: 30px; }
  #resources .slider .slick-next {
    right: 30px; }
  #resources .slider h4 {
    font-size: 4rem; }
  #resources .slider p {
    line-height: 1.7; }
  #resources .slider .btn, #resources .slider .gform_button {
    margin-top: 30px; }

@media (max-width: 991px) {
  #resources .slick-prev {
    left: 15px; }
  #resources .slick-next {
    right: 15px; } }

#resources #mobile-resources .panel-group {
  margin: 0; }

#resources #mobile-resources .panel {
  margin: 0;
  border: none;
  border-radius: 0; }
  #resources #mobile-resources .panel .panel-heading {
    border: none;
    padding: 0;
    font-size: 2rem;
    line-height: 2.5em;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    background: #EE7622;
    position: relative; }
    #resources #mobile-resources .panel .panel-heading:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 15px 0 15px;
      border-color: #EE7622 transparent transparent transparent;
      display: block;
      position: absolute;
      left: 50%;
      bottom: -14px;
      transform: translate(-50%, -100%);
      content: '';
      z-index: 1;
      transition: all 0.3s; }
    #resources #mobile-resources .panel .panel-heading a {
      display: block; }
    #resources #mobile-resources .panel .panel-heading .fa {
      position: absolute;
      right: 45px;
      top: 50%;
      transform: translate(0, -50%);
      font-size: 2em;
      transform-origin: center top;
      transition: all 0.3s;
      width: 32px;
      height: 32px; }
    #resources #mobile-resources .panel .panel-heading.active:after {
      transform: translate(-50%, 0); }
    #resources #mobile-resources .panel .panel-heading.active .fa {
      transform: rotate(90deg) translate(0, -50%); }
  #resources #mobile-resources .panel:nth-of-type(1) .panel-heading {
    background: #4CBBD8; }
    #resources #mobile-resources .panel:nth-of-type(1) .panel-heading:after {
      border-color: #4CBBD8 transparent transparent transparent; }
  #resources #mobile-resources .panel:nth-of-type(2) .panel-heading {
    background: #5FA93C; }
    #resources #mobile-resources .panel:nth-of-type(2) .panel-heading:after {
      border-color: #5FA93C transparent transparent transparent; }
  #resources #mobile-resources .panel .panel-collapse {
    position: relative; }
    #resources #mobile-resources .panel .panel-collapse .bg-img-container {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      overflow: hidden;
      z-index: 0; }
      #resources #mobile-resources .panel .panel-collapse .bg-img-container:after {
        content: '';
        background: rgba(0, 49, 93, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 0; }
    #resources #mobile-resources .panel .panel-collapse .contents {
      position: relative;
      z-index: 10;
      padding: 60px 0;
      color: #ffffff; }
      #resources #mobile-resources .panel .panel-collapse .contents h4 {
        font-size: 4rem; }
      #resources #mobile-resources .panel .panel-collapse .contents p {
        line-height: 1.7; }
      #resources #mobile-resources .panel .panel-collapse .contents .btn, #resources #mobile-resources .panel .panel-collapse .contents .gform_button {
        margin-top: 30px; }

/* progress bar */
.slider-progress {
  width: 100%;
  height: 3px;
  background: #ffffff; }

.slider-progress .bar {
  width: 0%;
  height: 3px;
  background: #4CBBD8; }

.slider-wrapper {
  position: relative; }
  .slider-wrapper.nav-right .nav {
    position: absolute;
    right: -36px;
    width: 36px;
    bottom: 60px; }
    .slider-wrapper.nav-right .nav .slick-prev, .slider-wrapper.nav-right .nav .slick-next {
      position: relative;
      left: 0;
      right: auto;
      transform: none;
      height: auto;
      opacity: 1; }
    .slider-wrapper.nav-right .nav .slick-dots {
      bottom: auto;
      position: relative; }
      .slider-wrapper.nav-right .nav .slick-dots li {
        display: block;
        margin-left: 6px; }
    .slider-wrapper.nav-right .nav .material-icons {
      font-size: 40px; }
  .slider-wrapper.nav-left .nav {
    position: absolute;
    left: -46px;
    width: 36px;
    bottom: 60px; }
    .slider-wrapper.nav-left .nav .slick-prev, .slider-wrapper.nav-left .nav .slick-next {
      position: relative;
      left: 0;
      right: auto;
      transform: none;
      height: auto;
      opacity: 1; }
    .slider-wrapper.nav-left .nav .slick-dots {
      bottom: auto;
      position: relative; }
      .slider-wrapper.nav-left .nav .slick-dots li {
        display: block;
        margin-left: 6px; }
    .slider-wrapper.nav-left .nav .material-icons {
      font-size: 40px; }
  .slider-wrapper.nav-center {
    position: relative; }
    .slider-wrapper.nav-center .nav .slick-prev, .slider-wrapper.nav-center .nav .slick-next {
      position: absolute;
      width: auto;
      left: 60px;
      top: 50%;
      right: auto;
      transform: translate(0, -50%);
      height: auto;
      z-index: 10; }
    .slider-wrapper.nav-center .nav .slick-next {
      left: auto;
      right: 60px; }
    .slider-wrapper.nav-center .nav .material-icons {
      font-size: 50px;
      color: #ffffff; }
  @media (max-width: 767px) {
    .slider-wrapper.nav-center .nav, .slider-wrapper.nav-left .nav, .slider-wrapper.nav-right .nav {
      position: relative;
      left: auto;
      right: auto;
      width: 100%;
      bottom: auto;
      text-align: center;
      margin-top: 10px; }
      .slider-wrapper.nav-center .nav .slick-prev, .slider-wrapper.nav-center .nav .slick-next, .slider-wrapper.nav-left .nav .slick-prev, .slider-wrapper.nav-left .nav .slick-next, .slider-wrapper.nav-right .nav .slick-prev, .slider-wrapper.nav-right .nav .slick-next {
        left: auto;
        right: auto;
        display: inline-block !important;
        vertical-align: middle; }
        .slider-wrapper.nav-center .nav .slick-prev.hidden-xs, .slider-wrapper.nav-center .nav .slick-next.hidden-xs, .slider-wrapper.nav-left .nav .slick-prev.hidden-xs, .slider-wrapper.nav-left .nav .slick-next.hidden-xs, .slider-wrapper.nav-right .nav .slick-prev.hidden-xs, .slider-wrapper.nav-right .nav .slick-next.hidden-xs {
          display: none !important; }
      .slider-wrapper.nav-center .nav .dots, .slider-wrapper.nav-left .nav .dots, .slider-wrapper.nav-right .nav .dots {
        display: inline-block;
        vertical-align: middle; }
        .slider-wrapper.nav-center .nav .dots .slick-dots li, .slider-wrapper.nav-left .nav .dots .slick-dots li, .slider-wrapper.nav-right .nav .dots .slick-dots li {
          float: left;
          margin: 0 3px; } }
.slick-slide:focus {
  outline: none;
  border: none; }

#news-events {
  padding: 80px 0;
  background: #ffffff; }
  #news-events .row, #news-events .gform_fields {
    position: relative; }
    #news-events .row #upcoming-events, #news-events .gform_fields #upcoming-events {
      position: relative;
      z-index: 1;
      background: #ffffff;
      padding: 0 30px 30px;
      margin-bottom: 30px; }
    #news-events .row #in-the-news, #news-events .gform_fields #in-the-news {
      position: absolute;
      left: 0;
      top: 0;
      min-height: 100%;
      z-index: 0; }
      @media (max-width: 991px) {
        #news-events .row #in-the-news, #news-events .gform_fields #in-the-news {
          display: none; } }
    @media (max-width: 991px) {
      #news-events .row #upcoming-events, #news-events .gform_fields #upcoming-events {
        padding: 0 15px;
        margin-top: 15px;
        margin-bottom: 15px; }
      #news-events .row #in-the-news, #news-events .gform_fields #in-the-news {
        position: relative;
        min-height: 200px; } }
  #news-events #in-the-news {
    margin-bottom: 50px; }
  #news-events .news-list {
    border-top: 2px solid #cfcfcf; }
    #news-events .news-list .news-item {
      border-bottom: 2px solid #cfcfcf;
      padding: 30px 0; }
      #news-events .news-list .news-item:before, #news-events .news-list .news-item:after {
        content: " ";
        display: table; }
      #news-events .news-list .news-item:after {
        clear: both; }
      #news-events .news-list .news-item .date-block {
        width: 200px;
        float: left;
        padding-right: 30px;
        font-size: 1.6rem; }
        #news-events .news-list .news-item .date-block .date {
          color: #652D88;
          font-weight: 700;
          display: block;
          margin-bottom: 6px; }
      #news-events .news-list .news-item .read-more {
        color: #4CBBD8;
        font-size: 1.4rem;
        display: block; }
        #news-events .news-list .news-item .read-more .material-icons {
          font-size: 1.4rem;
          vertical-align: middle; }
      #news-events .news-list .news-item .title-block {
        width: calc(100% - 200px);
        float: left;
        padding-right: 60px;
        font-size: 2rem;
        line-height: 1.35;
        color: #666; }
      #news-events .news-list .news-item:hover .title-block, #news-events .news-list .news-item:hover .read-more, #news-events .news-list .news-item:hover .date, #news-events .news-list .news-item:focus .title-block, #news-events .news-list .news-item:focus .read-more, #news-events .news-list .news-item:focus .date {
        color: #00315D;
        transition: all 0.2s; }
  #news-events .view-more {
    text-align: center;
    margin-top: 10px;
    font-size: 1.6rem; }
    #news-events .view-more .material-icons {
      font-size: 1.6rem;
      vertical-align: middle; }
    #news-events .view-more a {
      color: #EE7622; }
      #news-events .view-more a:hover, #news-events .view-more a:focus {
        color: #00315D; }
  #news-events .event-block {
    border: 2px solid #cfcfcf; }
    #news-events .event-block:before, #news-events .event-block:after {
      content: " ";
      display: table; }
    #news-events .event-block:after {
      clear: both; }
    #news-events .event-block .top {
      display: flex;
      flex-direction: row; }
      #news-events .event-block .top:before, #news-events .event-block .top:after {
        content: " ";
        display: table; }
      #news-events .event-block .top:after {
        clear: both; }
    #news-events .event-block .event-date {
      width: 40%;
      float: left;
      padding: 25px;
      color: #652D88;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1; }
      #news-events .event-block .event-date:before, #news-events .event-block .event-date:after {
        content: " ";
        display: table; }
      #news-events .event-block .event-date:after {
        clear: both; }
      #news-events .event-block .event-date .event-date-number {
        font-size: 5rem;
        display: block;
        line-height: 1; }
    #news-events .event-block .event-details {
      width: 60%;
      float: left;
      border-left: 2px solid #cfcfcf;
      padding: 15px 30px 15px 15px;
      font-size: 1.5rem;
      color: #29509D; }
      #news-events .event-block .event-details:before, #news-events .event-block .event-details:after {
        content: " ";
        display: table; }
      #news-events .event-block .event-details:after {
        clear: both; }
      #news-events .event-block .event-details .event-full-date {
        color: #652D88;
        display: block;
        margin-bottom: 8px; }
      #news-events .event-block .event-details a {
        display: block;
        text-decoration: underline;
        margin-bottom: 8px; }
        #news-events .event-block .event-details a:hover, #news-events .event-block .event-details a:focus {
          text-decoration: none;
          color: #00315D; }
    #news-events .event-block .event-large-details {
      width: 100%;
      border-top: 2px solid #cfcfcf;
      padding: 25px;
      float: left;
      font-weight: 700; }
      #news-events .event-block .event-large-details:before, #news-events .event-block .event-large-details:after {
        content: " ";
        display: table; }
      #news-events .event-block .event-large-details:after {
        clear: both; }
      #news-events .event-block .event-large-details a * {
        transition: all 0.2s; }
      #news-events .event-block .event-large-details a:hover .read-more, #news-events .event-block .event-large-details a:hover .category, #news-events .event-block .event-large-details a:hover h4, #news-events .event-block .event-large-details a:hover .material-icons, #news-events .event-block .event-large-details a:focus .read-more, #news-events .event-block .event-large-details a:focus .category, #news-events .event-block .event-large-details a:focus h4, #news-events .event-block .event-large-details a:focus .material-icons {
        color: #00315D; }
      #news-events .event-block .event-large-details .category {
        text-transform: uppercase;
        font-size: 1.4rem;
        display: block;
        margin-bottom: 8px;
        text-decoration: none;
        color: #29509D; }
      #news-events .event-block .event-large-details h4 {
        margin: 8px 0;
        font-size: 2.4rem;
        color: #29509D; }
      #news-events .event-block .event-large-details .read-more {
        color: #4CBBD8;
        font-size: 1.4rem;
        display: block;
        margin-top: 14px; }
        #news-events .event-block .event-large-details .read-more .material-icons {
          font-size: 1.4rem;
          vertical-align: middle;
          color: #4CBBD8; }
  @media (max-width: 767px) {
    #news-events {
      padding: 60px 0; }
      #news-events .news-list .news-item .date-block, #news-events .news-list .news-item .title-block {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-bottom: 15px; } }
#pre-footer {
  background: #B41782;
  color: #ffffff; }
  #pre-footer .center {
    display: flex;
    margin: 40px auto;
    width: 760px;
    max-width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    #pre-footer .center:before, #pre-footer .center:after {
      content: " ";
      display: table; }
    #pre-footer .center:after {
      clear: both; }
    #pre-footer .center .text {
      width: calc( 100% - 200px);
      padding-right: 30px;
      text-align: center;
      font-size: 2.4rem;
      font-weight: 800;
      line-height: 1.4; }
    #pre-footer .center .button {
      width: 200px; }
      #pre-footer .center .button .btn, #pre-footer .center .button .gform_button {
        display: block;
        text-align: center;
        color: #B41782; }
        #pre-footer .center .button .btn:hover, #pre-footer .center .button .gform_button:hover, #pre-footer .center .button .btn:focus, #pre-footer .center .button .gform_button:focus {
          color: #ffffff; }
  @media (max-width: 767px) {
    #pre-footer .center {
      display: block;
      margin: 20px auto; }
      #pre-footer .center .text {
        width: 100%;
        padding: 0; }
      #pre-footer .center .button {
        text-align: center;
        width: 100%;
        margin-top: 12px;
        margin-bottom: 10px; }
        #pre-footer .center .button .btn, #pre-footer .center .button .gform_button {
          display: inline-block; } }
#newsletter .modal-content, .modal .modal-content {
  padding: 0 50px; }

#newsletter .modal-header, .modal .modal-header {
  text-align: center;
  padding: 40px 0 20px; }
  #newsletter .modal-header h4.h3, .modal .modal-header h4.h3 {
    color: #29509D;
    font-weight: 800;
    margin-bottom: 6px; }
  #newsletter .modal-header h5, .modal .modal-header h5 {
    font-size: 2rem; }
  #newsletter .modal-header .close, .modal .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background: #EE7622;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    opacity: 1;
    transform: translate(45%, -45%);
    transition: all 0.2s; }
    #newsletter .modal-header .close span, .modal .modal-header .close span {
      margin-top: -5px;
      display: block;
      font-weight: 400;
      font-size: 26px; }
    #newsletter .modal-header .close:hover, #newsletter .modal-header .close:focus, .modal .modal-header .close:hover, .modal .modal-header .close:focus {
      background: #00315D;
      outline: none; }

#newsletter .modal-body, .modal .modal-body {
  padding: 40px 0; }
  #newsletter .modal-body .btn, #newsletter .modal-body .gform_button, .modal .modal-body .btn, .modal .modal-body .gform_button {
    margin: 10px; }
  #newsletter .modal-body .gform_wrapper.styled-form_wrapper .gform_fields .gfield, .modal .modal-body .gform_wrapper.styled-form_wrapper .gform_fields .gfield {
    margin-bottom: 30px;
    margin-top: 0; }

#newsletter .gform_wrapper .gform_fields, .modal .gform_wrapper .gform_fields {
  margin-right: -15px !important; }

@media (max-width: 767px) {
  #newsletter .modal-content, .modal .modal-content {
    padding: 0 15px; }
  #newsletter .modal-header .close, .modal .modal-header .close {
    transform: none;
    top: 5px;
    right: 5px; } }

.gform_wrapper.styled-form_wrapper {
  margin: 0; }
  .gform_wrapper.styled-form_wrapper label.gfield_label {
    font-size: 1.8rem;
    margin-bottom: 0;
    color: #454545; }
  .gform_wrapper.styled-form_wrapper .gform_fields input {
    padding: 8px 10px !important;
    border: 1px solid #cfcfcf;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    line-height: 2;
    font-size: 1.6rem; }
  .gform_wrapper.styled-form_wrapper .gform_fields .ginput_complex label {
    display: none !important; }
  .gform_wrapper.styled-form_wrapper .gform_fields .ginput_complex .ginput_cardinfo_left {
    width: 100% !important; }
  .gform_wrapper.styled-form_wrapper .gform_fields .gfield {
    margin-bottom: 20px; }
    .gform_wrapper.styled-form_wrapper .gform_fields .gfield .ginput_container_checkbox {
      margin-top: 0; }
  .gform_wrapper.styled-form_wrapper .gform_fields .gfield_required {
    color: #B41782; }
  .gform_wrapper.styled-form_wrapper .gfield_checkbox li {
    position: relative; }
    .gform_wrapper.styled-form_wrapper .gfield_checkbox li label {
      font-size: 1.6rem;
      padding-left: 35px;
      position: relative; }
      .gform_wrapper.styled-form_wrapper .gfield_checkbox li label:before {
        display: block;
        content: '';
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background: #cfcfcf;
        z-index: 1;
        position: absolute;
        transition: all 0.2s; }
      .gform_wrapper.styled-form_wrapper .gfield_checkbox li label:after {
        display: block;
        content: '';
        top: 5px;
        left: 9px;
        height: 13px;
        width: 7px;
        border: solid #ffffff;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
        z-index: 2;
        position: absolute;
        opacity: 0;
        transition: all 0.2s; }
    .gform_wrapper.styled-form_wrapper .gfield_checkbox li input {
      position: absolute;
      opacity: 0; }
      .gform_wrapper.styled-form_wrapper .gfield_checkbox li input:hover ~ label:before {
        background: #f7bb91; }
      .gform_wrapper.styled-form_wrapper .gfield_checkbox li input:checked ~ label {
        font-weight: normal; }
        .gform_wrapper.styled-form_wrapper .gfield_checkbox li input:checked ~ label:after {
          opacity: 1; }
        .gform_wrapper.styled-form_wrapper .gfield_checkbox li input:checked ~ label:before {
          background: #EE7622; }
  .gform_wrapper.styled-form_wrapper .ginput_container_address {
    margin-bottom: -10px; }
    .gform_wrapper.styled-form_wrapper .ginput_container_address > span input {
      margin-bottom: 10px; }
  .gform_wrapper.styled-form_wrapper .ginput_container_select,
  .gform_wrapper.styled-form_wrapper span.address_state {
    position: relative; }
    .gform_wrapper.styled-form_wrapper .ginput_container_select select,
    .gform_wrapper.styled-form_wrapper span.address_state select {
      background: #ffffff;
      border: 1px solid #cfcfcf;
      color: #454545;
      box-shadow: none;
      outline: none;
      border-radius: 0;
      height: 50px;
      margin: 0;
      padding: 8px 10px;
      /* If you add too much padding here, the options won't show in IE */
      -webkit-appearance: none; }
    .gform_wrapper.styled-form_wrapper .ginput_container_select:after,
    .gform_wrapper.styled-form_wrapper span.address_state:after {
      position: absolute;
      content: '';
      top: 50%;
      right: 15px;
      transform: translate(0, -3px);
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #cfcfcf transparent transparent transparent; }
  .gform_wrapper.styled-form_wrapper input, .gform_wrapper.styled-form_wrapper textarea, .gform_wrapper.styled-form_wrapper select {
    border-radius: 0;
    box-shadow: none; }
    .gform_wrapper.styled-form_wrapper input:focus, .gform_wrapper.styled-form_wrapper input:active, .gform_wrapper.styled-form_wrapper textarea:focus, .gform_wrapper.styled-form_wrapper textarea:active, .gform_wrapper.styled-form_wrapper select:focus, .gform_wrapper.styled-form_wrapper select:active {
      border-color: #4CBBD8 !important;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(76, 187, 216, 0.4) !important; }
  .gform_wrapper.styled-form_wrapper input[type=submit] {
    border-width: 2px;
    border-radius: 2px;
    font-size: 1.6rem;
    font-weight: 700;
    background: #4CBBD8;
    padding: 10px 30px;
    min-width: 200px;
    text-align: center;
    letter-spacing: 0.05em;
    border-color: #4CBBD8;
    color: #ffffff;
    transition: all 0.2s; }
    .gform_wrapper.styled-form_wrapper input[type=submit]:hover, .gform_wrapper.styled-form_wrapper input[type=submit]:focus {
      color: #ffffff;
      background: #29509D;
      border-color: #29509D !important; }
  .gform_wrapper.styled-form_wrapper .gform_footer {
    margin: 0;
    padding: 0; }
  @media (max-width: 767px) {
    .gform_wrapper.styled-form_wrapper .gform_fields {
      margin-right: 0 !important; } }
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cfcfcf;
  font-size: 1.6rem;
  letter-spacing: normal;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cfcfcf;
  letter-spacing: normal;
  font-size: 1.6rem; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cfcfcf;
  letter-spacing: normal;
  font-size: 1.6rem; }

.navbar-brand, .navbar-nav > li > a {
  text-shadow: none; }

header .navbar {
  border-radius: 0;
  margin-bottom: 0; }
  header .navbar #main-nav .navbar-nav > li > a {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #454545; }
    header .navbar #main-nav .navbar-nav > li > a:hover, header .navbar #main-nav .navbar-nav > li > a:focus {
      color: #29509D; }
  header .navbar #main-nav .navbar-nav > li.donate-button {
    margin: 20px 0 20px 20px; }
    header .navbar #main-nav .navbar-nav > li.donate-button > a {
      padding: 8px 30px;
      text-align: center;
      background: #4CBBD8;
      border-radius: 2px;
      color: #ffffff;
      border: 2px solid #4CBBD8; }
      header .navbar #main-nav .navbar-nav > li.donate-button > a:hover, header .navbar #main-nav .navbar-nav > li.donate-button > a:focus {
        background: #29509D;
        color: #ffffff;
        border-color: #29509D; }
  header .navbar .container .navbar-brand {
    padding-top: 8px;
    padding-bottom: 8px;
    height: auto; }
    header .navbar .container .navbar-brand img {
      height: 74px; }
  header .navbar .container .navbar-toggle {
    background: #29509D;
    border-radius: 0;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 13px;
    margin-bottom: 13px; }
    header .navbar .container .navbar-toggle .icon-bar {
      background: #ffffff;
      width: 22px;
      transition: all 0.2s; }
    header .navbar .container .navbar-toggle .top-bar {
      transform: rotate(45deg);
      transform-origin: 10% 10%; }
    header .navbar .container .navbar-toggle .middle-bar {
      opacity: 0; }
    header .navbar .container .navbar-toggle .bottom-bar {
      transform: rotate(-45deg);
      transform-origin: 10% 90%; }
    header .navbar .container .navbar-toggle .menu-open {
      display: none;
      vertical-align: middle; }
    header .navbar .container .navbar-toggle .menu-close {
      display: inline-block;
      vertical-align: middle; }
    header .navbar .container .navbar-toggle .hamburger {
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px; }
    header .navbar .container .navbar-toggle .open-close {
      display: inline-block;
      vertical-align: middle;
      min-width: 40px;
      text-align: center; }
    header .navbar .container .navbar-toggle.collapsed .icon-bar {
      background: #ffffff; }
    header .navbar .container .navbar-toggle.collapsed .top-bar {
      transform: rotate(0); }
    header .navbar .container .navbar-toggle.collapsed .middle-bar {
      opacity: 1; }
    header .navbar .container .navbar-toggle.collapsed .bottom-bar {
      transform: rotate(0); }
    header .navbar .container .navbar-toggle.collapsed .menu-open {
      display: inline-block; }
    header .navbar .container .navbar-toggle.collapsed .menu-close {
      display: none; }

@media (max-width: 991px) {
  header .navbar .container {
    width: 100%; }
  header .navbar #main-nav .navbar-nav > li > a {
    font-size: 1.6rem;
    padding-right: 10px;
    padding-left: 10px; }
  header .navbar #main-nav .navbar-nav > li.donate-button {
    margin-left: 10px; }
    header .navbar #main-nav .navbar-nav > li.donate-button > a {
      padding: 8px 15px; } }

@media (max-width: 767px) {
  header .navbar {
    border: none;
    border-bottom: 2px solid #2064A0; }
    header .navbar .container .navbar-brand {
      height: auto;
      padding: 5px 15px; }
      header .navbar .container .navbar-brand img {
        height: 64px; }
    header .navbar #main-nav {
      background: #29509D;
      border: none; }
      header .navbar #main-nav .mobile-search {
        position: relative;
        margin: 0 -15px;
        background: #4CBBD8;
        color: #ffffff;
        font-size: 1.8rem; }
        header .navbar #main-nav .mobile-search form > div:before, header .navbar #main-nav .mobile-search form > div:after {
          content: " ";
          display: table; }
        header .navbar #main-nav .mobile-search form > div:after {
          clear: both; }
        header .navbar #main-nav .mobile-search input[type=submit] {
          display: block;
          float: left;
          width: 60px;
          height: 60px;
          background-color: transparent;
          background-image: url(../images/search.svg);
          background-position: center;
          background-size: 20px auto;
          background-repeat: no-repeat;
          color: transparent;
          border: none; }
        header .navbar #main-nav .mobile-search input[type=text] {
          background: transparent;
          outline: none;
          border: none;
          padding: 6px 15px 6px 15px;
          height: 60px;
          line-height: 60px;
          font-size: 1.6rem;
          display: block;
          float: left;
          width: calc(100% - 60px); }
          header .navbar #main-nav .mobile-search input[type=text]::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #ffffff;
            opacity: 1;
            /* Firefox */ }
          header .navbar #main-nav .mobile-search input[type=text]:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #ffffff; }
          header .navbar #main-nav .mobile-search input[type=text]::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #ffffff; }
      header .navbar #main-nav .navbar-nav {
        margin: 0; }
        header .navbar #main-nav .navbar-nav > li > a {
          padding: 20px 40px 20px 0;
          border-bottom: 1px solid #2064A0;
          font-size: 1.8rem;
          line-height: 1.1;
          color: #ffffff;
          position: relative; }
        header .navbar #main-nav .navbar-nav > li.donate-button {
          margin: 30px 0 30px 0; }
        header .navbar #main-nav .navbar-nav > li.external-link a:after {
          content: '\f08e';
          position: absolute;
          font-family: 'FontAwesome';
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translate(0, -50%);
          transition: all 0.3s;
          color: #EE7622; } }

#top-nav {
  background-color: #29509D;
  color: #ffffff;
  font-size: 1.2rem;
  border-radius: 0;
  border: none;
  min-height: auto;
  margin: 0;
  height: 36px;
  position: relative; }
  #top-nav .nav {
    float: right;
    margin: 1px 50px 1px 0;
    padding-top: 5px;
    padding-bottom: 5px; }
    #top-nav .nav > li > a {
      color: #ffffff;
      padding: 2px 15px;
      border-right: 1px solid #21407d; }
      #top-nav .nav > li > a:hover, #top-nav .nav > li > a:focus {
        background: rgba(255, 255, 255, 0.15); }
  #top-nav .top-search {
    position: relative;
    /* When the input field gets focus, change its width to 100% */ }
    #top-nav .top-search input[type=submit] {
      position: absolute;
      z-index: 0;
      top: 0;
      right: 0;
      width: 36px;
      height: 36px;
      background-color: transparent;
      background-image: url(../images/search.svg);
      background-position: center;
      background-size: 16px auto;
      background-repeat: no-repeat;
      color: transparent;
      border: none;
      transition: z-index 0s 0.6s linear; }
    #top-nav .top-search input[type=text] {
      position: absolute;
      top: 0;
      right: 0;
      background: transparent;
      outline: none;
      border: none;
      width: 45px;
      padding: 6px 40px 6px 10px;
      height: 36px;
      line-height: 30px;
      font-size: 1.4rem;
      z-index: 1;
      transition: background 0.2s 0.3s linear, color 0.3s linear, width 0.4s ease-in-out, z-index 0s 0.4s linear;
      color: transparent; }
      #top-nav .top-search input[type=text]::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #ffffff;
        font-size: 1.2rem;
        font-weight: 300;
        opacity: 1;
        /* Firefox */ }
      #top-nav .top-search input[type=text]:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #ffffff;
        font-size: 1.2rem;
        font-weight: 300; }
      #top-nav .top-search input[type=text]::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #ffffff;
        font-size: 1.2rem;
        font-weight: 300; }
    #top-nav .top-search input[type=text]:focus {
      width: 400px;
      background: #4CBBD8;
      color: #ffffff;
      transition: width 0.4s ease-in-out, background 0.2s 0s linear, color 0.3s linear; }
      #top-nav .top-search input[type=text]:focus + input[type=submit] {
        z-index: 10;
        transition: z-index 0s 0s linear; }

.footer {
  background: #29509D;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400; }
  .footer .main-footer {
    padding: 60px 0; }
  .footer .footer-logo img {
    width: 150px;
    max-width: 100%;
    height: auto; }
  .footer h4 {
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    position: relative; }
    .footer h4:after {
      display: block;
      content: '';
      width: 36px;
      height: 2px;
      background: #EE7622;
      position: absolute;
      bottom: 0;
      left: 0; }
  .footer a {
    color: #ffffff; }
    .footer a:hover, .footer a:focus {
      color: #4CBBD8;
      text-decoration: none; }
  .footer .bottom-footer {
    background: #00427D;
    font-size: 1.2rem;
    text-align: center;
    padding: 12px 0; }
    .footer .bottom-footer a {
      color: #ffffff; }
      .footer .bottom-footer a:hover, .footer .bottom-footer a:focus {
        color: #4CBBD8; }
  .footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .footer ul > li {
      /*margin: 4px 0;*/ }
      .footer ul > li > a {
        display: inline-block;
        padding: 5px 0; }
  .footer .footer-links {
    text-align: center;
    margin-top: 2px; }
    .footer .footer-links:before, .footer .footer-links:after {
      content: " ";
      display: table; }
    .footer .footer-links:after {
      clear: both; }
    .footer .footer-links ul {
      margin: 0 -10px;
      display: inline-block;
      line-height: 1; }
      .footer .footer-links ul li {
        display: block;
        float: left;
        margin: 0;
        padding: 0 10px;
        border-left: 1px solid #fff; }
        .footer .footer-links ul li a {
          padding: 0;
          line-height: 1.1; }
        .footer .footer-links ul li:first-of-type {
          border: none; }
  .footer #menu-footer-quick-links {
    columns: 2;
    margin-right: 20px; }
  .footer .social > li > a {
    padding: 2px 0; }
    .footer .social > li > a span.fa-stack {
      margin-right: 4px;
      font-size: 1em; }
    .footer .social > li > a .fa-inverse {
      transition: all 0.2s;
      color: #29509D; }
    .footer .social > li > a:hover .fa-inverse, .footer .social > li > a:focus .fa-inverse {
      color: #ffffff !important; }
  .footer .charter-search span.form-style {
    display: block;
    background: #ffffff;
    position: relative;
    margin-top: 24px; }
    .footer .charter-search span.form-style input[type=text] {
      height: 56px;
      width: 100%;
      position: relative;
      z-index: 1;
      padding: 10px 40px 10px 10px;
      background: #ffffff;
      border: 2px solid #ffffff;
      color: #666;
      transition: border 0.2s; }
      .footer .charter-search span.form-style input[type=text]:focus {
        border-color: #EE7622;
        outline: none; }
        .footer .charter-search span.form-style input[type=text]:focus + input {
          outline: none; }
    .footer .charter-search span.form-style input[type=submit] {
      position: absolute;
      right: 2px;
      top: 2px;
      height: 52px;
      z-index: 5;
      background: #ffffff;
      border: none;
      outline: none;
      color: #EE7622;
      text-transform: uppercase;
      font-size: 1.5rem;
      font-weight: 800;
      padding: 0 10px;
      transition: all 0.2s; }
      .footer .charter-search span.form-style input[type=submit]:hover, .footer .charter-search span.form-style input[type=submit]:focus {
        color: #ffffff;
        background: #EE7622; }
    .footer .charter-search span.form-style ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #676767;
      opacity: 1;
      /* Firefox */ }
    .footer .charter-search span.form-style :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #676767; }
    .footer .charter-search span.form-style ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #676767; }
  @media (max-width: 767px) {
    .footer .main-footer {
      padding: 40px 0; }
    .footer .find-school {
      margin-top: 40px; }
    .footer .mobile-collapse h4 {
      position: relative;
      border-bottom: 1px solid #cfcfcf;
      padding: 15px 0;
      margin: 0;
      font-size: 1.8rem;
      cursor: pointer; }
      .footer .mobile-collapse h4:after {
        display: none; }
      .footer .mobile-collapse h4:before {
        content: '+';
        position: absolute;
        right: 20px;
        top: 50%;
        font-size: 1.5em;
        font-weight: 800;
        transform: translate(0, -50%);
        transition: all 0.3s;
        color: #EE7622; }
      .footer .mobile-collapse h4.active:before {
        transform: translate(0, -50%) rotate(45deg); }
    .footer .mobile-collapse ul.social, .footer .mobile-collapse ul.footer-nav {
      display: none;
      padding: 15px 10px 30px 10px; }
    .footer .mobile-collapse #menu-footer-quick-links {
      columns: initial; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 36px;
  width: 36px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #4CBBD8;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  transition: all 0.2s;
  opacity: 0.5; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    opacity: 1; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.8;
    color: #cfcfcf; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: auto;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 30px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 30px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          background: #4CBBD8;
          opacity: 0.5; }
      .slick-dots li button:before {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        transform: translate(-50%, -50%);
        width: 10px;
        height: 10px;
        background: #cfcfcf;
        border-radius: 50%;
        transition: all 0.2s; }
    .slick-dots li.slick-active button:before {
      background: #4CBBD8; }

.gform_fields textarea {
  height: auto; }

.gfield_required {
  color: #a94442; }

.gform_validation_container {
  display: none; }

.gfield_error .ginput_container {
  margin-bottom: 10px; }

@media print {
  .page-template-template-page-find .section p {
    font-size: 1.6rem; }
  .page-template-template-page-find #hero-links, .page-template-template-page-find #find-search, .page-template-template-page-find #find-map {
    display: none; }
  .page-template-template-page-find #hero.find-hero {
    padding: 0; }
    .page-template-template-page-find #hero.find-hero .bg-img-container {
      display: none; }
    .page-template-template-page-find #hero.find-hero .h2 {
      font-size: 3rem; }
    .page-template-template-page-find #hero.find-hero .col-xs-12 {
      width: 100% !important;
      margin: 0 !important; }
  .page-template-template-page-find .result-buttons {
    display: none; }
  .page-template-template-page-find #find-results {
    padding: 20px 0; }
    .page-template-template-page-find #find-results .results-head .result-heading {
      font-size: 2rem; }
  .page-template-template-page-find .single-result {
    font-size: 1.6rem !important; }
    .page-template-template-page-find .single-result .name-address {
      width: 65% !important; }
    .page-template-template-page-find .single-result .school-range {
      width: 35% !important;
      text-align: right !important; }
    .page-template-template-page-find .single-result .performance-view {
      margin-top: 20px;
      text-align: left !important; }
      .page-template-template-page-find .single-result .performance-view .rating {
        font-weight: normal !important;
        font-size: inherit !important; }
      .page-template-template-page-find .single-result .performance-view a.btn, .page-template-template-page-find .single-result .performance-view a.gform_button {
        white-space: normal;
        border: none;
        padding: 0;
        text-align: left; }
        .page-template-template-page-find .single-result .performance-view a.btn:after, .page-template-template-page-find .single-result .performance-view a.gform_button:after {
          display: block;
          font-size: 1.4rem;
          content: attr(href); }
  .page-template-template-page-find footer.footer {
    display: none !important; } }

.graphic-section {
  margin-top: 30px;
  background: #F0F5FB;
  border-radius: 4px;
  padding: 20px; }
  .graphic-section p.averages {
    font-size: 1.4rem; }
  @media (max-width: 991px) {
    .graphic-section p.averages {
      display: none; }
    .graphic-section .list-graphics {
      list-style: none;
      margin: 0;
      padding: 0; }
      .graphic-section .list-graphics li {
        background: #ffffff;
        padding: 10px;
        border-radius: 4px;
        margin-bottom: 5px;
        font-size: 1.4rem;
        color: #29509D; }
        .graphic-section .list-graphics li strong {
          color: #666;
          margin-right: 10px;
          display: inline-block; } }
/* graphic */
.graphic {
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 10px; }

.graphic {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 30px;
  color: #666; }
  .graphic:before, .graphic:after {
    content: " ";
    display: table; }
  .graphic:after {
    clear: both; }

.graphic > p {
  float: left;
  padding-right: 15px;
  position: relative;
  top: -7px;
  line-height: 33px;
  font-size: 1.4rem;
  width: 32%; }

.graphic img {
  float: left; }

.graphic-1 p {
  padding-top: 25px; }

.graphic-1 .chart-graphic ul {
  padding-top: 25px; }

.graphic-2 p {
  padding-top: 60px; }

.chart {
  float: left; }

.chart-graphic {
  width: 255px;
  height: 165px;
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb; }

.chart-graphic ul {
  list-style-type: none;
  padding-left: 0; }

.chart-graphic ul li {
  display: block;
  width: 100%;
  height: 18px;
  background: transparent;
  position: relative;
  margin-bottom: 15px; }

/*.chart-graphic ul li:after {
	display:block;
	content:'';
	position:absolute;
	top:0;
	left:-6px;
	width:5px;
	height:18px;
	background:#ebf1f6;
}*/
.chart-graphic ul li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  line-height: 18px;
  color: #29509D;
  background: #4CBBD8;
  text-align: right;
  height: 18px; }

.chart-graphic ul li span.bar-overlay {
  background: none;
  border-right: 1px solid black; }

.chart-graphic ul li em {
  position: absolute;
  right: -50px;
  font-style: normal; }

.chart-metrics {
  font-size: 15px;
  line-height: 23px;
  color: #666; }

.chart-metrics .left {
  margin-left: -5px; }

.chart-metrics .right {
  margin-right: -10px;
  float: right; }

.graphic-2 .chart-graphic ul {
  padding-top: 60px; }
