/*!
 * 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 */
@import url(/Static/Common/libs/font-awesome/css/font-awesome.min.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,
  .dropup > .btn > .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";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.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: 500;
  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: #777;
}
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: 0.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: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.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: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.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 #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857;
}
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 #777;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777;
}
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 #eee;
  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.42857;
}
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.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  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 {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row: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.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.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.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .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.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .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.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: rgba(0, 0, 0, 0);
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  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.42857;
  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: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  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.42857;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox 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"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  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[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
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,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  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[multiple].form-control {
  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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  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-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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 .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  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: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .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 {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox 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 .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-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 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  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:active.focus,
.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[disabled].focus,
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 {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.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: #398439;
  border-color: #255625;
}
.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[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.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: #269abc;
  border-color: #1b6d85;
}
.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[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.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: #d58512;
  border-color: #985f0d;
}
.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[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger: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:active.focus,
.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[disabled].focus,
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: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  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: #777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  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[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
@font-face {
  font-family: "proxima_nova_altblack";
  src: url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.eot");
  src: url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.woff2")
      format("woff2"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.woff")
      format("woff"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.ttf")
      format("truetype"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Black-webfont.svg#proxima_nova_altblack")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova_altbold";
  src: url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Bold-webfont.eot");
  src: url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Bold-webfont.woff2")
      format("woff2"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Bold-webfont.woff")
      format("woff"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Bold-webfont.ttf")
      format("truetype"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Bold-webfont.svg#proxima_nova_altbold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Regular-webfont.eot");
  src: url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Regular-webfont.woff")
      format("woff"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Regular-webfont.ttf")
      format("truetype"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Alt Regular-webfont.svg#proxima_nova_altregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova_scosfthin";
  src: url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova ScOsf Thin-webfont.eot");
  src: url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova ScOsf Thin-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova ScOsf Thin-webfont.woff2")
      format("woff2"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova ScOsf Thin-webfont.woff")
      format("woff"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova ScOsf Thin-webfont.ttf")
      format("truetype"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova ScOsf Thin-webfont.svg#proxima_nova_scosfthin")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova_ltsemibold";
  src: url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Semibold-webfont.eot");
  src: url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Semibold-webfont.woff2")
      format("woff2"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Semibold-webfont.woff")
      format("woff"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Semibold-webfont.ttf")
      format("truetype"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Semibold-webfont.svg#proxima_nova_ltsemibold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova_ltthin";
  src: url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Thin-webfont.eot");
  src: url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Thin-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Thin-webfont.woff2")
      format("woff2"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Thin-webfont.woff")
      format("woff"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Thin-webfont.ttf")
      format("truetype"),
    url("/_Multisites/EMRA/static/Common/fonts/proxima-nova/Mark Simonson - Proxima Nova Thin-webfont.svg#proxima_nova_ltthin")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.formcontainerblock {
  margin-top: 25px;
  margin-bottom: 25px;
}
.formcontainerblock .Form__MainBody p {
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1248px) {
  .formcontainerblock form .block {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.formcontainerblock form .FormChoice__Input {
  visibility: hidden;
}
.formcontainerblock form .Form__Element__Caption {
  text-transform: uppercase;
}
.formcontainerblock form input::-webkit-input-placeholder {
  opacity: 0 !important;
}
.formcontainerblock form input::-moz-placeholder {
  opacity: 0 !important;
}
.formcontainerblock form input:-ms-input-placeholder {
  opacity: 0 !important;
}
.formcontainerblock form input:-moz-placeholder {
  opacity: 0 !important;
}
.formcontainerblock form input,
.formcontainerblock form button {
  background: none;
  color: #000;
  font-family: "proxima_nova_ltsemibold";
  font-size: 15px;
  display: inline-block;
}
.formcontainerblock form input:focus,
.formcontainerblock form input:active {
  outline: none;
  font-family: "proxima_nova_ltsemibold" !important;
}
.formcontainerblock form input[type="text"],
.formcontainerblock form input[type="email"] {
  border: none;
  border-bottom: solid 2px #ddd;
}
.formcontainerblock form button[type="submit"]:active,
.formcontainerblock form input[type="reset"]:active {
  color: #000;
}
.formcontainerblock form .FormStep .FormTextbox {
  display: block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.formcontainerblock form .FormStep .FormTextbox input {
  padding: 5px 0px;
  min-width: 300px;
  transition: all 0.2s ease 0.2s;
  width: 100%;
  max-width: 400px;
}
.formcontainerblock form .col-md-12 .FormTextbox input {
  max-width: 400px;
}
.formcontainerblock form .FormStep .FormTextbox label {
  position: absolute;
  top: 45%;
  left: 0px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-family: "proxima_nova_ltsemibold" !important;
  color: #000;
  line-height: 1.23;
  letter-spacing: 1.8px;
  pointer-events: none;
  transition: all 0.15s ease-out 0s;
  min-width: initial;
}
.formcontainerblock form .FormStep .FormTextbox--Textarea textarea {
  width: 100%;
  max-width: 400px;
  min-height: 200px;
  border: solid 2px #ddd;
}
.formcontainerblock form .FormStep .FormTextbox--Textarea label {
  top: -15px;
}
.formcontainerblock form .FormStep .FormTextbox--Textarea textarea:focus {
  -webkit-appearance: none;
  outline: 0 none !important;
  border: solid 2px #c1d82f;
}
.formcontainerblock form input[type="text"]:focus ~ .enter {
  background-color: green;
  position: absolute;
  content: " ";
  height: 1px;
  right: 45%;
  top: 42px;
  -ms-transform: scaleX(5);
  transform: scaleX(5);
}
.formcontainerblock form .FormStep .FormTextbox input:focus,
.formcontainerblock form .FormStep .FormTextbox input.has-value {
  border-bottom: 2px solid #c1d82f;
  transition: all 0.15s ease-out 0s;
}
.formcontainerblock form .FormStep .FormTextbox .focused {
  top: -5px;
  font-size: 14px;
  color: #8f8f8f;
  font-family: "proxima_nova_ltsemibold" !important;
  text-transform: uppercase;
}
.formcontainerblock
  form
  .ValidationRequired
  label.Form__Element__Caption::after,
.formcontainerblock form h3.required::after,
.formcontainerblock form input.required::after,
.formcontainerblock form label.required::after,
.formcontainerblock form a.required::after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  border-radius: 7.5px;
  background-color: #e1312f;
  position: absolute;
  right: -7px;
  top: 0px;
}
.formcontainerblock form .FormCaptcha__Input {
  display: block;
  margin-bottom: 10px;
}
.formcontainerblock form .FormCaptcha__Refresh {
  display: block;
  margin-top: 10px;
}
#upload-file {
  display: none;
}
.fileuploadelementblock,
.choiceelementblock {
  padding: 0px;
}
a.upload-btn.required {
  max-width: max-content;
}
.checkbox-row .frame {
  margin: 0px;
  padding: 0;
}
.checkbox-row .frame input {
  display: none;
}
.checkbox-row .frame p {
  padding-left: 30px;
}
.checkbox-row .frame label {
  cursor: pointer;
  position: absolute;
  width: 22px;
  height: 22px;
  margin: 0px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  font-size: 12pt;
  color: #c1d82f;
  font-smoothing: antialiased;
  border: 2px solid #000;
}
.checkbox-row .frame label .fa {
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.checkbox-row .frame label.radio {
  border-radius: 100%;
}
.checkbox-row .frame label.radio .fa {
  display: none;
}
.checkbox-row .frame label.check {
  border-radius: 0px;
}
.checkbox-row .frame label.js-open,
.checkbox-row .frame input:checked + label {
  background: #000;
}
.checkbox-row .frame label.js-open .fa,
.checkbox-row .frame input:checked + label .fa {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
}
.checkbox-row .frame label.radio.js-open {
  border: 5px solid #000;
  background: #c1d82f;
}
.checkbox-row .frame label.radio.js-open .fa {
  display: none;
}
.form-items h3 {
  padding: 0;
  font-size: 14px !important;
  font-family: "proxima_nova_ltsemibold" !important;
  line-height: 1.33 !important;
  letter-spacing: 1.8px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
}
.form-items p {
  font-family: "Proxima Nova";
  font-size: 14px;
  margin-left: 32px;
  margin-right: 0px;
  margin-bottom: 15px;
}
.col-md-12 .FormSelection {
  max-width: 400px;
}
.FormSelection {
  width: 100%;
  font-family: "Proxima Nova";
}
.FormSelection .icon {
  display: block;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
}
.FormSelection .icon:before,
.FormSelection .icon:after {
  content: "";
  position: absolute;
}
.FormSelection .dropp-header {
  background: #fff;
  color: #000;
  border-bottom: 1px solid #bbbbbb;
  box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.FormSelection .dropp-header__title {
  display: block;
  padding: 1em 0em;
  box-flex: 8;
  letter-spacing: 1.8px;
  font-family: "Proxima Nova";
  -webkit-flex: 8;
  -moz-flex: 8;
  -ms-flex: 8;
  font-size: 14px;
  flex: 8;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
}
.FormSelection .dropp-header__btn {
  display: block;
  background: #fff;
  color: #000;
  padding: 0.8em 0.5em;
  box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.FormSelection .dropp-header__btn .icon {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 0px;
  bottom: 10px;
}
.FormSelection .dropp-header__btn .icon:before,
.FormSelection .dropp-header__btn .icon:after {
  top: 26%;
  left: 24%;
  width: 48%;
  height: 10%;
  background: #000;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.FormSelection .dropp-header__btn .icon:after {
  top: 55%;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.FormSelection .dropp-header__btn.js-open {
  background: #fff;
}
.FormSelection .dropp-header__btn.js-open .icon {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.FormSelection .dropp-header__btn.js-open .icon:before,
.FormSelection .dropp-header__btn.js-open .icon:after {
  background: #000;
}
.FormSelection .dropp-header__btn:focus {
  outline: none;
}
.FormSelection .dropp-body {
  overflow: auto;
  width: 100%;
  max-height: 0;
  background: #fff;
  color: #000;
  box-shadow: 0 2px 2px -1px #d2d2d2;
  transition: all 0.3s ease-in-out;
}
.FormSelection .dropp-body.js-open {
  max-height: 20em;
}
.FormSelection .dropp-body label {
  display: block;
  font-family: Georgia, sans-serif;
  font-style: italic;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  padding: 1em 0.5em;
  line-height: 1.33;
  letter-spacing: 1.8px;
  font-weight: 400;
  cursor: pointer;
}
.FormSelection .dropp-body label:first-child {
  box-shadow: none;
}
.FormSelection .dropp-body label:hover,
.FormSelection .dropp-body label.js-open {
  background: #fff;
}
.FormSelection .dropp-body label > input {
  display: none;
}
.EPiServerForms .FormStep .ValidationFail input[type="text"]:focus ~ .enter {
  background-color: black;
}
.EPiServerForms .FormStep .ValidationFail .Form__Element__ValidationError {
  color: #e1312f;
  position: absolute;
  padding-top: 4px;
  font-size: 15px;
  line-height: 1.67;
  font-family: "Proxima Nova";
}
.EPiServerForms .FormStep .ValidationFail input[type="text"] {
  border-bottom: 2px solid #e1312f !important;
}
.submit-form-row {
  margin: 0px auto;
  padding: 40px 15px 40px 15px;
}
.EPiServerForms .Form__Status .Form__Success__Message {
  background-color: #fff !important;
  color: inherit !important;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
body {
  position: relative;
  color: #000;
}
a,
a.link {
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
a:hover,
a.link:hover {
  color: #50ba70;
  text-decoration: none;
}
a:focus {
  outline: none;
}
.ocean,
.ocean p,
.ocean a.link,
.ocean a {
  color: #fff !important;
}
.ocean:hover,
.ocean p:hover,
.ocean a.link:hover,
.ocean a:hover {
  color: #fff !important;
}
em {
  font-family: Georgia, sans-serif;
  font-style: italic;
}
strong,
.strong {
  font-weight: bold;
  font-family: "proxima_nova_altbold";
}
@media (min-width: 1200px) {
  .container {
    width: 1260px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-family: "proxima_nova_ltthin";
  font-size: 40px !important;
  line-height: 1.3;
}
h2 {
  font-size: 20px;
  font-family: "proxima_nova_altbold";
  line-height: 1.25;
  color: #000;
}
h3 {
  font-family: "proxima_nova_ltthin";
  line-height: 1.4;
  font-size: 20px;
}
h4 {
  font-family: "proxima_nova_ltthin";
  font-size: 25px;
  line-height: 1.4;
}
p {
  font-size: 15px;
  line-height: 1.67;
  font-family: "Proxima Nova";
}
.container {
  position: relative;
}
.container-fluid {
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 0px;
  padding-right: 0px;
}
.row-eq-height {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .row-eq-height {
    display: block;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .general-text .richtextblock.col-md-6 {
    width: 100%;
  }
}
.general-text ul.bullet-list {
  list-style-type: disc;
  margin-left: 25px;
}
.general-text ul.bullet-list li {
  font-family: "Proxima Nova";
  letter-spacing: normal;
  line-height: 1.67;
  font-size: 15px;
}
.general-text ul.circle-bullet {
  list-style-type: circle;
}
.general-text ul.third-level {
  list-style-type: circle;
}
.general-text ul.third-level li {
  color: #9e9e9e;
}
.general-text ul.third-level li span {
  color: #000 !important;
}
.general-text ul.bullet-list.decimal {
  list-style-type: decimal;
}
.general-text a.link-out {
  color: #50ba70;
  cursor: pointer;
  transition: color 0.4s ease;
  font-family: "proxima_nova_ltsemibold";
}
.general-text a.link-out:hover {
  color: #c1d82f;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.4s ease;
}
.general-text h1 {
  font-size: 40px !important;
  font-family: "proxima_nova_ltthin";
  line-height: 1.25;
  color: #000;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .general-text h1 {
    font-size: 25px;
  }
}
.general-text p {
  font-size: 15px;
  font-family: "Proxima Nova";
  line-height: 1.45;
}
.general-text h2 {
  font-size: 20px;
  font-family: "proxima_nova_altbold";
  line-height: 1.25;
  color: #000;
}
.general-text h3 {
  font-family: "proxima_nova_ltthin";
  line-height: 1.4;
  font-size: 20px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .general-text h3 {
    font-size: 15px;
  }
}
.general-text ul {
  margin-top: 15px;
}
.general-text ul li {
  font-family: "proxima_nova_ltsemibold";
  font-size: 15px;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 10px;
}
.col-offset {
  margin-left: 3.3%;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .col-offset {
    margin-left: 0;
  }
}
.col-offset-2 {
  margin-left: 6.3%;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .col-offset-2 {
    margin-left: 0;
  }
}
body.no_scroll {
  overflow: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.only-mobile {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .only-mobile {
    display: block;
    z-index: 0;
  }
}
.mobile {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .mobile {
    display: block;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}
.one-col-page-title {
  margin-top: -1px;
  padding-left: 15px;
}
.only-desktop {
  display: block;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .only-desktop {
    display: none !important;
  }
}
.hide {
  display: none;
}
.show {
  display: block !important;
  transition: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .no-padding-m {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1248px) {
  .no-padding-d {
    padding: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px),
  (min-width: 1248px),
  (max-width: 767px),
  (min-width: 768px) and (max-width: 991px) {
  .no-padding-dm {
    padding: 0 !important;
  }
}
span.separator {
  margin: 10px;
  padding: 0;
}
.hide-desktop {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hide-desktop {
    display: block !important;
  }
}
.hide-d {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hide-d {
    display: block !important;
  }
}
.membership-block {
  height: 575px;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
::-webkit-input-placeholder {
  color: #000;
  font-family: Georgia, sans-serif;
  font-style: italic;
  letter-spacing: 2px;
  opacity: 0.2;
}
::-moz-placeholder {
  font-family: Georgia, sans-serif;
  letter-spacing: 2px;
  font-style: italic;
  color: #000;
  opacity: 0.2;
}
:-ms-input-placeholder {
  font-style: italic;
  letter-spacing: 2px;
  font-family: Georgia, sans-serif;
  color: #000;
  opacity: 0.2;
}
:-moz-placeholder {
  font-style: italic;
  letter-spacing: 2px;
  font-family: Georgia, sans-serif;
  color: #000;
  opacity: 0.2;
}
.container-custom {
  width: 100%;
  float: none;
  max-width: 1500px;
  margin: 0px auto;
}
input {
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
.LPMcontainer {
  display: none !important;
}
.live-chat-sticky {
  right: 0;
  top: 45%;
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  z-index: 99999999;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
  padding: 5px 10px 0px 10px;
  display: none;
}
.live-chat-sticky span {
  font-family: "proxima_nova_ltsemibold";
  font-size: 20px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .live-chat-sticky {
    display: none;
  }
}
.live-chat-sticky.sticky {
  position: fixed;
  animation: slide 0.5s backwards;
  transition: all 0.2s ease;
}
.live-chat-sticky.offline {
  display: none;
}
.greenCircle {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #50ba70;
  display: inline-block;
  margin-right: 5px;
}
.redCircle {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #e1312f;
  display: inline-block;
  margin-right: 5px;
}
a.author-link {
  color: #000 !important;
}
a.author-link:hover {
  color: #c1d82f !important;
}
.block .FormFileUpload a.upload-btn {
  display: inline-block !important;
}
a.btn {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: "proxima_nova_altbold";
}
a.btn.btn-curved {
  text-align: left;
  margin-bottom: 20px;
  white-space: normal !important;
  display: block;
  position: relative;
  margin-right: 15px;
  margin-top: 10px;
  color: #000;
}
a.btn.btn-curved:hover {
  color: #000;
}
.btn {
  font-size: 15px !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
}
a.btn-full-border {
  box-sizing: border-box;
  box-shadow: none;
  padding: 15px 80px;
  letter-spacing: 2px;
  font-size: 15px;
  font-family: "proxima_nova_altbold";
  border: solid 4px transparent;
  border-image: linear-gradient(258deg, #c1d82f, #50ba70);
  -moz-border-image: linear-gradient(258deg, #c1d82f, #50ba70);
  -webkit-border-image: linear-gradient(258deg, #c1d82f, #50ba70);
  border-image-slice: 1;
  border-width: 3px;
  border-image-width: 5px;
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  text-decoration: none;
  color: black;
  transition: 0.5s ease-out;
  text-transform: uppercase;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  a.btn-full-border {
    padding: 15px 30px;
  }
}
a.btn-full-border:hover {
  text-decoration: none;
  color: #c1d82f !important;
  cursor: pointer;
  background: black;
  border-image: none;
  transition: 0.5s ease-out;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .btn-wave-wrap {
    margin-bottom: 30px;
  }
}
.btn-wave-wrap .btn {
  padding: 0;
}
.btn-wave-wrap .base {
  color: #000;
  position: relative;
}
.btn-wave-wrap .base svg {
  position: absolute;
  width: 100px;
  top: 20px;
  left: 0px;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
a#h-wave:before {
  width: 92px;
  height: 4px;
  position: absolute;
  content: url("/_Multisites/EMRA/static/Common/images/path-4@3x.png");
  bottom: -9px;
  display: block;
  transition: all 4s ease-in;
  -o-transition: all 4s ease-in;
}
a#h-wave svg path {
  stroke: #fff;
  stroke-width: 3;
  stroke-dasharray: 0, 200;
  width: 0;
  stroke-dashoffset: 20;
  -webkit-transition: all 1.3s ease-out;
  -moz-transition: all 1.3s ease-out;
  -ms-transition: all 1.3s ease-out;
  -o-transition: all 1.3s ease-out;
}
a#h-wave:hover svg path {
  stroke-dasharray: 200, 0;
  width: 100;
}
a#h-wave:hover:before {
  display: none;
  transition: all 4s ease-in;
}
a#h-wave:hover svg path {
  stroke: #4274d3;
}
.circle-btn {
  width: 100px;
  height: 100px;
  background: #000;
  border-radius: 100%;
  display: block;
  position: relative;
  transition: 500ms ease;
  cursor: pointer;
  color: #c1d82f;
}
.circle-btn a {
  font-family: Georgia, sans-serif;
  font-style: italic;
  cursor: pointer;
  text-decoration: none;
  color: #c1d82f !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: 0%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.2em;
}
.circle-btn a:hover {
  text-decoration: none;
  color: #000 !important;
}
.circle-btn:hover {
  transition: 500ms ease;
  background: #c1d82f;
  color: #000 !important;
}
.circle-btn:hover a {
  color: #000 !important;
}
svg#white {
  stroke: white;
}
svg#green rect {
  fill: url(#MyGradient);
}
.gradient-btn {
  margin: auto;
  margin-right: 15px;
  margin-top: 10px;
  padding: 5px;
  display: inline-block;
  background-image: linear-gradient(253deg, #c1d82f, #50ba70);
}
.gradient-btn .grad-btn-text {
  background: #fff;
  text-align: center;
  padding: 15px 25px;
}
.gradient-btn .grad-btn-text a {
  color: #000;
  text-decoration: none;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: 2px;
  font-size: 15px;
  text-transform: uppercase;
}
.gradient-btn .grad-btn-text a:hover {
  text-decoration: none;
}
.gradient-btn:hover {
  background: #000;
  cursor: pointer;
  transition: all 0.32ms ease;
}
.gradient-btn:hover .grad-btn-text {
  background: #000;
  color: #fff;
}
.gradient-btn:hover .grad-btn-text a {
  color: #fff !important;
}
.gradient-btn-modal {
  margin: auto;
  padding: 5px;
  background-image: linear-gradient(258deg, #c1d82f, #50ba70);
}
.gradient-btn-modal .grad-btn-text {
  background: #fff;
  text-align: center;
  padding: 15px;
}
.gradient-btn-modal .grad-btn-text a {
  color: #000;
  text-decoration: none;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: 2px;
  font-size: 15px;
}
.gradient-btn-modal .grad-btn-text a:hover {
  text-decoration: none;
}
.icon-arrow-circle img {
  width: 100px;
}
span.icon-curve img {
  width: 75px;
  margin: 20px 0px 20px 0px;
}
.social {
  color: #c1d82f;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  bottom: 10px;
}
.social .fa {
  font-size: 20px;
}
.icon-logo {
  position: relative;
  left: 107px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .icon-logo {
    bottom: 28px;
  }
}
.icon-logo a img {
  width: 114px;
  z-index: 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .icon-logo a img {
    width: 100px;
  }
}
.icon-logo a .resident-logo {
  width: 210px !important;
}
.account-icon {
  float: right;
  right: 115px;
  position: relative;
  top: 23px;
  z-index: 999;
  font-size: 2em;
}
.account-icon img {
  width: 24px;
}
.phone-nav .search-icon-m {
  float: right;
  right: 50px;
  position: relative;
  top: 21px;
  z-index: 999;
  font-size: 2em;
}
.phone-nav .search-icon-m img {
  width: 24px !important;
  padding: 1px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fa-green-gradient {
    background: none !important;
    color: #50ba70;
  }
}
.fa-green-gradient {
  background: linear-gradient(324deg, #c1d82f, #50ba70);
  background: -webkit-gradient(324deg, #c1d82f, #50ba70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
img.middle-icon-50 {
  width: 100px;
  height: 100px;
  z-index: 999;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  img.middle-icon-50 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    position: relative;
    margin-right: auto;
  }
}
.doc-info {
  font-family: "proxima_nova_ltthin";
  margin-left: 10px;
}
.icon-donwload {
  position: relative;
  bottom: 3px;
}
span.subtitle {
  font-family: Georgia, sans-serif;
  letter-spacing: 1.7px;
  line-height: 1.76;
  font-weight: 100;
  font-style: italic;
}
.dotted-border {
  background-image: radial-gradient(circle, black 1px, transparent 1.5px);
  background-repeat: repeat-x;
  background-size: 16px 4px;
  height: 4px;
}
.btn-bordered {
  display: inline-block;
  margin: auto;
  padding: 1.27em 2em !important;
  box-sizing: border-box;
  text-decoration: none;
  font-family: sans-serif;
  background-image: linear-gradient(135deg, transparent, transparent),
    linear-gradient(253deg, #c1d82f, #50ba70),
    linear-gradient(253deg, #c1d82f, #50ba70),
    linear-gradient(253deg, #c1d82f, #50ba70),
    linear-gradient(253deg, #c1d82f, #50ba70);
  background-size: 100% 100%, 0.3em 100%, 100% 0.3em, 0.3em 100%, 100% 0.3em;
  background-position: 0 0, 0 0, 0 0, 100% 0, 100% 100%;
  background-repeat: no-repeat;
  border-radius: 0.15em;
}
a.external-link {
  padding-right: 14px;
  position: relative;
  display: inline;
}
a.external-link span::after {
  background: url("/_Multisites/EMRA/static/Common/images/path@3x.png") right
    center no-repeat;
  background-size: contain;
  height: 10px;
  width: 10px;
  margin-left: 5px;
  content: "";
  display: inline-block;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .container {
    padding: 0;
  }
}
.gradient-line-book {
  margin: 5em auto;
  background: linear-gradient(to right, #98367c, #008d98);
  width: 97%;
  text-align: center;
  height: 1px;
}
.separator-none {
  margin: 2em auto;
  width: 97%;
  text-align: center;
  height: 1px;
  display: inline-block !important;
  position: relative;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .separator-none {
    width: 100%;
  }
}
.gradient-line-purple {
  margin: 2em auto;
  background: linear-gradient(to right, #98367c, #008d98);
  width: 97%;
  text-align: center;
  height: 1px;
  display: inline-block !important;
  position: relative;
}
.gradient-line-purple.heading {
  width: 100%;
  margin: 0px 0px 1em 0px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .gradient-line-purple {
    width: 100%;
  }
}
.gradient-line-green {
  margin: 1em auto;
  background: linear-gradient(271deg, #c1d82f, #50ba70);
  width: 100%;
  text-align: left;
  height: 1px;
  display: inline-block !important;
  position: relative;
}
.gradient-line-green.heading {
  width: 100%;
  margin: 0px 0px 1em 0px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .gradient-line-green {
    width: 100%;
  }
}
.gradient-line-green.title {
  margin-top: 0px;
}
.addthis_inline_share_toolbox_dmno {
  float: right;
}
.svg-9 {
  width: 86px;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
svg polyline,
svg line,
svg path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: 0.2s;
  stroke-width: 0.03em;
  cursor: pointer;
}
svg.at-icon path {
  fill: inherit;
}
svg#green {
  stroke: url(#MyGradient);
}
a.btn.btn-curved:hover .svg-9 path {
  d: path("M1,1 Q4,2 5,5 T10,10");
}
.svg-curve {
  position: relative;
  bottom: 36px;
  text-align: left;
  margin: 0px auto;
  margin-left: -1px;
  height: 5px;
}
a.long svg {
  width: 200px;
}
a.long svg path {
  stroke-width: 0.01em;
}
.ad-sidebar {
  width: 160px;
  height: 600px;
  margin-top: 20px;
  z-index: 10;
  position: relative;
}
.adblock {
  padding-left: 0px;
}
.ad-block {
  position: absolute;
}
.ad-block .ad {
  height: 600px;
  position: relative;
  width: 145px;
  background: #f6f7f9;
  z-index: 9;
  margin-bottom: 20px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .ad-block {
    max-height: 1000px;
    width: 80%;
    position: relative;
    padding-left: 0px;
    margin-left: -15px;
  }
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: #000 !important;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #50ba70 !important;
}
.richtextblock table thead > tr > th,
.richtextblock table thead > tr > td,
.main-content table thead > tr > th,
.main-content table thead > tr > td,
.general-text table thead > tr > th,
.general-text table thead > tr > td,
.articleBody table thead > tr > th,
.articleBody table thead > tr > td {
  padding: 20px;
  border-bottom: solid 1px #141414 !important;
  font-family: "proxima_nova_ltsemibold";
}
.richtextblock table tbody > tr > td,
.main-content table tbody > tr > td,
.general-text table tbody > tr > td,
.articleBody table tbody > tr > td {
  padding: 20px;
  border: none !important;
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  font-family: "Proxima Nova";
  background-image: linear-gradient(
    to right,
    #141414 22%,
    rgba(255, 255, 255, 0) 0%
  );
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .richtextblock table tbody > tr > td,
  .main-content table tbody > tr > td,
  .general-text table tbody > tr > td,
  .articleBody table tbody > tr > td {
    padding-left: 50%;
    border: none;
  }
}
.richtextblock img,
.main-content img,
.general-text img,
.articleBody img {
  max-width: 100%;
  object-fit: contain;
}
.richtextblock em,
.main-content em,
.general-text em,
.articleBody em {
  font-family: "Proxima Nova";
}
.richtextblock a,
.main-content a,
.general-text a,
.articleBody a {
  color: #50ba70;
}
.richtextblock a:hover,
.main-content a:hover,
.general-text a:hover,
.articleBody a:hover {
  color: #c1d82f;
}
.richtextblock p,
.main-content p,
.general-text p,
.articleBody p {
  margin: 10px 0px;
  padding: 0;
  color: #000;
}
.richtextblock ol,
.main-content ol,
.general-text ol,
.articleBody ol {
  list-style-type: decimal;
  margin-left: 25px;
}
.richtextblock ol li,
.main-content ol li,
.general-text ol li,
.articleBody ol li {
  font-family: "Proxima Nova";
  letter-spacing: normal;
  line-height: 1.67;
  font-size: 15px;
}
.richtextblock ul,
.main-content ul,
.general-text ul,
.articleBody ul {
  list-style-type: disc;
  margin-left: 25px;
}
.richtextblock ul li,
.main-content ul li,
.general-text ul li,
.articleBody ul li {
  font-family: "Proxima Nova";
  letter-spacing: normal;
  font-size: 15px;
}
.richtextblock ul ul,
.main-content ul ul,
.general-text ul ul,
.articleBody ul ul {
  list-style-type: circle;
}
.richtextblock ul ul ul,
.main-content ul ul ul,
.general-text ul ul ul,
.articleBody ul ul ul {
  list-style-type: circle;
}
.richtextblock ul ul ul li,
.main-content ul ul ul li,
.general-text ul ul ul li,
.articleBody ul ul ul li {
  color: #9e9e9e;
}
.richtextblock ul ul ul li span,
.main-content ul ul ul li span,
.general-text ul ul ul li span,
.articleBody ul ul ul li span {
  color: #000 !important;
}
.article-img {
  margin-bottom: 10px;
}
.article-img img {
  margin-bottom: 10px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .table-responsive {
    border: 1px solid #fff;
  }
  .table-responsive thead,
  .table-responsive tbody,
  .table-responsive tfoot,
  .table-responsive tr,
  .table-responsive th,
  .table-responsive td {
    display: block;
  }
  .table-responsive thead {
    display: none;
  }
  .table-responsive .align-center,
  .table-responsive .align-right {
    text-align: inherit;
  }
  .table-responsive tr:first-child {
    border: 0;
  }
  .table-responsive > tbody > tr > td {
    padding-left: 50%;
  }
  .table-responsive > tbody > tr > td:first-child {
    border: 0;
  }
  .table-responsive [data-label] {
    position: relative;
  }
  .table-responsive [data-label]:before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
    content: attr(data-label);
    font-weight: bold;
  }
  .navbar-fixed-top.visible-xs + .row {
    padding-top: 60px;
  }
  .btn .visible-xs {
    display: inline-block !important;
  }
  .sliding-sidebar {
    position: absolute;
    z-index: 1;
    background: #fff;
    min-height: 100%;
    border-right: 1px solid #ccc;
  }
  .sliding-sidebar.collapse,
  .sliding-sidebar.collapsing {
    display: block !important;
    -ms-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    transition: all 200ms;
  }
  .sliding-sidebar.collapse.in {
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05), 2px 0 0 rgba(0, 0, 0, 0.05),
      3px 0 0 rgba(0, 0, 0, 0.05);
  }
}
.container-wrap {
  position: relative;
  margin: 0px auto;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.link-list-block ul {
  margin-top: 20px;
}
.link-list-block ul li {
  padding-bottom: 10px;
}
.dotted-line {
  margin-top: 10px;
  margin-bottom: 10px;
  background-position: top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: linear-gradient(
    to right,
    #141414 22%,
    rgba(255, 255, 255, 0) 0%
  );
}
.leaderboard-ad {
  margin: 20px 0px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .leaderboard-ad {
    margin-left: -15px;
    padding-left: 0px;
  }
}
.leaderboard-ad ins::before,
.ad-sidebar ins::before,
.ad-box ins::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.2;
}
.centered-block {
  margin: 0px auto;
  text-align: center;
  left: 0;
  right: 0;
}
.center-v {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center-h {
  position: relative;
}
.center-v-h {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
ul.list li {
  font-family: Georgia, sans-serif;
  font-style: italic;
  line-height: 2.31;
  font-size: 13px;
  letter-spacing: 1.3px;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
.upcoming-events a {
  color: #000 !important;
}
.gradient-bl--green-yelow {
  margin: auto;
  padding: 10px;
  background-image: linear-gradient(253deg, #c1d82f, #50ba70);
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .gradient-bl--green-yelow {
    margin-bottom: 10px;
  }
}
.gradient-bl--green-blue {
  margin: auto;
  padding: 10px;
  background-image: linear-gradient(175deg, #50ba70, #005488);
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .gradient-bl--green-blue {
    margin-bottom: 10px;
  }
}
.article-row {
  margin-bottom: 30px;
}
.article-row p {
  font-family: "proxima_nova_scosfthin";
  font-size: 15px;
  line-height: 1.53;
}
.article-row .btn {
  color: #fff;
}
.footer-curve {
  bottom: 0;
}
.footer-curve .btn-wave-wrap .base {
  color: #fff !important;
  font-family: "proxima_nova_ltsemibold";
}
.footer-curve .footer-articles {
  margin-bottom: 40px;
}
.footer-curve .footer-articles .btn {
  padding: 0;
  margin-bottom: 10px;
}
.footer-curve .ocean {
  -ms-transform: rotate(360deg) !important;
  transform: rotate(360deg) !important;
  background-image: linear-gradient(195deg, #4a6198, #98367c);
  height: 100% !important;
}
.footer-curve .ocean .ocean-mask {
  height: 645px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .footer-curve .ocean .ocean-mask {
    height: 200px;
  }
}
.footer-curve .ocean .wave {
  background: url(Common/images/curve.svg) repeat-x;
  position: absolute;
  top: 0;
  z-index: 999999;
  width: 6400px;
  height: 198px;
  animation: wave 30s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transform: rotate(180deg);
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
.footer-curve .ocean .text-block {
  margin-top: 375px;
  margin-bottom: -150px;
  -ms-transform: rotate(360deg) !important;
  transform: rotate(360deg) !important;
  bottom: 0;
  color: #fff;
}
.footer-curve .ocean .text-block h1 {
  max-width: 100% !important;
  margin-bottom: 15px !important;
  margin-top: 5px;
  color: #fff;
}
.footer-curve .article-block h1 {
  font-size: 40px !important;
  max-width: 100% !important;
}
.footer-curve .links-block {
  right: 15%;
  position: relative;
  bottom: 50px;
}
.footer-curve .links-block span.subtitle {
  font-size: 17px !important;
}
.footer-curve .links-block .btn.btn-curved {
  color: #fff;
}
.footer-curve .circle-footer {
  background: #fff;
  height: 529px;
  color: #111;
  border-radius: 50%;
  bottom: 100px;
  right: 170px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .footer-curve .circle-footer {
    width: 470px;
    height: 470px;
  }
}
.footer-curve .circle-footer .circle-content {
  position: relative;
  top: 90px;
  z-index: 9999;
  left: 70px;
}
.footer-curve .circle-footer .circle-content ul li {
  left: 100px;
  position: relative;
  padding: 12px;
  font-size: 15px;
  line-height: 1.33;
}
.footer-curve .circle-footer .circle-content ul li a {
  cursor: pointer;
  letter-spacing: 2px;
  color: #000 !important;
  font-family: "proxima_nova_ltsemibold";
  text-decoration: none;
}
.footer-curve .circle-footer .circle-content ul li a:hover {
  color: #50ba70 !important;
}
.footer-curve .circle-footer .circle-content ul.pages li {
  width: 80%;
  transition: 600ms ease;
  text-transform: uppercase;
}
.footer-curve .circle-footer .circle-content ul.pages li.connect {
  margin-top: 10px;
  line-height: 0;
}
.footer-curve .circle-footer .circle-content ul.pages li.connect a {
  font-family: Georgia, sans-serif;
  font-style: italic;
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.footer-curve .circle-footer .circle-content ul.pages li.connect a:hover {
  color: inherit !important;
}
.footer-curve .circle-footer .circle-content ul.pages li.connect:hover {
  -ms-transform: none;
  transform: none;
}
.footer-curve .circle-footer .circle-content ul.pages li:hover {
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  text-decoration: none;
}
.footer-curve .circle-footer .circle-content ul.social i {
  color: #50ba70 !important;
}
.footer-curve .circle-footer .circle-content ul.social i:hover {
  color: #c1d82f !important;
}
.sidebar-section-header {
  font-family: "proxima_nova_altbold";
  font-style: normal;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  padding-top: 25px;
  letter-spacing: 1.5px;
}
.article-sidebar .archive-link {
  text-decoration: none;
  color: inherit;
}
.article-sidebar .article-categories .categories-sidebar {
  margin-right: 30px;
  margin-top: 25px;
  letter-spacing: 2.2px;
  line-height: 2.67;
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  width: 100%;
  padding-bottom: 10px;
  background-image: linear-gradient(
    to right,
    #141414 22%,
    rgba(255, 255, 255, 0) 0%
  );
}
@media screen and (max-width: 600px) {
  .article-sidebar .article-categories .categories-sidebar {
    width: 100%;
    text-align: left;
    margin: 0px -28px auto;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .article-sidebar .article-categories .categories-sidebar {
    float: right;
    margin-top: 50px;
    margin-left: 10px;
    padding: 20px;
    margin: 0px;
  }
}
.article-sidebar .article-categories .categories-sidebar .title {
  font-family: "proxima_nova_altbold";
  font-style: normal;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 10px;
  letter-spacing: 1.5px;
  max-width: 160px;
  transition: color 0.4ms ease;
  cursor: pointer;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  min-width: 200px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .article-sidebar .article-categories .categories-sidebar .title {
    min-width: 100%;
  }
}
.article-sidebar .article-categories .categories-sidebar li {
  font-family: Georgia, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 10px;
  letter-spacing: 1.5px;
  font-style: italic;
  max-width: 160px;
  margin-bottom: 10px;
  transition: color 0.4ms ease;
  cursor: pointer;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  min-width: 200px;
}
.article-sidebar .article-categories .categories-sidebar li a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .article-sidebar .article-categories .categories-sidebar li {
    min-width: 100%;
  }
}
.richtextblock ol {
  list-style-type: decimal;
  margin-left: 25px;
}
.richtextblock ol li {
  font-family: "Proxima Nova";
  letter-spacing: normal;
  line-height: 1.67;
  font-size: 15px;
}
.richtextblock ul {
  list-style-type: disc;
  margin-left: 25px;
}
.richtextblock ul li {
  font-family: "Proxima Nova";
  letter-spacing: normal;
  font-size: 15px;
}
.richtextblock ul ul {
  list-style-type: circle;
}
.richtextblock ul ul ul {
  list-style-type: circle;
}
.richtextblock ul ul ul li {
  color: #9e9e9e;
}
.richtextblock ul ul ul li span {
  color: #000 !important;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .richtextblock img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.containerblock .container {
  padding-left: 0px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .calloutwithadblock {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.text-ad-block {
  padding-left: 0px;
  position: relative;
  bottom: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
  .text-ad-block {
    padding: 0;
    margin-top: 0px;
  }
}
.text-ad-block .gradient-border.inline {
  display: inline-block;
}
.text-ad-block .text-box {
  color: #000;
  background: #fff;
  height: 100%;
  width: 100%;
  min-height: 250px !important;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  text-align: left;
}
.text-ad-block .text-box.double {
  min-height: 540px !important;
  -ms-flex-align: start;
  align-items: flex-start;
}
.text-ad-block .text-box.double .col-md-2 {
  position: unset;
}
.text-ad-block .text-box.double .col-md-2 .circle-btn {
  position: absolute;
  bottom: 70px;
  right: 80px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .text-ad-block .text-box.double .col-md-2 .circle-btn {
    position: relative;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .text-ad-block .text-box.double .col-md-2 {
    position: relative;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .text-ad-block .text-box.double {
    min-height: initial !important;
  }
}
.text-ad-block .text-box .section {
  width: 89%;
}
@media (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
  .text-ad-block .text-box {
    max-height: 100%;
    display: -ms-grid;
    display: grid;
    padding: 12px 5px;
  }
  .text-ad-block .text-box h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.text-ad-block .double.gradient-border {
  margin-top: 20px;
}
.text-ad-block .ad-box {
  height: 250px;
  width: 300px;
  position: relative;
  background: #fff;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .text-ad-block .ad-box {
    height: auto;
    width: auto;
    max-height: 250px;
    max-width: 300px;
  }
}
.text-ad-block .ad-box ins img {
  max-width: 100%;
  height: auto;
}
.text-ad-block .block {
  padding-left: 0px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .text-ad-block .block {
    margin-bottom: 10px;
    text-align: center;
    padding-left: 15px;
  }
}
.text-ad-block .circle-btn {
  right: 0px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .text-ad-block .circle-btn {
    left: 0;
    margin: 0px auto;
    top: 0px;
  }
}
.membership-section {
  height: 530px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .membership-section {
    height: auto;
  }
}
.text-image-section {
  margin: 0px auto;
}
.video-block-1 img.circle-quotes {
  margin: auto;
  position: absolute;
  top: 0;
  left: -45px !important;
  bottom: 0;
  right: auto;
  width: 100px;
}
@media (max-width: 767px) {
  .video-block-1 img.circle-quotes {
    left: 0 !important;
    position: absolute;
    right: 0 !important;
    top: 0px;
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .video-block-1 img.circle-quotes {
    top: 280px !important;
  }
}
.video-block-2 img.circle-quotes {
  margin: auto;
  position: absolute;
  top: 0;
  right: -45px !important;
  bottom: 0;
  left: auto;
  width: 100px;
}
@media (max-width: 767px) {
  .video-block-2 img.circle-quotes {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .video-block-2 img.circle-quotes {
    top: 280px !important;
  }
}
.fiftyfiftyblock {
  padding: 0px;
}
.tinted-image img {
  display: none;
}
.tinted-image {
  width: 100%;
  padding-bottom: 100%;
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .tinted-image {
    min-height: initial;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .purple-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #bb6c98;
    opacity: 0.5;
  }
  .teal-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #54b3ba;
    opacity: 0.5;
  }
  .teal-overlay {
    background-color: transparent !important;
  }
  .purple-overlay {
    background-color: transparent !important;
  }
}
.teal-overlay {
  background-color: #54b3ba;
}
.purple-overlay {
  background-color: #bb6c98;
}
.text-image-section {
  margin-top: 25px;
  margin-bottom: 25px;
  display: table;
  position: relative;
}
.text-image-section .image-block img {
  width: 100%;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .text-image-section {
    padding: 0;
  }
}
.text-image-section .text-membership {
  padding: 40px 40px 40px 40px;
  max-width: 640px;
  float: right;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .text-image-section .text-membership {
    padding: 0;
    float: none;
    margin-top: 10px;
  }
  .text-image-section .text-membership h3 {
    font-size: 15px;
  }
  .text-image-section .text-membership h1 {
    font-size: 25px !important;
  }
}
.text-image-section .text-membership p {
  font-size: 15px;
  line-height: 1.67;
  font-family: "Proxima Nova";
}
.circle-quotes {
  margin: auto;
  position: absolute;
  width: 100px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .circle-quotes {
    left: 40%;
    position: relative;
    bottom: 44px;
  }
}
.article-section {
  padding: 20px 0 20px 0;
}
.article-section .article-single {
  margin-bottom: 30px;
}
.article-section .article-single img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 250px;
}
.article-section .centered-section {
  position: relative;
}
.article-section .centered-section .centered-vh {
  position: absolute;
  top: 50%;
  left: 5%;
  -ms-transform: translate(-5%, 50%);
  transform: translate(-5%, 50%);
}
@media (min-width: 1200px) {
  .article-section .container {
    width: 1150px;
  }
}
.content-card-grid img:first-child {
  margin-bottom: 20px;
}
.cc-image-wrapper {
  height: 0;
  padding-bottom: 67%;
  width: 100%;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f7f8f9;
}
.cc-image-wrapper img {
  max-width: 100%;
  display: none;
}
.featuredbookblock .article-single img {
  height: auto;
}
.article-list h1 {
  font-size: 26px !important;
}
.header-curve .homeheroblock,
.header-curve .journeyheroblock {
  padding-left: 0px;
  padding-right: 0px;
}
.header-curve .journeyheroblock .hero-text-block h1 {
  max-width: 100%;
}
.header-curve .ocean {
  background-blend-mode: multiply;
  height: 762px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .header-curve .ocean {
    height: 500px;
  }
}
.header-curve .ocean-mask {
  height: 800px;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .header-curve .ocean-mask {
    height: 500px;
    background-position: center right -150px;
  }
}
.ocean {
  width: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  transform: rotate(180deg);
  background-blend-mode: multiply;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.ocean .hero-text-block {
  position: absolute;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ocean:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(
      to bottom,
      rgba(202, 50, 71, 0.6),
      rgba(74, 97, 152, 0.6)
    );
    background: -ms-linear-gradient(
      top right,
      rgba(202, 50, 71, 0.6),
      rgba(74, 97, 152, 0.6)
    );
  }
}
.ocean-mask {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  opacity: 0.15;
  z-index: -1 !important;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.wave {
  background: url("/_Multisites/EMRA/static/common/images/curve-interior3.svg")
    repeat-x;
  position: absolute;
  top: 0px;
  z-index: 9;
  width: 6400px;
  height: 200px;
  animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wave {
    top: 0;
  }
}
@media (min-width: 1248px) {
  .wave {
    top: 0;
  }
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
.rotate {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transform: rotate(180deg);
}
.hero-text-block {
  font-family: "Proxima Nova";
  z-index: 999;
  bottom: 200px;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .hero-text-block {
    z-index: 0;
    bottom: 100px;
    margin-top: 50px;
  }
}
.hero-text-block p {
  font-size: 20px;
  font-family: Georgia, sans-serif;
  font-style: italic;
  letter-spacing: 2px;
}
.hero-text-block h1 {
  font-size: 60px !important;
  max-width: 70%;
  font-weight: 100;
  margin-bottom: 50px;
  line-height: 60px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .hero-text-block h1 {
    font-size: 40px;
    max-width: 100%;
  }
}
.hero-text-block a.unidentify {
  font-size: 12px;
  z-index: 1000;
  position: relative;
}
.hero-text-block .hero-list {
  margin-top: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .hero-text-block .hero-list a {
    color: #000;
    text-align: left;
  }
  .hero-text-block .hero-list a .svg-curve {
    height: 26px;
  }
}
.hero-text-block .hero-list li {
  font-weight: 300;
  line-height: 1.5;
  margin-right: 20px;
  text-transform: uppercase;
  font-family: "proxima_nova_ltsemibold";
}
.hero-text-block .hero-list li a.hero-link {
  color: #fff;
  letter-spacing: 3px;
  font-size: 18px !important;
}
.only-mobile {
  position: relative;
}
.only-mobile h3.hero-title {
  color: #000;
  bottom: 20px;
  font-size: 35px;
  position: relative;
  font-family: "proxima_nova_ltthin";
}
.only-mobile p {
  color: #000;
  font-size: 15px;
  padding-top: 10px;
}
.only-mobile .hero-list {
  color: #000;
  display: block;
}
.tab-content-main {
  opacity: 0;
}
.tab-content-main.current-item {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.5s;
}
.sliderWrap {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px),
  (min-width: 768px) and (max-width: 991px),
  (min-width: 992px) and (max-width: 1199px) {
  .sliderWrap {
    width: 100%;
    height: auto;
  }
}
.sliderWrap h1 {
  position: relative;
  top: 5px;
  font-size: 40px !important;
}
.sliderWrap .gradient-line-purple {
  margin: 10px auto !important;
  width: 100%;
}
.sliderWrap .slider-social {
  position: absolute;
  float: right;
  right: 60px;
  z-index: 9999;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .sliderWrap .slider-social {
    float: none;
    position: relative;
    right: 0;
  }
}
.sliderWrap .slider-social ul {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 5px;
}
.sliderWrap .slider-social ul li {
  margin-right: 20px;
  font-size: 1.5em;
  cursor: pointer;
}
#slider {
  width: 100%;
  height: 800px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: 20px;
}
#slider .active h3 {
  opacity: 1;
  transition: opacity 1s ease;
}
#slider h3 {
  transition: opacity 1s ease;
  opacity: 0;
  font-family: Georgia, sans-serif !important;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}
#slider h3 .image-title {
  font-style: normal;
  font-family: "proxima_nova_altbold" !important;
  margin-left: 10px;
  font-size: 20px;
  letter-spacing: normal;
}
@media (max-width: 767px),
  (min-width: 768px) and (max-width: 991px),
  (min-width: 992px) and (max-width: 1199px) {
  #slider li.active {
    display: block !important;
  }
}
#slider li {
  display: inline;
}
@media (max-width: 767px),
  (min-width: 768px) and (max-width: 991px),
  (min-width: 992px) and (max-width: 1199px) {
  #slider li {
    display: none;
  }
}
#slider li img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px),
  (min-width: 768px) and (max-width: 991px),
  (min-width: 992px) and (max-width: 1199px) {
  #slider li img {
    width: 100%;
    height: auto;
  }
}
#slider .inner {
  display: -ms-flexbox;
  display: flex;
}
#slider button {
  outline: 0;
  cursor: pointer;
  border: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  color: #000;
  background: white;
  border-radius: 100%;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  #slider button {
    padding: 10px;
  }
}
#slider .changeSlide img {
  width: 20px;
  position: relative;
  bottom: 1px;
}
#slider .next {
  transition: margin-right 0.3s ease;
}
#slider .next:hover {
  margin-right: 15px;
  transition: margin-right 0.3s ease;
}
#slider .prev {
  transition: margin-left 0.3s ease;
}
#slider .prev:hover {
  margin-left: 15px;
  transition: margin-left 0.3s ease;
}
#slider button:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#slider button:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
button.changeSlide.prev {
  top: -75px;
  left: -50px;
  position: absolute;
}
@media (max-width: 767px) {
  button.changeSlide.prev {
    top: 0;
  }
}
button.changeSlide.next {
  top: -75px;
  right: -50px;
  position: absolute;
}
@media (max-width: 767px) {
  button.changeSlide.next {
    top: 0;
  }
}
.image-gallery {
  margin-top: 10px;
}
.image-gallery .gradient-line-purple {
  margin: 0;
  width: 100%;
}
.image-gallery h1 {
  font-size: 40px !important;
  margin: 0;
}
.image-gallery .gallery-block {
  position: relative;
}
.lightbox-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  margin: 30px 0 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.lightbox-gallery div > img {
  max-width: 100%;
  display: block;
  cursor: pointer;
}
.lightbox-gallery div {
  margin: 0px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .lightbox-gallery div {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .lightbox-gallery {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .lightbox > div {
    margin-bottom: 10px;
  }
}
.lightbox {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
#lightbox-img {
  display: block;
  margin: auto;
  width: 65%;
  height: auto;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  #lightbox-img {
    height: auto;
    width: 100%;
    padding: 10px;
    top: 25%;
    position: relative;
  }
}
#lightbox-img img {
  width: 100%;
}
#lightbox-img button {
  outline: 0;
  cursor: pointer;
  border: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  color: #000;
  background: white;
  border-radius: 100%;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  #lightbox-img button {
    padding: 10px;
  }
}
#lightbox-img button img {
  width: 20px;
  position: relative;
  bottom: 1px;
}
#lightbox-img .next {
  transition: margin-right 0.3s ease;
}
#lightbox-img .next:hover {
  margin-right: 15px;
  transition: margin-right 0.3s ease;
}
#lightbox-img .prev {
  transition: margin-left 0.3s ease;
}
#lightbox-img .prev:hover {
  margin-left: 15px;
  transition: margin-left 0.3s ease;
}
#lightbox-img button:nth-of-type(1) {
  position: absolute;
  left: 18%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#lightbox-img button:nth-of-type(2) {
  position: absolute;
  right: 18%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lightbox .caption {
  margin: 15px auto;
  width: 50%;
  text-align: center;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 700;
  color: #eee;
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 0 auto;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  content: "mobile";
  display: none;
}
.cd-horizontal-timeline.loaded {
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 300px;
  float: left;
  width: 100%;
  margin-left: 30px;
  border-left: 1.5px solid #d7d7d7;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  margin-right: 20px;
}
.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}
.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 227px !important;
  transition: transform 0.2s, transform 0.5s;
}
.cd-horizontal-timeline .events ol {
  padding-left: 15px;
}
.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transtransform-origintion: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transtransform-origintion: scaleX(0);
  -moz-transform-origin: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: relative;
  text-decoration: none;
  margin-top: 16px;
  z-index: 2;
  font-family: "proxima_nova_ltsemibold";
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #000;
  line-height: 50px;
  top: -20px;
}
.cd-horizontal-timeline .events a::after {
  content: "";
  position: absolute;
  left: -24px;
  right: auto;
  bottom: 17px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #cacaca;
  transition: all 0.3s ease-in;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #c1d82f;
  border-color: #c1d82f;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #c1d82f;
  border-color: #c1d82f;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -29px;
  top: 0px;
}
.cd-horizontal-timeline .events a.older-event.selected::after {
  background: #c1d82f;
}
.cd-horizontal-timeline .events a.older-event::after {
  background: #cacaca;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    content: "desktop";
  }
}
.cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-timeline-navigation a::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transtransform-origintion: translateX(-100%);
  -moz-transform-origin: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transtransform-origintion: translateX(0);
  -moz-transform-origin: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: 0.7s ease-in-out;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: "- ";
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #797979;
}
.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-bubbles {
  z-index: 999 !important;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .bubblecalloutcontainerblock {
    overflow: hidden;
    padding-top: 20px;
  }
}
.oneline:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: cadetblue;
  border-radius: 50%;
}
.oneline div {
  float: left;
  width: 100%;
  padding-top: 50%;
  line-height: 1em;
  margin-top: -1.7em;
  text-align: center;
  color: white;
}
.oneline p {
  text-align: center;
  font-size: 1.2em;
}
.col {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border-top: none;
}
.col .spacer {
  position: relative;
  padding-top: 100%;
}
.circle {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  bottom: 0;
  background: transparent;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 50px 0 rgba(228, 228, 228, 0.6);
  transition: 500ms ease;
  box-sizing: border-box;
  text-align: center;
  display: block;
  padding: 5px;
  transition: 2s ease;
  border: 5px solid #fff;
  transition: all 1s ease-out;
}
.circle span.icon-arrow-circle img {
  transition: 800ms ease;
}
.circle:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0%;
}
.circle:hover {
  background-color: #fff;
  border: 5px solid #c0d72b;
  color: #000;
}
.circle:hover span.icon-arrow-circle img {
  transition: 800ms ease;
  margin-left: 20px;
  transition: margin-left 1s;
}
@media (min-width: 992px) and (max-width: 1999px) {
  .circle {
    width: 105%;
    height: 105%;
    max-width: 600px;
    max-height: 600px;
    top: auto;
    bottom: 20px;
  }
}
.circle.no-hover :hover {
  border: none;
}
.outline {
  border: 5px solid grey;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  box-sizing: border-box;
}
.circle a {
  color: inherit;
}
.circle > p,
.circle > h1,
.circle > .wrapcontent {
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
  text-align: left;
  font-family: "proxima_nova_ltthin";
  padding-top: 20px;
  padding-left: 15px;
}
.circle > p h1,
.circle > h1 h1,
.circle > .wrapcontent h1 {
  font-size: 25px !important;
  font-weight: 100;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
.circle > p > p,
.circle > p > h1,
.circle > h1 > p,
.circle > h1 > h1,
.circle > .wrapcontent > p,
.circle > .wrapcontent > h1 {
  display: block;
  text-align: left;
}
.circle span.icon-arrow-circle {
  left: 32%;
  position: relative;
  top: 20px;
}
.circle span.icon-arrow-circle img {
  max-width: 80px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .circle span.icon-arrow-circle {
    top: 0px;
  }
  .circle span.icon-arrow-circle img {
    max-width: 60px;
  }
}
.bubble {
  z-index: auto !important;
}
.circle-1 {
  right: 60px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .circle-1 {
    right: 0;
  }
}
.circle-2 {
  position: relative;
  right: 120px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .circle-2 {
    right: 0;
  }
}
.circle-2 .col {
  width: 150%;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .circle-2 .col {
    width: 100%;
  }
}
.circle-3 {
  top: 120px;
  right: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .circle-3 {
    left: 0;
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .circle-3 {
    top: 0;
    bottom: 0;
    right: 0px;
  }
}
.circle-3 .col {
  width: 108%;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .circle-3 .col {
    width: 100%;
  }
}
@media (max-width: 416px) {
  .bubble,
  .bubble-wrap {
    padding: 0 !important;
  }
  .bubble-wrap .bubble {
    right: 50px;
    height: 500px;
  }
}
@media (max-width: 416px) and (max-width: 767px),
  (max-width: 416px) and (min-width: 768px) and (max-width: 991px) {
  .bubble-wrap .bubble {
    height: 400px;
  }
  .bubble-wrap .bubble:last-child {
    margin-bottom: 70px;
  }
}
@media (max-width: 416px) {
  .bubble-wrap .circle {
    width: 130%;
    height: 130%;
  }
}
@media (max-height: 400px) and (min-width: 667px) {
  .home-bubbles .bubble {
    height: 500px;
    right: 0;
  }
  .home-bubbles .bubble .circle {
    width: 70%;
    height: 70%;
    margin: 0px auto;
  }
}
@media (max-width: 991px) and (min-width: 678px) {
  .home-bubbles .bubble {
    height: 500px;
  }
  .home-bubbles .bubble .circle {
    width: 70%;
    height: 70%;
    margin: 0px auto;
  }
}
.event-focused {
  margin-top: 20px;
}
.event-focused p {
  font-family: "Proxima Nova";
}
.event-focused .event-link {
  color: inherit;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .event-focused {
    margin-top: -40px;
  }
}
.events-section {
  padding: 0 !important;
}
.events-section .col-md-6 {
  padding: 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .events-section {
    padding: 0 !important;
  }
  .events-section .col-md-6 {
    padding: 0;
  }
  .events-section .container {
    padding: 0;
  }
}
.events-section .date-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}
.events-section .event-row {
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  background-image: linear-gradient(
    to right,
    #141414 22%,
    rgba(255, 255, 255, 0) 0%
  );
  background-image: -webkit-linear-gradient(
    to right,
    #141414 22%,
    rgba(255, 255, 255, 0) 0%
  );
  padding: 8px 15px 8px 0px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .events-section .event-row {
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0px 8px 0px;
    text-align: left;
  }
}
.events-section .event-date {
  display: block;
  font-size: 60px;
  font-family: "proxima_nova_ltthin";
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .events-section .event-date {
    font-size: 30px !important;
  }
}
.events-section .image-block img {
  width: 100%;
  height: 100%;
}
.events-section .map {
  margin-bottom: 10px;
  font-family: "proxima_nova_altbold";
}
.events-section .map i {
  margin-right: 10px;
  font-size: 18px;
}
.events-section .upcoming-events {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
}
.events-section .upcoming-events .contentpage {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .events-section .upcoming-events {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
  }
}
.events-section .upcoming-events .event-date {
  display: block;
  font-size: 60px;
  font-weight: 100;
  line-height: 1.2em;
}
.events-section .upcoming-events span.subtitle {
  left: 10px;
  top: 10px;
  position: relative;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .events-section .upcoming-events span.subtitle {
    left: 0px;
    top: 0px;
  }
}
.events-section .upcoming-events .event-title {
  padding-top: 20px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .events-section .upcoming-events .event-title h3 {
    font-size: 15px;
    line-height: 2em;
  }
}
.events-section .upcoming-events .event-title-centered {
  position: absolute;
  top: 50%;
  left: 59%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .events-section .upcoming-events .event-title-centered {
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: none;
    transform: none;
  }
  .events-section .upcoming-events .event-title-centered h3 {
    font-size: 15px;
    line-height: 2em;
  }
}
.events-section .upcoming-events .btn-upcoming-events {
  margin-top: 60px;
}
.events-section .circle-focused {
  background: #fff;
  width: 195px;
  height: 195px;
  padding-top: 50px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 50px 0 rgba(228, 228, 228, 0.6);
  position: relative;
  left: 30px;
  bottom: 80px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .events-section .circle-focused {
    bottom: 60px;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .events-section .circle-focused .single-event {
    height: 40px;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .events-section .circle-focused {
    left: 0;
    right: 0;
    position: relative;
    width: 114px;
    height: 114px;
    margin: 0px auto;
    text-align: center;
  }
}
.events-section .circle-focused .subtitle {
  bottom: 10px;
  position: relative;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .events-section .circle-focused .subtitle {
    font-size: 17px;
    bottom: 30px;
  }
}
.events-section .circle-focused .event-date {
  line-height: 0.7em;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .events-section .circle-focused .event-date {
    font-size: 30px;
    line-height: 0;
    bottom: 10px;
    position: relative;
  }
}
.events-section .circle-focused p {
  font-size: 15px;
}
.featuredeventblock {
  padding: 0;
}
.upcomingeventsblock {
  padding: 0;
}
.upcomingeventsblock h3 a,
featuredeventblock h3 a {
  color: #000 !important;
}
.event-version-3.upcoming-events {
  padding-left: 0px;
  padding-right: 0px;
}
.event-version-3.upcoming-events p {
  font-family: proxima_nova_ltthin;
}
.event-version-3.upcoming-events span.subtitle {
  left: 0;
  font-size: 15px;
  position: relative;
  margin-bottom: 20px !important;
  letter-spacing: 0.11em;
}
.eventbubblecalloutblock {
  padding-left: 0px;
  padding-right: 0px;
  z-index: 999;
}
.eventbubblecalloutblock
  .events-section
  .upcoming-events-bubble
  .journey-event-title-centered {
  position: relative;
  text-align: left;
}
.eventbubblecalloutblock .date-section {
  padding-right: 0px;
  padding-left: 40px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .eventbubblecalloutblock .date-section {
    padding-left: 10px;
  }
}
.single-bubble {
  float: right;
  position: relative important;
  bottom: 100px;
  z-index: 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .single-bubble {
    overflow: hidden !important;
    float: none;
    bottom: 0;
    height: auto;
    padding: 0 !important;
    margin: 0;
    padding-top: 23px !important;
    width: 150%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .single-bubble {
    float: left;
  }
  .single-bubble .bubble,
  .single-bubble .bubble-wrap {
    margin-bottom: 40px;
    height: 500px;
    width: 500px;
    left: -45px;
    position: relative;
  }
}
.single-bubble .view-all {
  text-align: center;
  margin: 0px auto;
}
.single-bubble .view-all a {
  margin-top: 10px;
  display: inline-block;
}
.single-bubble .col {
  background: transparent;
}
.single-bubble .event-row {
  text-align: center;
}
.single-bubble .event-bubble-title span {
  bottom: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .single-bubble .event-bubble-title span {
    bottom: 0;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .single-bubble .bubble {
    width: 100%;
    left: 0px;
  }
}
.single-bubble .bubble span.subtitle {
  margin: 0px auto;
  text-align: center;
  font-size: 15px !important;
}
.single-bubble .bubble .circle {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-bubble .bubble .circle {
    width: 120%;
    height: 120%;
  }
}
.single-bubble .bubble .circle.no-hover {
  background-color: white;
  border: 5px solid white;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .single-bubble .bubble .circle.no-hover {
    overflow-x: hidden;
    overflow-y: visible;
    padding: 0px;
  }
}
.single-bubble .bubble span.event-month-bubble {
  display: block;
  font-family: Georgia, sans-serif;
  font-style: italic;
}
.single-bubble .bubble span.event-date-bubble {
  font-size: 35px;
  font-family: "proxima_nova_ltthin";
}
.single-bubble .bubble .circle > p,
.single-bubble .bubble .circle > h1,
.single-bubble .bubble .circle > .wrapcontent {
  max-width: 400px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .single-bubble .bubble .circle > p,
  .single-bubble .bubble .circle > h1,
  .single-bubble .bubble .circle > .wrapcontent {
    max-width: 300px;
  }
}
.single-bubble .bubble .event-title h3 {
  font-size: 15px;
  text-align: left;
}
.container-bubble {
  right: 25px;
}
.separatorblock {
  padding-left: 0px;
  padding-right: 0px;
}
.bubble-version-3 {
  z-index: 9;
}
@media (max-width: 767px),
  (min-width: 768px) and (max-width: 991px),
  (min-width: 992px) and (max-width: 1199px) {
  .bubble-version-3 .bubble,
  .bubble-version-3 .bubble-wrap {
    padding: 0 !important;
    min-width: 380px;
    right: 32px;
    top: -150px;
    bottom: 0;
    position: relative;
  }
}
.bubble-version-3 .circle {
  top: 0;
}
.eventbubblecalloutblock span.subtitle {
  left: 0;
  font-size: 15px;
  position: relative;
  margin-bottom: 20px !important;
  letter-spacing: 0.11em;
}
.eventbubblecalloutblock .events-section .upcoming-events-bubble {
  padding: 0 !important;
}
.eventbubblecalloutblock
  .events-section
  .upcoming-events-bubble
  .event-bubble-title {
  padding-bottom: 10px;
}
.eventbubblecalloutblock .events-section .upcoming-events-bubble .month-block {
  padding-top: 30px;
  padding-bottom: 20px;
}
.eventbubblecalloutblock
  .events-section
  .upcoming-events-bubble
  .month-block
  span {
  left: 0;
}
.eventbubblecalloutblock
  .events-section
  .upcoming-events-bubble
  .event-title-centered {
  position: absolute;
  top: 50%;
  left: 70px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
}
.eventbubblecalloutblock .events-section .event-row p {
  font-family: "proxima_nova_ltthin";
}
.secondary-curve {
  z-index: 99;
}
.secondary-curve .ocean {
  -ms-transform: rotate(360deg) !important;
  transform: rotate(360deg) !important;
  background: linear-gradient(191deg, #98367c, #e1312f);
  height: 100% !important;
}
.secondary-curve .ocean .ocean-mask {
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.secondary-curve .ocean a {
  text-decoration: none;
}
.secondary-curve .ocean a:hover {
  box-shadow: inset 0 -3px 0 #fff;
}
.secondary-curve .text-block {
  -ms-transform: rotate(360deg) !important;
  transform: rotate(360deg) !important;
  bottom: 0;
  margin-top: 250px;
  margin-bottom: 50px;
  display: inline-block;
  color: #fff;
}
.secondary-curve .text-block h1 {
  margin-bottom: 20px !important;
  color: #fff;
}
.secondary-curve .article-block h1 {
  max-width: 100% !important;
  font-size: 25px !important;
}
.newsandarticlesblock {
  padding: 0;
}
.waveblock {
  padding: 0px;
  margin-top: -200px;
}
.journey-wave {
  z-index: 99;
}
@media (max-width: 767px) {
  .journey-wave .col-offset-2 {
    margin: 0 !important;
  }
}
.journey-wave .ocean {
  -ms-transform: rotate(360deg) !important;
  transform: rotate(360deg) !important;
  background: linear-gradient(191deg, #98367c, #e1312f);
  height: auto;
  padding-top: 200px;
  z-index: 9;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .journey-wave .ocean {
    height: auto;
  }
}
.journey-wave .text-block {
  -ms-transform: rotate(360deg) !important;
  transform: rotate(360deg) !important;
  bottom: 0;
  color: #fff;
}
.journey-wave .text-block h1 {
  margin-bottom: 20px !important;
  color: #fff;
}
.journey-wave .article-block h1 {
  font-size: 35px !important;
  max-width: 100% !important;
}
.journey-wave .general-text h3 {
  color: #fff;
}
.discover-block a.btn {
  height: 30px;
  color: #fff;
}
.discover-block a.btn.btn-curved:hover {
  color: white;
}
.discover-block .articles-title h3 {
  max-width: 400px;
}
.discover-block .articles-list {
  position: relative;
  padding-bottom: 40px;
}
.discover-block .general-text.wave-content h1,
.discover-block .general-text.wave-content h2,
.discover-block .general-text.wave-content h3,
.discover-block .general-text.wave-content h4 {
  color: #fff;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.google-map {
  height: 400px;
  width: 100%;
}
.video-block {
  margin: 0px auto;
  text-align: center;
}
.video-block a.video-img {
  width: 100%;
  display: block;
  background-size: cover;
  border-radius: 100%;
  background-image: url("https://images.unsplash.com/photo-1449824913935-59a10b8d2000?dpr=2&auto=format&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb&crop=");
  position: relative;
  box-shadow: 0 0 50px 0 rgba(228, 228, 228, 0.6);
}
.video-block a.video-img i {
  font-size: 3em;
  color: #fff;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .video-block a.video-img {
    width: 300px;
    height: 300px;
  }
}
.video-block a.video-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.video-block a.video-img .content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-block .lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.08);
}
.video-block .lightbox:target {
  outline: none;
  display: -ms-grid;
  display: grid;
}
.video-block #videoModal {
  border-radius: 0;
  width: 870px;
  margin: auto;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .video-block #videoModal {
    width: 100%;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .video-block #videoModal iframe {
    width: 100%;
    display: block;
  }
}
.video-block #videoModal .modal-header {
  background: #fff;
  border: 0;
  color: #000;
  height: 35px;
  text-transform: none;
  font-style: none;
}
.video-block #videoModal .modal-header h3 {
  font-size: 18px;
  line-height: 22px;
  font-family: "proxima_nova_ltthin";
  padding: 5px;
}
.video-block #videoModal .modal-body {
  height: 489px;
  padding: 0;
  max-height: none;
  overflow: hidden;
}
.video-block #videoModal .modal-footer:empty {
  display: none !important;
}
.video-block #videoModal .close {
  color: #fff;
  margin: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  background: white;
  border: none;
  top: 0;
}
.topstoriesblock {
  padding: 0px;
}
.top-stories-wave {
  z-index: 99;
  margin-bottom: 50px;
}
.top-stories-wave .ocean {
  height: 100% !important;
  background: url(/Static/Common/images/ShadowCurve2.svg) repeat-x;
  animation: none;
  -ms-transform: rotate(360deg) !important;
  transform: rotate(360deg) !important;
  background: #fff;
  height: 100% !important;
  box-shadow: 0 0 50px -25px rgba(174, 173, 173, 0.5);
}
.top-stories-wave .ocean a.link,
.top-stories-wave .ocean a {
  color: #000 !important;
}
.top-stories-wave .ocean a.link:hover,
.top-stories-wave .ocean a:hover {
  color: #50ba70 !important;
  text-decoration: none;
}
.top-stories-wave .ocean .ocean-mask {
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .top-stories-wave .ocean .ocean-mask {
    height: 300px;
  }
}
.top-stories-wave .text-block {
  -ms-transform: rotate(360deg) !important;
  transform: rotate(360deg) !important;
  bottom: 0;
  margin-top: 5px;
  color: #000;
}
.top-stories-wave .text-block h1 {
  margin-bottom: 20px !important;
  color: #000;
}
.top-stories-wave .article-block h1 {
  max-width: 100% !important;
}
.top-stories-wave .wave {
  animation: none;
  background: url(/Static/Common/images/ShadowCurve2.svg) repeat-x;
}
.latestissueblock {
  padding-left: 0px;
  padding-right: 0px;
}
.latestissueblock span.subtitle {
  font-size: 16px;
}
.latestissueblock strong.author-name {
  margin: 0 0 0 10px;
}
.latestissueblock .image-block img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .latestissueblock .image-block img {
    height: auto;
  }
}
.trending-articles {
  padding-left: 20px;
}
.trending-articles .dotted-line {
  margin-top: 30px !important;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .trending-articles {
    padding: 0;
  }
}
.top-stories-block {
  margin-top: 25px;
  margin-bottom: 25px;
}
.top-stories-block .text-image-section {
  margin-top: 0px !important;
}
.top-stories-block .title-block {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
.top-stories-block .story-block {
  padding: 10px !important;
}
.top-stories-block .story-block img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.top-stories-block .story-block h3 {
  color: #000;
}
.top-stories-block .story-row {
  background-position: top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: linear-gradient(
    to right,
    #141414 22%,
    rgba(255, 255, 255, 0) 0%
  );
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .top-stories-block .toparticlesbytagblock {
    padding-left: 0px;
    padding-right: 0px;
  }
}
span.info {
  display: flow-root;
  font-family: "Proxima Nova";
  color: #676767;
  font-size: 15px;
  margin-top: 10px;
}
span.info .fa-twitter {
  color: #000;
  font-size: 18px;
  margin-left: 10px;
  margin-right: 3px;
}
.story-single-wrap {
  position: relative;
}
.story-single-wrap h3 {
  color: #000 !important;
}
.story-single-wrap .image-bubble-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 30%;
  box-shadow: 0 0 20px 0 rgba(205, 205, 205, 0.5);
  background: #fff;
  width: 130px;
  font-family: Georgia, sans-serif;
  text-align: center;
  font-style: italic;
  height: 130px;
  border-radius: 100%;
}
.story-single-wrap .image-bubble-overlay .subtitle {
  margin: 0;
  line-height: 1.47;
  letter-spacing: 1.5px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 667px) {
  .people-slider {
    display: none;
  }
}
@media only screen and (max-width: 667px) {
  .people-grid {
    display: none;
  }
}
.leadershipcontainerblock {
  padding-left: 0px;
}
.leadershipcontainerblock .profile-info-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.people-grid {
  padding-left: 0px;
  margin-top: 40px;
}
.people-grid .row {
  margin-left: 0px;
  margin-right: 0px;
}
.people-grid h1 {
  margin-bottom: 40px;
  font-size: 25px !important;
}
.people-grid .person--single {
  display: -webkit-inline-box;
  margin-bottom: 70px;
}
.people-grid .person--single img {
  margin-right: 0px;
  border-radius: 100%;
}
.people-grid .person--single .person--info {
  position: relative;
  max-width: 400px;
}
.people-grid .person--single .person--info .education {
  font-size: 15px;
}
.people-grid .person--single .person--info .education span {
  line-height: 1.33;
  text-align: left;
  font-family: "proxima_nova_ltthin";
  color: #000000;
  position: relative;
  bottom: 10px;
}
.people-grid .person--single .person--info p {
  font-style: italic;
  font-size: 15px;
  font-family: Georgia, sans-serif;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 100;
  line-height: 1.3;
}
.people-grid .person--single .person--info h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  font-family: "proxima_nova_ltsemibold";
}
.people-grid .person--single .person--info h4 span {
  font-family: "Proxima Nova";
}
.people-grid .person--single .person--info a {
  margin-top: 10px;
}
.people-slider {
  height: 400px;
}
.people-slider .slider {
  margin: 50px;
  max-width: 940px;
}
.people-slider .slider .education {
  font-size: 15px;
}
.people-slider .slider p {
  font-style: italic;
  font-size: 15px;
  font-family: Georgia, sans-serif;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 100;
  line-height: 1.3;
}
.people-slider .slider h4 {
  font-size: 15px;
  font-family: "proxima_nova_ltsemibold";
  margin-top: 0px;
  margin-bottom: 0px;
}
.people-slider .slider h4 span {
  font-family: "proxima_nova_ltthin";
}
.people-slider .slider a {
  margin-top: 10px;
}
.people-slider .slide_viewer {
  height: 500px;
  overflow: hidden;
  position: relative;
}
.people-slider .slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}
.people-slider .slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
.people-slider .slide img {
  border-radius: 50%;
}
.people-slider .slide:first-child {
  display: block;
}
.people-slider .slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.people-slider a.slide_btn {
  color: #474544;
  margin: 0 0.175em;
  transition: all 0.4s ease-in-out;
}
.people-slider .slide_btn.active,
.people-slider .slide_btn:hover {
  color: #428cc6;
  cursor: pointer;
}
.people-slider .directional_nav {
  height: 500px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -500px;
}
.people-slider .previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0;
}
.people-slider .next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}
.people-slider .previous_btn,
.people-slider .next_btn {
  cursor: pointer;
  transition: opacity 0.4s ease-in-out;
  z-index: 99;
  top: 15%;
}
.people-slider .previous_btn:hover,
.people-slider .next_btn:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .people-slider .previous_btn {
    left: 10px;
  }
  .people-slider .next_btn {
    right: 10px;
  }
}
.gradient-box {
  margin: auto;
  padding: 10px;
  background-image: linear-gradient(172deg, #50ba70, #005488);
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .gradient-box {
    margin-left: 0;
    margin-right: 0;
  }
}
.gradient-box .gradient-text {
  background: #fff;
  text-align: left;
  content: "";
  display: table;
  clear: both;
  vertical-align: middle;
  padding: 25px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .gradient-box .gradient-text {
    padding-left: 0;
    padding-top: 0;
  }
  .gradient-box .gradient-text .row-eq-height {
    display: block;
  }
}
.gradient-box .gradient-text .title-wrap {
  padding-bottom: 0 !important;
}
.gradient-box .gradient-text .general-text {
  padding: 25px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .gradient-box .gradient-text .general-text {
    padding: 20px;
  }
}
.gradient-box .gradient-text .general-text h2 {
  font-size: 25px;
}
.gradient-box .gradient-text span.circle-btn {
  right: 30px;
  position: absolute;
}
@media (max-width: 767px),
  (min-width: 768px) and (max-width: 991px),
  (min-width: 992px) and (max-width: 1199px) {
  .gradient-box .gradient-text span.circle-btn {
    bottom: 0;
    top: 60px;
    margin-bottom: 20px;
    position: relative;
  }
}
.gradient-box .gradient-text p {
  padding-top: 25px;
  font-size: 1em;
  color: #000;
  font-family: "Proxima Nova";
}
.gradient-box img {
  max-width: 100%;
  height: auto;
}
.career-callout {
  margin-top: 40px;
  margin-bottom: 40px;
}
.career-callout a.btn {
  text-align: left;
}
.callout-resident {
  position: relative;
  bottom: 65px;
}
.featured-book a {
  text-decoration: none;
}
.featured-book span {
  font-size: 15px;
}
.featured-book img {
  max-width: 300px;
}
.featured-book .book-desc {
  padding-top: 20px;
}
.featuredbookblock h2 {
  margin-top: 0px !important;
}
.twitterblock {
  padding-left: 0px;
  padding-right: 30px;
}
.block-preview-page {
  padding: 60px;
}
.search-sidebar {
  float: right;
  margin-right: 30px;
  margin-top: 25px;
  letter-spacing: 2.2px;
  line-height: 2.67;
}
@media screen and (max-width: 600px) {
  .search-sidebar {
    width: 100%;
    text-align: left;
    margin: 0px -28px auto;
  }
}
.search-sidebar .title {
  font-family: "proxima_nova_altbold";
  font-style: normal;
  margin-bottom: 15px;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 10px;
  letter-spacing: 1.5px;
  max-width: 160px;
  transition: color 0.4ms ease;
  cursor: pointer;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.search-sidebar li {
  font-family: Georgia, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 10px;
  letter-spacing: 1.5px;
  font-style: italic;
  display: table;
  width: 100%;
  margin-bottom: 10px;
  transition: color 0.4ms ease;
  cursor: pointer;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.search-sidebar li span.filter-row {
  width: 100%;
  display: table;
}
.search-sidebar li span.category,
.search-sidebar li span.total {
  display: table-cell;
}
.search-sidebar li span.total {
  text-align: right;
}
.search-sidebar li.non-tiered-filters:focus,
.search-sidebar li.non-tiered-filters:active {
  color: #50ba70;
  transition: 0.3ms ease-in;
}
.search-sidebar li.non-tiered-filters:hover {
  color: #c1d82f !important;
  transition: color 0.4ms ease;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.search-sidebar li.non-tiered-filters:focus,
.search-sidebar li.non-tiered-filters:active {
  color: #c1d82f;
}
.search-sidebar li.tiered-filters span:focus,
.search-sidebar li.tiered-filters span:active {
  color: #50ba70;
  transition: 0.3ms ease-in;
}
.search-sidebar li.tiered-filters span:hover {
  color: #c1d82f !important;
  transition: color 0.4ms ease;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.search-sidebar li.tiered-filters span:focus,
.search-sidebar li.tiered-filters span:active {
  color: #c1d82f;
}
.author-block h1 {
  font-size: 40px !important;
  margin-bottom: 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .author-block h1 {
    font-size: 30px !important;
  }
}
.author-block .gradient-line-green,
.author-block .gradient-line-purple {
  margin-top: 1em;
}
.author-block .author-connect {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.author-block .author-social {
  margin-left: 30px;
}
.author-block .author-social ul {
  margin-top: 3px;
}
.author-block .author-social ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
.author-block .author-social ul li a {
  color: #000;
  font: inherit;
}
.author-block #authorBody .bold {
  font-weight: bold;
}
.author-block #authorBody #achievements img {
  height: 150px;
  width: 100px;
}
.author-block #authorBody #achievements .fa {
  font-size: 50px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .author-img-wrap {
    padding: 10px 40px;
  }
}
.image-rounded {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  display: block;
  border-radius: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}
.image-rounded img {
  width: 100%;
  position: absolute;
}
.resident-journey-callout {
  padding: 0;
  margin: 0;
}
.resident-journey-callout .col-md-6 {
  padding: 0;
  margin: 0;
}
.resident-journey-callout img {
  height: 100%;
  width: 100%;
}
.resident-journey-callout .image-block {
  padding-right: 25px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .resident-journey-callout .image-block {
    padding-right: 0;
  }
}
.resident-journey-callout .text-margin {
  padding-left: 35px;
  padding-right: 35px;
  max-width: 630px;
}
.resident-journey-callout .text-margin a.btn {
  margin-bottom: 25px;
}
.col-md-12.resident-journey-callout {
  margin: 0;
  padding: 0;
}
.resident-journey-next-block {
  margin: 0px auto;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .resident-journey-next-block {
    display: inline-block;
    padding: 15px;
  }
  .resident-journey-next-block .gradient-btn {
    margin-right: inherit !important;
    display: block !important;
  }
}
.resident-journey-next-block h1 {
  position: relative;
  margin-bottom: 60px;
  font-size: 40px !important;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .resident-journey-next-block h1 {
    font-size: 35px !important;
    margin-bottom: 20px;
  }
}
.resident-journey-next-block a.btn-full-border {
  margin-top: 40px;
}
.search-results-container {
  margin-top: -50px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .search-results-container {
    margin-top: -70px;
  }
}
#loading-img {
  background: url(/Static/Common/images/ajax-loader.gif) center center no-repeat;
  height: 100%;
  z-index: 9999999;
}
.loading-overlay {
  background: #e9e9e9;
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
.search-input {
  padding-left: 0px;
  padding-right: 0px;
}
.search-input h1 {
  font-size: 3em !important;
  margin-bottom: 40px;
}
.search-input .form .input-group {
  width: 100% !important;
}
.search-input .form .input-group input {
  width: 100% !important;
  font-size: 1.7em;
  text-transform: capitalize;
  font-family: Georgia, sans-serif;
  font-style: italic;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-right: 30px;
  padding-bottom: 15px;
}
.search-input .form .input-group input:focus {
  padding-bottom: 17px;
  border-bottom: 0;
  background: linear-gradient(271deg, #c1d82f, #50ba70) bottom no-repeat;
  background-size: 100% 2px;
}
.search-input .form .clear-input {
  position: absolute;
  right: 0;
  top: 15px;
  margin-right: 10px;
}
.search-input .form .clear-input .fa {
  font-size: 1.8em;
}
.search-input .result-info {
  padding-top: 15px;
}
.search-input .result-info .results {
  font-family: "Proxima Nova";
  font-size: 16px;
}
.search-input .result-info .sort ul {
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: "proxima_nova_ltsemibold";
  list-style-type: none !important;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .search-input .result-info .sort ul {
    float: left;
    font-size: 14px;
    margin-top: 10px;
  }
}
.search-input .result-info .sort ul li {
  margin-left: 20px;
  font-family: Georgia, sans-serif;
  font-weight: bold;
  font-style: italic;
}
.search-input .result-info .sort ul li a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.search-input .result-info .sort ul li a.active {
  color: #c1d82f;
}
.filter-container .search-sidebar {
  float: left;
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  width: 100%;
  padding-bottom: 10px;
  background-image: linear-gradient(
    to right,
    #141414 22%,
    rgba(255, 255, 255, 0) 0%
  );
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .filter-container .search-sidebar li {
    min-width: 100%;
  }
}
.filter-container .search-sidebar .title {
  min-width: 200px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .filter-container .search-sidebar .title {
    min-width: 100%;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .filter-container .search-sidebar {
    float: right;
    margin-top: 50px;
    margin-left: 10px;
    padding: 20px;
    margin: 0px;
  }
}
.search-results {
  margin-top: 55px;
}
.search-results #loading {
  display: block;
  margin: 0 auto;
  padding-top: 50px;
}
.search-results .search-result-row {
  padding: 10px;
  padding-left: 0px;
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: linear-gradient(
    to right,
    #141414 22%,
    rgba(255, 255, 255, 0) 0%
  );
}
.search-results .search-result-row a {
  color: inherit;
}
.search-results .search-result-row a.result-link {
  text-decoration: none;
}
.search-results .search-result-row span.info {
  margin-bottom: 15px;
}
.search-results .search-result-row span.date {
  margin-left: 15px;
}
.search-results .search-result-row .inner-row {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .search-results .search-result-row {
    padding: 0px;
  }
  .search-results .search-result-row .result-wrap {
    padding: 15px 0 15px 0;
  }
}
.search-results .external-search span.date {
  margin-left: 10px;
}
div.results-nav-container {
  text-align: left;
  padding-top: 30px;
}
div.results-nav-container ul.pagination li {
  display: inline;
}
div.results-nav-container ul.pagination li a {
  font-family: Georgia, sans-serif;
  font-style: italic;
  font-size: 16px;
  color: inherit;
  border: none;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  text-decoration: none;
}
div.results-nav-container ul.pagination li a:hover {
  color: #c1d82f !important;
  transition: color 0.4ms ease;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
div.results-nav-container ul.pagination li.active a {
  color: #50ba70;
  transition: 0.3ms ease-in;
}
div.search-sidebar .filtered {
  color: #50ba70;
}
div.search-sidebar li.filtered:before {
  content: url("../../../Static/Common/images/green-icon.svg");
  padding-right: 10px;
  font-family: FontAwesome;
  position: relative;
  font-weight: normal;
  font-style: normal;
}
div.search-sidebar li.tiered-filters span.filtered:before {
  content: url("../../../Static/Common/images/green-icon.svg");
  padding-right: 10px;
  font-family: FontAwesome;
  position: relative;
  font-weight: normal;
  font-style: normal;
}
.external-search {
  margin-top: 30px;
}
.external-search h3 {
  font-size: 16px;
}
.external-search h3 a {
  color: #000 !important;
}
.external-search .external-search-link {
  margin-top: 30px;
  text-align: right;
}
.internal-search {
  padding-left: 100px !important;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .internal-search {
    padding-left: 0px !important;
  }
}
.open-filter {
  width: 100%;
  height: 100% !important;
  position: fixed;
  overflow: scroll;
  right: 0px;
  cursor: default;
  z-index: 9999;
  top: 0px;
  background: #fff;
}
.open-filter .search-sidebar {
  margin-bottom: 20px !important;
}
.open-filter .gradient-btn {
  display: flow-root;
  margin: 20px;
}
.open-filter .gradient-btn-modal {
  background-image: none;
  border-bottom: 1px solid gray;
}
.open-filter .gradient-btn-modal .grad-btn-text {
  background: transparent;
  text-align: left;
}
.open-filter span.close-filter {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px;
}
.open-filter .leadership-sidebar {
  float: none !important;
}
.filter-hide {
  display: none;
}
.filter-show {
  display: block;
}
.filters {
  margin-top: 55px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .filters {
    margin-top: 75px;
  }
}
.book-panel {
  margin-top: 25px;
  font-family: "proxima_nova_ltthin";
}
.book-panel .gradient-line {
  margin: 3em auto;
  width: 100%;
  margin-left: 10px;
  background: linear-gradient(271deg, #c1d82f, #50ba70);
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .book-panel .gradient-line {
    margin-left: 0;
  }
}
.book-panel .btn-full-border {
  margin-top: 40px;
}
.book-panel .btn-full-border.right {
  float: left;
  margin-left: 20px;
}
.book-panel .btn-full-border.left {
  float: left;
}
.book-panel .title-block img {
  width: 100%;
}
.book-panel .chapter {
  padding: 0;
}
.book-panel .chapter .subtitle {
  font-size: 17px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: absolute;
  bottom: 0px;
  right: 10px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .book-panel .chapter .subtitle {
    position: relative;
    margin-left: 10px;
  }
}
.book-panel .image-block {
  background-color: #ddd;
  height: 100px;
  border: solid 1px #ccc;
}
.image-rounded {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  display: block;
  border-radius: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}
.image-rounded img {
  width: 100%;
  position: absolute;
}
.author-block h1 {
  font-size: 40px !important;
  margin-bottom: 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .author-block h1 {
    font-size: 30px !important;
  }
}
.author-block .gradient-line-green,
.author-block .gradient-line-purple {
  margin-top: 1em;
}
.author-block .author-connect {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.author-block .author-social {
  margin-left: 30px;
}
.author-block .author-social ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
.input-block {
  margin-right: 30px;
  margin-top: 20px;
  position: relative;
}
.input-block .search-icon {
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.input-block .search-icon img {
  width: 13px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .input-block {
    margin-right: auto;
  }
}
input.search-book {
  border-top: none;
  border-bottom: 1px solid black;
  border-right: none;
  border-left: none;
  outline: none;
  font-family: Georgia, sans-serif;
  width: 100%;
}
input.hidden {
  display: none;
}
.nav-block {
  background: white;
  z-index: 99;
}
.nav-block ul.nav-items {
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  margin-right: 0px;
  position: relative;
  left: 10px;
  padding: 11px 0px 0px 0px;
}
.nav-block ul.nav-items .item {
  margin-right: 26px;
  font-size: 12px;
  cursor: pointer;
  letter-spacing: 1.5px;
  font-family: Georgia, sans-serif;
  font-style: italic;
}
.nav-block ul.nav-items .item a {
  color: inherit;
  text-decoration: none;
}
.nav-block ul.nav-items .item a:hover {
  color: #50ba70;
}
.strongProximaNova {
  font-family: "proxima_nova_altbold" !important;
  letter-spacing: 2px;
  font-style: normal !important;
}
.gradient-resident {
  background: linear-gradient(191deg, #98367c, #e1312f);
  color: #fff;
}
.gradient-resident a {
  color: white;
}
img.utility-nav-icon {
  margin-right: 10px;
}
.resident-nav {
  float: right;
  margin-top: 12px;
  padding-right: 20px;
  z-index: 99;
  position: relative;
  top: 100px;
  color: #fff;
  transition: 200ms all;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .resident-nav {
    display: none;
  }
}
.resident-nav span {
  color: #fff;
  font-size: 13px;
}
.resident-nav span img {
  width: 20px;
  position: relative;
  bottom: 3px;
}
.resident-nav span.subtitle {
  font-size: 13px !important;
}
.resident-nav span.title a {
  font-family: "Proxima Nova";
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.resident-nav span.title a :hover {
  color: #c1d82f;
}
.resident-nav span.personalized-text {
  margin-right: 10px;
  font-style: italic;
  font-family: Georgia, sans-serif;
}
.navigation-secondary {
  background: #fff;
  position: absolute !important;
  width: 100%;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .navigation-secondary {
    background: transparent;
  }
}
.navigation-secondary .icon-logo {
  left: 0px;
  top: -10px;
  z-index: 999;
  position: absolute;
  display: inline-block;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .navigation-secondary .icon-logo {
    top: 20px;
    left: 20px;
    bottom: unset !important;
  }
}
.navigation-secondary .nav-default .navbar-default li {
  font-family: "proxima_nova_ltsemibold";
  float: right;
  font-size: 15px;
  background: transparent;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
}
.navigation-secondary .nav-default .navbar-default li :hover {
  background: transparent;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .navigation-secondary .nav-default .navbar-default li {
    float: none;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .main_tabs ul.nav_tabs {
    display: none;
  }
}
body.no_scroll {
  overflow: hidden;
}
@-moz-document url-prefix() {
  body.no_scroll {
    margin-right: 23px;
  }
  body.no_scroll .expanded {
    background: rgba(255, 255, 255, 0.98);
  }
}
.massiveHeading {
  font-size: 6em;
  text-align: center;
  margin: 15% 0;
}
.nav-default {
  color: #333;
  position: absolute;
  top: 0;
  width: 100%;
  height: 46px;
  padding-top: 8px;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0px auto;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .nav-default {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-default li {
    width: 100%;
  }
}
@keyframes firstFadeInAndDrop {
  0% {
    transform: translate(0, -54px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.site-width {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 2%;
}
.site-width > a {
  font-weight: bold;
  color: #555;
  line-height: 1.9em;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav-default.expanded {
  width: 100%;
  height: 1000px;
  position: relative;
  overflow: scroll;
  cursor: default;
  z-index: 99;
  top: 0px;
  padding-top: 76px;
  padding-right: 70px;
  padding-left: 20px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .nav-default.expanded {
    padding-right: 20px;
    padding-top: 100px;
  }
}
#navigation {
  padding-top: 2em;
  text-align: center;
}
.nav-default.expanded #navigation {
  opacity: 1;
}
#navigation ul a {
  font-size: 3.3em;
  font-weight: bold;
  padding: 0 15%;
}
#navigation ul span {
  font-family: "Proxima Nova";
  font-size: 0.75em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
}
.nav-default ul {
  z-index: 9;
}
.nav-default ul li:focused {
  color: red;
}
.navbar-collapse.collapse {
  z-index: 9;
}
.nav-default.expanded ul.nav {
  display: block;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .nav-default.expanded ul.nav {
    display: block;
  }
}
.nav-default.invisible ul.nav {
  display: none;
}
.nav {
  width: 100%;
  font-size: 0;
}
.nav .nav_item {
  transition: 700ms ease-in-out;
}
.nav .nav_item:hover {
  background-color: transparent;
}
.section_tabs {
  position: relative;
}
.first-time,
.tab {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 3em;
  top: 0;
  background: #fff;
  color: #000;
  height: 400px;
  opacity: 0;
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
  transition: all 0.5s cubic-bezier(0.2, 0, 0, 1);
}
.first-time h1,
.tab h1 {
  text-align: left;
  font-size: 17px;
  font-style: italic;
  letter-spacing: 1.7px;
  font-family: Georgia, sans-serif;
}
.first-time ul,
.tab ul {
  display: block;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .first-time ul,
  .tab ul {
    display: inline-block;
  }
}
.first-time ul li,
.tab ul li {
  text-align: left;
  font-size: 13px;
  line-height: 1.85;
  font-family: "Proxima Nova";
}
.tab:target {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.5s;
  z-index: 9999;
}
.nav_tabs {
  line-height: 32px;
  transition: all 0.3s ease;
  margin-top: 80px !important;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .nav_tabs {
    margin-left: 0px !important;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .nav_tabs li {
    padding: 10px;
  }
}
.nav_tabs li a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav_tabs a.current-item:after {
  color: white;
  position: absolute;
  content: "";
  height: 0px;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 20px solid #fff;
  transition: all 1.2s linear;
  margin-top: 100px;
}
.nav_tabs li.nav_item.menu-item-has-children:hover a.current-item:after {
  transition: all 1.2s linear;
  margin-top: 0;
}
.nav_tabs a.current-item.active {
  border-bottom: 2px solid #c1d82f;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .nav_tabs a.current-item.active {
    border: none;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .nav_tabs {
    display: block;
    margin-left: 30px;
    margin-top: 50px;
  }
}
span.menu.icon-menu {
  position: absolute;
  bottom: 100px;
}
.icon-menu {
  padding: 1% 1%;
  cursor: pointer;
  float: right;
  width: 60px;
  top: auto;
  outline: none;
  height: 60px;
  background: white;
  -webkit-user-select: none;
  border-radius: 50%;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .icon-menu {
    display: none;
  }
}
.icon-menu span {
  display: none;
}
.icon-menu :focus {
  outline: none;
}
.icon-menu:hover {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.icon-menu:before,
.icon-menu:active:before {
  color: #2ecc71;
  outline: none;
}
.icon-menu:hover:before,
.icon-menu:focus:before {
  color: #555;
}
.search-wrap input.search-box {
  background: transparent;
  border-bottom: 3px solid #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  width: 80%;
  color: #fff;
  outline: none;
  font-size: 40px;
  font-family: "Proxima Nova";
  letter-spacing: 1.7px;
  margin-top: 10%;
}
.search-wrap ::-webkit-input-placeholder {
  color: #fff;
  font-family: Georgia, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 100;
}
.search-wrap ::-moz-placeholder {
  color: #fff;
  font-family: Georgia, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 100;
}
.search-wrap :-ms-input-placeholder {
  color: #fff;
  font-family: Georgia, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 100;
}
.search-wrap :-moz-placeholder {
  color: #fff;
  font-family: Georgia, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 100;
}
.search-wrap .fa-search {
  right: 25px;
  position: relative;
  font-size: 22px;
  cursor: pointer;
}
.dropdown-content.col-md-4 {
  height: 100%;
  position: relative;
}
#tabbed-content {
  margin-top: 0px;
  padding-left: 0px;
}
#tabbed-content ul li {
  font-family: "Proxima Nova";
  font-size: 15px;
  line-height: 1.67;
}
.hidden {
  display: none;
}
.tabs li {
  list-style: none;
  display: inline;
}
.tabs a {
  padding: 5px 10px;
  display: inline-block;
  background: #666;
  color: #fff;
  text-decoration: none;
}
.tabs a.active {
  background: #fff;
  color: #000;
}
.arrow-swipe-right {
  float: right;
}
.menu-item-has-children .sub-menu {
  box-shadow: none;
  display: none;
  left: 1000px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.menu-item-has-children .sub-menu.open {
  display: block;
  position: absolute;
  top: 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  nav.site-navigation {
    padding: 25px;
  }
}
nav.site-navigation ul.nav {
  left: 0px;
  position: relative;
  transition: left 450ms ease-in-out;
}
nav.site-navigation.open ul.nav {
  left: -1000px;
  position: relative;
  transition: left 450ms ease-in-out;
}
li.menu-item-m {
  text-align: left;
}
span.plus-accordion {
  float: right;
}
.submenu-inner {
  font-size: 14px;
}
.accordion {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.accordion .accordion__control {
  position: relative;
  padding: 1rem;
  font-size: 17px;
  height: 100%;
  font-style: italic;
  letter-spacing: 1.7px;
  font-size: 1.8rem;
  max-width: 310px;
  padding-right: 20px;
  font-family: Georgia, sans-serif;
}
.accordion .accordion__control:hover {
  cursor: pointer;
}
.accordion .accordion__indicator {
  position: absolute;
  right: -2rem;
  bottom: -3px;
  margin-left: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.8rem;
}
.accordion .accordion__indicator::after {
  content: "\002B";
}
.accordion .accordion__control--active .accordion__indicator::after {
  content: "\002D";
  font-size: 3rem;
}
.accordion .accordion__panel {
  display: none;
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  background-image: linear-gradient(
    to right,
    #fff 22%,
    rgba(255, 255, 255, 0) 0%
  );
  padding: 4px 15px 8px 0px;
}
.accordion .accordion__panel ul {
  height: 100%;
  margin-top: 0px !important;
  position: relative;
  bottom: 0px;
  padding-left: 10px;
}
.accordion .accordion__panel ul li {
  float: left;
  font-size: 14px !important;
  line-height: 1.31;
  font-family: "proxima_nova_ltthin" !important;
}
.tab-content ul li {
  letter-spacing: 0 !important;
}
.tab-nav {
  float: left;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px 5px 0 0;
  background: #f9f9f9;
  color: #777;
}
.tab-nav.active,
.tab-nav:hover {
  background: #ddd;
  color: #222;
}
.content-inner-nav {
  display: none;
  clear: both;
  background: #fff;
  padding: 20px;
}
.content-inner-nav.active {
  display: block;
}
li.search-item.active {
  margin: 0 !important;
  width: 30px;
  position: relative;
  background: white !important;
}
li.search-item {
  position: relative;
  bottom: 3px;
  margin: 0;
  margin-left: 40px;
  position: relative;
}
.search-window {
  position: absolute;
  right: 0;
  width: 500px;
  z-index: 999;
  margin-right: 20px;
  top: 26px;
  background: #fff;
  box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.5);
}
.search-window .go-icon {
  position: absolute;
  top: 15px;
  cursor: pointer;
  right: 12px;
}
.search-window h3 {
  text-transform: uppercase;
  opacity: 0.2;
  font-size: 13px;
  line-height: 2.31;
  letter-spacing: 2px;
  color: #000000;
  position: relative;
  top: 12px;
}
.search-window input {
  width: 100%;
  border-top: 0;
  font-family: Georgia, sans-serif;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 2px;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #969696;
  outline: none;
  padding: 12px 25px 12px 25px;
}
.search-window ul.list {
  padding: 0 25px 0 25px;
}
.tab-content-main.current-item {
  z-index: 9;
  display: block;
}
.search-item .search-toggle {
  position: absolute;
  top: 10px;
  right: 0;
}
.search-item .search-toggle {
  color: currentColor;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  font-size: 1em;
  line-height: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-item .search-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
  color: currentColor;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  line-height: 0;
}
.search-item .search-icon:before,
.search-item .search-icon:after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 2em;
  transition: all 0.4s ease-in-out;
}
.search-item .search-icon:before {
  box-shadow: 0 0 0 0.2em;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-75%, -75%);
  transform: translate(-75%, -75%);
}
.search-item .search-icon:after {
  width: 0.8em;
  height: 0.3em;
  background: currentColor;
  -ms-transform: translate(0%, 100%) rotate(45deg);
  transform: translate(0%, 100%) rotate(45deg);
  top: 50%;
  left: 50%;
}
.search-toggle.open {
  border-radius: 0;
  background: #fff;
  z-index: 9999;
  right: -21px;
}
.search-toggle.open:hover {
  background: #fff !important;
}
.search-toggle.open .search-icon {
  -ms-transform: translate(-1em, -0.15em);
  transform: translate(-1em, -0.15em);
}
.search-toggle.open .search-icon:before,
.search-toggle.open .search-icon:after {
  box-shadow: 0 0 0 0;
  width: 2em;
  height: 0.2em;
  background: black;
}
.search-toggle.open .search-icon:before {
  -ms-transform: translate(0, 0) rotate(225deg);
  transform: translate(0, 0) rotate(225deg);
}
.search-toggle.open .search-icon:after {
  -ms-transform: translate(0, 0) rotate(-225deg);
  transform: translate(0, 0) rotate(-225deg);
}
.search-content-m {
  display: none;
}
.open-filter .search-content-m {
  display: block !important;
}
.search-modal-m .close-search-m {
  margin: 20px;
  float: right;
  margin-bottom: 80px;
}
.search-modal-m input {
  border-top: none;
  border-right: none;
  border-left: none;
  text-shadow: none;
  font-family: Georgia, sans-serif;
  outline: none;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 2px;
  border-bottom: 1px solid #969696;
  width: 100%;
}
.search-modal-m input:active,
.search-modal-m input:focus,
.search-modal-m input:hover {
  outline: none;
}
.search-modal-m .list h3 {
  opacity: 0.2;
  font-size: 13px;
  line-height: 2.31;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  top: 10px;
}
.search-modal-m .list li {
  font-family: Georgia, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 2.31;
  letter-spacing: 1.3px;
  color: #000000;
  cursor: pointer;
}
.search-modal-m .list li:hover {
  color: #c1d82f;
}
.em-resid .nav_item a {
  color: black !important;
}
.em-resid img.white-glass {
  display: none;
}
.em-resid img.black-glass {
  display: block;
  left: 35px;
}
.utitlity-nav-m {
  background-position: top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  background-image: linear-gradient(
    to right,
    #fff 22%,
    rgba(255, 255, 255, 0) 0%
  );
  padding: 4px 15px 8px 0px;
}
.utitlity-nav-m ul {
  display: block;
}
.utitlity-nav-m ul li a {
  font-family: Georgia, sans-serif;
  font-style: italic;
  text-transform: capitalize;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .dotted {
    border-top: 4px dotted #f3f3f3;
    height: 10px;
    width: 115%;
    position: relative;
    right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1248px) {
  li.nav_item {
    margin-right: 30px;
  }
}
li.nav_item.open {
  opacity: 1;
}
.ui-autocomplete.ui-menu {
  z-index: 999999;
  padding: 0 25px 0 25px !important;
  border: none;
  background-color: white !important;
  border-bottom: solid 1px #ddd !important;
  border-left: solid 1px #ddd !important;
  border-right: solid 1px #ddd !important;
  box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.5) !important;
}
.ui-autocomplete.ui-menu li.ui-menu-item {
  font-family: Georgia, sans-serif;
  font-style: italic !important;
  font-size: 13px !important;
  line-height: 2.31 !important;
  letter-spacing: 1.3px !important;
  color: #000 !important;
  cursor: pointer;
  width: 100% !important;
}
.ui-autocomplete.ui-menu li.ui-menu-item:hover {
  color: #c1d82f !important;
}
.ui-autocomplete.ui-menu .ui-autocomplete-match {
  font-weight: bolder !important;
  color: inherit !important;
  border: none !important;
}
#searchSuggestions li {
  cursor: pointer;
}
#searchSuggestions li:hover {
  color: #c1d82f !important;
}
.dropdown {
  float: right;
  padding-right: 1px;
  padding: 0;
}
.btn.btn-search {
  position: relative;
  right: 21px;
  padding-right: 1px;
  padding: 0;
  box-shadow: none;
  border: none;
}
.btn-search:focus {
  box-shadow: none;
  border: none;
}
.dropbtn {
  border: 0px;
  padding: 0;
  height: 30px;
  font-size: 14px !important;
  letter-spacing: 3px;
  background: transparent;
  color: #fff;
  display: inline-block;
}
.btn-search {
  border: 0px;
  padding: 0;
  height: 30px;
  position: relative;
  font-size: 14px !important;
  letter-spacing: 3px;
  margin-bottom: 30px;
  background: transparent;
  color: #fff;
  display: inline-block;
}
.dropbtn a {
  color: #fff;
  text-decoration: none;
}
li button:hover,
.dropdown:hover .dropbtn {
  background: transparent;
  border-bottom: 3px solid #fff;
  color: #fff;
  border-radius: 0;
  padding: 0;
}
.dropbtn.active {
  background: transparent;
  border-bottom: 3px solid #c1d82f;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.btn.dropbtn {
  padding: 0;
  margin-right: 20px;
  font-size: 15px;
  font-family: "proxima_nova_ltsemibold";
}
.dropdown-content {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  background-color: transparent;
  width: 100%;
  z-index: 10;
  padding-top: 30px;
}
.dropdown-content .content-colored {
  z-index: 9;
  box-shadow: 0 0 10px 0 rgba(190, 190, 190, 0.3);
  background: #fff;
  color: #000;
  display: block;
  z-index: 99;
  min-height: 400px;
  padding: 60px;
}
.dropdown-content .content-colored a.menu-tab-inner.active {
  outline: 4px solid #50ba70;
  color: #50ba70;
  font-weight: 500;
  opacity: 0.7;
}
.dropdown-content .content-colored a.menu-tab-inner {
  outline: 4px solid transparent;
}
.navbar-header {
  overflow: visible;
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 5px 10px;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #fff;
  color: #50ba70;
}
.dropdown:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
  transition: all 250ms ease-in-out;
}
.search-item:hover .btn.dropbtn {
  border-bottom: none;
}
.search-item:hover .dropbtn::before {
  content: none !important;
}
.btn.dropbtn {
  text-align: center;
  display: inline-block;
}
.btn.dropbtn.ddarrow {
  position: relative;
}
.dropdown:hover .ddarrow::before {
  content: url("/_Multisites/EMRA/static/Common/images/Nav_Arrow.svg");
  position: absolute;
  top: 58px;
  z-index: 999;
  display: block;
  text-align: center;
  transition: all 250ms ease-in-out;
  transition-delay: 0.3s;
  left: 50%;
  margin-right: -50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  filter: drop-shadow(0px -5px 5px rgba(190, 190, 190, 0.3));
  -webkit-filter: drop-shadow(0px -5px 5px rgba(190, 190, 190, 0.3));
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .dropdown:hover .ddarrow::before {
    content: url("/_Multisites/EMRA/static/Common/images/Nav_Arrow.svg");
  }
}
.menu-nav-inner a {
  max-width: 340px;
  background: transparent;
  color: #000;
  font-style: italic;
  font-size: 17px;
  margin: 0;
  height: 100%;
  letter-spacing: 1.7px;
  font-family: Georgia, sans-serif;
  font-weight: 100;
  width: 100%;
  text-align: left;
  padding: 18px 16px;
  margin-bottom: 10px;
}
.menu-nav-inner a:focus {
  color: #50ba70;
  text-decoration: none;
  font-style: bold;
}
.menu-tab-inner {
  width: 200px;
  height: 30px;
  background: #ccc;
  display: block;
  float: left;
}
.menu-tab-inner:hover {
  color: #c1d82f;
  transition: 0.3s ease-in;
  text-decoration: none;
}
#menubar {
  overflow: visible;
  z-index: 999;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
  top: 75px;
  position: absolute;
  right: 0;
  margin: 0px auto;
  left: 0;
  right: 0;
  height: 20px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  #menubar {
    display: none;
  }
}
#dropdownNavbar {
  margin: 0px;
}
.navbar-toggle {
  background-color: transparent;
}
.navbar-toggle span {
  background-color: white;
}
.transparent-row {
  height: 15px;
  background: transparent;
  width: 100%;
}
.nav-default.hide-desktop.expanded {
  background-image: linear-gradient(10deg, #005488, #008d98);
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .nav_tabs a.current-item:after {
    border-bottom: 20px solid transparent !important;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .navigation-secondary {
    margin: 0 !important;
    padding: 0 !important;
    top: 0;
    position: absolute;
  }
}
.phone-nav {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .phone-nav {
    display: block;
    position: absolute;
    right: 20px;
    z-index: 99999;
  }
}
.phone-nav .nav-icons a img {
  width: 24px;
}
.dotted-grid {
  background-image: linear-gradient(#464646 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 6px;
  background-repeat: repeat-y;
  height: -webkit-fill-available;
  width: 1px !important;
  opacity: 0.7;
  min-height: 400px;
  height: 75%;
  position: relative;
}
.content-colored {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
img.black-glass {
  display: none;
}
.magnifying-glass {
  position: relative;
  left: 23px;
  top: 15px;
}
img.x-icon {
  display: none;
}
.search-toggle.open .magnifying-glass {
  display: none;
}
.search-toggle.open .magnifying-glass {
  position: relative;
  top: 10px;
  left: 10px;
}
.search-toggle.open img.x-icon {
  display: block !important;
  top: 13px;
  position: relative;
  left: 14px;
}
.search-toggle.open span.search-toggle.open {
  right: -21px !important;
  animation: fadeIn 0.3s linear;
}
.search-window {
  animation: fadeIn 0.3s linear;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hamburger-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 20px;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  background: white;
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .hamburger-icon {
    display: block;
  }
}
.hamburger-icon:hover {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.icon-1.a {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-3.b {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-2.c {
  opacity: 0;
}
.icon-1,
.icon-2,
.icon-3 {
  position: absolute;
  left: 23%;
  top: 50%;
  width: 23px;
  height: 2px;
  background-color: black;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
.icon-1 {
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  animation-delay: 100ms;
}
.icon-3 {
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  animation-delay: 250ms;
}
span.arrow-swipe-right img {
  margin-right: 10px;
  width: 20px;
}
.content-journey {
  position: relative;
  width: 100%;
  background: #fff;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .content-journey {
    padding: 0 !important;
    overflow: hidden;
    top: -60px;
  }
}
.content-journey #menu-bubble {
  position: fixed;
  top: 0px;
  margin-top: 150px;
  border-radius: 50%;
  background-color: #c1d82f;
  color: #ffffff;
  z-index: 9999;
  display: none;
  cursor: pointer;
}
.content-journey #menu-bubble .active {
  color: #000;
  font-family: "proxima_nova_altbold";
  top: 25px;
  text-align: center;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .content-journey #menu-bubble {
    bottom: 0;
    right: 0;
    z-index: 99999;
    top: auto;
    margin: 10px;
  }
}
.content-journey .closed {
  transition: all 0.6s ease;
  height: 69px;
  width: 69px;
}
.content-journey .closed .active {
  position: relative;
}
.content-journey .menu-bubble-open {
  transition: all 0.6 ease-in-out;
  position: relative;
  -ms-transform: scale(3);
  transform: scale(3);
}
.content-journey .menu-bubble-open .active {
  text-align: left !important;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .content-journey .menu-bubble-open {
    -ms-transform: scale(4);
    transform: scale(4);
    right: 20px !important;
    bottom: 60px !important;
    left: auto;
  }
  .content-journey .menu-bubble-open li.reposition {
    font-size: 4px !important;
  }
  .content-journey .menu-bubble-open .active,
  .content-journey .menu-bubble-open .active.reposition {
    font-size: 5px !important;
  }
}
.content-journey .menu-bubble-open li.reposition {
  top: 0 !important;
  left: 0 !important;
  position: relative;
  font-size: 5px;
}
.content-journey .menu-bubble-open .full-list {
  font-family: "proxima_nova_altbold";
  font-size: 4px;
  position: relative;
  top: 25px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: black;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
  width: 50%;
  margin-left: 25%;
}
.content-journey .menu-bubble-open .full-list .active {
  position: initial;
}
.content-journey .menu-bubble-open .full-list li {
  padding: 4px;
  padding-top: 0px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .content-journey .menu-bubble-open .full-list li {
    padding: 2px;
  }
}
.content-journey .menu-bubble-open .full-list #bubble-close {
  font-size: 1.5em;
  top: 0;
  display: none !important;
  text-align: center;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .content-journey .menu-bubble-open .full-list #bubble-close {
    display: block !important;
  }
  .content-journey .menu-bubble-open .full-list #bubble-close .x-close {
    left: -5px !important;
  }
  .content-journey .menu-bubble-open .full-list #bubble-close .x-close:before,
  .content-journey .menu-bubble-open .full-list #bubble-close .x-close:after {
    height: 8px !important;
  }
}
.bubble-nav {
  cursor: pointer;
}
.journey-line {
  position: absolute !important;
  top: -173px;
  z-index: 9;
  right: 0px;
  padding: 0;
  left: 24px;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .journey-line {
    display: none;
  }
}
.nav-circle-titles ul {
  padding: 0;
  margin: 0;
  position: relative;
  right: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-circle-titles ul {
    right: 60px;
  }
}
.nav-circle-titles ul .active {
  padding-top: 2px;
  padding-bottom: 0px;
}
.nav-circle-titles ul li {
  font-family: "proxima_nova_ltsemibold";
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 2.2px;
  position: relative;
  top: -2px;
}
.nav-circle-titles ul li a {
  color: inherit;
  text-transform: uppercase;
}
ul.full-list li a {
  color: black;
  text-decoration: none;
}
ul.full-list li a:hover {
  color: black;
  text-decoration: none;
}
ul.full-list li a:active,
ul.full-list li a:focus {
  color: black;
  text-decoration: none;
}
.inner-bubble .x-close {
  position: absolute;
  left: 0;
}
.inner-bubble .x-close:before,
.inner-bubble .x-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 10px;
  width: 1px;
  background-color: #333;
}
.inner-bubble .x-close:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inner-bubble .x-close:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-svg-wrap {
  padding: 0 !important;
  margin: 0 !important;
}
.pop_up {
  visibility: hidden;
  top: 100px;
  z-index: 9999999;
  background: white;
  padding: 20px;
  position: fixed;
  margin-left: 10px;
  font-family: "proxima_nova_ltthin";
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  min-width: 300px;
  transition: visibility linear;
}
.show-popup {
  visibility: visible;
  transition: all 0.2s ease-in-out;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@keyframes grow {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.mobile-nav {
  color: #000;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .mobile-nav {
    padding: 0 !important;
    margin: 0;
    margin-top: 20px;
  }
}
.phone-nav {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .phone-nav {
    display: block;
  }
}
.phone-nav .nav-icons a img {
  width: 30px;
}
.mobile-dots-block {
  width: 12%;
  float: left;
  position: relative;
  bottom: 4px;
}
.mobile-dot-titles-block ul li {
  line-height: 1;
  letter-spacing: 2.2px;
  margin-bottom: 35px;
  font-family: "proxima_nova_ltsemibold";
}
.mobile-dot-titles-block ul li a {
  color: #000;
}
.simple-header #menubar {
  top: 35px;
}
.resident-landing-curve .navigation-secondary {
  background: none;
}
.resident-landing-curve .white-resident {
  background-image: none !important;
}
.resident-landing-curve .resident-nav {
  top: 60px;
  color: #000 !important;
}
.resident-landing-curve .resident-nav .nav_tabs li a {
  color: #000 !important;
}
.resident-landing-curve .ocean {
  background-image: linear-gradient(135deg, #98367c, #008d98);
  height: 100% !important;
  z-index: -1;
}
.resident-landing-curve .ocean .text-block {
  -ms-transform: rotate(360deg) !important;
  transform: rotate(360deg) !important;
  bottom: 0;
  top: 300px;
  color: #fff;
}
.resident-landing-curve .ocean .text-block h1 {
  max-width: 100% !important;
  margin-bottom: 15px !important;
  margin-top: 5px;
  color: #fff;
}
.leadership-dropdown .dropp {
  max-width: 100% !important;
}
@media screen and (max-width: 600px) {
  .leadership-dropdown .dropp {
    padding: 15px 0px;
  }
}
.leadership-sidebar {
  float: left;
  margin-right: 30px;
  margin-top: 15px;
  letter-spacing: 2.2px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .leadership-sidebar {
    width: 100%;
    text-align: left;
    margin: 0px -28px auto;
  }
}
.leadership-sidebar li.title {
  font-family: "proxima_nova_altbold";
  font-style: normal;
  margin-bottom: 15px;
  color: #000;
}
.leadership-sidebar li {
  margin-bottom: 1em;
}
.leadership-sidebar li a {
  text-decoration: none;
  color: #000;
  font-family: Georgia, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 10px;
  letter-spacing: 1.5px;
  font-style: italic;
  max-width: 160px;
  margin-bottom: 10px;
  transition: color 0.4ms ease;
  cursor: pointer;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.leadership-sidebar li a:focus,
.leadership-sidebar li a.active {
  color: #50ba70;
  transition: 0.3ms ease-in;
}
.leadership-sidebar li a:hover {
  color: #c1d82f;
  transition: color 0.4ms ease;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.leadership-sidebar li a:focus,
.leadership-sidebar li a:active {
  color: #c1d82f;
}
.become-leader h1 {
  margin-left: 12px;
}
.become-leader p {
  max-width: 400px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .become-leader p {
    max-width: 100%;
  }
}
.become-leader .article-rows {
  min-height: 220px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .become-leader .article-rows {
    min-height: auto;
  }
}
.become-leader a.btn {
  max-height: 50px;
}
.leadership-dropdown .dropp-header__title {
  font-family: Georgia, sans-serif;
  padding: 0px;
}
.em-resid .nav_tabs li a {
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.em-resid .resident-nav span.title a,
.em-resid .resident-nav span.separator {
  color: #000;
}
.em-resid .search-icon {
  color: #000;
}
.resident-logo img {
  width: 210px !important;
}
.em-resident {
  height: 150px;
}
.em-resident .search-item .search-icon {
  color: #000;
}
.em-resident .nav-default.expanded li.nav_item a {
  color: #fff !important;
}
.em-resident .nav-default.expanded .search-item .search-icon {
  color: #fff;
}
.em-resident .search-item .search-icon {
  transition: all 0s ease-in-out !important;
}
.em-resident .dropbtn,
.em-resident .dropbtn a {
  color: #000 !important;
}
.em-resident li button:hover,
.em-resident .dropdown:hover .dropbtn {
  background: transparent;
  border-bottom: 3px solid #000;
  color: #000;
  border-radius: 0;
  padding: 0;
}
.gradient-resident.whiteBlock {
  background: #fff;
  color: #000;
}
.resident-landing-curve .white-resident {
  background-image: none !important;
}
.ocean {
  width: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  transform: rotate(180deg);
  background-blend-mode: multiply;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.resident-landing-curve .ocean {
  background-image: linear-gradient(135deg, #98367c, #008d98);
  height: 100% !important;
  z-index: -1;
}
.resident-landing-curve .ocean .ocean-mask {
  height: 300px;
}

/*# sourceMappingURL=common.css.map */
