@charset "UTF-8";
/*!
Theme Name: MLIA
Theme URI: https://matherlifewaysinstituteonaging.com/
Author: PlanB, the Agency Alternative (Developer: Shirley)
Author URI: https://thisisplanb.com/
Description: A custom theme
Version: 2.0.0
Text Domain: mather
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries

--------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 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("https://use.typekit.net/ahn2xmu.css");
@import url("//hello.myfonts.net/count/37d3e3");
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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !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";
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  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: #333333;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 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: #777777;
}

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #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 #eeeeee;
}

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

.initialism {
  font-size: 90%;
}

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

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

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

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

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

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

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

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          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: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

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

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

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

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

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

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

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

.container-fluid:after {
  clear: both;
}

.row {
  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: transparent;
}

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

th {
  text-align: left;
}

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

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.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: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  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.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .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, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

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

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

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  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, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

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

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  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 + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .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 + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

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

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

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

.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;
  -moz-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: thin dotted;
  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;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-link:hover, .btn-link:focus {
  color: #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: #777777;
  text-decoration: none;
}

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

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

.btn-xs, .btn-group-xs > .btn {
  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%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

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

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

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

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

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

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

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

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

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

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

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

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

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

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

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

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

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

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

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

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

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #777777;
}

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

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

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

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

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

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

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

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

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

.progress-bar-success {
  background-color: #5cb85c;
}

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

.progress-bar-info {
  background-color: #5bc0de;
}

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

.progress-bar-warning {
  background-color: #f0ad4e;
}

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

.progress-bar-danger {
  background-color: #d9534f;
}

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

.media {
  margin-top: 15px;
}

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

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

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

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

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

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

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

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

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

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

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

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

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

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

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

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

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

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

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

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

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

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

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

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

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

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

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

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

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

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

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

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

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

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

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

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

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

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

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

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

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

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

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

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

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

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

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

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

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

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

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

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

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

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

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

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

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

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

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

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

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

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

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

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

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

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

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

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

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

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

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

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

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

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

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

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

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

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

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

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

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

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

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

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

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

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

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

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

.carousel-caption .btn {
  text-shadow: none;
}

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

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: linotype-sabon, TimeNewRoman, Times, Georgia, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# BX Slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

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

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Website Styles
--------------------------------------------------------------*/
@font-face {
  font-family: 'din-condensed';
  src: url("webfonts/37D3E3_0_0.eot");
  src: url("webfonts/37D3E3_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/37D3E3_0_0.woff2") format("woff2"), url("webfonts/37D3E3_0_0.woff") format("woff"), url("webfonts/37D3E3_0_0.ttf") format("truetype"), url("webfonts/37D3E3_0_0.svg#wf") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'din-condensed';
  src: url("webfonts/37D3E3_1_0.eot");
  src: url("webfonts/37D3E3_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/37D3E3_1_0.woff2") format("woff2"), url("webfonts/37D3E3_1_0.woff") format("woff"), url("webfonts/37D3E3_1_0.ttf") format("truetype"), url("webfonts/37D3E3_1_0.svg#wf") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'the-styled-edit';
  src: url("webfonts/TheStyledEdit.eot");
  src: url("webfonts/TheStyledEdit.eot?#iefix") format("embedded-opentype"), url("webfonts/TheStyledEdit.woff") format("woff"), url("webfonts/TheStyledEdit.ttf") format("truetype"), url("webfonts/TheStyledEdit.svg#wf") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'the-styled-edit';
  src: url("webfonts/TheStyledEdit.eot");
  src: url("webfonts/TheStyledEdit.eot?#iefix") format("embedded-opentype"), url("webfonts/TheStyledEdit.woff") format("woff"), url("webfonts/TheStyledEdit.ttf") format("truetype"), url("webfonts/TheStyledEdit.svg#wf") format("svg");
  font-weight: 400;
  font-style: italic;
}

* {
  font-family: linotype-sabon, TimeNewRoman, Times, Georgia, sans-serif;
}

/*html,
body {
  height: 100%;
  width: 100%;
  overflow: auto;
}*/
#content {
  z-index: 1;
}

#modules {
  color: #373737;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 992px) {
  #modules {
    font-size: 18px;
    line-height: 26px;
  }
}

#modules.downloaded .program_block {
  background-color: #fff !important;
}

#modules .anchor {
  position: relative;
  top: -100px;
}

#modules div.wpcf7-mail-sent-ok {
  border-color: #f47b20;
  border: none !important;
  color: #f47b20;
  padding: 0;
  font-weight: 700;
  margin-left: 0;
  color: #cc5000;
}

#modules #in-page-links {
  width: 100%;
  text-align: center;
}

#modules #in-page-links ul {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  display: table;
  max-width: 1100px;
  table-layout: fixed;
}

@media (max-width: 480px) {
  #modules #in-page-links ul {
    table-layout: auto;
  }
}

#modules #in-page-links ul li {
  display: inline-block;
  display: table-cell;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
  border-top: none;
  border-bottom: none;
}

#modules #in-page-links ul li:before {
  content: normal;
  display: none;
}

#modules #in-page-links ul li:first-child {
  border-left: none;
}

#modules #in-page-links ul li:last-child {
  border-right: none;
}

#modules #in-page-links ul li a {
  background-color: #cb5a11;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  width: 325px;
  width: 100%;
  line-height: 55px;
  display: block;
  outline: none;
}

#modules #in-page-links ul li a:hover {
  background-color: #f47b20;
}

@media (max-width: 767px) {
  #modules #in-page-links ul li a {
    font-size: 18px;
    line-height: 45px;
  }
}

@media (max-width: 600px) {
  #modules #in-page-links ul li a {
    font-size: 16px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  #modules #in-page-links ul li a {
    font-size: 15px;
    line-height: 40px;
  }
}

#modules .module-xlarge {
  font-size: 22px;
  line-height: 32px;
}

@media (max-width: 767px) {
  #modules .module-xlarge {
    font-size: 16px;
    line-height: 22px;
  }
}

#modules .module-large {
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 767px) {
  #modules .module-large {
    font-size: 16px;
    line-height: 22px;
  }
}

#modules .module-center {
  text-align: center;
}

#modules .module {
  background-color: #fff;
  position: relative;
  /*border-top:3px solid $mather_orange;
    &.line_teal{
      border-top-color:$mather_teal;
    }
    &.line_gray{
      border-top-color:#6f6f6f;
    }*/
}

#modules .module .blog-pagination {
  text-align: center;
  padding: 30px 0;
  display: block;
}

#modules .module .blog-pagination .pagination {
  padding: 0;
  margin: 0;
}

#modules .module .blog-pagination .pagination li {
  text-align: center;
  margin: 0 16px;
  display: inline-block;
  font-size: 15px;
}

@media (max-width: 600px) {
  #modules .module .blog-pagination .pagination li {
    margin: 0 14px;
  }
}

@media (max-width: 480px) {
  #modules .module .blog-pagination .pagination li {
    margin: 0 12px;
  }
}

#modules .module .blog-pagination .pagination li.current a, #modules .module .blog-pagination .pagination li.current a:hover {
  color: #333;
  background: none transparent !important;
  cursor: default;
}

#modules .module .blog-pagination .pagination li.unavailable {
  background: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  color: #373737;
  vertical-align: top;
  line-height: 26px;
}

@media (max-width: 480px) {
  #modules .module .blog-pagination .pagination li.unavailable {
    font-size: 10px;
  }
}

#modules .module .blog-pagination .pagination li.next, #modules .module .blog-pagination .pagination li.prev {
  background: none;
  margin-bottom: 2px;
}

#modules .module .blog-pagination .pagination li.next a, #modules .module .blog-pagination .pagination li.prev a {
  background: none;
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: 0;
  border-top: 13px solid transparent !important;
  border-bottom: 13px solid transparent !important;
  outline: none;
  text-indent: -9999px;
}

#modules .module .blog-pagination .pagination li.next a:hover, #modules .module .blog-pagination .pagination li.prev a:hover {
  background: none;
}

@media (max-width: 767px) {
  #modules .module .blog-pagination .pagination li.next a, #modules .module .blog-pagination .pagination li.prev a {
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
  }
}

#modules .module .blog-pagination .pagination li.next {
  margin-left: 20px;
  margin-right: 0;
}

@media (max-width: 600px) {
  #modules .module .blog-pagination .pagination li.next {
    margin-left: 10px;
  }
}

@media (max-width: 480px) {
  #modules .module .blog-pagination .pagination li.next {
    margin-left: 5px;
  }
}

#modules .module .blog-pagination .pagination li.next a {
  border-left: 13px solid #f47b20 !important;
}

#modules .module .blog-pagination .pagination li.next a:hover {
  border-left: 13px solid #4f4d49 !important;
}

@media (max-width: 767px) {
  #modules .module .blog-pagination .pagination li.next a {
    border-left: 15px solid #f47b20;
  }
  #modules .module .blog-pagination .pagination li.next a:hover {
    border-left: 15px solid #4f4d49;
  }
}

#modules .module .blog-pagination .pagination li.prev {
  margin-right: 20px;
  margin-left: 0;
}

@media (max-width: 600px) {
  #modules .module .blog-pagination .pagination li.prev {
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  #modules .module .blog-pagination .pagination li.prev {
    margin-right: 5px;
  }
}

#modules .module .blog-pagination .pagination li.prev a {
  border-right: 13px solid #f47b20 !important;
}

#modules .module .blog-pagination .pagination li.prev a:hover {
  border-right: 13px solid #4f4d49 !important;
}

@media (max-width: 767px) {
  #modules .module .blog-pagination .pagination li.prev a {
    border-right: 15px solid #f47b20;
  }
  #modules .module .blog-pagination .pagination li.prev a:hover {
    border-right: 15px solid #4f4d49;
  }
}

#modules .module .blog-pagination .pagination li a {
  border: none;
  display: block;
  color: #a4a4a4;
  text-decoration: none;
  padding: 0;
  margin: 0;
  line-height: 32px;
}

#modules .module .blog-pagination .pagination li a:hover {
  color: #333;
  background: none transparent;
}

#modules .module .blog-pagination .pagination li a:visited {
  color: #a4a4a4;
}

@media (max-width: 600px) {
  #modules .module .blog-pagination .pagination li a {
    line-height: 14px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  #modules .module .blog-pagination .pagination li a {
    font-size: 12px;
  }
}

#modules .module.age_well {
  border-top: none;
  /* Age Well */
}

#modules .module.age_well #agewell-module {
  background: url(images/bg_agewell.jpg) center center no-repeat;
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
  background-size: cover;
}

#modules .module.age_well #agewell-module .wrap {
  margin-left: 47.8%;
  width: 36%;
  width: 50%;
  display: block;
  max-width: 600px;
}

#modules .module.age_well #agewell-module .content {
  padding: 75px 17px 36px 17px;
  font-size: 18px;
}

#modules .module.age_well #agewell-module p {
  line-height: 28px;
  margin: 0 0 15px 0;
  padding: 0;
}

#modules .module.age_well #agewell-module p a {
  color: #4f4d49;
  text-decoration: underline;
}

#modules .module.age_well #agewell-module p a:hover {
  color: #4f4d49;
  text-decoration: none;
}

#modules .module.age_well #agewell-module h3 {
  margin: 0 0 15px 0;
  color: #4f4d49;
  text-align: left;
}

#modules .module.age_well #agewell-module h3 span.highlighted {
  color: #f47b20;
  font-weight: 400;
  font-family: the-styled-edit, adobe-garamon-pro, TimeNewRoman, Times, Georgia, sans-serif;
  font-style: italic;
  text-transform: none;
  font-size: 1.5em;
  vertical-align: middle;
  display: inline-block;
  padding-top: .15em;
  line-height: .4em;
}

#modules .module.age_well #agewell-module .btn {
  float: right;
  margin-top: 1em;
  text-decoration: none;
}

#modules .module.age_well #agewell-module .btn:after {
  content: '';
  display: block;
  height: 1px;
  clear: both;
  width: 100%;
}

@media (max-width: 1199px) {
  #modules .module.age_well #agewell-module .wrap {
    width: 50%;
  }
}

@media (min-width: 768px) {
  #modules .module.age_well #agewell-module {
    height: 0;
    padding: 0 0 82.7586% 0;
    display: block;
    background-position: center bottom;
  }
  #modules .module.age_well #agewell-module .wrap {
    position: absolute;
    top: 0;
  }
  #modules .module.age_well #agewell-module:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */
    content: '';
    content: normal;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  #modules .module.age_well #agewell-module {
    padding: 0 0 75.7586% 0;
  }
}

@media (min-width: 1200px) {
  #modules .module.age_well #agewell-module .wrap {
    top: 5%;
  }
}

@media (min-width: 1500px) {
  #modules .module.age_well #agewell-module .wrap {
    top: 8%;
  }
}

@media (max-width: 767px) {
  #modules .module.age_well #agewell-module {
    height: 0;
    padding: 0 0 275.938% 0;
    display: block;
    background-position: center bottom;
  }
}

@media (max-width: 767px) and (min-width: 375px) {
  #modules .module.age_well #agewell-module {
    padding: 0 0 220% 0;
  }
}

@media (max-width: 767px) and (min-width: 440px) {
  #modules .module.age_well #agewell-module {
    padding: 0 0 200% 0;
  }
}

@media (max-width: 767px) and (min-width: 500px) {
  #modules .module.age_well #agewell-module {
    padding: 0 0 150% 0;
  }
}

@media (max-width: 767px) and (min-width: 600px) {
  #modules .module.age_well #agewell-module {
    padding: 0 0 115% 0;
  }
}

@media (max-width: 767px) {
  #modules .module.age_well #agewell-module:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 0.5;
    content: normal;
  }
  #modules .module.age_well #agewell-module .wrap {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
  #modules .module.age_well #agewell-module .content {
    padding: 35px 17px 35px 17px;
    text-align: center;
  }
  #modules .module.age_well #agewell-module .content h3 {
    text-align: center;
  }
  #modules .module.age_well #agewell-module .content .btn {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  #modules .module.hero_image {
    background-color: transparent;
  }
}

@media (max-width: 991px) {
  #modules .module {
    background-color: #fff;
  }
}

#modules .module.no-line {
  border-top: none;
}

#modules .module.first-module {
  border-top: none;
}

#modules .module.white * {
  color: #fff !important;
}

#modules .module h1, #modules .module h2 {
  font-family: din-condensed, "Arial Narrow", sans-serif;
  font-weight: 400;
}

#modules .module h1 sup, #modules .module h2 sup {
  font-family: din-condensed, "Arial Narrow", sans-serif;
}

#modules .module h1 span.highlighted, #modules .module h2 span.highlighted {
  font-weight: 400;
  font-family: din-condensed, "Arial Narrow", sans-serif;
}

#modules .module h3, #modules .module h4, #modules .module h5, #modules .module h6 {
  font-family: din-condensed, "Arial Narrow", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

#modules .module h3 sup, #modules .module h4 sup, #modules .module h5 sup, #modules .module h6 sup {
  font-family: din-condensed, "Arial Narrow", sans-serif;
}

#modules .module h3 i, #modules .module h3 em, #modules .module h4 i, #modules .module h4 em, #modules .module h5 i, #modules .module h5 em, #modules .module h6 i, #modules .module h6 em {
  font-family: din-condensed, "Arial Narrow", sans-serif;
}

#modules .module h3 span, #modules .module h4 span, #modules .module h5 span, #modules .module h6 span {
  font-family: din-condensed, "Arial Narrow", sans-serif;
}

#modules .module h3 span.highlighted, #modules .module h4 span.highlighted, #modules .module h5 span.highlighted, #modules .module h6 span.highlighted {
  font-weight: 400;
  text-transform: uppercase;
}

#modules .module .h1 {
  font-size: 72px;
  line-height: 72px;
}

@media (max-width: 1199px) {
  #modules .module .h1 {
    font-size: 54px;
    line-height: 62px;
  }
}

@media (max-width: 991px) {
  #modules .module .h1 {
    font-size: 44px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  #modules .module .h1 {
    font-size: 36px;
    line-height: 40px;
    margin-top: 0;
  }
}

#modules .module .orange {
  color: #cc5000 !important;
}

#modules .module .required-field {
  color: #cc5000;
  font-size: 16px;
}

#modules .module h3 {
  font-size: 36px;
  color: #cc5000;
  color: #008c99;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}

#modules .module h3.has-subhead {
  line-height: 36px;
}

#modules .module h3 sup {
  font-size: 50%;
  top: -0.7em;
}

@media (max-width: 991px) {
  #modules .module h3 {
    font-size: 30px;
    line-height: 36px;
  }
  #modules .module h3.has-subhead {
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  #modules .module h3 {
    font-size: 25px;
    line-height: 30px;
  }
  #modules .module h3.has-subhead {
    line-height: 25px;
  }
}

#modules .module h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin-top: 5px;
  text-align: center;
}

@media (max-width: 991px) {
  #modules .module h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  #modules .module h4 {
    font-size: 19px;
    line-height: 22px;
  }
}

#modules .module h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25em;
}

@media (max-width: 991px) {
  #modules .module h5 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  #modules .module h5 {
    font-size: 18px;
  }
}

#modules .module h6 {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 5px 0;
  font-weight: 400;
  color: #cc5000;
}

#modules .module p {
  margin-bottom: 24px;
  /*20 32*/
  /*font-size:16px;
      line-height:24px;
      @media (max-width:$screen-sm-min) {
        line-height:22px;
      }*/
}

@media (max-width: 768px) {
  #modules .module p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  #modules .module p {
    font-size: 15px;
    line-height: 20px;
  }
}

#modules .module a {
  color: #f47b20;
  text-decoration: underline;
}

#modules .module a:hover {
  text-decoration: none;
}

#modules .module.module-gray {
  background-color: #efecea;
}

#modules .module.module-gray a {
  color: #f47b20;
}

#modules .module.module-gray a.btn {
  color: #fff;
}

#modules .module.module-teal {
  background-color: #008c99;
}

#modules .module.module-teal h1, #modules .module.module-teal h2, #modules .module.module-teal h3, #modules .module.module-teal h4, #modules .module.module-teal p, #modules .module.module-teal * {
  color: #fff !important;
  text-align: center !important;
}

#modules .module.module-white {
  background-color: #fff;
}

#modules .notfound {
  padding: 30px 0;
}

#modules .notfound #notfound {
  padding: 0;
  margin: 0;
}

#modules .notfound #notfound li {
  margin-bottom: 16px;
  line-height: 22px;
  display: block;
  list-style: none;
  padding-left: 0;
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
}

#modules .notfound #notfound li:before {
  /*content: "\2219";*/
  content: "\2022";
  color: #323232 !important;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 20px;
  font-size: 22px;
  content: '';
}

@media (max-width: 767px) {
  #modules .notfound #notfound li {
    margin-bottom: 15px;
  }
}

#modules .notfound #notfound li a {
  color: #323232 !important;
  text-decoration: none !important;
}

#modules .notfound #notfound li a:hover {
  text-decoration: underline !important;
}

#modules .notfound #notfound li ul {
  padding: 0;
  margin: 16px 0 0 0;
}

#modules .notfound #notfound li li {
  margin-bottom: 16px;
  line-height: 22px;
  display: block;
  list-style: none;
  padding-left: 30px;
  position: relative;
}

#modules .notfound #notfound li li:before {
  /*content: "\2219";*/
  content: "\2022";
  color: #323232 !important;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 20px;
  font-size: 22px;
}

#modules .callout {
  background-color: #f7f5f4;
  position: relative;
  padding: 10px 20px 10px 34%;
}

#modules .callout p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}

#modules .callout p:last-child {
  margin-bottom: 0;
}

#modules .callout a {
  text-decoration: underline;
  font-weight: 700;
  color: #cc5000;
  text-transform: uppercase;
}

#modules .callout a:hover {
  text-decoration: none;
}

#modules .callout .callout-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 991px) {
  #modules .callout {
    padding: 10px 14px 10px 40%;
  }
  #modules .callout p {
    line-height: 18px;
  }
  #modules .callout .callout-image {
    width: 36%;
  }
}

@media (max-width: 767px) {
  #modules .callout {
    display: none;
    padding: 10px 20px;
  }
  #modules .callout .callout-image {
    display: none;
  }
}

#modules .callout_block {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  padding: 40px 0;
}

@media (min-width: 992px) {
  #modules .callout_block.module-left {
    text-align: left;
  }
  #modules .callout_block.module-left p {
    text-align: left;
  }
  #modules .callout_block.module-right {
    text-align: right;
  }
  #modules .callout_block.module-right p {
    text-align: right;
  }
  #modules .callout_block.module-justify {
    text-align: justify;
  }
  #modules .callout_block.module-justify p {
    text-align: justify;
  }
}

#modules .callout_block h4 span.highlighted {
  display: block;
  font-size: 1.2em;
  color: #cc5000;
  top: auto;
}

@media (min-width: 992px) {
  #modules .callout_block p {
    text-align: left;
    text-align: center;
  }
}

#modules .callout_block.no-line {
  padding: 0 0 60px 0;
}

#modules .callout_block.no-line h4 {
  margin-top: 0;
}

#modules .callout_block .button-slim h3 {
  margin: 0 !important;
}

@media (min-width: 992px) {
  #modules .callout_block .button-slim h3 {
    font-size: 38px;
  }
}

#modules .callout_block .button-block .btn, #modules .callout_block .button-condensed .btn {
  display: block;
  margin: 28px auto;
  position: relative;
  max-width: 250px;
}

#modules .callout_block .btn {
  background-color: #f47b20;
  color: #fff;
  border-radius: 0;
  width: 100%;
  max-width: 230px;
  text-align: center;
  line-height: 52px;
  height: 52px;
  display: inline-block;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 23px;
  font-weight: 400;
  margin-left: 20px;
  padding: 0;
  text-decoration: none;
  font-family: din-condensed, "Arial Narrow", sans-serif;
}

#modules .callout_block .btn:hover {
  background-color: #4f4d49;
}

@media (max-width: 991px) {
  #modules .callout_block .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 156px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    border-radius: 0;
  }
}

#modules .investigage_topics {
  font-size: 20px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  padding: 60px 0;
}

#modules .investigage_topics .restrict {
  max-width: 960px;
  width: 95%;
}

@media (min-width: 767px) {
  #modules .investigage_topics .col-ig {
    width: 14.28571% !important;
  }
}

@media (max-width: 767px) {
  #modules .investigage_topics .container-fluid {
    max-width: 600px;
    position: relative;
  }
}

#modules .investigage_topics h4 span.highlighted {
  display: block;
  font-size: 1.2em;
  color: #cc5000;
  top: auto;
}

#modules .investigage_topics ul {
  margin: 0;
  padding: 10px 0;
  text-align: left;
}

#modules .investigage_topics ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1.2em;
}

#modules .investigage_topics ul li a {
  text-decoration: none;
  color: #373737 !important;
}

#modules .investigage_topics ul li a span {
  display: block;
  height: 81px;
  height: 70px;
  margin-bottom: 20px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}

@media (max-width: 600px) {
  #modules .investigage_topics ul li a span {
    margin-bottom: 10px;
  }
}

#modules .investigage_topics ul li a span.icon_brain-health {
  background-image: url(images/icon_brain-health.png);
}

#modules .investigage_topics ul li a span.icon_wellness {
  background-image: url(images/icon_wellness.png);
}

#modules .investigage_topics ul li a span.icon_trends {
  background-image: url(images/icon_trends.png);
}

#modules .investigage_topics ul li a span.icon_resilience {
  background-image: url(images/icon_resilience.png);
}

#modules .investigage_topics ul li a span.icon_senior-living {
  background-image: url(images/icon_senior-living.png);
}

#modules .investigage_topics ul li a span.icon_perceptions {
  background-image: url(images/icon_perceptions.png);
}

#modules .investigage_topics ul li a span.icon_other {
  background-image: url(images/icon_other.png);
}

#modules .investigage_topics ul li a:hover {
  text-decoration: underline;
}

#modules .investigage_topics ul li a:hover span {
  opacity: 0.7;
}

@media (max-width: 767px) {
  #modules .investigage_topics ul li {
    /*display:block;
          padding-left:20px;
          position:relative;
          &:before{
            content: "\2022";
            color:$mather_dark_orange;
            position:absolute;
            left:0;
            top:0;
            line-height:22px;
          }*/
  }
}

@media (max-width: 600px) {
  #modules .investigage_topics ul li {
    width: 100%;
    clear: both;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  #modules .investigage_topics ul li span {
    display: none;
  }
}

#modules .investigage_topics p {
  text-align: left;
}

@media (min-width: 992px) {
  #modules .investigage_topics p {
    text-align: left;
  }
}

#modules .investigage_topics.no-line {
  padding: 0 0 60px 0;
}

#modules .investigage_topics.no-line h4 {
  margin-top: 0;
}

#modules .investigage_topics .button-block .btn {
  display: block;
  margin: 28px auto;
  position: relative;
}

#modules .investigage_topics .btn {
  width: 100%;
  max-width: 230px;
  display: inline-block;
}

@media (max-width: 991px) {
  #modules .investigage_topics .btn {
    display: block;
    margin: 20px auto 0 auto;
  }
}

#modules .donate {
  padding: 40px 0;
  text-align: left;
  /*#ml-donation h2{display:none;}*/
}

@media (max-width: 991px) {
  #modules .donate {
    padding: 25px 0;
  }
}

#modules .donate #ml-donation {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #373737;
}

#modules .donate #ml-donation-options {
  border: 2px solid #f47b20;
  border-radius: 12px;
}

#modules .donate #ml-donation #dgx-donate-container {
  padding: 0;
  background: none;
  margin: 0;
}

#modules .donate #ml-donation .dgx-donate-form-section {
  border: none !important;
  border-radius: 0 !important;
  padding: 20px 0;
  margin: 0;
  clear: both;
}

#modules .donate #ml-donation .dgx-donate-form-section input {
  border: 1px solid #d6d6d6;
  border-radius: 5px !important;
  background-color: #fff;
  max-width: 250px;
}

@media (max-width: 767px) {
  #modules .donate #ml-donation .dgx-donate-form-section input {
    clear: both;
    max-width: 290px;
  }
}

#modules .donate #ml-donation .dgx-donate-form-section .dgx-donate-pay-enabled input {
  border: none !important;
}

#modules .donate #ml-online-donation {
  padding: 40px 0 25px 0;
  margin: 0 25px;
  position: relative;
  text-align: left;
}

#modules .donate #ml-progress {
  position: relative;
  margin: 25px auto 15px auto;
  width: 190px;
}

#modules .donate #ml-progress ul {
  z-index: 1;
  position: relative;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
}

#modules .donate #ml-progress li {
  position: relative;
  float: left;
  padding: 0;
  margin: 0 50px 0 0;
  display: inline-block;
  color: #fff;
  background: #b5b5b5 none;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-size: 17px;
}

#modules .donate #ml-progress li#progress-3 {
  margin-right: 0;
}

#modules .donate #ml-progress li span {
  width: 100px;
  display: block;
  text-align: center;
  position: absolute;
  top: -30px;
  left: -37px;
  font-size: 16px;
  color: #b5b5b5;
}

#modules .donate #ml-progress li.current {
  background-color: #cc5000;
  color: #fff;
}

#modules .donate #ml-progress li.current span {
  color: #373737;
}

#modules .donate #ml-progress hr {
  z-index: 1;
  background-color: #b5b5b5;
  width: 100%;
  position: absolute;
  height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -5px;
  border-top: none;
  border-bottom: 1px solid #b5b5b5;
}

#modules .donate #ml-buttons {
  width: 100%;
  height: 37px;
  display: block;
  clear: both;
  margin-top: 10px;
  padding-top: 15px;
}

#modules .donate #ml-buttons a {
  height: 35px;
  line-height: 33px;
  border-radius: 7px;
  width: 25%;
  max-width: 150px;
  border: 1px solid #f47b20;
  background-color: #fff;
  color: #f47b20;
  display: block;
  text-decoration: none;
  outline: none;
  text-align: center;
  font-size: 16px;
}

#modules .donate #ml-buttons a:hover {
  background-color: #cc5000;
  color: #fff;
}

#modules .donate #ml-back {
  float: left;
}

#modules .donate #ml-continue {
  float: right;
}

#modules .donate #screen-1 ul {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#modules .donate #screen-1 li {
  list-style: none;
  float: left;
  display: inline;
  background: none;
}

#modules .donate #ml-gift-honor {
  display: none;
}

#modules .donate #dgx-donate-form-payment-section {
  display: none;
}

#modules .donate #dgx-donate-form-donation-section {
  display: none;
}

#modules .donate #dgx-donate-form-tribute-section {
  display: none;
}

#modules .donate .ml-section {
  clear: both;
}

#modules .donate .ml-section label {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400;
}

#modules .donate #ml-online-donation .ml-section li {
  color: #373737;
}

#modules .donate #screen-2, #modules .donate #screen-3 {
  display: none;
  clear: both;
}

#modules .donate #screen-2 {
  padding: 15px 0;
}

#modules .donate #ml-gift-amount, #modules .donate #ml-gift-type, #modules .donate #ml-gift-honor, #modules .donate #ml-gift-recurring {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 800px;
  padding-top: 15px;
}

#modules .donate #ml-gift-amount ul {
  margin: 0 auto 10px auto;
  position: relative;
  padding: 0;
  text-align: center;
  width: 100%;
  display: block;
  min-height: 36px;
}

#modules .donate #ml-online-donation #ml-gift-amount li {
  border: 1px solid #cc5000;
  border-radius: 6px;
  color: #cc5000;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 19%;
  margin-right: 1.25%;
}

#modules .donate #ml-online-donation #ml-gift-amount li:last-child {
  margin-right: 0;
}

#modules .donate #dgx_donate_giving_level_100, #modules .donate #dgx_donate_giving_level_250, #modules .donate #dgx_donate_giving_level_500, #modules .donate #dgx_donate_giving_level_1000, #modules .donate #dgx_donate_giving_level_1000, #modules .donate #other_radio_button {
  border: 2px solid #cc5000;
  border-radius: 10px;
  color: #cc5000;
  width: 66px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  display: inline-block;
  margin-right: 15px;
  margin-left: 0;
  font-size: 22px;
  position: relative;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}

#modules .donate #dgx_donate_giving_level_1000, #modules .donate #ml-gift-amount li.g1000 {
  width: 76px;
}

#modules .donate #ml-gift-amount li.gother {
  width: 81px;
}

#modules .donate #ml-gift-amount li.gother {
  margin-right: 0;
  text-align: left;
  text-indent: 2px;
}

#modules .donate #other_radio_button {
  width: 100px;
}

#modules .donate #other_radio_button:before {
  content: '$ ';
}

#modules .donate #ml-gift-amount li input {
  display: none;
}

#modules .donate #ml-gift-amount li.selected-level span {
  display: none;
}

#modules .donate #ml-gift-amount li.selected-level input {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 66px;
  font-size: 22px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: none transparent !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}

#modules .donate #ml-gift-amount li.gother.selected-level {
  text-align: left;
}

#modules .donate #ml-gift-type ul {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  clear: both;
}

#modules .donate #ml-gift-type li {
  list-style: none;
  display: block;
  margin-bottom: 6px;
}

#modules .donate #ml-gift-honor {
  /*padding-top:45px;*/
}

#modules .donate #ml-gift-honor select, #modules .donate #ml-gift-honor input, #modules .donate #ml-gift-honor label {
  display: inline;
}

#modules .donate #ml-gift-honor select, #modules .donate #dgx-donate-form-billing-section select {
  border: 1px solid #d6d6d6;
  color: #494949;
  text-align: center;
  border-radius: 5px !important;
  background-color: #fff;
  max-width: 140px;
  line-height: 26px;
  height: 30px;
  padding: 1px;
  font-size: 14px;
}

#modules .donate #ml-gift-honor input, #modules .donate #dgx-donate-form-billing-section input {
  border: 1px solid #d6d6d6;
  border-radius: 5px !important;
  background-color: #fff;
  max-width: 140px;
  display: block;
  line-height: 30px;
  height: 30px;
  padding: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

#modules .donate #ml-gift-honor label, #modules .donate #dgx-donate-form-billing-section label, #modules .donate #dgx-donate-form-donor-section label {
  line-height: 30px;
  display: inline-block;
  max-width: 140px;
  margin-left: 18px;
  font-weight: normal;
  font-size: 14px;
}

#modules .donate #ml-gift-honor label, #modules .donate #ml-gift-honor select {
  float: left;
}

#modules .donate #dgx-donate-form-billing-section label, #modules .donate #dgx-donate-form-donor-section label {
  margin-left: 0;
}

#modules .donate #ml-gift-honor select {
  margin-top: 30px;
}

#modules .donate #ml-gift-recurring ul {
  padding: 0;
  margin: 0;
}

#modules .donate #ml-gift-recurring li {
  margin-bottom: 6px;
  display: block;
  float: none;
}

#modules .donate input.missing {
  border-color: #f00 !important;
  background-color: #fcc !important;
}

#modules .donate .ml-error {
  display: none;
  color: #f00 !important;
  clear: both;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}

#modules .donate .dgx-donate-form-section h2, #modules .donate #ml-gift-summary h2 {
  color: #373737;
  font-size: 16px;
}

#modules .donate #dgx-donate-container {
  width: 100%;
  display: block;
  position: relative;
}

#modules .donate #ml-paypal {
  /*background:url(../images/paypal-badge.gif) right center no-repeat;*/
  min-height: 55px;
}

#modules .donate #ml-paypal p {
  /*width:250px;*/
  font-size: 16px;
  padding: 25px 0 5px;
  margin: 0;
}

#modules .donate #dgx-donate-form-donor-section, #modules .donate #dgx-donate-form-billing-section {
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 90%;
  max-width: 800px;
  padding-top: 15px;
  display: block;
}

#modules .donate #dgx-donate-form-donor-section {
  padding-bottom: 30px;
  margin-bottom: 20px;
}

#modules .donate #_dgx_donate_donor_first_name, #modules .donate #_dgx_donate_donor_last_name, #modules .donate #_dgx_donate_donor_email, #modules .donate #_dgx_donate_donor_phone {
  width: 24%;
  max-width: 260px;
  float: left;
  display: inline;
  margin-right: 1%;
}

@media (max-width: 991px) {
  #modules .donate #_dgx_donate_donor_first_name, #modules .donate #_dgx_donate_donor_last_name, #modules .donate #_dgx_donate_donor_email, #modules .donate #_dgx_donate_donor_phone {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #modules .donate #_dgx_donate_donor_first_name, #modules .donate #_dgx_donate_donor_last_name, #modules .donate #_dgx_donate_donor_email, #modules .donate #_dgx_donate_donor_phone {
    display: block;
    float: none;
    width: 100%;
  }
}

@media (max-width: 991px) {
  #modules .donate #_dgx_donate_donor_email {
    clear: both;
  }
}

#modules .donate #_dgx_donate_donor_last_name, #modules .donate #_dgx_donate_donor_phone {
  /*float:right;*/
}

#modules .donate #_dgx_donate_donor_email {
  /*clear:both;*/
}

#modules .donate #_dgx_donate_donor_first_name input, #modules .donate #_dgx_donate_donor_last_name input {
  display: block;
}

#modules .donate #_dgx_donate_anonymous {
  clear: both;
  float: right;
  width: 260px;
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  #modules .donate #_dgx_donate_anonymous {
    max-width: 300px;
  }
}

#modules .donate #_dgx_donate_anonymous input {
  margin-bottom: 20px;
  margin-right: 10px;
}

#modules .donate #_dgx_donate_donor_address2, #modules .donate #_dgx_donate_donor_address {
  display: block;
  width: 100%;
  clear: both;
}

#modules .donate #_dgx_donate_donor_city {
  clear: both;
  width: 160px;
  display: inline;
  float: left;
}

#modules .donate #_dgx_donate_donor_city input {
  width: 160px;
}

#modules .donate #_dgx_donate_donor_state, #modules .donate #_dgx_donate_donor_province {
  width: 85px;
  display: inline;
  float: left;
  margin-left: 28px;
}

#modules .donate #_dgx_donate_donor_state select, #modules .donate #_dgx_donate_donor_province select {
  width: 85px;
  margin: 0;
}

#modules .donate #_dgx_donate_donor_country, #modules .donate #_dgx_donate_donor_zip {
  display: inline;
  display: inline;
  float: left;
  margin-left: 28px;
}

#modules .donate #_dgx_donate_donor_country, #modules .donate #_dgx_donate_donor_country select {
  width: 135px;
}

#modules .donate #_dgx_donate_donor_country select {
  margin: 0;
}

#modules .donate #_dgx_donate_donor_zip, #modules .donate #_dgx_donate_donor_zip input {
  width: 75px;
}

#modules .donate #dgx_donate_giving_level_100:hover, #modules .donate #dgx_donate_giving_level_250:hover, #modules .donate #dgx_donate_giving_level_500:hover, #modules .donate #dgx_donate_giving_level_1000:hover, #modules .donate #dgx_donate_giving_level_1000:hover, #modules .donate #other_radio_button:hover {
  color: #555;
}

#modules .donate .selected-level {
  background-color: #cc5000 !important;
  color: #fff !important;
  cursor: default !important;
}

#modules .donate #dgx_donate_giving_level_100 input, #modules .donate #dgx_donate_giving_level_250 input, #modules .donate #dgx_donate_giving_level_500 input, #modules .donate #dgx_donate_giving_level_1000 input, #modules .donate #other_radio_button input {
  position: absolute;
  left: -9999px;
}

#modules .donate .dgx_donate_giving_level_100 input {
  /*border:3px solid $mather_dark_orange;border-radius:10px;color:$mather_dark_orange;*/
}

#modules .donate #ml-gift-summary {
  padding: 10px 0;
}

#modules .donate #ml-gift-summary h6 {
  color: #373737 !important;
  line-height: 32px;
  font-size: 16px !important;
  font-weight: bold !important;
}

#modules .donate #ml-gift-summary span {
  display: block;
  font-size: 16px;
  word-break: break-all;
}

#modules .donate #ml-gift-summary span.ml-button {
  display: inline-block;
  clear: both;
  padding: 0 20px;
  border: 1px solid #cc5000;
  color: #cc5000;
  line-height: 28px;
  margin-bottom: 10px;
}

#modules .donate .ml-clear {
  clear: both;
}

#modules .donate .ml-info-summary, #modules .donate .ml-billing-summary {
  width: 50%;
  float: left;
  display: inline;
  position: relative;
  padding-top: 30px;
}

#modules .donate .ml-amount-summary {
  width: 78px;
  margin-left: 57px;
  margin-right: 15px;
  position: relative;
  float: left;
  display: inline;
  border: 1px solid #cc5000;
  background-color: #cc5000;
  color: #fff;
  border-radius: 10px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  display: inline-block;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}

#modules .donate .ml-details-summary {
  width: 350px;
  position: relative;
  float: left;
  display: inline;
}

#modules .donate .dgx-donate-form-section h2 {
  margin-bottom: 4px;
}

#modules .donate .dgx-donate-form-section label {
  margin: 10px 0 0 0;
}

#modules .donate .dgx-donate-form-section label::after {
  content: '*';
  color: #cc5000;
}

#modules .donate .dgx-donate-form-section #_dgx_donate_donor_address2 label::after {
  content: normal;
}

#modules .donate #screen-2 .dgx-donate-comment {
  display: none;
}

#modules .donate .ml-required {
  position: absolute;
  color: #444;
  font-size: 12px;
  text-align: right;
  top: 16px;
  right: 0;
}

#modules .btn, #modules a.btn, #modules input[type=submit] {
  font-family: din-condensed, "Arial Narrow", sans-serif;
  font-size: 24px;
  font-size: 22px;
  line-height: 2;
  border-radius: 0;
  text-align: center;
  min-width: 220px;
  padding: 4px 12px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
  background-color: #f47b20;
  color: #fff;
  outline: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

@media (max-width: 1199px) {
  #modules .btn, #modules a.btn, #modules input[type=submit] {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  #modules .btn, #modules a.btn, #modules input[type=submit] {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #modules .btn, #modules a.btn, #modules input[type=submit] {
    font-size: 18px;
  }
}

#modules .btn:hover, #modules a.btn:hover, #modules input[type=submit]:hover {
  background-color: #4f4d49;
}

#modules .btn.btn-orange, #modules a.btn.btn-orange, #modules input[type=submit].btn-orange {
  color: #fff;
  background-color: #f47b20;
  border: none;
  padding: 5px 12px 3px 12px;
}

#modules .btn.btn-orange:hover, #modules a.btn.btn-orange:hover, #modules input[type=submit].btn-orange:hover {
  background-color: #4f4d49;
}

#modules .btn.btn-white, #modules a.btn.btn-white, #modules input[type=submit].btn-white {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 2px 10px;
  padding: 3px 10px 1px 10px;
}

#modules .btn.btn-white:hover, #modules a.btn.btn-white:hover, #modules input[type=submit].btn-white:hover {
  background-color: #4f4d49;
}

@media (max-width: 767px) {
  #modules .btn.btn-white, #modules a.btn.btn-white, #modules input[type=submit].btn-white {
    border-width: 1px;
    padding: 3px 10px;
  }
}

#modules .btn.btn-gray, #modules a.btn.btn-gray, #modules input[type=submit].btn-gray {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 2px 10px;
  padding: 3px 10px 1px 10px;
}

#modules .btn.btn-gray:hover, #modules a.btn.btn-gray:hover, #modules input[type=submit].btn-gray:hover {
  color: #4f4d49;
  background-color: #fff;
}

@media (max-width: 767px) {
  #modules .btn.btn-gray, #modules a.btn.btn-gray, #modules input[type=submit].btn-gray {
    border-width: 1px;
    padding: 3px 10px;
  }
}

#modules .btn.btn-right, #modules a.btn.btn-right, #modules input[type=submit].btn-right {
  float: right;
}

#modules .btn.btn-center, #modules a.btn.btn-center, #modules input[type=submit].btn-center {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

#modules .btn.btn-left, #modules a.btn.btn-left, #modules input[type=submit].btn-left {
  float: left;
}

#modules .hero_image.short-module .hero_auto img {
  max-width: none !important;
}

#modules .hero_image.short-module .hero_auto:before {
  content: normal;
  display: none;
}

#modules .hero_image .module-image {
  height: 390px;
  height: 498px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

#modules .hero_image .module-image .overlay-image {
  display: block;
  width: 90%;
  max-width: 1100px;
  margin: 30px auto 0 auto;
  position: relative;
}

@media (max-width: 991px) {
  #modules .hero_image .module-image .overlay-image {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  #modules .hero_image .module-image .overlay-image {
    margin-top: 10px;
  }
}

#modules .hero_image .module-image .overlay-image .overlay-image-helper {
  width: 30.36%;
  width: 37.5%;
  display: block;
}

#modules .hero_image .module-image .overlay-image .overlay-image-helper span {
  width: 100%;
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 0;
  padding: 0 0 41.61677% 0;
}

@media (min-width: 1200px) {
  #modules .hero_image .module-image {
    height: 598px;
  }
  .archive #modules .hero_image .module-image {
    height: 320px;
  }
}

#modules .hero_image .module-image.hero_auto {
  height: auto;
  text-align: right;
  position: relative;
  padding: 0 !important;
}

@media (min-width: 1500px) {
  #modules .hero_image .module-image.hero_auto:before {
    position: absolute;
    left: 0;
    top: 138px;
    background-color: #fff;
    display: block;
    content: '';
    width: 100%;
    height: 325px;
    z-index: 0;
  }
  .blog #modules .hero_image .module-image.hero_auto:before {
    display: none;
    content: normal;
  }
  #modules .hero_image .module-image.hero_auto.teal:before {
    background-color: #008c99;
  }
  #modules .hero_image .module-image.hero_auto.orange:before {
    background-color: #cc5000;
  }
  #modules .hero_image .module-image.hero_auto.gray:before {
    background-color: #6f6f6f;
  }
}

#modules .hero_image .module-image.hero_auto h1 {
  max-width: 970px !important;
}

#modules .hero_image .module-image.hero_auto img {
  width: 100% !important;
  height: auto !important;
  max-width: 1500px;
  z-index: 1;
  position: relative;
}

.parent-pageid-13 #modules .hero_image .module-image.hero_auto img {
  max-width: none !important;
}

#modules .hero_image .module-image.hero_auto .investigage-slider-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#modules .hero_image .module-image.hero_auto .investigage-slider-wrap .investigage-slider {
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
  list-style: none;
}

#modules .hero_image .module-image.hero_auto .investigage-slider-wrap .investigage-slider li {
  padding: 0;
  margin: 0;
  border: 0;
}

#modules .hero_image .module-image.hero_auto .investigage-slider-wrap .investigage-slider li:before {
  content: normal;
}

@media (min-width: 992px) {
  #modules .hero_image .module-image.parallax-window {
    /*background-image:none!important;*/
    background-position: 10000px 10000px;
    background-color: transparent;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #modules .hero_image .module-image.parallax-window {
    background-position: center center;
    background-color: #fff;
  }
}

#modules .hero_image .module-image .headline-wrap {
  width: 92%;
  max-width: 970px;
  margin: 0 auto;
  position: relative;
  padding-top: 0.25%;
}

#modules .hero_image .module-image h1, #modules .hero_image .module-image h2 {
  padding: 0;
  font-size: 30px;
  line-height: 40px;
  line-height: 1.25em;
  font-weight: 400;
  margin: 0;
  color: #fff;
  text-shadow: none;
}

#modules .hero_image .module-image h1 sup, #modules .hero_image .module-image h2 sup {
  font-size: 50%;
  top: -0.7em;
}

#modules .hero_image .module-image h1 span, #modules .hero_image .module-image h2 span {
  font-size: 80%;
  position: relative;
  top: -0.2em;
}

#modules .hero_image .module-image h1 span.highlighted, #modules .hero_image .module-image h2 span.highlighted {
  display: block;
  font-size: 120px;
  font-size: 2.4em;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  top: auto;
  margin-left: -8px;
  margin-left: -3px;
}

#modules .hero_image .module-image h1 span.highlighted sup, #modules .hero_image .module-image h2 span.highlighted sup {
  font-size: 40%;
  top: -1.05em;
}

#modules .hero_image .module-image .copy-wrap-helper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

#modules .hero_image .module-image .module-copy-wrap {
  display: table;
  text-align: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#modules .hero_image .module-image .module-copy-wrap .module-copy {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

#modules .hero_image .module-image h1, #modules .hero_image .module-image h2 {
  /*margin-top:5%;*/
  /*display:none;*/
}

#modules .hero_image .module-image .is-home h1, #modules .hero_image .module-image .is-home h2 {
  display: block;
  text-align: left;
}

@media (max-width: 991px) {
  #modules .hero_image .module-image h1, #modules .hero_image .module-image h2 {
    display: block;
  }
}

@media (max-width: 1199px) {
  #modules .hero_image .module-image {
    height: 350px;
  }
  #modules .hero_image .module-image h1, #modules .hero_image .module-image h2 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  #modules .hero_image .module-image {
    height: 300px;
    height: 0;
    padding: 0 0 40% 0;
    width: 100%;
    display: block;
    position: relative;
  }
  #modules .hero_image .module-image h1, #modules .hero_image .module-image h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #modules .hero_image .module-image h1, #modules .hero_image .module-image h2 {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  #modules .hero_image .module-image h1, #modules .hero_image .module-image h2 {
    font-size: 15px;
  }
  #modules .hero_image .module-image h1 span.highlighted, #modules .hero_image .module-image h2 span.highlighted {
    margin-left: 0;
    font-size: 2.2em;
  }
}

@media (max-width: 550px) {
  #modules .hero_image .module-image h1, #modules .hero_image .module-image h2 {
    font-size: 14px;
  }
  #modules .hero_image .module-image h1 span.highlighted, #modules .hero_image .module-image h2 span.highlighted {
    font-size: 2.1em;
  }
}

@media (max-width: 500px) {
  #modules .hero_image .module-image h1, #modules .hero_image .module-image h2 {
    font-size: 13px;
  }
  #modules .hero_image .module-image h1 span.highlighted, #modules .hero_image .module-image h2 span.highlighted {
    font-size: 2em;
  }
}

@media (max-width: 450px) {
  #modules .hero_image .module-image h1 span.highlighted, #modules .hero_image .module-image h2 span.highlighted {
    font-size: 1.65em;
  }
}

@media (max-width: 400px) {
  #modules .hero_image .module-image h1, #modules .hero_image .module-image h2 {
    font-size: 12px;
  }
  #modules .hero_image .module-image h1 span.highlighted, #modules .hero_image .module-image h2 span.highlighted {
    font-size: 1.6em;
  }
}

@media (max-width: 380px) {
  #modules .hero_image .module-image h1, #modules .hero_image .module-image h2 {
    font-size: 12px;
  }
  #modules .hero_image .module-image h1 span.highlighted, #modules .hero_image .module-image h2 span.highlighted {
    font-size: 1.5em;
  }
}

@media (max-width: 360px) {
  #modules .hero_image .module-image h1, #modules .hero_image .module-image h2 {
    font-size: 11px;
  }
  #modules .hero_image .module-image h1 span.highlighted, #modules .hero_image .module-image h2 span.highlighted {
    font-size: 1.55em;
  }
}

@media (max-width: 320px) {
  #modules .hero_image .module-image h1, #modules .hero_image .module-image h2 {
    font-size: 10px;
  }
  #modules .hero_image .module-image h1 span.highlighted, #modules .hero_image .module-image h2 span.highlighted {
    font-size: 1.75em;
  }
}

#modules #bug-wrap {
  display: none;
}

#modules #bug-wrap #control {
  display: none;
}

@media (min-width: 768px) {
  #modules #bug-wrap {
    position: fixed;
    right: 17.3333%;
    right: 50px;
    width: 340px;
    bottom: 10%;
    bottom: 50px;
  }
  #modules #bug-wrap #control {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    outline: none;
  }
  #modules #bug-wrap #control:hover {
    opacity: 0.8;
  }
  #modules #bug-wrap.opened #control {
    background-image: url(images/btn_hide.png);
  }
  #modules #bug-wrap.opened #bug {
    padding: 65px 0 30px 0;
  }
  #modules #bug-wrap.closed {
    width: 240px;
  }
  #modules #bug-wrap.closed #control {
    background-image: url(images/btn_show.png);
    height: 38px;
    top: 10px;
    right: 10px;
  }
  #modules #bug-wrap.closed #bug {
    padding: 10px 0;
    background-image: none;
  }
  #modules #bug-wrap.closed #bug #bug-content .col-xs-5 {
    display: none !important;
  }
  #modules #bug-wrap.closed #bug #bug-content .col-sm-7 {
    width: 100% !important;
    padding: 0 !important;
  }
  #modules #bug-wrap.closed #bug #bug-content .col-sm-12 {
    padding: 0 !important;
  }
  #modules #bug-wrap.closed #bug #bug-content h6 {
    display: none;
  }
  #modules #bug-wrap.closed #bug #bug-content .btn {
    margin-top: 0;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  #modules #bug-wrap #bug {
    background-color: rgba(255, 255, 255, 0.85);
    background-image: url(images/pamphlet_sm.png);
    background-repeat: no-repeat;
    background-position: 92% 30px;
    background-size: 135px auto;
    padding: 30px 0;
    position: relative;
  }
}

@media (max-width: 767px) {
  #modules #bug-wrap #bug {
    -webkit-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2);
    max-height: 200px;
    height: 15vh;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    display: table;
    background-color: #fff;
  }
  #modules #bug-wrap #bug #bug-content {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 5px 0;
  }
  #modules #bug-wrap #bug #bug-content .container-fluid {
    position: relative;
    margin: 0 auto;
    max-width: 380px;
  }
}

#modules #bug-wrap #bug h6 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #373737;
  margin: 0;
  padding: 0;
  text-align: left;
}

@media (max-width: 767px) {
  #modules #bug-wrap #bug h6 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  #modules #bug-wrap #bug h6 {
    font-size: 16px;
    line-height: 18px;
  }
}

#modules #bug-wrap #bug .btn {
  text-align: center;
  display: block;
  position: relative;
  max-width: 160px;
  height: auto;
  line-height: 36px;
  font-size: 16px;
  white-space: normal;
  margin: 10px auto 0 auto;
  padding: 0;
}

@media (min-width: 768px) {
  #modules #bug-wrap #bug .btn {
    line-height: 38px;
  }
}

@media (max-width: 480px) {
  #modules #bug-wrap #bug .btn {
    line-height: 34px;
    font-size: 14px;
    max-width: 140px;
    margin: 5px auto 0 auto;
  }
}

#modules .gallery {
  position: relative;
}

#modules .gallery .module-image-wrap {
  position: relative;
}

#modules .gallery .module-image-wrap .restrict {
  width: 100%;
}

@media (min-width: 768px) {
  #modules .gallery .module-image-wrap .restrict {
    height: 0;
    border: none;
    width: 95%;
  }
}

#modules .gallery .module-image-wrap .copy-wrap {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px 20px 30px 30px;
  margin-top: 100px;
  margin-bottom: 120px;
}

#modules .gallery .module-image-wrap .copy-wrap h4 {
  text-align: left;
}

#modules .gallery .module-image-wrap .copy-wrap p {
  line-height: 24px;
  padding: 0;
  margin: 10px 0 0 0;
}

#modules .gallery .module-image-wrap .copy-wrap p strong, #modules .gallery .module-image-wrap .copy-wrap p em {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

@media (min-width: 768px) {
  #modules .gallery .module-image-wrap .copy-wrap {
    position: absolute;
    top: 50px;
    margin-top: 5%;
    left: 0;
    z-index: 1;
  }
  #modules .gallery .module-image-wrap .copy-wrap h4 {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  #modules .gallery .module-image-wrap .copy-wrap {
    margin-top: 60px;
    margin-top: 0;
    margin-bottom: 60px;
    padding: 25px 20px 25px 30px;
  }
}

@media (max-width: 991px) {
  #modules .gallery .module-image-wrap .copy-wrap {
    margin-top: 5%;
    margin-top: 0;
    margin-bottom: 5%;
    padding: 20px 15px 20px 25px;
  }
  #modules .gallery .module-image-wrap .copy-wrap h4 {
    font-size: 25px;
    text-align: center;
  }
}

#modules .gallery .module-image {
  height: 800px;
  height: 100vh;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  /*&:last-of-type{
        border-bottom:none;
      }*/
}

@media (max-width: 1500px) {
  #modules .gallery .module-image {
    height: 800px;
  }
}

@media (max-width: 1199px) {
  #modules .gallery .module-image {
    height: 600px;
  }
}

@media (max-width: 991px) {
  #modules .gallery .module-image {
    height: 500px;
  }
}

@media (max-width: 767px) {
  #modules .gallery .module-image {
    max-height: 800px;
    height: 85vh;
  }
}

#modules .gallery .module-image ul {
  margin: 0;
  padding: 0;
}

#modules .gallery .module-image ul li {
  margin-bottom: 20px;
  margin-bottom: 16px;
  line-height: 22px;
  display: block;
  list-style: none;
  padding-left: 20px;
  position: relative;
}

#modules .gallery .module-image ul li:before {
  /*content: "\2219";*/
  content: "\2022";
  color: #cc5000;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 22px;
}

@media (max-width: 767px) {
  #modules .gallery .module-image ul li {
    margin-bottom: 15px;
  }
}

#modules .gallery .module-image .caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-style: italic;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-shadow: 1px 5px 10px rgba(0, 0, 0, 0.9);
}

@media (max-width: 767px) {
  #modules .gallery .module-image .caption {
    font-size: 15px;
    line-height: 16px;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    padding: 0 15px;
  }
}

#modules .fullwidth_image .module-image {
  height: 455px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

#modules .fullwidth_image .module-image ul {
  margin: 15px 0 0 0;
  padding: 0;
}

#modules .fullwidth_image .module-image ul li {
  margin-bottom: 20px;
  margin-bottom: 16px;
  line-height: 22px;
  display: block;
  list-style: none;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  #modules .fullwidth_image .module-image ul li {
    padding-left: 15px;
  }
}

#modules .fullwidth_image .module-image ul li:before {
  /*content: "\2219";*/
  content: "\2022";
  color: #cc5000;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 22px;
}

@media (max-width: 767px) {
  #modules .fullwidth_image .module-image ul li {
    margin-bottom: 15px;
  }
}

#modules .fullwidth_image .module-image .caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-style: italic;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-shadow: 1px 5px 10px rgba(0, 0, 0, 0.9);
}

@media (max-width: 767px) {
  #modules .fullwidth_image .module-image .caption {
    font-size: 10px;
    line-height: 10px;
  }
}

#modules .fullwidth_image .module-image .btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 28px auto;
}

@media (max-width: 991px) {
  #modules .fullwidth_image .module-image .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 250px;
    white-space: normal;
  }
}

#modules .fullwidth_image .module-image dl dt {
  font-size: 30px;
  line-height: 36px;
  color: #cc5000;
  font-weight: 400;
  width: 50%;
  float: left;
  padding: 0 10px;
  display: inline;
  vertical-align: top;
}

@media (max-width: 767px) {
  #modules .fullwidth_image .module-image dl dt {
    font-size: 24px;
    line-height: 28px;
  }
}

#modules .fullwidth_image .module-image dl dd {
  font-size: 14px;
  line-height: 18px;
  color: #3a3a3a;
  font-weight: 400;
  margin: 0 0 28px 0;
  padding: 0;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

#modules .fullwidth_image .module-image.style-simple {
  height: auto;
}

#modules .fullwidth_image .module-image.style-simple .copy-wrap {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px;
  margin-top: 260px;
  margin-bottom: 330px;
}

@media (max-width: 1199px) {
  #modules .fullwidth_image .module-image.style-simple .copy-wrap {
    margin-top: 240px;
    margin-bottom: 240px;
  }
}

@media (max-width: 991px) {
  #modules .fullwidth_image .module-image.style-simple .copy-wrap {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}

#modules .fullwidth_image .module-image.style-simple .copy-wrap p {
  line-height: 24px;
  padding: 0;
  margin: 5px 0;
}

#modules .fullwidth_image .module-image.style-simple .copy-wrap p strong, #modules .fullwidth_image .module-image.style-simple .copy-wrap p em {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

#modules .fullwidth_image .module-image.style-quotation {
  height: 800px;
  background-color: #fff !important;
  background-position: center 30%;
  background-size: cover;
}

@media (max-width: 480px) {
  #modules .fullwidth_image .module-image.style-quotation .restrict {
    width: 100%;
  }
}

#modules .fullwidth_image .module-image.style-quotation .quotation {
  margin-top: 8%;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #373737;
}

@media (max-width: 991px) {
  #modules .fullwidth_image .module-image.style-quotation .quotation {
    margin-top: 7%;
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  #modules .fullwidth_image .module-image.style-quotation .quotation {
    margin-top: 3%;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  #modules .fullwidth_image .module-image.style-quotation .quotation {
    margin-top: 2%;
    font-size: 17px;
    line-height: 22px;
  }
}

#modules .fullwidth_image .module-image.style-quotation .quotation span {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  display: block;
  font-style: italic;
}

@media (max-width: 1500px) {
  #modules .fullwidth_image .module-image.style-quotation {
    height: 755px;
  }
}

@media (max-width: 1199px) {
  #modules .fullwidth_image .module-image.style-quotation {
    background-position: center top;
    height: 600px;
  }
}

@media (max-width: 991px) {
  #modules .fullwidth_image .module-image.style-quotation {
    background-position: center top;
    height: 450px;
  }
}

@media (max-width: 767px) {
  #modules .fullwidth_image .module-image.style-quotation {
    background-position: center top;
    height: 300px;
  }
}

#modules .fullwidth_image .module-image.style-headline {
  height: auto;
}

#modules .fullwidth_image .module-image.style-headline .copy-wrap {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  padding: 30px 20px 30px 30px;
  margin-top: 100px;
  margin-bottom: 120px;
}

@media (max-width: 1199px) {
  #modules .fullwidth_image .module-image.style-headline .copy-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  #modules .fullwidth_image .module-image.style-headline .copy-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px 25px;
  }
}

@media (max-width: 767px) {
  #modules .fullwidth_image .module-image.style-headline .copy-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px 20px;
  }
}

@media (max-width: 480px) {
  #modules .fullwidth_image .module-image.style-headline .copy-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 15px 15px;
  }
}

#modules .fullwidth_image .module-image.style-headline .copy-wrap h3, #modules .fullwidth_image .module-image.style-headline .copy-wrap h4 {
  text-align: left;
}

#modules .fullwidth_image .module-image.style-headline .copy-wrap p {
  line-height: 24px;
  padding: 0;
  margin: 15px 0 0 0;
}

#modules .fullwidth_image .module-image.style-headline .copy-wrap p strong, #modules .fullwidth_image .module-image.style-headline .copy-wrap p em {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

#modules .fullwidth_image .module-image.style-tab {
  height: auto;
}

#modules .fullwidth_image .module-image.style-tab .image-wrap {
  margin-top: 60px;
  margin-bottom: 50px;
}

#modules .fullwidth_image .module-image.style-tab .image-wrap .image-container {
  margin-bottom: 35px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  #modules .fullwidth_image .module-image.style-tab .image-wrap {
    display: none;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

#modules .fullwidth_image .module-image.style-tab .copy-wrap {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  padding: 30px 25px 80px 25px;
  margin-top: 60px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  #modules .fullwidth_image .module-image.style-tab .copy-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px 25px;
  }
}

@media (max-width: 767px) {
  #modules .fullwidth_image .module-image.style-tab .copy-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px 20px;
  }
}

@media (max-width: 480px) {
  #modules .fullwidth_image .module-image.style-tab .copy-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 15px 15px;
  }
}

#modules .fullwidth_image .module-image.style-tab .copy-wrap h4 {
  text-align: left;
}

#modules .fullwidth_image .module-image.style-tab .copy-wrap h6 {
  color: #fff;
  background-color: #cc5000;
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 35px;
  padding: 0 15px;
}

@media (max-width: 767px) {
  #modules .fullwidth_image .module-image.style-tab .copy-wrap h6 {
    margin-bottom: 20px;
  }
}

#modules .fullwidth_image .module-image.style-tab .copy-wrap p {
  line-height: 24px;
  padding: 0;
  margin: 0;
}

#modules .fullwidth_image .module-image.style-tab .copy-wrap p strong, #modules .fullwidth_image .module-image.style-tab .copy-wrap p em {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

#modules .floor_plans {
  text-align: center;
}

#modules .floor_plans .title-band {
  background-color: #373737;
  color: #ffffff;
  font-size: 36px;
  line-height: 75px;
  font-weight: bold;
}

@media (min-width: 992px) {
  #modules .floor_plans .title-band {
    width: 100%;
  }
  #modules .floor_plans .title-band.sticky {
    position: fixed;
    z-index: 1;
    left: 0;
  }
  #modules .floor_plans .title-band.is_stuck {
    z-index: 1;
  }
}

@media (max-width: 991px) {
  #modules .floor_plans .title-band {
    font-size: 32px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  #modules .floor_plans .title-band {
    font-size: 20px;
    line-height: 60px;
  }
}

#modules .floor_plans .floor-plan {
  padding: 50px 0 70px 0;
}

#modules .floor_plans .floor-plan.first-item {
  border-top: none;
}

#modules .floor_plans .floor-plan h4 {
  font-size: 36px;
  font-weight: 400;
  color: #252525;
  padding: 0;
  margin: 0 0 30px 0;
}

@media (max-width: 991px) {
  #modules .floor_plans .floor-plan h4 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  #modules .floor_plans .floor-plan h4 {
    font-size: 20px;
  }
}

#modules .floor_plans .btn {
  max-width: 330px;
  text-align: center;
  margin: 60px auto 0 auto;
}

@media (max-width: 991px) {
  #modules .floor_plans .btn {
    display: block;
    position: relative;
    margin: 35px auto 0 auto;
    max-width: 300px;
  }
}

#modules .black_band {
  padding: 70px 0 80px 0;
  background-color: #242424;
  background-color: #888888;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

#modules .black_band .restrict {
  max-width: 960px;
}

@media (max-width: 767px) {
  #modules .black_band {
    padding: 40px 0;
  }
  #modules .black_band img {
    margin: 0 auto 25px auto;
    position: relative;
    max-width: 500px;
  }
}

@media (min-width: 992px) {
  #modules .black_band .even-column p {
    font-size: 1.2em;
  }
}

#modules .black_band.mod-testimonial {
  background-color: #f47b20;
}

#modules .black_band.mod-testimonial h5 {
  text-transform: none;
  color: #fff !important;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #modules .black_band.mod-testimonial h5 {
    font-size: 36px !important;
  }
}

@media (min-width: 768px) {
  #modules .black_band.mod-testimonial p {
    font-size: 20px;
  }
}

#modules .black_band.mod-testimonial .quotation:before, #modules .black_band.mod-testimonial .quotation:after {
  color: #fff;
}

#modules .black_band.module-dark h3 {
  color: #fff;
}

#modules .black_band h3 {
  margin-bottom: 15px;
  text-align: left;
}

#modules .black_band h3 span {
  display: block;
  color: #373737;
  margin: 0;
}

#modules .black_band h5 {
  text-transform: uppercase;
  margin-top: 0;
}

#modules .black_band .btn {
  max-width: none;
  display: inline-block;
  border: none;
  margin-top: 16px;
}

@media (max-width: 991px) {
  #modules .black_band .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 250px;
  }
}

#modules .black_band.module-gray h5 {
  color: #f47b20;
}

#modules .black_band.module-gray p {
  color: #373737;
}

#modules .black_band a {
  color: #f47b20;
}

#modules .black_band ul {
  margin: 20px 0 0 0;
  padding: 0;
}

#modules .black_band ul li {
  margin-bottom: 20px;
  margin-bottom: 16px;
  line-height: 22px;
  display: block;
  list-style: none;
  padding-left: 20px;
  position: relative;
}

#modules .black_band ul li:before {
  /*content: "\2219";*/
  content: "\2022";
  color: #f47b20;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 22px;
}

@media (max-width: 767px) {
  #modules .black_band ul li {
    margin-bottom: 15px;
  }
}

#modules .black_band .is_centered {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

#modules .black_band .is_centered h5 {
  color: #f47b20;
}

@media (min-width: 992px) {
  #modules .black_band .is_centered h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  #modules .black_band .is_centered p {
    min-width: 400px;
  }
}

#modules .black_band p:last-of-type {
  margin-bottom: 0 !important;
}

#modules .black_band .byline {
  color: #fff;
  font-style: italic;
  font-size: 20px;
  display: block;
  margin-top: 10px;
  font-weight: normal;
}

@media (max-width: 767px) {
  #modules .black_band .byline {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  #modules .black_band .byline {
    font-size: 14px;
  }
}

#modules .black_band .quotation {
  position: relative;
  display: inline-block;
  clear: both;
}

#modules .black_band .quotation:before, #modules .black_band .quotation:after {
  color: #505050;
  position: absolute;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  opacity: 0.35;
}

#modules .black_band .quotation:before {
  content: '\201C';
}

#modules .black_band .quotation:after {
  content: '\201D';
}

@media (min-width: 768px) {
  #modules .black_band .quotation:before, #modules .black_band .quotation:after {
    font-size: 190px;
    font-size: 215px;
    top: 50px;
    top: 70px;
  }
  #modules .black_band .quotation:before {
    left: -110px;
  }
  #modules .black_band .quotation:after {
    right: -110px;
  }
  #modules .black_band .quotation p {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1200px) {
  #modules .black_band .quotation {
    margin: 0 100px;
  }
}

@media (max-width: 767px) {
  #modules .black_band .quotation {
    margin: 0 80px;
  }
  #modules .black_band .quotation:before, #modules .black_band .quotation:after {
    font-size: 150px;
    top: 40px;
  }
  #modules .black_band .quotation:before {
    left: -90px;
  }
  #modules .black_band .quotation:after {
    right: -90px;
  }
}

@media (max-width: 480px) {
  #modules .black_band .quotation {
    margin: 0 45px;
  }
  #modules .black_band .quotation:before, #modules .black_band .quotation:after {
    font-size: 100px;
    top: 35px;
  }
  #modules .black_band .quotation:before {
    left: -60px;
  }
  #modules .black_band .quotation:after {
    right: -60px;
  }
}

#modules .black_band .more {
  text-decoration: underline;
  margin-top: 8px;
  display: inline-block;
}

#modules .black_band .more:hover {
  text-decoration: none;
}

#modules .carousel {
  padding: 65px 0;
}

@media (max-width: 991px) {
  #modules .carousel {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  #modules .carousel {
    padding: 30px 0;
  }
}

@media (min-width: 992px) {
  #modules .carousel .headline h4 {
    font-size: 36px;
    line-height: 42px;
  }
  #modules .carousel .slides h4 {
    text-align: left;
  }
  #modules .carousel p {
    text-align: left;
  }
}

#modules .carousel .img-col {
  padding: 0;
}

#modules .carousel .content-wrap {
  padding: 10% 5% 10% 4%;
}

#modules .carousel .content-wrap p:last-child {
  margin: 0;
}

@media (max-width: 991px) {
  #modules .carousel .content-wrap {
    padding: 10% 5% 5% 5%;
  }
}

#modules .carousel .bx-viewport {
  margin: 35px 0;
  background-color: #fff;
}

#modules .carousel .bx-pager {
  text-align: center;
}

#modules .carousel .bx-pager .bx-pager-item {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 6px;
}

#modules .carousel .bx-pager .bx-pager-item a {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border-radius: 15px;
  display: block;
  background-color: #373737;
  text-indent: -9999px;
  text-decoration: none;
  outline: none;
}

#modules .carousel .bx-pager .bx-pager-item a:hover {
  background-color: #f47b20;
}

#modules .carousel .bx-pager .bx-pager-item a.active {
  background-color: #cc5000;
}

#modules .carousel .slider-wrap {
  position: relative;
}

@media (max-width: 1150px) {
  #modules .carousel .slider-wrap {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  #modules .carousel .slider-wrap {
    margin: 0 auto;
    max-width: 482px;
  }
}

@media (max-width: 600px) {
  #modules .carousel .slider-wrap {
    width: auto;
    margin: 0 50px;
  }
}

#modules .carousel .bx-controls-direction a {
  position: absolute;
  top: 130px;
  width: 0;
  height: 0;
  text-indent: -9999px;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  outline: none;
}

@media (max-width: 1199px) {
  #modules .carousel .bx-controls-direction a {
    top: 110px;
  }
}

@media (max-width: 991px) {
  #modules .carousel .bx-controls-direction a {
    top: 90px;
  }
}

@media (max-width: 767px) {
  #modules .carousel .bx-controls-direction a {
    top: 130px;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
  }
}

@media (max-width: 480px) {
  #modules .carousel .bx-controls-direction a {
    top: 90px;
  }
}

#modules .carousel .bx-controls-direction a.bx-prev {
  left: -55px;
  border-right: 36px solid #f47b20;
}

#modules .carousel .bx-controls-direction a.bx-prev:hover {
  border-right: 36px solid #4f4d49;
}

@media (max-width: 767px) {
  #modules .carousel .bx-controls-direction a.bx-prev {
    left: -45px;
    border-right: 30px solid #f47b20;
  }
  #modules .carousel .bx-controls-direction a.bx-prev:hover {
    border-right: 30px solid #4f4d49;
  }
}

#modules .carousel .bx-controls-direction a.bx-next {
  right: -45px;
  border-left: 36px solid #f47b20;
}

#modules .carousel .bx-controls-direction a.bx-next:hover {
  border-left: 36px solid #4f4d49;
}

@media (max-width: 767px) {
  #modules .carousel .bx-controls-direction a.bx-next {
    right: -50px;
    border-left: 30px solid #f47b20;
  }
  #modules .carousel .bx-controls-direction a.bx-next:hover {
    border-left: 30px solid #4f4d49;
  }
}

#modules .video {
  padding: 55px 0;
}

@media (max-width: 991px) {
  #modules .video {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  #modules .video {
    padding: 30px 0;
  }
}

@media (min-width: 992px) {
  #modules .video h3 {
    margin-top: 60px;
  }
}

#modules .video h3.has-subhead {
  margin-bottom: 0;
}

#modules .image_copy_grid_featured {
  padding: 40px 0;
}

#modules .image_copy_grid_featured ul {
  margin: 0;
  padding: 0;
}

#modules .image_copy_grid_featured ul li {
  margin-bottom: 20px;
  margin-bottom: 16px;
  line-height: 22px;
  display: block;
  list-style: none;
  padding-left: 20px;
  position: relative;
}

#modules .image_copy_grid_featured ul li:before {
  /*content: "\2219";*/
  content: "\2022";
  color: #f47b20;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 22px;
}

@media (max-width: 991px) {
  #modules .image_copy_grid_featured ul li {
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  #modules .image_copy_grid_featured h4 {
    font-size: 36px;
    line-height: 42px;
  }
}

#modules .image_copy_grid_featured img {
  margin-bottom: 20px;
}

#modules .image_copy_grid_featured .featured-details {
  padding-top: 20px;
}

#modules .image_copy_grid_featured .featured-details img {
  border-radius: 10px;
}

#modules .image_copy_grid_featured .copy-block {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 30px;
}

@media (max-width: 991px) {
  #modules .image_copy_grid_featured .copy-block {
    padding: 20px 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

@media (max-width: 991px) {
  #modules .image_copy_grid_featured .image-block {
    background-color: #fff;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

#modules .investigage_footer {
  padding: 0;
}

#modules .investigage_footer .restrict {
  max-width: 550px;
  width: 92%;
}

#modules .investigage_footer div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: 0;
}

#modules .investigage_footer .footer_modules .btn {
  max-width: none;
  text-align: center;
  display: inline-block;
}

@media (max-width: 991px) {
  #modules .investigage_footer .footer_modules .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 250px;
  }
}

@media (min-width: 768px) {
  #modules .investigage_footer .footer_modules {
    display: table;
    table-layout: fixed;
    vertical-align: middle;
    vertical-align: bottom;
    width: 100%;
  }
}

#modules .investigage_footer .footer_modules .footer_module {
  padding-bottom: 58px;
  padding-top: 20px;
}

@media (min-width: 768px) {
  #modules .investigage_footer .footer_modules .footer_module {
    display: table-cell;
    vertical-align: middle;
    vertical-align: bottom;
    width: 50%;
  }
}

#modules .investigage_footer .footer_modules .footer_module.footer_subscribe {
  background-color: #edecea;
}

#modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .investigage-callout {
  display: block;
  text-align: right;
  padding-let: 30%;
  font-size: 25px;
  color: #008c99;
  padding: 40px 0 0 0;
}

@media (max-width: 991px) {
  #modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .investigage-callout {
    text-align: center;
    font-size: 20px;
  }
}

#modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .investigage-callout a {
  color: #008c99;
  text-decoration: underline;
}

#modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .investigage-callout a:hover {
  text-decoration: none;
}

#modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form {
  border: none;
  background-color: #efecea;
  border-radius: 20px;
  position: relative;
}

#modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form h3, #modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form p {
  margin-left: 30%;
}

@media (max-width: 767px) {
  #modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form h3, #modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form p {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  #modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form label:first-child {
    padding-top: 30px;
  }
}

#modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form .preview-phone {
  position: absolute;
  width: 31.7172%;
  width: 28.5%;
  left: 0.5%;
  left: -0.75%;
  top: -10.5%;
  top: -12%;
  top: -40px;
  top: -45px;
  display: block;
}

#modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form .preview-phone:after {
  display: block;
  width: 100%;
  padding: 0 0 159.554% 0;
  height: 0;
  background: url(images/cellular-phone.png) 0 0 no-repeat;
  background-size: contain;
  position: relative;
  content: '';
}

@media (max-width: 1199px) {
  #modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form .preview-phone {
    top: 3%;
    height: 94%;
  }
  #modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form .preview-phone:after {
    background-position: center center;
    height: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  #modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form .preview-phone {
    display: none;
  }
}

#modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form div.wpcf7 h3 {
  text-align: left;
}

#modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form div.wpcf7-mail-sent-ok {
  border-color: #f47b20;
}

#modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form .btn {
  width: 100%;
  max-width: 170px;
  margin-top: 24px;
  text-shadow: none;
  outline: none;
}

@media (max-width: 767px) {
  #modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 250px;
  }
}

#modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}

#modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form label:first-child {
  padding-top: 20px;
}

@media (max-width: 767px) {
  #modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form label:first-child {
    padding-top: 0;
  }
}

#modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form label span.wpcf7-form-control-wrap {
  display: block;
}

#modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form label input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  padding: 5px;
  line-height: 30px;
  border: 1px solid #d6d6d6;
}

#modules .investigage_footer .footer_modules .footer_module.footer_subscribe .module-form-wrap .module-form label input[type=checkbox] {
  width: auto;
}

#modules .investigage_footer .footer_modules .footer_module.footer_reports h3 {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}

#modules .investigage_footer .footer_modules .footer_module.footer_reports img {
  padding-top: 20px;
  max-width: 100%;
  height: auto;
}

#modules .investigage_footer .footer_modules .footer_module.footer_reports .btn {
  max-width: 250px;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#modules .investigage_subscribe {
  padding: 30px 0;
}

#modules .investigage_subscribe .module-block h5 {
  font-size: 18px;
}

#modules .investigage_subscribe .module-block h5 a {
  text-decoration: underline;
  text-transform: none;
}

#modules .investigage_subscribe .module-block h5 a:hover {
  text-decoration: none;
}

#modules .investigage_subscribe .module-block .cat-links a, #modules .investigage_subscribe .module-block .byline a {
  color: #3a3a3a;
}

#modules .investigage_subscribe.style_short {
  padding: 0;
  background-color: #efecea;
}

#modules .investigage_subscribe.style_short .module-form-wrap .investigage-callout {
  font-size: 20px;
}

@media (min-width: 768px) {
  #modules .investigage_subscribe.style_short .module-form-wrap .investigage-callout {
    text-align: left;
    padding-left: 34.5%;
    padding-top: 0;
  }
}

#modules .investigage_subscribe.style_short .module-form-wrap .module-form {
  margin-top: 0;
}

@media (max-width: 600px) {
  #modules .investigage_subscribe.style_short .module-form-wrap .module-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#modules .investigage_subscribe.style_short .module-form-wrap .module-form div.wpcf7 h3 {
  position: relative;
  padding-left: 330px;
  font-size: 29px;
  margin-bottom: 30px;
  padding-top: 10px;
}

@media (max-width: 991px) {
  #modules .investigage_subscribe.style_short .module-form-wrap .module-form div.wpcf7 h3 {
    padding-left: 325px;
    padding-top: 0;
  }
}

#modules .investigage_subscribe.style_short .module-form-wrap .module-form div.wpcf7 h3:before {
  content: '';
  background: url(images/investigage_logo.png) left center no-repeat;
  background-size: contain;
  width: 308px;
  height: 82px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  #modules .investigage_subscribe.style_short .module-form-wrap .module-form div.wpcf7 h3 {
    padding-left: 0;
  }
  #modules .investigage_subscribe.style_short .module-form-wrap .module-form div.wpcf7 h3:before {
    position: relative;
    margin-bottom: 20px;
    top: auto;
    left: auto;
  }
}

@media (max-width: 767px) {
  #modules .investigage_subscribe.style_short .module-form-wrap .module-form div.wpcf7 h3 {
    padding-left: 0;
    text-align: center;
  }
  #modules .investigage_subscribe.style_short .module-form-wrap .module-form div.wpcf7 h3:before {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 325px;
  }
}

#modules .investigage_subscribe.no-line {
  padding-top: 0;
}

@media (min-width: 992px) {
  #modules .investigage_subscribe.no-line .module-block {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  #modules .investigage_subscribe h5 {
    font-size: 20px;
  }
}

#modules .investigage_subscribe .cat-links {
  display: block;
}

#modules .investigage_subscribe .module-intro-section {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  #modules .investigage_subscribe .module-intro-section h3 {
    font-size: 26px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  #modules .investigage_subscribe .module-intro-section h3 {
    font-size: 31px;
  }
}

#modules .investigage_subscribe .module-intro-section h3 span {
  width: 349px;
  height: 94px;
  background: url(images/investigage_logo.png) left center no-repeat;
}

@media (min-width: 768px) {
  #modules .investigage_subscribe .module-intro-section h3 span {
    display: inline-block;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-right: 28px;
    margin-right: 28px;
    float: left;
    position: relative;
    border-right: 2px solid #008c99;
    height: 114px;
  }
}

@media (min-width: 992px) {
  #modules .investigage_subscribe .module-intro-section h3 span {
    padding-right: 34px;
    margin-right: 34px;
    height: 94px;
  }
}

@media (max-width: 767px) {
  #modules .investigage_subscribe .module-intro-section h3 span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative;
  }
}

@media (max-width: 360px) {
  #modules .investigage_subscribe .module-intro-section h3 span {
    width: 100%;
    background-size: contain;
    background-position: center center;
    height: 0;
    padding: 0 0 26.9341% 0;
  }
}

#modules .investigage_subscribe .module-intro-section p {
  font-size: 1.15em;
  line-height: 1.5em;
  margin-bottom: 0;
}

#modules .investigage_subscribe.module-center h5 {
  text-align: center;
}

#modules .investigage_subscribe.module-center p {
  text-align: center;
}

@media (min-width: 992px) {
  #modules .investigage_subscribe.module-center .btn {
    max-width: 256px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }
}

#modules .investigage_subscribe .btn {
  max-width: none;
  text-align: center;
  display: inline-block;
}

@media (max-width: 991px) {
  #modules .investigage_subscribe .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 250px;
  }
}

#modules .investigage_subscribe ul {
  margin: 20px 0 0 0;
  padding: 0;
}

#modules .investigage_subscribe ul li {
  margin-bottom: 20px;
  margin-bottom: 16px;
  line-height: 22px;
  display: block;
  list-style: none;
  padding-left: 20px;
  position: relative;
}

#modules .investigage_subscribe ul li:before {
  /*content: "\2219";*/
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 22px;
}

@media (max-width: 767px) {
  #modules .investigage_subscribe ul li {
    margin-bottom: 15px;
  }
}

#modules .investigage_subscribe .module-image {
  background-size: cover;
  background-position: center center;
  background-position: center bottom;
  background-position: center top;
  background-repeat: no-repeat;
  height: 245px;
  display: block;
  text-indent: -9999px;
  border-radius: 5px;
}

#modules .investigage_subscribe .module-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

#modules .investigage_subscribe .module-block p:last-child {
  margin-bottom: 0;
}

#modules .investigage_subscribe .module-block p {
  margin-top: 20px;
}

@media (max-width: 767px) {
  #modules .investigage_subscribe .module-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#modules .investigage_subscribe .module-form-wrap {
  padding-bottom: 100px;
}

#modules .investigage_subscribe .module-form-wrap .investigage-callout {
  display: block;
  text-align: right;
  padding-let: 30%;
  font-size: 25px;
  color: #008c99;
  padding: 40px 0 0 0;
}

@media (max-width: 991px) {
  #modules .investigage_subscribe .module-form-wrap .investigage-callout {
    text-align: center;
    font-size: 20px;
  }
}

#modules .investigage_subscribe .module-form-wrap .investigage-callout a {
  color: #008c99;
  text-decoration: underline;
}

#modules .investigage_subscribe .module-form-wrap .investigage-callout a:hover {
  text-decoration: none;
}

#modules .investigage_subscribe .module-form-wrap .module-form {
  border: none;
  margin-top: 80px;
  padding-top: 15px;
  background-color: #efecea;
  border-radius: 20px;
  padding: 20px 30px 30px 30px;
  position: relative;
}

#modules .investigage_subscribe .module-form-wrap .module-form .preview-phone {
  position: absolute;
  width: 31.7172%;
  left: 0.5%;
  top: -10.5%;
  display: block;
}

#modules .investigage_subscribe .module-form-wrap .module-form .preview-phone:after {
  display: block;
  width: 100%;
  padding: 0 0 159.554% 0;
  height: 0;
  background: url(images/cellular-phone.png) 0 0 no-repeat;
  background-size: contain;
  position: relative;
  content: '';
}

@media (max-width: 991px) {
  #modules .investigage_subscribe .module-form-wrap .module-form .preview-phone {
    top: 3%;
    height: 94%;
  }
  #modules .investigage_subscribe .module-form-wrap .module-form .preview-phone:after {
    background-position: center center;
    height: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  #modules .investigage_subscribe .module-form-wrap .module-form .preview-phone {
    display: none;
  }
}

#modules .investigage_subscribe .module-form-wrap .module-form div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#modules .investigage_subscribe .module-form-wrap .module-form div.wpcf7 h3 {
  text-align: left;
}

@media (min-width: 768px) {
  #modules .investigage_subscribe .module-form-wrap .module-form div.wpcf7 {
    max-width: 575px;
    width: 66%;
    margin-left: 32%;
  }
}

@media (min-width: 992px) {
  #modules .investigage_subscribe .module-form-wrap .module-form div.wpcf7 {
    width: 65%;
    margin-left: 33%;
  }
}

#modules .investigage_subscribe .module-form-wrap .module-form div.wpcf7-mail-sent-ok {
  border-color: #f47b20;
}

#modules .investigage_subscribe .module-form-wrap .module-form .btn {
  width: 100%;
  max-width: 460px;
  margin-top: 24px;
  outline: none;
  line-height: 34px;
}

@media (max-width: 767px) {
  #modules .investigage_subscribe .module-form-wrap .module-form .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 250px;
  }
}

#modules .investigage_subscribe .module-form-wrap .module-form label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}

#modules .investigage_subscribe .module-form-wrap .module-form label span.wpcf7-form-control-wrap {
  display: block;
}

#modules .investigage_subscribe .module-form-wrap .module-form label input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  padding: 5px;
  line-height: 30px;
  border: 1px solid #d6d6d6;
}

#modules .investigage_subscribe .module-form-wrap .module-form label input[type=checkbox] {
  width: auto;
}

#modules .social-share {
  margin-bottom: 20px;
}

#modules .current_research {
  padding: 80px 0;
}

@media (max-width: 767px) {
  #modules .current_research {
    padding: 50px 0;
  }
}

#modules .current_research .accordion ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#modules .current_research .accordion ul li {
  list-style: none;
  display: block;
  margin: 0 0 5px 0;
}

#modules .current_research .accordion ul li.open .module-copy {
  display: block;
}

#modules .current_research .accordion ul li.open h4 {
  background-color: #f47b20;
}

#modules .current_research .accordion ul li.open h4:after {
  background-image: url(images/accordion_minus.png);
}

#modules .current_research .accordion ul li h4 {
  color: #fff;
  text-align: left;
  padding: 18px 60px 18px 40px;
  line-height: 30px;
  background-color: #f47b20;
  font-size: 24px;
  position: relative;
  margin: 0;
  cursor: pointer;
}

#modules .current_research .accordion ul li h4:after {
  content: '';
  position: absolute;
  top: 0;
  right: 21px;
  height: 100%;
  width: 19px;
  background-image: url(images/accordion_plus.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  #modules .current_research .accordion ul li h4:after {
    right: 14px;
  }
}

@media (max-width: 480px) {
  #modules .current_research .accordion ul li h4:after {
    right: 12px;
  }
}

@media (max-width: 767px) {
  #modules .current_research .accordion ul li h4 {
    font-size: 20px;
    line-height: 24px;
    padding: 14px 42px 14px 20px;
  }
}

@media (max-width: 480px) {
  #modules .current_research .accordion ul li h4 {
    font-size: 18px;
    line-height: 22px;
    padding: 12px 42px 12px 20px;
  }
}

#modules .current_research .accordion ul li h4:hover {
  background-color: #f47b20;
}

#modules .current_research .accordion ul li .module-copy {
  padding: 35px 0;
  display: none;
}

@media (max-width: 767px) {
  #modules .current_research .accordion ul li .module-copy {
    padding: 15px 0;
  }
}

#modules .current_research .accordion ul li .module-copy span {
  display: block;
}

@media (min-width: 992px) {
  #modules .current_research .accordion ul li .module-copy span {
    display: inline-block;
  }
}

#modules .current_research .accordion ul li .module-copy span:before {
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}

#modules .current_research .accordion ul li .module-copy span.project-investigator:before {
  content: 'Contact:';
}

@media (min-width: 992px) {
  #modules .current_research .accordion ul li .module-copy span.project-investigator:after {
    content: '';
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    width: 1px;
    height: 20px;
    height: 28px;
    vertical-align: text-top;
    background-color: #373737;
  }
}

#modules .current_research .accordion ul li .module-copy span.project-email:before {
  content: 'Email:';
}

#modules .image_copy_grid, #modules .related_resources {
  padding: 30px 0;
  display: block;
}

#modules .image_copy_grid.hidden, #modules .related_resources.hidden {
  display: none !important;
}

#modules .image_copy_grid .grid-download, #modules .related_resources .grid-download {
  max-width: 1200px;
  max-width: 1040px;
  padding: 20px 0;
  padding: 0;
}

#modules .image_copy_grid .grid-download p, #modules .related_resources .grid-download p {
  margin-bottom: 0;
}

#modules .image_copy_grid .grid-download.items-row-2 .module-intro-section, #modules .related_resources .grid-download.items-row-2 .module-intro-section {
  padding-bottom: 20px;
}

#modules .image_copy_grid.no-line, #modules .related_resources.no-line {
  padding-top: 0;
}

@media (min-width: 992px) {
  #modules .image_copy_grid.no-line .module-block, #modules .related_resources.no-line .module-block {
    margin-top: 0;
  }
}

#modules .image_copy_grid .module-intro-section p, #modules .related_resources .module-intro-section p {
  font-size: 1.15em;
  line-height: 1.5em;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  #modules .image_copy_grid .items-row-3.restrict, #modules .related_resources .items-row-3.restrict {
    max-width: 750px;
  }
}

#modules .image_copy_grid.module-center h5, #modules .related_resources.module-center h5 {
  text-align: center;
}

#modules .image_copy_grid.module-center p, #modules .related_resources.module-center p {
  text-align: center;
}

@media (min-width: 992px) {
  #modules .image_copy_grid.module-center .btn, #modules .related_resources.module-center .btn {
    max-width: 256px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }
}

@media (min-width: 992px) {
  #modules .image_copy_grid.module-center .headline-above h5, #modules .related_resources.module-center .headline-above h5 {
    margin-top: 0;
  }
}

#modules .image_copy_grid.module-center .headline-above p, #modules .related_resources.module-center .headline-above p {
  padding-top: 20px;
}

#modules .image_copy_grid .items-row-4.restrict, #modules .related_resources .items-row-4.restrict {
  max-width: 1390px;
  max-width: 1480px;
}

@media (min-width: 1200px) {
  #modules .image_copy_grid .items-row-4 p, #modules .related_resources .items-row-4 p {
    min-height: 72px;
  }
}

@media (max-width: 1199px) {
  #modules .image_copy_grid .items-row-4 .module-block:nth-child(odd), #modules .related_resources .items-row-4 .module-block:nth-child(odd) {
    clear: both;
  }
}

#modules .image_copy_grid .btn, #modules .related_resources .btn {
  max-width: none;
  display: inline-block;
}

@media (max-width: 991px) {
  #modules .image_copy_grid .btn, #modules .related_resources .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 250px;
  }
}

#modules .image_copy_grid ul, #modules .related_resources ul {
  margin: 20px 0 0 0;
  padding: 0;
}

#modules .image_copy_grid ul li, #modules .related_resources ul li {
  margin-bottom: 20px;
  margin-bottom: 16px;
  line-height: 22px;
  display: block;
  list-style: none;
  padding-left: 20px;
  position: relative;
}

#modules .image_copy_grid ul li:before, #modules .related_resources ul li:before {
  /*content: "\2219";*/
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 22px;
}

@media (max-width: 767px) {
  #modules .image_copy_grid ul li, #modules .related_resources ul li {
    margin-bottom: 15px;
  }
}

#modules .image_copy_grid .fullwidth .module-image, #modules .related_resources .fullwidth .module-image {
  border-radius: 0;
  height: 33.33vw;
  background-position: center top;
}

@media (min-width: 1200px) {
  #modules .image_copy_grid .fullwidth .module-image, #modules .related_resources .fullwidth .module-image {
    height: 387px;
  }
}

@media (max-width: 767px) {
  #modules .image_copy_grid .fullwidth .module-image, #modules .related_resources .fullwidth .module-image {
    height: 90vw;
    max-height: 300px;
  }
}

#modules .image_copy_grid .module-image, #modules .related_resources .module-image {
  background-size: cover;
  background-position: center center;
  background-position: center bottom;
  background-position: center top;
  background-repeat: no-repeat;
  height: 245px;
  display: block;
  text-indent: -9999px;
  border-radius: 5px;
}

#modules .image_copy_grid .module-block, #modules .related_resources .module-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

#modules .image_copy_grid .module-block p:last-child, #modules .related_resources .module-block p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #modules .image_copy_grid .module-block, #modules .related_resources .module-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  #modules .image_copy_grid .grid-download, #modules .related_resources .grid-download {
    /*.module-image,*/
  }
  #modules .image_copy_grid .grid-download .download-copy, #modules .related_resources .grid-download .download-copy {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  #modules .image_copy_grid .grid-download h3:before, #modules .related_resources .grid-download h3:before {
    content: '';
  }
}

#modules .image_copy_grid .grid-download h3.ic_brain-health, #modules .related_resources .grid-download h3.ic_brain-health {
  line-height: 68px;
}

#modules .image_copy_grid .grid-download h3.ic_brain-health:before, #modules .related_resources .grid-download h3.ic_brain-health:before {
  position: relative;
  height: 68px;
  width: 90px;
  margin-right: 20px;
  display: inline-block;
  border-right: 2px solid #008c99;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
  background-image: url(images/icon_brain-health.png);
}

#modules .image_copy_grid .grid-download h3.ic_workforce-wellness, #modules .related_resources .grid-download h3.ic_workforce-wellness {
  line-height: 68px;
}

#modules .image_copy_grid .grid-download h3.ic_workforce-wellness:before, #modules .related_resources .grid-download h3.ic_workforce-wellness:before {
  position: relative;
  height: 68px;
  width: 100px;
  margin-right: 20px;
  display: inline-block;
  border-right: 2px solid #008c99;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
  background-image: url(images/icon_wellness.png);
}

#modules .image_copy_grid .grid-download h3.ic_trends-innovation, #modules .related_resources .grid-download h3.ic_trends-innovation {
  line-height: 68px;
}

#modules .image_copy_grid .grid-download h3.ic_trends-innovation:before, #modules .related_resources .grid-download h3.ic_trends-innovation:before {
  position: relative;
  height: 68px;
  width: 80px;
  margin-right: 20px;
  display: inline-block;
  border-right: 2px solid #008c99;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
  background-image: url(images/icon_trends.png);
}

#modules .image_copy_grid .grid-download h3.ic_resilience, #modules .related_resources .grid-download h3.ic_resilience {
  line-height: 68px;
}

#modules .image_copy_grid .grid-download h3.ic_resilience:before, #modules .related_resources .grid-download h3.ic_resilience:before {
  position: relative;
  height: 68px;
  width: 90px;
  margin-right: 20px;
  display: inline-block;
  border-right: 2px solid #008c99;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
  background-image: url(images/icon_resilience.png);
}

#modules .image_copy_grid .grid-download h3.ic_senior-living-trends, #modules .related_resources .grid-download h3.ic_senior-living-trends {
  line-height: 68px;
}

#modules .image_copy_grid .grid-download h3.ic_senior-living-trends:before, #modules .related_resources .grid-download h3.ic_senior-living-trends:before {
  position: relative;
  height: 68px;
  width: 101px;
  margin-right: 20px;
  display: inline-block;
  border-right: 2px solid #008c99;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
  background-image: url(images/icon_senior-living.png);
}

#modules .image_copy_grid .grid-download h3.ic_perceptions-of-aging, #modules .related_resources .grid-download h3.ic_perceptions-of-aging {
  line-height: 68px;
}

#modules .image_copy_grid .grid-download h3.ic_perceptions-of-aging:before, #modules .related_resources .grid-download h3.ic_perceptions-of-aging:before {
  position: relative;
  height: 68px;
  width: 100px;
  margin-right: 20px;
  display: inline-block;
  border-right: 2px solid #008c99;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
  background-image: url(images/icon_perceptions.png);
}

#modules .image_copy_grid .grid-download h3.ic_other, #modules .related_resources .grid-download h3.ic_other {
  line-height: 68px;
}

#modules .image_copy_grid .grid-download h3.ic_other:before, #modules .related_resources .grid-download h3.ic_other:before {
  position: relative;
  height: 68px;
  width: 100px;
  margin-right: 20px;
  display: inline-block;
  border-right: 2px solid #008c99;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
  background-image: url(images/icon_other.png);
}

#modules .image_copy_grid .grid-download .module-block, #modules .related_resources .grid-download .module-block {
  margin-top: 0;
}

#modules .image_copy_grid .grid-download h5, #modules .related_resources .grid-download h5 {
  color: #008c99;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
  padding-top: 6px;
}

#modules .image_copy_grid .grid-download h5 span, #modules .related_resources .grid-download h5 span {
  display: block;
  font-size: 17px;
  line-height: 18px;
  margin-top: 5px;
}

#modules .image_copy_grid .grid-download p, #modules .related_resources .grid-download p {
  color: #3a3a3a;
  line-height: 22px;
}

@media (max-width: 991px) {
  #modules .image_copy_grid .grid-download p, #modules .related_resources .grid-download p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
}

@media (min-width: 601px) {
  #modules .image_copy_grid .grid-download.items-row-2 .module-image, #modules .related_resources .grid-download.items-row-2 .module-image {
    width: 47%;
    display: inline-block;
    float: left;
    height: 285px;
  }
  #modules .image_copy_grid .grid-download.items-row-2 .download-copy, #modules .related_resources .grid-download.items-row-2 .download-copy {
    width: 47%;
    margin-left: 6%;
    display: inline-block;
  }
}

#modules .image_copy_grid .grid-download .module-image, #modules .related_resources .grid-download .module-image {
  height: 285px;
  height: 344px;
  background-size: contain !important;
}

.page_free-industry-information #modules .image_copy_grid .grid-download .module-image, .page_free-industry-information #modules .related_resources .grid-download .module-image {
  background-position: bottom center !important;
  height: 310px;
}

@media (max-width: 767px) {
  .page_free-industry-information #modules .image_copy_grid .grid-download .module-image, .page_free-industry-information #modules .related_resources .grid-download .module-image {
    height: 260px;
  }
}

#modules .image_copy_grid .grid-download .download-copy, #modules .related_resources .grid-download .download-copy {
  position: relative;
}

#modules .image_copy_grid .grid-download .download-copy .btn, #modules .related_resources .grid-download .download-copy .btn {
  left: auto;
  right: auto;
  width: 100%;
  display: block;
  max-width: 196px;
  margin-top: 20px;
}

@media (max-width: 600px) {
  #modules .image_copy_grid .grid-download .download-copy, #modules .related_resources .grid-download .download-copy {
    height: auto;
    margin-bottom: 20px;
  }
  #modules .image_copy_grid .grid-download .download-copy .btn, #modules .related_resources .grid-download .download-copy .btn {
    position: relative;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    bottom: auto;
    margin-top: 15px;
  }
  #modules .image_copy_grid .grid-download .module-image, #modules .image_copy_grid .grid-download .download-copy, #modules .related_resources .grid-download .module-image, #modules .related_resources .grid-download .download-copy {
    width: 100%;
    height: 300px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    clear: both;
  }
  #modules .image_copy_grid .grid-download .module-image h5, #modules .image_copy_grid .grid-download .download-copy h5, #modules .related_resources .grid-download .module-image h5, #modules .related_resources .grid-download .download-copy h5 {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  #modules .image_copy_grid .grid-download .module-image p, #modules .image_copy_grid .grid-download .download-copy p, #modules .related_resources .grid-download .module-image p, #modules .related_resources .grid-download .download-copy p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

@media (max-width: 360px) {
  #modules .image_copy_grid .grid-download .module-image, #modules .related_resources .grid-download .module-image {
    height: 280px;
  }
}

#modules .image_link_grid .module-intro-section {
  padding-top: 20px;
}

@media (max-width: 991px) {
  #modules .image_link_grid {
    padding: 15px 0;
  }
  #modules .image_link_grid .module-intro-section {
    padding-top: 10px;
  }
}

#modules .image_link_grid h5 {
  padding: 12px 10px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

#modules .image_link_grid h5.has-subhead {
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  #modules .image_link_grid h5 {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (min-width: 992px) {
  #modules .image_link_grid h5 {
    font-size: 20px;
    line-height: 22px;
    padding-top: 14px;
    height: 70px;
    overflow: hidden;
  }
  #modules .image_link_grid h5.has-subhead {
    line-height: 22px;
    padding-top: 14px;
    height: 36px;
  }
}

@media (min-width: 1200px) {
  #modules .image_link_grid h5 {
    font-size: 24px;
    line-height: 26px;
    padding-top: 22px;
    height: 92px;
  }
  #modules .image_link_grid h5.has-subhead {
    line-height: 30px;
    padding-top: 20px;
    height: 50px;
    padding-top: 17px;
    padding-bottom: 8px;
  }
}

#modules .image_link_grid h6 {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 14px;
  height: 34px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  #modules .image_link_grid h6 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 20px;
    height: 42px;
  }
}

#modules .image_link_grid .copy-wrap {
  text-align: center;
  background-color: #cc5000;
  display: block;
  text-decoration: none;
}

#modules .image_link_grid a {
  text-align: center;
  background-color: #cc5000;
  display: block;
  text-decoration: none;
}

#modules .image_link_grid a:hover {
  background-color: #f47b20;
  text-decoration: none;
}

#modules .image_link_grid .module-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  padding: 0 0 79.2576% 0;
  position: relative;
  width: 100%;
  display: block;
  text-indent: -9999px;
}

@media (max-width: 991px) {
  #modules .image_link_grid .module-image {
    height: 387px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  #modules .image_link_grid .module-image {
    height: 0;
    padding: 0 0 79.2576% 0;
  }
}

#modules .image_link_grid .module-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  #modules .image_link_grid .module-block {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

#modules .image_copy_alt .header-band {
  background-color: #5a5a5a;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#modules .image_copy_alt .header-band h2 {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-size: 41px;
}

@media (max-width: 991px) {
  #modules .image_copy_alt .header-band h2 {
    font-size: 36px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  #modules .image_copy_alt .header-band h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 600px) {
  #modules .image_copy_alt .header-band h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

#modules .image_copy_alt h4 {
  margin-bottom: 20px;
}

#modules .image_copy_alt h4 span.highlighted {
  display: block;
  font-size: 1.2em;
  color: #008c99;
  top: auto;
}

#modules .image_copy_alt .bordered.index-0 {
  border: none;
}

#modules .image_copy_alt .bordered.gray {
  background-color: #efecea;
}

#modules .image_copy_alt .bordered.teal {
  background-color: #008c99;
}

#modules .image_copy_alt .restrict {
  max-width: 970px;
}

#modules .image_copy_alt .restrict h4 {
  text-align: left;
  font-size: 24px;
  margin-bottom: 0;
}

#modules .image_copy_alt .restrict h4 span {
  font-size: 1em;
}

#modules .image_copy_alt .restrict h5 {
  margin-top: 0;
}

#modules .image_copy_alt .module-promotion {
  display: block;
  width: 89.6%;
  padding: 15px 10px;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background: rgba(204, 80, 0, 0.85);
  position: absolute;
  top: 20%;
  left: -15px;
}

@media (max-width: 1199px) {
  #modules .image_copy_alt .module-promotion {
    width: 98%;
  }
}

@media (max-width: 991px) {
  #modules .image_copy_alt .module-promotion {
    max-width: 500px;
  }
}

#modules .image_copy_alt .module-promotion.promotion-callout h6 {
  padding: 0 140px 0 0;
  margin: 0 0 15px 0;
  font-size: 24px;
  line-height: 28px;
}

#modules .image_copy_alt .module-promotion.promotion-callout h6 span {
  display: block;
  font-size: 20px !important;
  position: relative !important;
  border: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  text-align: left !important;
  float: none !important;
  height: auto !important;
  line-height: 26px !important;
  width: auto !important;
}

#modules .image_copy_alt .module-promotion.promotion-callout.no-subtitle h6 {
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 5px 0;
  padding: 0 40px 0 0;
}

#modules .image_copy_alt .module-promotion.promotion-callout.no-subtitle p {
  padding: 0 60px 0 0;
}

#modules .image_copy_alt .module-promotion.promotion-callout p {
  padding: 0 140px 0 0;
  line-height: 24px;
}

#modules .image_copy_alt .module-promotion .module-promotion-helper {
  display: block;
  position: relative;
  float: right;
  max-width: 450px;
}

#modules .image_copy_alt .module-promotion h6 {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  margin: 0 0 5px 0;
  padding: 0 210px 0 0;
}

#modules .image_copy_alt .module-promotion h6 span {
  display: block;
}

#modules .image_copy_alt .module-promotion p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0 210px 0 0;
}

#modules .image_copy_alt .module-promotion p span, #modules .image_copy_alt .module-promotion p strong {
  display: block;
}

#modules .image_copy_alt .module-promotion span {
  color: #fff;
  top: 0;
  height: 108px;
  right: 0;
  position: absolute;
  float: right;
  border-left: 1px solid #fff;
  font-size: 72px;
  line-height: 108px;
  width: 190px;
  text-align: center;
}

#modules .image_copy_alt .module-promotion span sup {
  top: -0.5em;
  font-size: 60%;
}

@media (max-width: 767px) {
  #modules .image_copy_alt .module-promotion {
    width: 100%;
    background: #cc5000;
    top: 0;
    left: 0;
    max-width: none;
    border-radius: 0;
    min-height: 100px;
  }
}

@media (max-width: 767px) and (max-width: 568px) {
  #modules .image_copy_alt .module-promotion h6 {
    font-size: 24px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  #modules .image_copy_alt .module-promotion .module-promotion-helper {
    max-width: none;
  }
  #modules .image_copy_alt .module-promotion .module-promotion-helper h6, #modules .image_copy_alt .module-promotion .module-promotion-helper p {
    padding-right: 120px;
  }
  #modules .image_copy_alt .module-promotion .module-promotion-helper h6 strong, #modules .image_copy_alt .module-promotion .module-promotion-helper p strong {
    display: inline-block;
  }
  #modules .image_copy_alt .module-promotion .module-promotion-helper span {
    font-size: 50px;
    line-height: 70px;
    width: 100px;
    height: 70px;
  }
}

#modules .image_copy_alt .module-form div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#modules .image_copy_alt .module-form div.wpcf7-mail-sent-ok {
  border-color: #f47b20;
}

@media (min-width: 768px) {
  #modules .image_copy_alt .module-form .btn-auto {
    width: auto !important;
  }
}

#modules .image_copy_alt .module-form .btn {
  width: 100%;
  max-width: 460px;
}

@media (max-width: 767px) {
  #modules .image_copy_alt .module-form .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 250px;
  }
}

#modules .image_copy_alt .module-form label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}

#modules .image_copy_alt .module-form label span.wpcf7-form-control-wrap {
  display: block;
}

#modules .image_copy_alt .module-form label input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  padding: 5px;
  line-height: 30px;
  border: 1px solid #d6d6d6;
}

#modules .image_copy_alt .module-form label input[type=checkbox] {
  width: auto;
}

#modules .image_copy_alt .on-top h4 {
  margin-bottom: 18px;
}

#modules .image_copy_alt .not-on-top .module-right.gray {
  background-color: #f7f5f4;
}

#modules .image_copy_alt .not-on-top .module-right.teal {
  background-color: #008c99;
}

#modules .image_copy_alt .not-on-top .module-right.teal h1, #modules .image_copy_alt .not-on-top .module-right.teal h2, #modules .image_copy_alt .not-on-top .module-right.teal h3, #modules .image_copy_alt .not-on-top .module-right.teal h4, #modules .image_copy_alt .not-on-top .module-right.teal p, #modules .image_copy_alt .not-on-top .module-right.teal * {
  color: #fff !important;
  text-align: center !important;
}

#modules .image_copy_alt ul {
  margin: 0 0 24px 0;
  padding: 0;
}

#modules .image_copy_alt ul li {
  margin-bottom: 20px;
  margin-bottom: 16px;
  margin-bottom: 4px;
  line-height: 22px;
  display: block;
  list-style: none;
  padding-left: 20px;
  position: relative;
}

#modules .image_copy_alt ul li:before {
  /*content: "\2219";*/
  content: "\2022";
  color: #cc5000;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 22px;
}

@media (max-width: 767px) {
  #modules .image_copy_alt ul li {
    margin-bottom: 15px;
    margin-bottom: 3px;
  }
}

#modules .image_copy_alt .special-styling h4 {
  color: #008c99;
}

#modules .image_copy_alt .special-styling ul li {
  font-size: 15px;
  margin-bottom: 14px;
}

#modules .image_copy_alt .special-styling ul li:last-of-type {
  margin-bottom: 0;
}

#modules .image_copy_alt .special-styling ul li strong {
  font-size: 20px;
  font-weight: 400;
}

#modules .image_copy_alt .module-image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 250px;
}

#modules .image_copy_alt .module-image.contain-image {
  background-position: center center !important;
}

@media (max-width: 1199px) {
  #modules .image_copy_alt .module-image.contain-image {
    background-size: contain !important;
  }
}

#modules .image_copy_alt .module-image .image-overlay {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 60% auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 568px) {
  #modules .image_copy_alt .module-image.has-promo {
    height: 350px;
  }
}

@media (min-width: 569px) {
  #modules .image_copy_alt .module-image {
    height: 400px;
  }
}

@media (min-width: 992px) {
  #modules .image_copy_alt .module-image {
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 50%;
    margin: 0;
  }
}

#modules .image_copy_alt .module-image .caption {
  position: absolute;
  top: 20px;
  left: 20px;
  font-style: italic;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.9);
}

#modules .image_copy_alt .module-image .caption p {
  margin: 0 !important;
  font-size: 15px;
  line-height: 16px;
}

@media (max-width: 767px) {
  #modules .image_copy_alt .module-image .caption {
    font-size: 10px;
    line-height: 10px;
  }
  #modules .image_copy_alt .module-image .caption p {
    font-size: 10px;
    line-height: 10px;
  }
}

#modules .image_copy_alt .module-video {
  padding: 0 !important;
  /*.video-js .vjs-overlay{color:#fff;position:absolute;text-align:center}
      .video-js .vjs-overlay-no-background{max-width:33%}
      .video-js .vjs-overlay-background{background-color:#646464;background-color:rgba(255,255,255,0.4);border-radius:3px;padding:10px;width:33%}
      .video-js .vjs-overlay-top-left{top:5px;left:5px}
      .video-js .vjs-overlay-top{left:50%;margin-left:-16.5%;top:5px}
      .video-js .vjs-overlay-top-right{right:5px;top:5px}
      .video-js .vjs-overlay-right{margin-top:-15px;right:5px;top:50%}
      .video-js .vjs-overlay-bottom-right{bottom:3.5em;right:5px}
      .video-js .vjs-overlay-bottom{bottom:3.5em;left:50%;margin-left:-16.5%}
      .video-js .vjs-overlay-bottom-left{bottom:3.5em;left:5px}
      .video-js .vjs-overlay-left{left:5px;margin-top:-15px;top:50%}*/
}

#modules .image_copy_alt .module-video .video-js {
  width: 100% !important;
  height: 100% !important;
}

#modules .image_copy_alt .module-video .video-js .vjs-big-play-button {
  height: 3em;
  width: 3em;
  background: url(images/video-play-btn.png) center center no-repeat;
  background-size: contain;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

#modules .image_copy_alt .module-video .video-js .vjs-big-play-button:before {
  content: '';
}

#modules .image_copy_alt .module-video .video-js .vjs-big-play-button .vjs-control-text {
  display: none;
}

#modules .image_copy_alt .module-video .video-js .vjs-big-play-button:hover {
  opacity: 0.8;
}

#modules .image_copy_alt .module-video video {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

#modules .image_copy_alt .module-video .vjs-overlay {
  position: absolute;
  text-align: center;
  color: #cc5000;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.72);
  display: block !important;
  width: 100%;
  left: 0;
  bottom: 20%;
  font-size: 22px;
}

@media (max-width: 1199px) {
  #modules .image_copy_alt .module-video .vjs-overlay {
    bottom: 17%;
  }
}

@media (max-width: 991px) {
  #modules .image_copy_alt .module-video .vjs-overlay {
    bottom: 13%;
  }
}

@media (max-width: 767px) {
  #modules .image_copy_alt .module-video .vjs-overlay {
    bottom: 10%;
    line-height: 45px;
    font-size: 21px;
  }
}

@media (max-width: 600px) {
  #modules .image_copy_alt .module-video .vjs-overlay {
    bottom: 0;
    line-height: 40px;
    font-size: 20px;
  }
}

#modules .image_copy_alt .module-video .vjs-playing .vjs-overlay, #modules .image_copy_alt .module-video .vjs-has-started .vjs-overlay {
  display: none !important;
}

#modules .image_copy_alt .module-copy {
  padding-top: 40px;
  padding-bottom: 40px;
}

#modules .image_copy_alt .row-eq-height:first-child {
  border-top: 17px solid #fff;
}

@media (max-width: 991px) {
  #modules .image_copy_alt .row-eq-height:first-child {
    border-top-width: 15px;
  }
}

#modules .image_copy_alt .row-eq-height:last-child {
  border-bottom: 17px solid #fff;
}

@media (max-width: 991px) {
  #modules .image_copy_alt .row-eq-height:last-child {
    border-bottom-width: 15px;
  }
}

#modules .image_copy_alt .on-top .module-block {
  font-size: 14px;
  line-height: 21px;
  color: #373737;
  padding-top: 135px;
  padding-bottom: 75px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 17px solid #fff;
}

#modules .image_copy_alt .on-top .module-block .module-copy {
  padding: 0;
}

#modules .image_copy_alt .on-top .module-block.module-right {
  border-left: none;
}

#modules .image_copy_alt .on-top .module-block.module-left {
  border-right: none;
}

@media (max-width: 991px) {
  #modules .image_copy_alt .on-top .module-block {
    padding-top: 120px;
    padding-bottom: 60px;
    border: 15px solid #fff;
  }
}

@media (max-width: 767px) {
  #modules .image_copy_alt .on-top .module-block {
    border-left: none;
    border-right: none;
    padding-top: 170px;
    padding-bottom: 30px;
  }
  #modules .image_copy_alt .on-top .module-block .module-copy {
    padding: 0;
  }
}

@media (max-width: 480px) {
  #modules .image_copy_alt .on-top .module-block {
    padding-top: 170px;
    padding-bottom: 20px;
  }
}

#modules .image_copy_alt .on-top .module-block .module-copy {
  width: 100%;
  margin: 0;
}

#modules .image_copy_alt .on-top .module-block .module-copy-container {
  height: auto;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  max-width: 330px;
  margin: 0 6%;
  padding: 40px 6.5% 50px 6.5%;
}

@media (max-width: 767px) {
  #modules .image_copy_alt .on-top .module-block .module-copy-container {
    margin: 0 auto;
    position: relative;
    padding: 30px 5.9% 40px 5.9%;
  }
}

@media (max-width: 480px) {
  #modules .image_copy_alt .on-top .module-block .module-copy-container {
    padding: 15px 5.8% 20px 5.8%;
  }
}

#modules .image_copy_alt .not-on-top img.white-image {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 35px;
  display: block;
  max-width: 100%;
  height: auto !important;
}

@media (min-width: 992px) {
  #modules .image_copy_alt .not-on-top .module-right .module-copy-inner {
    float: right;
  }
  #modules .image_copy_alt .not-on-top .module-copy {
    display: table;
  }
  #modules .image_copy_alt .not-on-top .module-copy .module-copy-container {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  #modules .image_copy_alt .not-on-top .module-copy .module-copy-container .module-copy-inner {
    max-width: 460px;
  }
  #modules .image_copy_alt .not-on-top .module-copy .module-copy-container .module-copy-inner h5 {
    max-width: 410px;
  }
  #modules .image_copy_alt .not-on-top .module-copy .module-copy-container .module-copy-inner p {
    max-width: 420px;
  }
  #modules .image_copy_alt .not-on-top .module-copy .module-copy-container .module-copy-inner img.white-image {
    margin-top: 45px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  #modules .image_copy_alt .module-copy-container {
    width: 95%;
    position: relative;
    margin: 0 auto;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  #modules .image_copy_alt .module-copy-container {
    width: 98%;
  }
}

@media (min-width: 992px) {
  #modules .image_copy_alt .not-on-top h4 {
    text-align: left;
  }
  #modules .image_copy_alt .on-top h4 {
    text-align: left;
  }
  #modules .image_copy_alt .module-content {
    position: relative;
  }
  #modules .image_copy_alt .module-copy-container {
    max-width: 410px;
    padding: 0 10%;
    padding: 0 9%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  #modules .image_copy_alt .module-left .module-copy {
    margin-left: 50%;
    width: 50%;
  }
  #modules .image_copy_alt .module-left .module-image {
    left: 0;
    background-position: top right;
    background-size: 130% auto;
    background-size: cover;
    /*-webkit-transition: all 20s ease-in-out;
          -o-transition: all 20s ease-in-out;
          transition: all 20s ease-in-out;*/
  }
  #modules .image_copy_alt .on-top .module-left .module-copy-container {
    float: left;
  }
  #modules .image_copy_alt .module-right .module-copy-container {
    float: right;
  }
  #modules .image_copy_alt .module-right .module-copy {
    margin-right: 50%;
    width: 50%;
  }
  #modules .image_copy_alt .module-right .module-image {
    right: 0;
    background-position: top left;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #modules .image_copy_alt .module-right .module-image {
    /*-webkit-transition: all 20s ease-in-out;
            -o-transition: all 20s ease-in-out;
            transition: all 20s ease-in-out;*/
  }
}

@media (min-width: 992px) {
  #modules .image_copy_alt .module-right .module-image .caption {
    top: auto;
    bottom: 30px;
  }
  #modules .image_copy_alt .not-on-top .module-copy {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #modules .image_copy_alt .not-on-top .module-copy {
    min-height: 35vw;
  }
}

#modules .image_copy_alt .btn {
  max-width: none;
  display: inline-block;
}

@media (max-width: 991px) {
  #modules .image_copy_alt .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 250px;
  }
}

#modules .timeline {
  padding: 40px 0;
  counter-reset: toc;
}

@media (min-width: 768px) {
  #modules .timeline .col-sm-6 p:last-child {
    margin-bottom: 0 !important;
  }
}

#modules .timeline h3 {
  margin-bottom: 20px;
}

#modules .timeline h3.has-subhead {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  #modules .timeline iframe {
    height: 500px;
  }
}

@media (max-width: 991px) {
  #modules .timeline iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  #modules .timeline iframe {
    height: 300px;
  }
}

#modules .timeline .timeline-years ul {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}

#modules .timeline .timeline-years ul:before {
  content: '';
  height: 100%;
}

#modules .timeline .timeline-years ul li {
  font-size: 15px;
  line-height: 22px;
  color: #3a3a3a;
  width: 50%;
  display: block;
  clear: both;
  position: relative;
  min-height: 100px;
}

@media (min-width: 768px) {
  #modules .timeline .timeline-years ul li {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
}

@media (min-width: 768px) {
  .js #modules .timeline .timeline-years ul li.minvisible {
    color: #c0c0c0;
  }
  .js #modules .timeline .timeline-years ul li.minvisible:before {
    background-color: #b5b5b5;
  }
  .js #modules .timeline .timeline-years ul li.minvisible span {
    color: #c0c0c0;
  }
}

#modules .timeline .timeline-years ul li:before {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #cc5000;
  position: absolute;
  content: '';
  display: block;
  top: 7px;
  z-index: 1;
}

@media (min-width: 768px) {
  #modules .timeline .timeline-years ul li:before {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
}

@media (min-width: 768px) {
  #modules .timeline .timeline-years ul li:after {
    content: '';
    position: absolute;
    top: 7px;
    height: 100%;
    width: 1px;
    background-color: #b5b5b5;
    z-index: 0;
  }
}

#modules .timeline .timeline-years ul li:last-child:after {
  content: normal;
  display: none;
}

#modules .timeline .timeline-years ul li.odd-year {
  float: right;
  text-align: left;
  padding-left: 7.5%;
}

#modules .timeline .timeline-years ul li.odd-year:before {
  left: -15px;
}

#modules .timeline .timeline-years ul li.odd-year:after {
  left: 0;
}

#modules .timeline .timeline-years ul li.even-year {
  float: left;
  text-align: right;
  padding-right: 7.5%;
}

#modules .timeline .timeline-years ul li.even-year:before {
  right: -15px;
}

#modules .timeline .timeline-years ul li.even-year:after {
  right: -1px;
}

@media (max-width: 600px) {
  #modules .timeline .timeline-years ul li.odd-year, #modules .timeline .timeline-years ul li.even-year {
    width: 100%;
    float: none;
    padding-left: 40px;
    padding-right: 0;
    text-align: left;
  }
  #modules .timeline .timeline-years ul li.odd-year:before, #modules .timeline .timeline-years ul li.even-year:before {
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    top: 4px;
  }
}

#modules .timeline .timeline-years ul li span {
  display: block;
  font-size: 38px;
  line-height: 38px;
  color: #cc5000;
}

@media (min-width: 768px) {
  #modules .timeline .timeline-years ul li span {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
}

@media (max-width: 600px) {
  #modules .timeline .timeline-years ul li span {
    font-size: 30px;
    line-height: 30px;
  }
}

#modules .timeline .btn {
  max-width: none;
  display: inline-block;
}

#modules .timeline .btn.btn-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  max-width: 200px;
  max-width: 300px;
  padding: 0 15px;
}

#modules .timeline .btn:hover {
  background-color: #f47b20;
}

@media (max-width: 991px) {
  #modules .timeline .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 250px;
  }
}

#modules .menu {
  padding: 30px 0 35px 0;
  counter-reset: toc;
}

@media (min-width: 768px) {
  #modules .menu .col-sm-6 p:last-child {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  #modules .menu .col-xs-12 {
    min-height: 0;
  }
}

#modules .menu h3 {
  margin-bottom: 20px;
}

#modules .menu h3.has-subhead {
  margin-bottom: 0;
}

#modules .menu .lunch_menu {
  clear: both;
}

#modules .menu .lunch_menu:before {
  content: '';
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  height: 60px;
  border-top: 1px solid #959595;
}

@media (max-width: 767px) {
  #modules .menu .lunch_menu:before {
    content: normal;
  }
}

@media (max-width: 767px) {
  #modules .menu .breakfast_menu {
    margin-top: 40px;
  }
}

#modules .menu .breakfast_menu, #modules .menu .lunch_menu {
  padding: 30px 0 0 0;
  font-size: 16px;
  line-height: 1.5em;
  color: #3a3a3a;
}

#modules .menu .breakfast_menu .restrict, #modules .menu .lunch_menu .restrict {
  max-width: 1440px;
}

@media (max-width: 767px) {
  #modules .menu .breakfast_menu .restrict, #modules .menu .lunch_menu .restrict {
    width: 100%;
  }
  #modules .menu .breakfast_menu .restrict .container-fluid, #modules .menu .lunch_menu .restrict .container-fluid {
    padding: 0;
    margin: 0;
  }
  #modules .menu .breakfast_menu .restrict .container-fluid .row, #modules .menu .lunch_menu .restrict .container-fluid .row {
    padding: 0;
    margin: 0;
  }
  #modules .menu .breakfast_menu .restrict .container-fluid .row .col-xs-12, #modules .menu .lunch_menu .restrict .container-fluid .row .col-xs-12 {
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 768px) {
  #modules .menu .breakfast_menu .btn, #modules .menu .lunch_menu .btn {
    margin-left: 5%;
    margin-right: 0;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  #modules .menu .breakfast_menu, #modules .menu .lunch_menu {
    padding: 0;
  }
}

#modules .menu .breakfast_menu span, #modules .menu .lunch_menu span {
  display: block;
  text-align: left;
  margin: 0 0 30px 0;
  padding: 0 5%;
  clear: both;
}

@media (max-width: 767px) {
  #modules .menu .breakfast_menu span, #modules .menu .lunch_menu span {
    padding: 0 6.6%;
  }
}

#modules .menu .breakfast_menu span span, #modules .menu .lunch_menu span span {
  margin: 0;
  padding: 0;
  display: inline;
  float: right;
  clear: none;
}

#modules .menu .breakfast_menu span.label, #modules .menu .lunch_menu span.label {
  font-size: 1.857em;
  line-height: 1em;
  color: #cc5000;
  font-weight: 400;
  text-align: left;
  border-radius: 0;
}

#modules .menu .breakfast_menu span.label.lined, #modules .menu .lunch_menu span.label.lined {
  padding-top: 30px;
  clear: both;
  border-top: 1px solid #959595;
}

@media (max-width: 767px) {
  #modules .menu .breakfast_menu span.label, #modules .menu .lunch_menu span.label {
    border-top: none !important;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 10px 6.6% !important;
    font-size: 21px;
    line-height: 27px;
    background: #373737 url(images/icon_plus_nav.png) 95% center no-repeat;
    background-size: auto 60%;
    margin: 0;
  }
  #modules .menu .breakfast_menu span.label.section-open, #modules .menu .lunch_menu span.label.section-open {
    background-image: url(images/icon_minus_nav.png);
  }
}

@media (max-width: 480px) {
  #modules .menu .breakfast_menu span.label, #modules .menu .lunch_menu span.label {
    font-size: 18px;
  }
}

#modules .menu .breakfast_menu span.group, #modules .menu .lunch_menu span.group {
  font-size: 1.5em;
  line-height: 1em;
}

#modules .menu .breakfast_menu span.group.lined, #modules .menu .lunch_menu span.group.lined {
  padding-top: 30px;
  clear: both;
  border-top: 1px solid #959595;
}

@media (max-width: 767px) {
  #modules .menu .breakfast_menu span.group, #modules .menu .lunch_menu span.group {
    border-top: none !important;
    border-bottom: 1px solid #373737;
    color: #373737;
    padding: 10px 6.6% !important;
    font-size: 18px;
    line-height: 27px;
    background: #fff url(images/icon_plus_nav_gray.png) 95% center no-repeat;
    background-size: auto 60%;
    margin: 0;
  }
  #modules .menu .breakfast_menu span.group.section-open, #modules .menu .lunch_menu span.group.section-open {
    display: block;
  }
  #modules .menu .breakfast_menu span.group.group-open, #modules .menu .lunch_menu span.group.group-open {
    background-image: url(images/icon_minus_nav_gray.png);
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  #modules .menu .breakfast_menu span.group, #modules .menu .lunch_menu span.group {
    font-size: 16px;
  }
}

#modules .menu .breakfast_menu span.group span, #modules .menu .lunch_menu span.group span {
  font-size: 0.6666667em;
  font-weight: 700;
}

@media (max-width: 767px) {
  #modules .menu .breakfast_menu span.group span, #modules .menu .lunch_menu span.group span {
    display: none !important;
  }
}

#modules .menu .breakfast_menu span.group span.description, #modules .menu .lunch_menu span.group span.description {
  font-size: 0.6666667em;
  line-height: 1.5em;
  width: 100%;
  display: block;
  clear: both;
  float: none;
  font-weight: 400;
  padding: 5px 0 0 0;
}

@media (max-width: 767px) {
  #modules .menu .breakfast_menu span.group, #modules .menu .lunch_menu span.group {
    display: none;
  }
}

#modules .menu .breakfast_menu span.item, #modules .menu .lunch_menu span.item {
  font-size: 1em;
}

#modules .menu .breakfast_menu span.item.no-price, #modules .menu .lunch_menu span.item.no-price {
  margin-bottom: 0;
}

#modules .menu .breakfast_menu span.item p, #modules .menu .lunch_menu span.item p {
  width: 89%;
  margin: 0;
}

#modules .menu .breakfast_menu span.item strong, #modules .menu .lunch_menu span.item strong {
  display: block;
  padding-right: 60px;
  position: relative;
}

#modules .menu .breakfast_menu span.item strong span, #modules .menu .lunch_menu span.item strong span {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  #modules .menu .breakfast_menu span.item, #modules .menu .lunch_menu span.item {
    display: none;
  }
  #modules .menu .breakfast_menu span.item.group-open, #modules .menu .breakfast_menu span.item.group_.section-open, #modules .menu .lunch_menu span.item.group-open, #modules .menu .lunch_menu span.item.group_.section-open {
    display: block;
  }
  #modules .menu .breakfast_menu span.item.group_:first-child, #modules .menu .lunch_menu span.item.group_:first-child {
    padding-top: 20px;
  }
}

#modules .menu .breakfast_menu span.copy .description, #modules .menu .lunch_menu span.copy .description {
  float: none;
  display: block;
}

@media (max-width: 767px) {
  #modules .menu .breakfast_menu span.copy, #modules .menu .lunch_menu span.copy {
    display: none;
  }
}

#modules .menu .breakfast_menu span.image, #modules .menu .lunch_menu span.image {
  background-color: #cc5000;
  padding: 0;
}

#modules .menu .breakfast_menu span.image.double span.food, #modules .menu .lunch_menu span.image.double span.food {
  padding: 0 0 42.1% 0;
}

#modules .menu .breakfast_menu span.image span, #modules .menu .lunch_menu span.image span {
  float: none;
}

#modules .menu .breakfast_menu span.image span.food, #modules .menu .lunch_menu span.image span.food {
  width: 100%;
  display: block;
  position: relative;
  height: 0;
  padding: 0 0 47.8% 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#modules .menu .breakfast_menu span.image span.description, #modules .menu .lunch_menu span.image span.description {
  padding: 20px 5%;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.2em;
  background-color: #cc5000;
  width: 100%;
  display: block;
  clear: both;
}

@media (max-width: 767px) {
  #modules .menu .breakfast_menu span.image, #modules .menu .lunch_menu span.image {
    display: none;
  }
  #modules .menu .breakfast_menu span.image.group-open, #modules .menu .lunch_menu span.image.group-open {
    display: block;
    max-width: 86.6%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

#modules .menu .btn {
  max-width: 200px;
  margin: 20px auto;
  position: relative;
  display: block;
}

#modules .menu .btn.btn-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  max-width: 200px;
  max-width: 300px;
  padding: 0 15px;
}

#modules .menu .btn:hover {
  background-color: #f47b20;
}

@media (max-width: 991px) {
  #modules .menu .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 250px;
    height: auto;
    line-height: 22px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: normal;
  }
}

#modules .menu ul {
  margin: 20px 0 20px 0;
  padding: 0;
}

@media (min-width: 480px) {
  #modules .menu ul.larger {
    font-size: 1.25em;
  }
  #modules .menu ul.larger li {
    line-height: 1.25em;
  }
}

#modules .menu ul li {
  margin-bottom: 16px;
  line-height: 22px;
  display: block;
  list-style: none;
  padding-left: 20px;
  position: relative;
}

#modules .menu ul li:before {
  /*content: "\2219";*/
  content: "\2022";
  color: #cc5000;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 20px;
  font-size: 22px;
}

@media (max-width: 767px) {
  #modules .menu ul li {
    margin-bottom: 15px;
  }
}

#modules .menu ol {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}

@media (max-width: 767px) {
  #modules .menu ol {
    margin-top: -1px;
  }
  #modules .menu ol:first-child {
    /*margin-top:0px;*/
  }
}

#modules .menu ol li {
  counter-increment: toc;
  display: block;
  padding-left: 60px;
  position: relative;
  margin-bottom: 20px;
}

#modules .menu ol li .toggle-more {
  display: none;
}

#modules .menu ol li h6 {
  display: inline;
  margin: 0;
}

#modules .menu ol li p {
  margin: 0;
  display: inline !important;
}

#modules .menu ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;
  width: 42px;
  display: inline-block;
  line-height: 42px;
  border-radius: 21px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #cc5000;
  /*#cf5b11*/
  content: counters(toc, ".");
}

#modules .menu ol li strong {
  color: #cc5000;
}

@media (max-width: 767px) {
  #modules .menu ol li {
    padding: 12px 0 0 40px;
    margin-bottom: 0;
    position: relative;
  }
  #modules .menu ol li:before {
    font-size: 18px !important;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    top: 12px;
    left: 0px;
  }
}

#modules .disclaimer {
  padding: 20px 0;
}

#modules .disclaimer p {
  font-size: 0.8em;
}

#modules .disclaimer p:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #modules .disclaimer {
    padding: 30px 0;
  }
}

#modules .program_block {
  padding: 40px 0;
}

#modules .program_block.featured-report {
  padding: 30px 0;
}

#modules .program_block.featured-report .restrict {
  max-width: 990px;
}

#modules .program_block .restrict {
  max-width: 890px;
}

#modules .program_block #crm_button.hidden {
  display: none !important;
}

#modules .program_block .module-form {
  padding-top: 30px;
}

@media (max-width: 767px) {
  #modules .program_block .module-form {
    padding-top: 20px;
  }
}

#modules .program_block .module-form div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#modules .program_block .module-form div.wpcf7-mail-sent-ok {
  border-color: #f47b20;
}

@media (min-width: 768px) {
  #modules .program_block .module-form .btn-auto {
    width: auto !important;
  }
}

#modules .program_block .module-form .btn {
  width: 100%;
  max-width: 460px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  #modules .program_block .module-form .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 250px;
  }
}

#modules .program_block .module-form label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}

#modules .program_block .module-form label span.wpcf7-form-control-wrap {
  display: block;
}

#modules .program_block .module-form label input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  padding: 5px;
  line-height: 30px;
  border: 1px solid #d6d6d6;
}

#modules .program_block .module-form label input[type=checkbox] {
  width: auto;
}

@media (min-width: 768px) {
  #modules .program_block .col-md-7 {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
  #modules .program_block .col-md-7.has-form {
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #modules .program_block .col-sm-6 p:last-child {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  #modules .program_block .col-md-7 {
    padding-left: 70px;
  }
  #modules .program_block .col-md-7.has-form {
    padding-left: 15px;
  }
}

#modules .program_block h3 {
  margin-bottom: 15px;
}

#modules .program_block h3 span.h5 {
  font-size: 0.6666667em;
  display: block;
  color: #373737;
  margin: 0;
}

#modules .program_block .has-form h3 {
  margin-top: 0;
}

#modules .program_block .has-form h3 span.h5 {
  font-size: 0.6em;
  font-size: 0.55em;
  margin-bottom: 10px;
}

#modules .program_block h5 {
  margin-bottom: 5px;
}

#modules .program_block h5.no-copy {
  margin-bottom: 20px;
}

#modules .program_block h3, #modules .program_block h5, #modules .program_block p {
  text-align: left;
}

@media (max-width: 767px) {
  #modules .program_block h3, #modules .program_block h5, #modules .program_block p {
    text-align: center;
  }
}

#modules .program_block a.fb-follow {
  padding: 0 0 0 65px;
  background: url(images/fb_icon.png) 0 4px no-repeat;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  color: #494949;
  display: inline-block;
  clear: both;
}

#modules .program_block a.fb-follow span {
  text-decoration: underline;
}

#modules .program_block a.fb-follow span:hover {
  text-decoration: none;
}

#modules .program_block .program-image {
  width: 100%;
  max-width: 350px;
  display: block;
  margin: 0 auto;
  position: relative;
}

#modules .program_block .program-image span {
  width: 100%;
  position: relative;
  padding: 0 0 120% 0;
  height: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
}

#modules .program_block .btn {
  max-width: none;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  #modules .program_block .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 250px;
  }
}

#modules .investigage_header {
  padding: 0;
  border-top: none;
}

#modules .investigage_header h1 {
  height: 144px;
  background: url(images/investigage_logo.png) center center no-repeat;
  text-indent: -9999px;
  margin: 0;
}

@media (max-width: 600px) {
  #modules .investigage_header h1 {
    background-size: 50% auto;
    width: 100%;
    position: relative;
    padding: 0 0 24% 0;
    height: 0;
    display: block;
  }
}

@media (max-width: 420px) {
  #modules .investigage_header h1 {
    background-size: 65% auto;
    width: 100%;
    position: relative;
    padding: 0 0 24% 0;
    height: 0;
    display: block;
  }
}

#modules .investigage_header .featured-categories {
  background-color: #edebe9;
  padding: 29px 0;
}

@media (max-width: 767px) {
  #modules .investigage_header .featured-categories {
    display: none;
  }
}

#modules .investigage_header .featured-categories ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

#modules .investigage_header .featured-categories ul li {
  display: table-cell;
  font-size: 16px;
  padding: 0;
  text-align: center;
  margin: 0 36px;
}

@media (max-width: 1199px) {
  #modules .investigage_header .featured-categories ul li {
    margin: 0 25px;
  }
}

@media (max-width: 991px) {
  #modules .investigage_header .featured-categories ul li {
    margin: 0 10px;
  }
}

#modules .investigage_header .featured-categories ul li.current-menu-item a {
  color: #cc5000;
}

#modules .investigage_header .featured-categories ul li a {
  color: #373737;
  text-decoration: none;
  white-space: nowrap;
}

#modules .investigage_header .featured-categories ul li a:hover {
  color: #cc5000;
  text-decoration: underline;
}

#modules .news {
  padding: 50px 0 0 0;
  padding: 30px 0 0 0;
}

@media (min-width: 992px) {
  #modules .news {
    font-size: 18px;
    line-height: 26px;
  }
}

#modules .news .news-section {
  padding: 30px 0 50px 0;
  border-top: 1px solid #f47b20;
}

#modules .news .news-section.first {
  border-top: none;
  padding-top: 0;
}

#modules .news h1.entry-title, #modules .news h1.page-title {
  color: #f47b20;
  text-transform: uppercase;
}

#modules .news .page-header {
  margin: 0;
  border: none;
}

#modules .news .entry-meta .posted-on {
  display: block;
  margin-bottom: 24px;
}

#modules .news .entry-meta .cat-links {
  display: block;
  margin-bottom: 24px;
}

#modules .news h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
}

#modules .news h5 {
  font-size: 18px;
}

#modules .news h5 a {
  text-decoration: underline;
  text-transform: none;
}

#modules .news h5 a:hover {
  text-decoration: none;
}

#modules .news article h5 a {
  text-decoration: underline;
}

#modules .news article h5 a:hover {
  text-decoration: none;
}

#modules .news .cross-promotion {
  padding: 0 0 20px 0;
}

#modules .news .cross-promotion .module-image {
  height: 310px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #modules .news .cross-promotion .module-image {
    background-position: center bottom;
  }
}

#modules .news .cross-promotion h5 {
  font-size: 20px;
  line-height: 24px;
  color: #008c99;
}

#modules .news .cross-promotion h5 span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}

#modules .news .module-image {
  background-size: cover;
  background-position: center center;
  background-position: center bottom;
  background-position: center top;
  background-repeat: no-repeat;
  height: 245px;
  display: block;
  text-indent: -9999px;
  border-radius: 5px;
}

#modules .news .module-block {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#modules .news .module-block:nth-child(3n+2) {
  clear: both;
}

#modules .news .module-block p:last-child {
  margin-bottom: 0;
}

#modules .news .module-block p {
  margin-top: 20px;
}

@media (max-width: 767px) {
  #modules .news .module-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#modules .news .cat-links {
  display: block;
}

#modules .news .cat-links a {
  color: #3a3a3a;
}

#modules .news .byline a {
  color: #3a3a3a;
}

#modules .news .widget .widget-title {
  font-size: 18px;
  color: #cc5000;
  text-decoration: underline;
}

#modules .news .widget ul {
  margin: 0;
  padding: 0;
}

#modules .news .widget ul li {
  padding: 0;
  font-size: 12px;
  margin: 0;
  line-height: 24px;
  display: block;
  list-style: none;
}

#modules .news .widget ul li:before {
  content: normal;
  display: none;
}

#modules .news .widget ul li a {
  color: #3a3a3a;
}

#modules .news .widget ul li a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  #modules .news {
    padding: 30px 0;
  }
  #modules .news .news-section {
    padding: 20px 0 30px 0;
  }
}

#modules .news #press-inquiries {
  background-color: #efecea;
  padding: 20px;
  font-size: 12px;
  margin: 0 0 24px 0;
}

#modules .news #press-inquiries p {
  padding: 0;
  margin: 0;
}

#modules .news .btn {
  max-width: none;
  display: inline-block;
}

@media (max-width: 991px) {
  #modules .news .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 250px;
  }
}

#modules .copy_opt_col, #modules .module_social, #modules .copy_opt_col_alt {
  padding: 40px 0;
  counter-reset: toc;
}

#modules .copy_opt_col.mod-no-pad, #modules .module_social.mod-no-pad, #modules .copy_opt_col_alt.mod-no-pad {
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  #modules .copy_opt_col .col-sm-6 p:last-child, #modules .module_social .col-sm-6 p:last-child, #modules .copy_opt_col_alt .col-sm-6 p:last-child {
    margin-bottom: 0 !important;
  }
}

#modules .copy_opt_col .acf-map h4, #modules .module_social .acf-map h4, #modules .copy_opt_col_alt .acf-map h4 {
  font-size: 20px;
  line-height: 26px;
  color: #cc5000;
  margin: 0 0 5px 0;
  text-align: left;
}

#modules .copy_opt_col .acf-map p, #modules .module_social .acf-map p, #modules .copy_opt_col_alt .acf-map p {
  color: #373737;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  font-weight: 400;
}

#modules .copy_opt_col .acf-map p.address, #modules .module_social .acf-map p.address, #modules .copy_opt_col_alt .acf-map p.address {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 15px 0;
}

@media (min-width: 768px) {
  #modules .copy_opt_col .resource-category, #modules .module_social .resource-category, #modules .copy_opt_col_alt .resource-category {
    padding: 4px 0 4px 150px;
    text-align: left;
    position: relative;
  }
  #modules .copy_opt_col .resource-category h3, #modules .copy_opt_col .resource-category h4, #modules .module_social .resource-category h3, #modules .module_social .resource-category h4, #modules .copy_opt_col_alt .resource-category h3, #modules .copy_opt_col_alt .resource-category h4 {
    text-align: left !important;
  }
  #modules .copy_opt_col .resource-category:before, #modules .module_social .resource-category:before, #modules .copy_opt_col_alt .resource-category:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 125px;
    display: block;
    border-right: 2px solid #008c99;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #modules .copy_opt_col .resource-category.icon_brain-health:before, #modules .module_social .resource-category.icon_brain-health:before, #modules .copy_opt_col_alt .resource-category.icon_brain-health:before {
    background-image: url(images/icon_brain-health.png);
  }
  #modules .copy_opt_col .resource-category.icon_wellness:before, #modules .module_social .resource-category.icon_wellness:before, #modules .copy_opt_col_alt .resource-category.icon_wellness:before {
    background-image: url(images/icon_wellness.png);
  }
  #modules .copy_opt_col .resource-category.icon_trends:before, #modules .module_social .resource-category.icon_trends:before, #modules .copy_opt_col_alt .resource-category.icon_trends:before {
    background-image: url(images/icon_trends.png);
  }
  #modules .copy_opt_col .resource-category.icon_resilience:before, #modules .module_social .resource-category.icon_resilience:before, #modules .copy_opt_col_alt .resource-category.icon_resilience:before {
    background-image: url(images/icon_resilience.png);
  }
  #modules .copy_opt_col .resource-category.icon_senior-living:before, #modules .module_social .resource-category.icon_senior-living:before, #modules .copy_opt_col_alt .resource-category.icon_senior-living:before {
    background-image: url(images/icon_senior-living.png);
  }
  #modules .copy_opt_col .resource-category.icon_perceptions:before, #modules .module_social .resource-category.icon_perceptions:before, #modules .copy_opt_col_alt .resource-category.icon_perceptions:before {
    background-image: url(images/icon_perceptions.png);
  }
  #modules .copy_opt_col .resource-category.icon_other:before, #modules .module_social .resource-category.icon_other:before, #modules .copy_opt_col_alt .resource-category.icon_other:before {
    background-image: url(images/icon_other.png);
  }
}

#modules .copy_opt_col h3, #modules .module_social h3, #modules .copy_opt_col_alt h3 {
  margin-bottom: 20px;
}

#modules .copy_opt_col h3.has-subhead, #modules .module_social h3.has-subhead, #modules .copy_opt_col_alt h3.has-subhead {
  margin-bottom: 0;
}

#modules .copy_opt_col .no-headline p:first-child, #modules .module_social .no-headline p:first-child, #modules .copy_opt_col_alt .no-headline p:first-child {
  margin-top: 24px;
}

@media (max-width: 1199px) {
  #modules .copy_opt_col iframe, #modules .module_social iframe, #modules .copy_opt_col_alt iframe {
    height: 500px;
  }
}

@media (max-width: 991px) {
  #modules .copy_opt_col iframe, #modules .module_social iframe, #modules .copy_opt_col_alt iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  #modules .copy_opt_col iframe, #modules .module_social iframe, #modules .copy_opt_col_alt iframe {
    height: 300px;
  }
}

#modules .copy_opt_col .btn, #modules .module_social .btn, #modules .copy_opt_col_alt .btn {
  max-width: none;
}

#modules .copy_opt_col .btn.btn-center, #modules .module_social .btn.btn-center, #modules .copy_opt_col_alt .btn.btn-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  max-width: 200px;
  max-width: 300px;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #modules .copy_opt_col .btn, #modules .module_social .btn, #modules .copy_opt_col_alt .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 250px;
  }
}

#modules .copy_opt_col h5, #modules .module_social h5, #modules .copy_opt_col_alt h5 {
  color: #008c99;
}

#modules .copy_opt_col ul, #modules .module_social ul, #modules .copy_opt_col_alt ul {
  margin: 20px 0 20px 0;
  margin: -5px 0 20px 0;
  padding: 0;
}

@media (min-width: 480px) {
  #modules .copy_opt_col ul.larger, #modules .module_social ul.larger, #modules .copy_opt_col_alt ul.larger {
    font-size: 1.25em;
  }
  #modules .copy_opt_col ul.larger li, #modules .module_social ul.larger li, #modules .copy_opt_col_alt ul.larger li {
    line-height: 1.25em;
  }
}

#modules .copy_opt_col ul li, #modules .module_social ul li, #modules .copy_opt_col_alt ul li {
  margin-bottom: 16px;
  line-height: 22px;
  display: block;
  list-style: none;
  padding-left: 20px;
  position: relative;
}

#modules .copy_opt_col ul li:before, #modules .module_social ul li:before, #modules .copy_opt_col_alt ul li:before {
  /*content: "\2219";*/
  content: "\2022";
  color: #008c99;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 20px;
  font-size: 22px;
}

@media (max-width: 767px) {
  #modules .copy_opt_col ul li, #modules .module_social ul li, #modules .copy_opt_col_alt ul li {
    margin-bottom: 15px;
  }
}

#modules .copy_opt_col ol, #modules .module_social ol, #modules .copy_opt_col_alt ol {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}

@media (max-width: 767px) {
  #modules .copy_opt_col ol, #modules .module_social ol, #modules .copy_opt_col_alt ol {
    margin-top: -1px;
  }
  #modules .copy_opt_col ol:first-child, #modules .module_social ol:first-child, #modules .copy_opt_col_alt ol:first-child {
    /*margin-top:0px;*/
  }
}

#modules .copy_opt_col ol li, #modules .module_social ol li, #modules .copy_opt_col_alt ol li {
  counter-increment: toc;
  display: block;
  padding-left: 60px;
  position: relative;
  margin-bottom: 20px;
}

#modules .copy_opt_col ol li .toggle-more, #modules .module_social ol li .toggle-more, #modules .copy_opt_col_alt ol li .toggle-more {
  display: none;
}

#modules .copy_opt_col ol li h6, #modules .module_social ol li h6, #modules .copy_opt_col_alt ol li h6 {
  display: inline;
  margin: 0;
}

#modules .copy_opt_col ol li p, #modules .module_social ol li p, #modules .copy_opt_col_alt ol li p {
  margin: 0;
  display: inline !important;
}

#modules .copy_opt_col ol li:before, #modules .module_social ol li:before, #modules .copy_opt_col_alt ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;
  width: 42px;
  display: inline-block;
  line-height: 42px;
  border-radius: 21px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #cc5000;
  /*#cf5b11*/
  content: counters(toc, ".");
}

#modules .copy_opt_col ol li strong, #modules .module_social ol li strong, #modules .copy_opt_col_alt ol li strong {
  color: #cc5000;
}

@media (max-width: 767px) {
  #modules .copy_opt_col ol li, #modules .module_social ol li, #modules .copy_opt_col_alt ol li {
    padding: 12px 0 0 40px;
    margin-bottom: 0;
    position: relative;
  }
  #modules .copy_opt_col ol li:before, #modules .module_social ol li:before, #modules .copy_opt_col_alt ol li:before {
    font-size: 18px !important;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    top: 12px;
    left: 0px;
  }
}

#modules .copy_opt_col .mult-cols, #modules .module_social .mult-cols, #modules .copy_opt_col_alt .mult-cols {
  padding-top: 15px;
}

@media (min-width: 768px) {
  #modules .copy_opt_col .mult-cols.cols-2 .mcol-0, #modules .module_social .mult-cols.cols-2 .mcol-0, #modules .copy_opt_col_alt .mult-cols.cols-2 .mcol-0 {
    padding-right: 25px;
  }
  #modules .copy_opt_col .mult-cols.cols-2 .mcol-1, #modules .module_social .mult-cols.cols-2 .mcol-1, #modules .copy_opt_col_alt .mult-cols.cols-2 .mcol-1 {
    padding-left: 25px;
  }
}

#modules .copy_opt_col .mult-cols h5, #modules .module_social .mult-cols h5, #modules .copy_opt_col_alt .mult-cols h5 {
  margin-bottom: 20px;
  margin-top: 0;
}

#modules .copy_opt_col .mult-cols p, #modules .module_social .mult-cols p, #modules .copy_opt_col_alt .mult-cols p {
  margin-bottom: 20px;
  margin-top: 0;
}

@media (max-width: 767px) {
  #modules .copy_opt_col .unrestrict ol li, #modules .copy_opt_col_alt .unrestrict ol li {
    padding: 12px 0 0 0;
    min-height: 60px;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
  }
  #modules .copy_opt_col .unrestrict ol li:before, #modules .copy_opt_col_alt .unrestrict ol li:before {
    font-size: 18px !important;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    top: 17px;
    left: 18px;
  }
  #modules .copy_opt_col .unrestrict ol li:first-child, #modules .copy_opt_col_alt .unrestrict ol li:first-child {
    border-top: 1px solid #d9d9d9;
  }
  #modules .copy_opt_col .unrestrict ol li h6, #modules .copy_opt_col_alt .unrestrict ol li h6 {
    display: block;
    margin-bottom: 12px;
    padding: 5px 0;
    padding-left: 60px;
    padding-right: 60px;
    cursor: pointer;
  }
  #modules .copy_opt_col .unrestrict ol li p, #modules .copy_opt_col_alt .unrestrict ol li p {
    display: none !important;
    border-top: 1px solid #d9d9d9;
    background-color: #f7f5f4;
    padding: 10px 0;
    padding-left: 60px;
    padding-right: 60px;
  }
  #modules .copy_opt_col .unrestrict ol li.list-opened p, #modules .copy_opt_col_alt .unrestrict ol li.list-opened p {
    display: block !important;
  }
  #modules .copy_opt_col .unrestrict ol li .toggle-more, #modules .copy_opt_col_alt .unrestrict ol li .toggle-more {
    position: absolute;
    cursor: pointer;
    top: 12px;
    right: 18px;
    width: 34px;
    height: 34px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #modules .copy_opt_col .unrestrict ol li .toggle-more.list-closed, #modules .copy_opt_col_alt .unrestrict ol li .toggle-more.list-closed {
    background-image: url(images/icon_plus.png);
  }
  #modules .copy_opt_col .unrestrict ol li .toggle-more.list-opened, #modules .copy_opt_col_alt .unrestrict ol li .toggle-more.list-opened {
    background-image: url(images/icon_minus.png);
  }
}

#modules .copy_opt_col_alt .restrict h3 {
  text-align: left !important;
}

#modules .copy_opt_col_alt .restrict h4 {
  text-align: left !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

#modules .copy_opt_col_alt .restrict h5 {
  margin-bottom: 0 !important;
  font-size: 20px !important;
}

@media (min-width: 768px) {
  #modules .copy_opt_col_alt .restrict img {
    display: block;
    margin: 0;
  }
}

@media (max-width: 767px) {
  #modules .copy_opt_col_alt .restrict img {
    display: block;
    float: none;
    position: relative;
    margin: 0 auto;
  }
  #modules .copy_opt_col_alt .restrict h3, #modules .copy_opt_col_alt .restrict h4 {
    text-align: center !important;
  }
}

#modules .module_social {
  padding: 40px 0 50px 0;
}

#modules .module_social ul {
  display: block;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0;
}

#modules .module_social ul li {
  display: inline;
  padding: 0;
  margin: 0 36px;
}

#modules .module_social ul li:before {
  content: normal;
}

#modules .module_social ul li:first-child {
  margin-left: 0;
}

#modules .module_social ul li:last-child {
  margin-right: 0;
}

#modules .module_social a {
  display: inline-block;
  line-height: 55px;
  padding-left: 76px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 24px;
  color: #424242;
  text-decoration: none;
}

#modules .module_social a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  #modules .module_social h4 {
    font-size: 31px;
  }
}

#modules .module_social .required-field {
  color: #cc5000;
  font-size: 16px;
}

#modules .module_social .required, #modules .module_social .orange {
  color: #cc5000 !important;
}

@media (max-width: 991px) {
  #modules .module_social a {
    font-size: 20px;
    padding-left: 70px;
  }
}

@media (max-width: 767px) {
  #modules .module_social {
    padding: 20px 0 30px 0;
  }
  #modules .module_social ul li {
    display: block;
    margin: 0 0 20px 0;
  }
  #modules .module_social ul li:last-child {
    margin-bottom: 0;
  }
  #modules .module_social a {
    font-size: 18px;
    background-size: 40px auto;
    padding-left: 50px;
    line-height: 40px;
  }
}

#modules .form {
  padding: 30px 0;
}

#modules .form.no-line {
  padding-top: 0;
}

#modules .form .conditional-hide {
  display: none;
}

#modules .form span.printed-copy {
  margin-bottom: 15px;
  display: block;
}

#modules .form div.wpcf7-mail-sent-ok {
  border-color: #f47b20;
}

#modules .form h4 {
  margin-bottom: 24px;
}

#modules .form .ajax-loader {
  clear: both;
}

#modules .form iframe {
  margin-top: 30px;
}

#modules .form ul {
  font-size: 16px;
  display: block;
  position: static;
  left: auto;
  top: auto;
  margin: 0;
  padding: 0;
}

#modules .form ul li {
  list-style: none;
  line-height: 16px;
  color: #474747;
  font-weight: 400;
  text-align: left;
  display: block;
  margin-bottom: 10px;
  border: none !important;
}

#modules .form ul li:before {
  content: '- ';
}

#modules .form img {
  margin-bottom: 20px;
}

#modules .form #download-link {
  display: none;
  text-align: center;
}

#modules .form #download-link a {
  display: block;
}

#modules .form .sent #download-link {
  display: block;
}

#modules .form #universal-form {
  padding-top: 30px;
}

#modules .form #universal-form ul {
  margin-bottom: 20px;
}

#modules .form #universal-form h3 {
  margin-top: 10px;
}

@media (min-width: 992px) {
  #modules .form #universal-form h3.has-subhead {
    margin-bottom: 0;
  }
}

#modules .form #universal-form h5 {
  margin-top: 0;
  margin-bottom: 20px;
}

#modules .form #universal-form p {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  #modules .form #universal-form {
    padding-top: 0;
  }
  #modules .form #universal-form h3 {
    text-align: left;
    color: #373737;
  }
  #modules .form #universal-form h5 {
    text-align: left;
  }
  #modules .form #universal-form ul {
    color: #414141;
    margin: 0;
  }
  #modules .form #universal-form ul li {
    color: #414141;
  }
  #modules .form #universal-form .btn {
    max-width: 275px;
  }
}

@media (max-width: 767px) {
  #modules .form #universal-form h3 {
    font-size: 21px;
    line-height: 24px;
  }
  #modules .form #universal-form h5 {
    text-align: left;
  }
  #modules .form #universal-form ul {
    font-size: 15px;
    margin-bottom: 20px;
  }
  #modules .form #universal-form ul li {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  #modules .form #universal-form input[type=submit] {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  #modules .form #universal-form h3 {
    font-size: 19px;
    margin-top: 0;
  }
  #modules .form #universal-form ul li {
    margin-bottom: 2px;
  }
}

#modules .form .form-or {
  margin-top: 30px;
  line-height: 36px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  display: block;
}

#modules .form .btn {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 28px auto;
}

#modules .form .btn.btn-small {
  line-height: 35px;
  height: 35px;
  font-size: 16px;
}

#modules .form .btn.btn-small.btn-gray {
  background-color: #7d7d7d;
  font-weight: 400;
}

#modules .form .btn.btn-small.btn-gray:hover {
  background-color: #4f4d49;
}

@media (max-width: 991px) {
  #modules .form .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 205px;
  }
  #modules .form .btn.btn-small {
    font-size: 21px;
    line-height: 37px;
    height: 37px;
  }
  #modules .form .btn.btn-small.btn-gray {
    background-color: #7d7d7d;
  }
}

#modules .form #download-form h3, #modules .form #mail-form h3 {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #modules .form h3, #modules .form h4 {
    text-align: left;
  }
  #modules .form h4 {
    font-size: 23px;
    line-height: 28px;
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  #modules .form ul {
    display: block;
    font-size: 15px;
    margin-bottom: 20px;
  }
  #modules .form ul li {
    line-height: 18px;
    font-size: 16px;
    background-color: transparent !important;
    margin-bottom: 10px;
    border: none !important;
  }
  #modules .form ul li:before {
    content: "\2022";
  }
}

#modules .form label {
  font-size: 16px;
  display: inline-block;
  font-weight: normal;
}

#modules .form label input[type=text], #modules .form label input[type=email], #modules .form label select, #modules .form label textarea {
  line-height: 22px;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: linotype-sabon, TimeNewRoman, Times, Georgia, sans-serif;
}

#modules .form label input[type=text].wpcf7-not-valid, #modules .form label input[type=email].wpcf7-not-valid, #modules .form label select.wpcf7-not-valid, #modules .form label textarea.wpcf7-not-valid {
  border: 2px solid #cc1300;
}

#modules .form label input[type=text].fld-small, #modules .form label input[type=email].fld-small, #modules .form label select.fld-small, #modules .form label textarea.fld-small {
  padding: 6px 15px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  #modules .form label input[type=text], #modules .form label input[type=email], #modules .form label select, #modules .form label textarea {
    padding: 6px 15px;
  }
}

#modules .form label select {
  /*-webkit-appearance: none;*/
  height: 42px;
}

@media (max-width: 991px) {
  #modules .form label select {
    height: 34px;
  }
}

#modules .form label textarea {
  height: 210px;
}

@media (max-width: 991px) {
  #modules .form label textarea {
    height: 160px;
  }
}

#modules .form label .required, #modules .form label .required-field {
  color: #cc5000;
}

#modules .form .instructions {
  font-style: italic;
  padding: 20px 0 10px 0;
  display: block;
}

#modules .form .support {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 30px;
}

#modules .form .opt-in {
  margin-top: 20px;
  margin-bottom: 30px;
}

#modules .form .wpcf7-submit {
  margin-top: 30px;
}

#modules .form .text-right input[type=submit] {
  display: inline-block;
}

#modules .form input[type=submit] {
  background-color: #f47b20;
  color: #fff;
  width: 100%;
  max-width: 180px;
  text-align: center;
  display: block;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: none;
  text-shadow: none;
  padding: 0;
  outline: none;
  font-family: din-condensed, "Arial Narrow", sans-serif;
}

#modules .form input[type=submit]:hover {
  background-color: #4f4d49;
}

#modules .form input[type=submit].btn-small {
  line-height: 35px;
  height: 35px;
  font-size: 16px;
  border-radius: 8px;
}

@media (max-width: 991px) {
  #modules .form input[type=submit] {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 156px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    border-radius: 5px;
  }
  #modules .form input[type=submit].btn-small {
    line-height: 38px;
    height: 38px;
    font-size: 18px;
    border-radius: 5px;
  }
}

#modules .form .centered-button input {
  position: relative;
  margin: 20px auto;
}

#modules .form .wpcf7-validation-errors {
  border: none;
  font-size: 25px;
  line-height: 34px;
  color: #cc1300;
  font-weight: 700;
  padding-left: 40px;
  margin: 30px 0;
  background: url(images/icon_exclamation-point.png) left 9px no-repeat;
}

@media (max-width: 767px) {
  #modules .form .wpcf7-validation-errors {
    font-size: 20px;
    background-position: left 5px;
    line-height: 26px;
  }
}

#modules .form div.wpcf7-mail-sent-ok {
  border: none;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 767px) {
  #modules .form div.wpcf7-mail-sent-ok {
    font-size: 20px;
    line-height: 26px;
  }
}

#modules .form span.wpcf7-not-valid-tip {
  color: #cc1300;
  font-weight: 700;
  font-size: 15px;
}

@media (max-width: 767px) {
  #modules .form span.wpcf7-not-valid-tip {
    font-size: 12px;
  }
}

.required {
  color: #cc5000;
}

#mobile-footer-nav {
  display: none;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  #mobile-footer-nav {
    display: block;
  }
  #mobile-footer-nav ul {
    padding: 0;
    margin: 0;
  }
  #mobile-footer-nav ul li {
    display: block;
    background-color: #cc5000;
    font-size: 21px;
    font-weight: 700;
    border-top: 1px solid #fff;
    line-height: 27px;
  }
  #mobile-footer-nav ul li a {
    padding: 10px 8%;
    color: #fff;
    text-decoration: none;
    display: block;
  }
  #mobile-footer-nav ul li a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  #mobile-footer-nav ul li {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  #page {
    padding-top: 133px;
  }
}

@media (min-width: 992px) {
  .floated.admin-bar #page {
    padding-top: 103px;
  }
}

@media (max-width: 991px) {
  #content {
    border-top: 15px solid #008c99;
  }
}

@media (min-width: 992px) {
  #content {
    /*border-top:133px solid $mather_dark_orange;*/
  }
}

#breadcrumbs {
  background-color: #f7f5f4;
}

@media (max-width: 991px) {
  #breadcrumbs {
    display: none;
  }
}

#breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  overflow: hidden;
  visibility: hidden;
}

#breadcrumbs ul li {
  display: inline-block;
  vertical-align: middle;
  vertical-align: baseline;
  margin: 0 15px 0 0;
  font-size: 15px;
  line-height: 26px;
  padding: 0;
}

#breadcrumbs ul li a {
  color: #373737;
}

#breadcrumbs ul li.item-current {
  font-weight: 700;
}

#breadcrumbs ul .separator {
  font-size: 18px;
  font-weight: 400;
  color: #f47b20;
}

.blog #breadcrumbs, .archive #breadcrumbs, .single-post #breadcrumbs {
  display: none;
}

#masthead {
  z-index: 2;
  position: relative;
}

@media (min-width: 992px) {
  #masthead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .floated #masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .admin-bar #masthead {
    top: 32px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .admin-bar #masthead {
    top: 72px;
  }
}

@media (max-width: 1500px) and (max-width: 991px) {
  #masthead #connect .restrict {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1500px) {
  #masthead .mega-menu .restrict {
    width: 95%;
    max-width: 986px;
  }
}

@media (max-width: 1500px) and (max-width: 991px) {
  #masthead .mega-menu .restrict {
    width: 100%;
    max-width: 100%;
  }
}

#masthead #ml-brand {
  z-index: 2;
}

@media (min-width: 992px) {
  #masthead #ml-brand {
    max-width: 100%;
    width: 98%;
  }
  #masthead #ml-brand .site-branding {
    left: 0;
  }
}

@media (min-width: 1200px) {
  #masthead #ml-brand {
    max-width: 100%;
  }
  #masthead #ml-brand .site-branding {
    left: 40px;
  }
}

#masthead .site-branding {
  position: absolute;
  left: -201px;
  top: 0;
}

@media (min-width: 992px) {
  #masthead .site-branding {
    top: 25px;
  }
  .floated #masthead .site-branding {
    top: 0;
  }
}

@media (max-width: 1500px) {
  #masthead .site-branding {
    left: 49px;
  }
}

#masthead .site-branding .site-title {
  margin: 0;
}

#masthead .site-branding .site-title a {
  width: 199px;
  height: 85px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: none;
  text-indent: -9999px;
  display: block;
  background: url(images/mather-institute-color.svg) left center no-repeat;
  background-size: 199px 85px;
  background-size: 160px 68px;
  background-size: 187px 80px;
  background-size: 170px 73px;
  outline: none;
}

@media (min-width: 992px) {
  .floated #masthead .site-branding .site-title a {
    height: 85px;
    border: none;
    border-radius: 0;
    background: url(images/mather-institute-color-reverse.svg) left center no-repeat;
    background-size: 199px 85px;
    background-size: 160px 68px;
    background-size: 187px 80px;
    background-size: 178px 76px;
    background-size: 170px 73px;
  }
}

@media (max-width: 1200px) {
  #masthead .site-branding {
    left: 39px;
  }
}

@media (max-width: 1100px) {
  #masthead .site-branding {
    left: 29px;
  }
}

@media (max-width: 1050px) {
  #masthead .site-branding {
    left: 19px;
  }
}

@media (max-width: 991px) {
  #masthead .site-branding {
    left: 4%;
  }
  #masthead .site-branding .site-title a {
    background-size: contain;
    width: 135px;
    height: 65px;
    background-size: 104px auto;
  }
}

#masthead #connect {
  overflow: hidden;
  height: 62px;
  width: 100%;
  display: block;
  background-color: #fff;
  border: none;
}

@media (min-width: 992px) {
  .floated #masthead #connect {
    height: 0;
    border: none;
  }
}

#masthead #connect .restrict {
  text-align: right;
}

#masthead #connect .restrict a {
  color: #373737;
  font-size: 18px;
  line-height: 52px;
  height: 52px;
  display: inline-block;
  outline: none;
}

#masthead #connect .restrict a.external {
  padding: 0 18px;
  background-color: #242424;
}

@media (max-width: 991px) {
  #masthead #connect .restrict a.external {
    display: none;
  }
}

#masthead #connect .restrict a.contact {
  padding: 0 25px;
}

@media (max-width: 991px) {
  #masthead #connect .restrict a.contact {
    display: none;
  }
}

#masthead #connect .restrict a:hover {
  text-decoration: underline;
}

#masthead #connect .restrict .phone {
  background: url(images/phone-header.png) 20px center no-repeat;
  padding: 0 25px 0 42px;
  cursor: default;
  text-decoration: none;
  font-size: 16px;
}

#masthead #connect .restrict .phone:before {
  display: inline-block;
  margin-right: 6px;
  font-weight: 400;
}

#masthead #connect .restrict .phone.phone-concierge {
  padding-right: 15px;
  padding-left: 32px;
  background-position: 10px center;
}

#masthead #connect .restrict .phone.phone-concierge:before {
  content: 'Main ';
}

#masthead #connect .restrict .phone.phone-sales {
  padding-left: 22px;
  background-position: 0 center;
}

#masthead #connect .restrict .phone.phone-sales:before {
  content: 'Inquiries ';
}

#masthead #connect .restrict .phone:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  #masthead #connect .restrict .phone {
    cursor: default;
    background: #f47b20 none;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    max-width: 138px;
    text-align: center;
    line-height: 36px;
    height: 36px;
    display: block;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 15px;
    right: 20%;
    text-decoration: none;
    padding: 0;
  }
  #masthead #connect .restrict .phone:hover {
    background-color: #f47b20;
  }
}

@media (max-width: 480px) {
  #masthead #connect .restrict .phone {
    font-size: 12px;
    max-width: 100px;
    right: 18%;
  }
}

#masthead #connect .restrict #searchform {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
}

#masthead #connect .restrict #searchform.visible .textfield {
  width: 176px;
  padding: 0 10px;
  margin-right: 7px;
  background: url("http://www.google.com/cse/static/en/google_custom_search_watermark.gif") 0% 50% no-repeat white;
  background: none #fff !important;
}

#masthead #connect .restrict #searchform.visible .textfield:focus {
  background-image: none;
}

#masthead #connect .restrict #searchform .textfield {
  width: 0;
  height: 30px;
  margin-top: 11px;
  margin-bottom: 11px;
  display: inline-block;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  line-height: 1;
  font-size: 16px;
  border-radius: 6px;
}

#masthead #connect .restrict #searchform .submitfield {
  width: 30px;
  height: 30px;
  margin-top: 11px;
  margin-bottom: 11px;
  display: inline-block;
  outline: none;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: top;
  direction: rtl;
  background-image: url(images/search-header.png);
  margin-right: 10px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background-color: transparent;
}

#masthead #connect .restrict #searchform .submitfield:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  #masthead #connect .restrict #searchform {
    display: none;
  }
}

#masthead #connect .restrict .icon {
  width: 30px;
  height: 30px;
  margin-top: 11px;
  margin-bottom: 11px;
  display: inline-block;
  outline: none;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: top;
  direction: rtl;
}

#masthead #connect .restrict .icon.search {
  background-image: url(images/search-header.png);
  margin-right: 10px;
}

#masthead #connect .restrict .icon.facebook {
  background-image: url(images/facebook-header.png);
  margin-left: 10px;
}

#masthead #connect .restrict .icon.facebook:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  #masthead #connect .restrict .icon {
    display: none;
  }
}

@media (max-width: 991px) {
  #masthead #connect {
    border-bottom: none;
    height: 65px;
  }
}

#masthead #site-navigation {
  z-index: 1;
  height: 71px;
  display: block;
  font-size: 16px;
  line-height: 71px;
}

@media (max-width: 991px) {
  #masthead #site-navigation .restrict {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #masthead #site-navigation {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .floated #masthead #site-navigation {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background-color: #4f4d49;
    height: 83px;
    line-height: 83px;
  }
  .floated #masthead #site-navigation a {
    color: #fff;
  }
}

@media (max-width: 1100px) {
  #masthead #site-navigation {
    font-size: 15px;
  }
}

@media (max-width: 1050px) {
  #masthead #site-navigation {
    font-size: 14px;
  }
}

#masthead #site-navigation .mobile {
  display: none !important;
}

@media (max-width: 991px) {
  #masthead #site-navigation .mobile {
    display: block !important;
  }
}

#masthead #site-navigation .mobile.search {
  position: relative;
}

@media (min-width: 992px) {
  #masthead #site-navigation .mobile.search {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {
  #masthead #site-navigation .mobile.search a {
    display: none !important;
  }
}

@media (max-width: 991px) {
  #masthead #site-navigation .mobile.search.showform #navsearchform {
    display: block;
  }
}

@media (max-width: 991px) {
  #masthead #site-navigation .mobile.search #navsearchform {
    padding: 6px 6.6%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
  }
  #masthead #site-navigation .mobile.search #navsearchform input {
    margin: 0;
    padding: 0;
    height: 35px;
    line-height: 36px;
    display: block;
  }
  #masthead #site-navigation .mobile.search #navsearchform input.textfield {
    width: 100%;
    max-width: 290px;
    padding: 0 10px;
    background: url("http://www.google.com/cse/static/en/google_custom_search_watermark.gif") 0% 50% no-repeat white;
    background-image: none;
  }
  #masthead #site-navigation .mobile.search #navsearchform input.textfield:focus {
    background-image: none;
  }
  #masthead #site-navigation .mobile.search #navsearchform input.submitfield {
    display: none;
  }
}

@media (min-width: 992px) {
  #masthead #site-navigation .mobile.search #navsearchform {
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
  }
  #masthead #site-navigation .mobile.search #navsearchform.visible .textfield {
    width: 146px;
    padding: 0 10px;
    margin-right: 7px;
    background: url("http://www.google.com/cse/static/en/google_custom_search_watermark.gif") 0% 50% no-repeat white;
    background: none #efecea !important;
  }
  #masthead #site-navigation .mobile.search #navsearchform.visible .textfield:focus {
    background-image: none;
  }
  #masthead #site-navigation .mobile.search #navsearchform .textfield {
    width: 0;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 21px;
    display: inline-block;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    background-color: #efecea;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    border-radius: 6px;
  }
  .floated #masthead #site-navigation .mobile.search #navsearchform .textfield {
    margin-top: 25px;
  }
  #masthead #site-navigation .mobile.search #navsearchform .submitfield {
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 21px;
    display: inline-block;
    outline: none;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: top;
    direction: rtl;
    background-image: url(images/magglass@2x.png);
    background-size: 18px 18px;
    margin-right: 10px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .floated #masthead #site-navigation .mobile.search #navsearchform .submitfield {
    margin-top: 25px;
  }
  #masthead #site-navigation .mobile.search #navsearchform .submitfield:hover {
    opacity: 0.8;
  }
}

@media (max-width: 991px) {
  #masthead #site-navigation {
    height: auto;
    line-height: 40px;
  }
  #masthead #site-navigation.toggled #nav-callout-mobile {
    display: block;
    border-top: none;
    background-color: #fff;
  }
  #masthead #site-navigation.toggled #nav-callout-mobile .nav-inner {
    padding: 10px 6.6%;
  }
  #masthead #site-navigation.toggled #nav-callout-mobile .nav-inner h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #373737;
    font-weight: 700;
  }
  #masthead #site-navigation.toggled #nav-callout-mobile .nav-inner .bullets {
    padding-left: 110px;
    min-height: 120px;
    background: url(images/pamphlet_mm.png) 0 0 no-repeat;
    background-size: auto 120px;
  }
  #masthead #site-navigation.toggled #nav-callout-mobile .nav-inner .bullets ul {
    display: block;
    margin: 0;
    padding: 5px 0 0 0;
  }
  #masthead #site-navigation.toggled #nav-callout-mobile .nav-inner .bullets ul li {
    position: relative;
    display: block;
    float: none;
    height: auto;
    padding-left: 16px;
    font-size: 15px;
    color: #373737;
    line-height: 18px;
    margin-bottom: 3px;
  }
  #masthead #site-navigation.toggled #nav-callout-mobile .nav-inner .bullets ul li:before {
    height: 4px;
    width: 4px;
    border-radius: 2px;
    background-color: #373737;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    display: block;
  }
  #masthead #site-navigation.toggled #nav-callout-mobile .nav-inner .bullets .btn {
    background-color: #f47b20;
    color: #fff;
    border-radius: 0;
    max-width: 160px;
    text-align: center;
    display: block;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: none;
    padding: 0;
    font-size: 20px;
    line-height: 38px;
    height: 38px;
    margin: 10px 0 0 0;
    font-weight: 700;
    font-family: din-condensed, "Arial Narrow", sans-serif;
  }
  #masthead #site-navigation.toggled #nav-callout-mobile .nav-inner .bullets .btn:hover {
    background-color: #4f4d49;
  }
  #masthead #site-navigation.toggled #primary-menu {
    display: block;
    margin: 0;
  }
  #masthead #site-navigation.toggled #primary-menu li {
    margin: 0;
    display: block;
    width: 100%;
    background-color: #f47b20;
    border-top: 1px solid #fff;
    padding: 0;
    line-height: 27px;
    font-size: 21px;
    clear: both;
  }
  #masthead #site-navigation.toggled #primary-menu li:first-child {
    border-top: none;
  }
  #masthead #site-navigation.toggled #primary-menu li ul.sub-menu {
    width: 100%;
    padding: 0 0 10px 0;
  }
  #masthead #site-navigation.toggled #primary-menu li ul.sub-menu li {
    border-top: none;
  }
  #masthead #site-navigation.toggled #primary-menu li ul.sub-menu li:first-child {
    border-top: none;
  }
  #masthead #site-navigation.toggled #primary-menu li a {
    padding: 10px 6.6%;
  }
  #masthead #site-navigation.toggled #primary-menu li li a {
    padding: 5px 6.6% 5px 10%;
  }
}

@media (max-width: 991px) and (max-width: 480px) {
  #masthead #site-navigation.toggled #primary-menu li {
    font-size: 18px;
  }
}

#masthead #site-navigation .menu-toggle {
  display: none;
  outline: none;
  top: 15px;
  top: 20px;
  right: 4%;
  background: none;
  border: none;
  border-radius: 0;
  width: 4.27%;
  min-width: 34px;
  width: 34px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  padding: 5px 7px;
  padding: 0;
}

@media (max-width: 991px) {
  #masthead #site-navigation .menu-toggle {
    display: block;
  }
}

#masthead #site-navigation .menu-toggle .icon-bar {
  background-color: #fff;
  background-color: #373737;
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
}

#masthead #site-navigation .menu-toggle .icon-bar:last-child {
  margin-bottom: 0;
}

#masthead #site-navigation.toggled .menu-toggle {
  /*background-color:#fff;*/
}

#masthead #site-navigation.toggled .menu-toggle .icon-bar {
  opacity: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

#masthead #site-navigation.toggled .menu-toggle .icon-bar:first-child {
  opacity: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#masthead #site-navigation.toggled .menu-toggle .icon-bar:last-child {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#masthead #site-navigation #nav-callout-mobile {
  display: none;
}

#masthead #site-navigation #primary-menu {
  padding-left: 0;
  display: table;
  display: block;
  text-align: right;
  width: 100%;
}

@media (max-width: 991px) {
  #masthead #site-navigation #primary-menu {
    padding-left: 0;
    display: none;
  }
}

#masthead #site-navigation #primary-menu > li {
  margin: 0;
  font-weight: 400;
  float: none;
  display: inline-block;
  text-align: left;
}

@media (min-width: 992px) {
  #masthead #site-navigation #primary-menu > li {
    position: relative;
  }
  #masthead #site-navigation #primary-menu > li > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 22px;
    background-color: #f47b20;
    left: -1px;
    top: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .floated #masthead #site-navigation #primary-menu > li > a:before {
    top: 31px;
  }
  #masthead #site-navigation #primary-menu > li.first-menu-item > a:before {
    content: normal;
  }
}

#masthead #site-navigation #primary-menu > li > a:hover {
  background-color: transparent;
  color: #f47b20;
}

@media (max-width: 991px) {
  #masthead #site-navigation #primary-menu > li > a:hover {
    background-color: transparent;
    color: #fff;
  }
}

#masthead #site-navigation #primary-menu > li a {
  padding: 0 25px;
  padding: 0 20px;
  display: block;
  position: relative;
}

#masthead #site-navigation #primary-menu > li.menu-item-has-children {
  position: relative;
  position: relative;
}

@media (min-width: 992px) {
  #masthead #site-navigation #primary-menu > li.menu-item-has-children:hover:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 10px solid #f47b20;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    width: 0;
    height: 0;
    display: block;
  }
}

#masthead #site-navigation #primary-menu > li.menu-item-has-children > a {
  text-decoration: none;
}

@media (max-width: 991px) {
  #masthead #site-navigation #primary-menu > li.menu-item-has-children > a {
    text-decoration: none !important;
    background: url(images/icon_plus_nav.png) 95% center no-repeat;
    /*90%*/
    background-size: auto 34px;
  }
  #masthead #site-navigation #primary-menu > li.menu-item-has-children > a.visible {
    background-image: url(images/icon_minus_nav.png);
  }
}

@media (max-width: 991px) {
  #masthead #site-navigation #primary-menu > li.menu-item-has-children.current-menu-item > a, #masthead #site-navigation #primary-menu > li.menu-item-has-children.current-menu-ancestor > a {
    background-image: url(images/icon_plus_nav.png);
  }
  #masthead #site-navigation #primary-menu > li.menu-item-has-children.current-menu-item > a.visible, #masthead #site-navigation #primary-menu > li.menu-item-has-children.current-menu-ancestor > a.visible {
    background-image: url(images/icon_minus_nav.png);
  }
  #masthead #site-navigation #primary-menu > li.menu-item-has-children.current-menu-item > a:hover, #masthead #site-navigation #primary-menu > li.menu-item-has-children.current-menu-ancestor > a:hover {
    background-color: transparent;
    color: #fff;
  }
}

#masthead #site-navigation #primary-menu > li.menu-item-has-children:hover .mega-menu {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}

@media (max-width: 991px) {
  #masthead #site-navigation #primary-menu > li.menu-item-has-children:hover .mega-menu {
    display: none;
    position: static;
    left: auto;
  }
}

#masthead #site-navigation #primary-menu > li.menu-item-has-children:hover .sub-menu a {
  color: #fff;
}

#masthead #site-navigation #primary-menu > li.menu-item-has-children:hover a {
  background-color: transparent;
  color: #373737;
}

@media (max-width: 991px) {
  #masthead #site-navigation #primary-menu > li.menu-item-has-children:hover a {
    background-color: transparent;
    color: #fff;
  }
}

@media (min-width: 992px) {
  #masthead #site-navigation #primary-menu > li.menu-item-has-children:hover > a {
    color: #f47b20;
  }
}

#masthead #site-navigation #primary-menu > li.current-menu-item a, #masthead #site-navigation #primary-menu > li.current-menu-ancestor a {
  background-color: #f47b20;
  color: #fff;
}

#masthead #site-navigation #primary-menu > li.current-menu-item a:hover, #masthead #site-navigation #primary-menu > li.current-menu-ancestor a:hover {
  text-decoration: none;
  text-decoration: underline;
}

#masthead #site-navigation #primary-menu > li.current-menu-item > a, #masthead #site-navigation #primary-menu > li.current-menu-ancestor > a {
  background-color: transparent;
  color: #f47b20;
}

@media (max-width: 991px) {
  #masthead #site-navigation #primary-menu > li.current-menu-item > a, #masthead #site-navigation #primary-menu > li.current-menu-ancestor > a {
    color: #fff;
  }
}

@media (max-width: 1199px) {
  #masthead #site-navigation #primary-menu > li a {
    padding: 0 16px;
  }
}

#masthead #site-navigation #primary-menu > li > ul.sub-menu {
  background-color: #f47b20;
  line-height: 20px;
  /*position:absolute;
          top:50px;
          left:0;*/
  top: auto;
}

@media (min-width: 992px) {
  #masthead #site-navigation #primary-menu > li > ul.sub-menu {
    top: 71px;
    min-width: 200px;
  }
  .floated #masthead #site-navigation #primary-menu > li > ul.sub-menu {
    top: 83px;
  }
  #masthead #site-navigation #primary-menu > li > ul.sub-menu > li > a {
    white-space: nowrap;
  }
}

@media (max-width: 991px) {
  #masthead #site-navigation #primary-menu > li > ul.sub-menu {
    display: none;
    position: relative;
    top: auto;
    left: auto;
  }
}

#masthead #site-navigation #primary-menu > li > ul.sub-menu li {
  margin: 10px 0;
  float: none;
  display: block;
}

@media (max-width: 991px) {
  #masthead #site-navigation #primary-menu > li > ul.sub-menu li {
    margin: 0;
  }
}

#masthead #site-navigation #primary-menu > li > ul.sub-menu li a {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  height: auto;
  text-align: left;
}

@media (min-width: 992px) {
  #masthead #site-navigation #primary-menu > li > ul.sub-menu li a {
    font-family: din-condensed, "Arial Narrow", sans-serif;
    text-transform: uppercase;
  }
}

#masthead #site-navigation #primary-menu > li > ul.sub-menu li a:hover {
  color: #fff;
  text-decoration: underline;
}

#masthead #site-navigation a {
  color: #4f4d49;
  outline: none;
}

@media (max-width: 991px) {
  #masthead #site-navigation a {
    color: #fff;
  }
}

#masthead #site-navigation a:hover {
  color: #f47b20;
}

@media (max-width: 991px) {
  .parallax-mirror {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    visibility: hidden !important;
  }
}

#investigage-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
  background-color: rgba(130, 130, 130, 0.55);
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#investigage-pop.pinvisible {
  opacity: 0;
  display: none;
}

#investigage-pop #investigage-pop-helper {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -205px;
}

@media (max-width: 767px) {
  #investigage-pop #investigage-pop-helper {
    top: 5%;
    margin-top: 0;
  }
}

#investigage-pop.ismall #investigage-pop-helper {
  margin-top: -111px;
}

@media (max-width: 991px) {
  #investigage-pop.ismall #investigage-pop-helper {
    margin-top: 0;
  }
}

#investigage-pop.ismall #investigage-pop-helper .preview-phone {
  top: -53% !important;
}

@media (max-width: 991px) {
  #investigage-pop.ismall #investigage-pop-helper .preview-phone {
    top: 3% !important;
  }
}

#investigage-pop .btn, #investigage-pop a.btn, #investigage-pop input[type=submit] {
  font-family: din-condensed, "Arial Narrow", sans-serif;
  font-size: 24px;
  font-size: 22px;
  line-height: 2;
  border-radius: 0;
  text-align: center;
  min-width: 220px;
  padding: 4px 12px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
  background-color: #f47b20;
  color: #fff;
  outline: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

@media (max-width: 1199px) {
  #investigage-pop .btn, #investigage-pop a.btn, #investigage-pop input[type=submit] {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  #investigage-pop .btn, #investigage-pop a.btn, #investigage-pop input[type=submit] {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #investigage-pop .btn, #investigage-pop a.btn, #investigage-pop input[type=submit] {
    font-size: 18px;
  }
}

#investigage-pop .btn:hover, #investigage-pop a.btn:hover, #investigage-pop input[type=submit]:hover {
  background-color: #4f4d49;
}

#investigage-pop .btn.btn-orange, #investigage-pop a.btn.btn-orange, #investigage-pop input[type=submit].btn-orange {
  color: #fff;
  background-color: #f47b20;
  border: none;
  padding: 5px 12px 3px 12px;
}

#investigage-pop .btn.btn-orange:hover, #investigage-pop a.btn.btn-orange:hover, #investigage-pop input[type=submit].btn-orange:hover {
  background-color: #4f4d49;
}

#investigage-pop .btn.btn-white, #investigage-pop a.btn.btn-white, #investigage-pop input[type=submit].btn-white {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 2px 10px;
  padding: 3px 10px 1px 10px;
}

#investigage-pop .btn.btn-white:hover, #investigage-pop a.btn.btn-white:hover, #investigage-pop input[type=submit].btn-white:hover {
  background-color: #4f4d49;
}

@media (max-width: 767px) {
  #investigage-pop .btn.btn-white, #investigage-pop a.btn.btn-white, #investigage-pop input[type=submit].btn-white {
    border-width: 1px;
    padding: 3px 10px;
  }
}

#investigage-pop .btn.btn-gray, #investigage-pop a.btn.btn-gray, #investigage-pop input[type=submit].btn-gray {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 2px 10px;
  padding: 3px 10px 1px 10px;
}

#investigage-pop .btn.btn-gray:hover, #investigage-pop a.btn.btn-gray:hover, #investigage-pop input[type=submit].btn-gray:hover {
  color: #4f4d49;
  background-color: #fff;
}

@media (max-width: 767px) {
  #investigage-pop .btn.btn-gray, #investigage-pop a.btn.btn-gray, #investigage-pop input[type=submit].btn-gray {
    border-width: 1px;
    padding: 3px 10px;
  }
}

#investigage-pop .btn.btn-right, #investigage-pop a.btn.btn-right, #investigage-pop input[type=submit].btn-right {
  float: right;
}

#investigage-pop .btn.btn-center, #investigage-pop a.btn.btn-center, #investigage-pop input[type=submit].btn-center {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

#investigage-pop .btn.btn-left, #investigage-pop a.btn.btn-left, #investigage-pop input[type=submit].btn-left {
  float: left;
}

#investigage-pop #investigage-pop-inner {
  position: relative;
  margin: 0 auto;
  max-width: 983px;
  display: block;
}

#investigage-pop .investigage_subscribe {
  height: 100%;
  padding: 0;
}

#investigage-pop .investigage_subscribe h3 {
  color: #008c99;
  font-size: 36px;
  margin-top: 10px;
}

@media (max-width: 991px) {
  #investigage-pop .investigage_subscribe h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  #investigage-pop .investigage_subscribe h3 {
    font-size: 25px;
  }
}

#investigage-pop .investigage_subscribe p, #investigage-pop .investigage_subscribe label {
  font-size: 16px;
  line-height: 24px;
  color: #373737;
}

@media (max-width: 767px) {
  #investigage-pop .investigage_subscribe p, #investigage-pop .investigage_subscribe label {
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  #investigage-pop .investigage_subscribe p, #investigage-pop .investigage_subscribe label {
    font-size: 15px;
    line-height: 20px;
  }
}

#investigage-pop .investigage_subscribe .module-block h5 {
  font-size: 18px;
}

#investigage-pop .investigage_subscribe .module-block h5 a {
  text-decoration: underline;
  text-transform: none;
}

#investigage-pop .investigage_subscribe .module-block h5 a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  #investigage-pop .investigage_subscribe h5 {
    font-size: 20px;
  }
}

#investigage-pop .investigage_subscribe .cat-links {
  display: block;
}

#investigage-pop .investigage_subscribe .btn {
  max-width: none;
  display: inline-block;
  border: none;
}

@media (max-width: 991px) {
  #investigage-pop .investigage_subscribe .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 250px;
  }
}

#investigage-pop .investigage_subscribe .module-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

#investigage-pop .investigage_subscribe .module-block p:last-child {
  margin-bottom: 0;
}

#investigage-pop .investigage_subscribe .module-block p {
  margin-top: 20px;
}

@media (max-width: 767px) {
  #investigage-pop .investigage_subscribe .module-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#investigage-pop .investigage_subscribe .module-form-wrap {
  padding-bottom: 100px;
  padding-bottom: 0;
}

#investigage-pop .investigage_subscribe .module-form-wrap .investigage-callout {
  display: block;
  text-align: right;
  padding-left: 30%;
  font-size: 25px;
  color: #008c99;
  padding: 40px 0 0 0;
}

@media (max-width: 991px) {
  #investigage-pop .investigage_subscribe .module-form-wrap .investigage-callout {
    text-align: center;
    font-size: 20px;
  }
}

#investigage-pop .investigage_subscribe .module-form-wrap .investigage-callout a {
  color: #008c99;
  text-decoration: underline;
}

#investigage-pop .investigage_subscribe .module-form-wrap .investigage-callout a:hover {
  text-decoration: none;
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form {
  border: none;
  margin-top: 40px;
  padding-top: 15px;
  background-color: #efecea;
  border-radius: 20px;
  padding: 20px 30px 30px 30px;
  position: relative;
  -webkit-box-shadow: 0 0 58px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 58px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  #investigage-pop .investigage_subscribe .module-form-wrap .module-form {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  #investigage-pop .investigage_subscribe .module-form-wrap .module-form {
    padding: 10px 20px 20px 20px;
  }
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form #ipop-close {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #efecea url(images/icon_x_p.png) center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form #ipop-close:hover {
  background-color: #fff;
}

@media (max-width: 767px) {
  #investigage-pop .investigage_subscribe .module-form-wrap .module-form #ipop-close {
    top: 7px;
    right: 7px;
  }
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form .preview-phone {
  position: absolute;
  width: 31.7172%;
  width: 33.5%;
  left: 0.5%;
  top: -10.5%;
  display: block;
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form .preview-phone:after {
  display: block;
  width: 100%;
  padding: 0 0 159.554% 0;
  height: 0;
  background: url(images/cellular-phone.png) 0 0 no-repeat;
  background-size: contain;
  position: relative;
  content: '';
}

@media (max-width: 991px) {
  #investigage-pop .investigage_subscribe .module-form-wrap .module-form .preview-phone {
    top: 3%;
    height: 94%;
  }
  #investigage-pop .investigage_subscribe .module-form-wrap .module-form .preview-phone:after {
    background-position: center center;
    height: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  #investigage-pop .investigage_subscribe .module-form-wrap .module-form .preview-phone {
    display: none;
  }
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form #pop-success {
  display: none;
  padding-bottom: 10px;
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form #pop-success p {
  margin-bottom: 0;
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form #pop-success .btn {
  max-width: 220px;
  border: 2px solid #f47b20;
  line-height: 28px;
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form #pop-success .btn:hover {
  border-color: #4f4d49;
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form #pop-success .btn#icontinue {
  float: left;
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form #pop-success .btn#ishare {
  color: #f47b20;
  background-color: transparent;
  margin-left: 10px;
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form #pop-success .btn#ishare:hover {
  color: #fff;
  background-color: #4f4d49;
}

@media (max-width: 600px) {
  #investigage-pop .investigage_subscribe .module-form-wrap .module-form #pop-success .btn {
    float: none !important;
    margin: 20px 0 0 0 !important;
  }
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form div.wpcf7 h3, #investigage-pop .investigage_subscribe .module-form-wrap .module-form #pop-success h3 {
  text-align: left;
}

@media (min-width: 768px) {
  #investigage-pop .investigage_subscribe .module-form-wrap .module-form div.wpcf7, #investigage-pop .investigage_subscribe .module-form-wrap .module-form #pop-success {
    max-width: 575px;
    width: 66%;
    margin-left: 32%;
  }
}

@media (min-width: 992px) {
  #investigage-pop .investigage_subscribe .module-form-wrap .module-form div.wpcf7, #investigage-pop .investigage_subscribe .module-form-wrap .module-form #pop-success {
    width: 65%;
    margin-left: 33%;
  }
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form form > p {
  display: none !important;
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form .wpcf7-response-output.wpcf7-validation-errors {
  border: none;
  color: #cc5000;
  font-size: 18px;
  padding: 0;
  margin: 10px 0 0 0;
  font-weight: 700;
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form div.wpcf7-mail-sent-ok {
  border-color: #f47b20;
  display: none !important;
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form .btn {
  width: 100%;
  max-width: 460px;
  margin-top: 24px;
  line-height: 34px;
}

@media (max-width: 767px) {
  #investigage-pop .investigage_subscribe .module-form-wrap .module-form .btn {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 250px;
  }
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form label span.wpcf7-form-control-wrap {
  display: block;
}

@media (max-width: 480px) {
  #investigage-pop .investigage_subscribe .module-form-wrap .module-form label.col-optional {
    display: none !important;
  }
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form label input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  padding: 5px;
  line-height: 30px;
  border: 1px solid #d6d6d6;
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form label input.wpcf7-not-valid {
  border-color: #cc5000;
  background-color: rgba(204, 80, 0, 0.15);
}

@media (max-width: 480px) {
  #investigage-pop .investigage_subscribe .module-form-wrap .module-form label input {
    padding: 4px;
  }
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form label input[type=checkbox] {
  width: auto;
}

#investigage-pop .investigage_subscribe .module-form-wrap .module-form label span.wpcf7-not-valid-tip {
  display: none !important;
}

#mlia-share {
  position: absolute;
  display: block;
  background-color: #fff;
}

#mlia-share:before {
  content: 'Share it!';
  display: block;
  font-weight: 700;
  background-color: #fff;
}

#mlia-share a {
  cursor: pointer;
  outline: none;
  border: none;
  height: 45px !important;
  overflow: hidden;
  background-size: 26px auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0 !important;
  background-image: url(images/mlia_social.png);
  background-repeat: no-repeat;
}

#mlia-share a.synved-social-provider-twitter {
  background-position: center 14px;
  background-color: #cc5000;
  background-color: #f47b20;
}

#mlia-share a.synved-social-provider-linkedin {
  background-position: center -29px;
  background-color: rgba(204, 80, 0, 0.7);
  background-color: #f47b20;
}

#mlia-share a.synved-social-provider-facebook {
  background-position: center -73px;
  background-color: rgba(204, 80, 0, 0.5);
  background-color: #f47b20;
}

#mlia-share a.synved-social-provider-mail {
  background-position: center -118px;
  background-color: rgba(204, 80, 0, 0.35);
  background-color: #f47b20;
}

#mlia-share a:hover {
  background-color: #333;
}

#mlia-share a img {
  display: none !important;
}

@media (min-width: 768px) {
  #mlia-share {
    width: 65px;
    right: 0;
    top: 50px;
    z-index: 1;
  }
  #mlia-share:before {
    color: #f47b20;
    font-size: 18px;
    white-space: nowrap;
    position: absolute;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    top: 55%;
    left: -5px;
  }
  #mlia-share a {
    width: 100% !important;
    display: block;
  }
}

@media (max-width: 767px) {
  #mlia-share {
    width: 100%;
    top: auto !important;
    bottom: 0 !important;
    left: 0;
    position: fixed !important;
  }
  #mlia-share.is_stuck {
    z-index: 1;
  }
  #mlia-share:before {
    color: #fff;
    background-color: #333;
    line-height: 30px;
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
  #mlia-share a {
    display: inline-block;
    width: 25%;
    float: left;
  }
}

#universal-footer {
  padding-top: 0;
  z-index: 1;
  position: relative;
}

.home #universal-footer {
  border-top: none;
}

@media (max-width: 991px) {
  #universal-footer {
    padding-top: 0;
    background: none #fff !important;
  }
  #universal-footer .restrict {
    width: 100%;
    max-width: none;
  }
  #universal-footer .container-full {
    padding: 0;
  }
}

#universal-footer #site-specific {
  background-color: #efecea;
  padding-top: 20px;
}

#universal-footer #site-specific .restrict {
  max-width: 1030px;
}

@media (max-width: 1200px) {
  #universal-footer #site-specific {
    padding-top: 30px;
  }
}

#universal-footer #site-specific .site-details {
  padding-bottom: 24px;
}

#universal-footer #site-specific #logo {
  background: url(images/mather-institute-color.svg) 0 0 no-repeat;
  background-size: contain;
  width: 212px;
  height: 90px;
  width: 165px;
  height: 71px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  outline: none;
  background-size: 212px 90px;
  background-size: 165px 71px;
}

@media (max-width: 1199px) {
  #universal-footer #site-specific #logo {
    width: 188px;
    height: 82px;
    background-size: 188px 82px;
    width: 165px;
    height: 71px;
    background-size: 165px 71px;
  }
}

@media (max-width: 991px) {
  #universal-footer #site-specific #logo {
    width: 160px;
    height: 70px;
    width: 165px;
    height: 71px;
    background-size: 160px 70px;
    background-size: 165px 71px;
  }
}

#universal-footer #site-specific address {
  margin: 10px 0 0 0;
  font-size: 19px;
  line-height: 30px;
}

@media (max-width: 480px) {
  #universal-footer #site-specific address {
    line-height: 24px;
    font-size: 18px;
  }
}

#universal-footer #site-specific address span {
  display: inline-block;
}

#universal-footer #site-specific address span:first-child {
  display: none;
}

#universal-footer #site-specific address span.street-address {
  white-space: nowrap;
}

#universal-footer #site-specific address span.street-address:after {
  content: ', ';
}

@media (max-width: 520px) {
  #universal-footer #site-specific address span.city-state {
    display: block;
  }
  #universal-footer #site-specific address span.street-address2:after {
    content: normal;
  }
}

@media (max-width: 320px) {
  #universal-footer #site-specific address span.street-address {
    display: block;
  }
  #universal-footer #site-specific address span.street-address:after {
    content: normal;
  }
}

@media (min-width: 992px) {
  #universal-footer #site-specific .phone-block {
    padding: 0;
  }
  #universal-footer #site-specific .phone-block:first-of-type {
    padding-left: 15px;
  }
}

#universal-footer #site-specific .small-icon {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 0 5px;
  text-decoration: none;
  color: #252525;
  font-size: 14px;
  line-height: 28px;
  display: block;
  padding-left: 0;
}

@media (min-width: 992px) {
  #universal-footer #site-specific .small-icon {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  #universal-footer #site-specific .small-icon {
    padding-left: 20px;
    padding-left: 0;
  }
}

#universal-footer #site-specific .small-icon.map {
  background-image: url(images/icon_map_blk.png);
  margin-top: 35px;
}

@media (max-width: 991px) {
  #universal-footer #site-specific .small-icon.map {
    margin-top: 14px;
  }
}

@media (max-width: 480px) {
  #universal-footer #site-specific .small-icon.map {
    margin-top: 24px;
    line-height: 14px;
    padding-top: 5px;
  }
}

#universal-footer #site-specific .small-icon.map:hover {
  text-decoration: underline;
}

#universal-footer #site-specific .small-icon.fax {
  background-image: url(images/icon_fax_blk.png);
  cursor: default;
  vertical-align: middle;
  background: none;
}

#universal-footer #site-specific .small-icon.fax:hover {
  text-decoration: none;
}

#universal-footer #site-specific .small-icon.fax:before {
  content: '';
  display: inline-block;
  font-weight: 400;
  line-height: 28px;
  padding-top: 0;
  width: 22px;
  height: 28px;
  vertical-align: middle;
  background: url(images/icon_fax_blk.png) left center no-repeat;
}

#universal-footer #site-specific .small-icon.phone {
  background-image: url(images/icon_phone_blk.png);
  background: none;
  cursor: default;
}

#universal-footer #site-specific .small-icon.phone:hover {
  text-decoration: none;
}

#universal-footer #site-specific .small-icon.phone:before {
  content: '';
  display: inline-block;
  font-weight: 400;
  line-height: 28px;
  padding-top: 0;
  width: 22px;
  height: 28px;
  vertical-align: middle;
  background: url(images/icon_phone_blk.png) left center no-repeat;
}

@media (max-width: 767px) {
  #universal-footer #site-specific .small-icon.phone {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  #universal-footer #site-specific .small-icon {
    padding-left: 18px;
    padding-left: 0;
  }
}

#universal-footer #site-specific .social {
  width: 28px;
  height: 29px;
  margin-top: 10px;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto 29px;
  outline: none;
  direction: rtl;
  background-image: url(images/socialicons@2x.png);
  margin-left: 20px;
}

@media (max-width: 767px) {
  #universal-footer #site-specific .social {
    margin-top: 10px;
    margin-left: 15px;
  }
}

#universal-footer #site-specific .social.facebook {
  background-position: 6px 0;
  margin-left: 0;
}

#universal-footer #site-specific .social.twitter {
  background-position: -47px 0;
}

#universal-footer #site-specific .social:hover {
  opacity: 0.75;
}

#universal-footer #site-specific #footer-menu-wrap {
  padding: 10px 0;
}

@media (max-width: 991px) {
  #universal-footer #site-specific #footer-menu-wrap {
    background-color: transparent;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #universal-footer #site-specific #footer-menu-wrap {
    margin-top: 15px;
  }
}

#universal-footer #site-specific #footer-menu-wrap #footer-menu {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 24px;
  overflow: auto;
}

@media (max-width: 991px) {
  #universal-footer #site-specific #footer-menu-wrap #footer-menu {
    overflow: visible;
  }
  .guide-to-page #universal-footer #site-specific #footer-menu-wrap #footer-menu {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #universal-footer #site-specific #footer-menu-wrap #footer-menu {
    line-height: 24px;
  }
}

#universal-footer #site-specific #footer-menu-wrap #footer-menu a {
  color: #373737;
  outline: none;
}

#universal-footer #site-specific #footer-menu-wrap #footer-menu > li {
  display: inline-block;
  position: relative;
  padding: 0 12px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  vertical-align: top;
}

#universal-footer #site-specific #footer-menu-wrap #footer-menu > li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #f47b20;
  position: absolute;
  top: 9px;
  left: -4px;
}

#universal-footer #site-specific #footer-menu-wrap #footer-menu > li.first-menu-item {
  padding-left: 0;
}

#universal-footer #site-specific #footer-menu-wrap #footer-menu > li.first-menu-item:before {
  content: normal;
}

@media (min-width: 992px) {
  #universal-footer #site-specific #footer-menu-wrap #footer-menu > li.menu-item-about-us {
    padding-left: 0;
  }
  #universal-footer #site-specific #footer-menu-wrap #footer-menu > li.menu-item-about-us:before {
    content: normal;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #universal-footer #site-specific #footer-menu-wrap #footer-menu > li.menu-item-researchers {
    padding-left: 0;
  }
  #universal-footer #site-specific #footer-menu-wrap #footer-menu > li.menu-item-researchers:before {
    content: normal;
  }
}

#universal-footer #site-specific #footer-menu-wrap #footer-menu > li.last-menu-item {
  padding-right: 0;
}

@media (max-width: 991px) {
  #universal-footer #site-specific #footer-menu-wrap #footer-menu > li {
    font-weight: 400;
  }
}

#universal-footer #site-specific #footer-menu-wrap #footer-menu > li li {
  font-size: 18px;
  font-weight: normal;
}

@media (max-width: 767px) {
  #universal-footer #site-specific #footer-menu-wrap #footer-menu > li {
    font-size: 16px;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  #universal-footer #site-specific #footer-menu-wrap #footer-menu > li {
    font-size: 15px;
    display: block;
    float: left;
  }
  #universal-footer #site-specific #footer-menu-wrap #footer-menu > li.menu-item-jobs {
    padding-left: 0;
    clear: both;
  }
  #universal-footer #site-specific #footer-menu-wrap #footer-menu > li.menu-item-jobs:before {
    content: normal;
  }
}

@media (max-width: 380px) {
  #universal-footer #site-specific #footer-menu-wrap #footer-menu > li {
    padding: 0 9px;
    font-size: 14px;
  }
}

#universal-footer #site-specific #utility-menu {
  text-align: left;
  padding: 15px 0;
  margin: 0 0 0 0;
  line-height: 18px;
  font-size: 17px;
}

@media (max-width: 991px) {
  #universal-footer #site-specific #utility-menu {
    font-size: 15px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  #universal-footer #site-specific #utility-menu {
    font-size: 14px;
    text-align: left;
    background-position: left top;
    padding-left: 0;
    padding-top: 25px;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  #universal-footer #site-specific #utility-menu {
    font-size: 12px;
  }
}

#universal-footer #site-specific #utility-menu li {
  list-style: none;
  display: inline-block;
  padding: 0 13px;
  position: relative;
  line-height: 18px;
}

#universal-footer #site-specific #utility-menu li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  top: 6px;
  left: -4px;
  background-color: #aeacab;
  background-color: #808080;
}

#universal-footer #site-specific #utility-menu li.first-menu-item:before {
  content: normal;
}

@media (max-width: 767px) {
  #universal-footer #site-specific #utility-menu li {
    padding: 0;
    display: block;
    line-height: 14px;
    margin: 0 0 5px 0;
  }
  #universal-footer #site-specific #utility-menu li:before {
    content: normal;
  }
}

#universal-footer #site-specific #utility-menu li:first-child {
  padding-left: 0;
}

#universal-footer #site-specific #utility-menu li:last-child {
  border-right: none;
  padding-right: 0;
}

#universal-footer #site-specific #utility-menu li a {
  color: #aeacab;
  color: #808080;
  text-decoration: none;
}

#universal-footer #site-specific #utility-menu li a:hover {
  text-decoration: underline;
}

#universal-footer #mather-umbrella {
  background-color: #f47b20;
  color: #fff;
  padding: 30px 0 26px 0;
}

#universal-footer #mather-umbrella .restrict {
  max-width: 1030px;
}

@media (max-width: 767px) {
  #universal-footer #mather-umbrella {
    background-color: #f47b20;
  }
}

#universal-footer #mather-umbrella #mather-lifeways {
  font-family: linotype-sabon, TimeNewRoman, Times, Georgia, sans-serif;
  font-size: 51px;
  line-height: 56px;
  display: block;
  margin: 0 0 20px 0;
  color: #fff;
  text-decoration: none;
  outline: none;
}

#universal-footer #mather-umbrella #mather-lifeways:hover {
  color: #fff;
  text-decoration: none;
}

#universal-footer #mather-umbrella #mather-lifeways:after {
  content: '';
  display: block;
  height: 19px;
  width: 100%;
  background: url(images/est1941@2x.png) 0 0 no-repeat;
  background-size: contain;
  margin-top: 10px;
}

@media (max-width: 991px) {
  #universal-footer #mather-umbrella #mather-lifeways {
    font-size: 45px;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  #universal-footer #mather-umbrella #mather-lifeways {
    font-size: 40px;
  }
  #universal-footer #mather-umbrella #mather-lifeways:after {
    height: 16px;
    margin-top: 0;
  }
}

#universal-footer #mather-umbrella .about {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 480px) {
  #universal-footer #mather-umbrella .about {
    font-size: 14px;
    line-height: 15px;
  }
}

#universal-footer #mather-umbrella .e1941 {
  background: url(images/1941.png) 98% top no-repeat;
}

@media (max-width: 991px) {
  #universal-footer #mather-umbrella .e1941 {
    background-position: 97% 10px;
  }
}

@media (max-width: 767px) {
  #universal-footer #mather-umbrella .e1941 {
    background-size: 72px auto;
    background-position: 96.5% 10px;
  }
}

@media (max-width: 480px) {
  #universal-footer #mather-umbrella .e1941 {
    background-position: 95% 10px;
  }
}

#universal-footer #mather-umbrella ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  #universal-footer #mather-umbrella ul {
    margin-top: 20px;
  }
}

#universal-footer #mather-umbrella ul li {
  display: inline-block;
  position: relative;
  padding: 0 12px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

#universal-footer #mather-umbrella ul li:first-child {
  padding-left: 0;
}

#universal-footer #mather-umbrella ul li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: -4px;
}

#universal-footer #mather-umbrella ul li.first-item:before {
  content: normal;
}

@media (max-width: 480px) {
  #universal-footer #mather-umbrella ul li {
    display: block;
    float: left;
  }
  #universal-footer #mather-umbrella ul li.mobile-clear {
    clear: both;
    padding-left: 0;
  }
  #universal-footer #mather-umbrella ul li.mobile-clear:before {
    content: normal;
  }
}

#universal-footer #mather-umbrella ul li a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  display: block;
}

#universal-footer #mather-umbrella ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  #universal-footer #mather-umbrella ul li {
    padding: 0 10px;
    font-size: 16px;
  }
  #universal-footer #mather-umbrella ul li:before {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    left: -3px;
  }
}

@media (max-width: 767px) {
  #universal-footer #mather-umbrella ul li {
    padding: 0 8px;
    font-size: 15px;
    line-height: 24px;
  }
  #universal-footer #mather-umbrella ul li:before {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: -2px;
  }
}

#universal-footer #mather-umbrella address {
  font-size: 18px;
  line-height: 1.36;
}

@media (max-width: 991px) {
  #universal-footer #mather-umbrella address {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  #universal-footer #mather-umbrella address {
    font-size: 16px;
    line-height: 18px;
  }
}

#universal-footer #mather-umbrella address span {
  display: block;
}

#universal-footer #mather-umbrella address span:first-child {
  font-weight: 400;
  display: none;
}

#universal-footer #mather-umbrella .phone {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 18px;
  white-space: nowrap;
}

#universal-footer #mather-umbrella .phone:before {
  content: url(images/icon_phone.png);
  margin-right: 6px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  #universal-footer #mather-umbrella .phone {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  #universal-footer #mather-umbrella .phone {
    background-color: #f47b20;
    border-radius: 0;
    padding: 0;
    margin-bottom: 5px;
    text-align: left;
    font-size: 15px;
  }
  #universal-footer #mather-umbrella .phone:before {
    margin-right: 3px;
  }
}

#universal-footer #mather-umbrella .fax {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 18px;
  white-space: nowrap;
}

#universal-footer #mather-umbrella .fax:before {
  content: url(images/icon_fax.png);
  margin-right: 6px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  #universal-footer #mather-umbrella .fax {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  #universal-footer #mather-umbrella .fax {
    padding: 0;
    font-size: 15px;
    text-align: left;
  }
  #universal-footer #mather-umbrella .fax:before {
    margin-right: 3px;
  }
}

#universal-footer #mather-umbrella .equal-opportunity {
  background: url(images/icon_home.png) 98.5% bottom no-repeat;
}

@media (max-width: 991px) {
  #universal-footer #mather-umbrella .equal-opportunity {
    background-position: 98% bottom;
  }
}

@media (max-width: 767px) {
  #universal-footer #mather-umbrella .equal-opportunity {
    background-position: 97% bottom;
  }
}

@media (max-width: 480px) {
  #universal-footer #mather-umbrella .equal-opportunity {
    background-position: 95.5% bottom;
  }
}

@media (min-width: 768px) {
  #universal-footer .numbers {
    text-align: right;
  }
}

#universal-footer .copyright {
  font-size: 17px;
  line-height: 18px;
}

@media (min-width: 768px) {
  #universal-footer .copyright {
    text-align: right;
  }
}

@media (max-width: 991px) {
  #universal-footer .copyright {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #universal-footer .copyright {
    font-size: 12px;
    margin-top: 30px;
  }
}

#universal-footer .copyright a {
  color: #fff;
  text-decoration: none;
}

#universal-footer .copyright a:hover {
  text-decoration: underline;
}

#universal-footer .copyright span {
  display: block;
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  #universal-footer .copyright span {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  #universal-footer .copyright span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  #universal-footer .copyright span:after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    display: block;
    top: 7px;
    right: -2px;
    position: absolute;
  }
}

#universal-footer #copyright {
  display: block;
  background-color: #f47b20;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 21px 0;
}

#universal-footer #copyright a {
  color: #fff;
  text-decoration: none;
}

#universal-footer #copyright a:hover {
  text-decoration: underline;
}

/**** GCS ****/
#cse .button-block .btn, #cse .button-condensed .btn {
  display: block;
  margin: 28px auto;
  position: relative;
  max-width: 250px;
}

#cse .gsc-search-button {
  /*background-color:$mather_dark_orange;
    border-radius:6px;
    width:100%;
    text-align:center;
    border:none;
    box-shadow:none;
    font-weight:700;
    display:inline-block;
    font-size:16px;
    line-height:35px;
    height:35px;
    margin:0 10px;
    position:relative;
    max-width:150px;
    text-decoration:none;
    color:#fff;
    text-transform:uppercase;
    padding:0;
    text-shadow:none;
    font-family:Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    &:hover{
      background-color:$mather_orange;
    }
    @media (max-width:$screen-sm-max) {
      display:block;
      position:relative;
      margin:20px auto 0 auto;
      max-width:156px;
      height:38px;
      line-height:38px;
      font-size:18px;
      border-radius:5px;
    }
    */
}

/**** Utility ****/
.restrict {
  width: 95%;
  max-width: 986px;
  position: relative;
  margin: 0 auto;
}

.module .restrict {
  max-width: 1020px;
}

.module-narrow .restrict {
  max-width: 820px;
}

@media (max-width: 767px) {
  .restrict {
    width: 98%;
  }
}

.unrestrict {
  width: 95%;
  max-width: 986px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .unrestrict {
    width: 100%;
  }
  .unrestrict .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .unrestrict .row {
    margin-left: 0;
    margin-right: 0;
  }
  .unrestrict .row > [class^="col-"],
  .unrestrict .row > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.unrestrict-map {
  width: 100%;
  position: relative;
  margin: 40px auto 0 auto;
  width: 100%;
}

.unrestrict-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.unrestrict-map .row {
  margin-left: 0;
  margin-right: 0;
}

.unrestrict-map .row > [class^="col-"],
.unrestrict-map .row > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

.text-xs-center li {
  text-align: left;
}

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

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* no-gutters Class Rules */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.no-padding > [class^="col-"],
.row.no-padding > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.no-js .responsive {
  background-image: none !important;
}

.acf-map-wrap {
  position: relative;
  width: 100%;
  display: block;
  padding: 0 0 45% 0;
  height: 0;
}

.acf-map {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

#addsearch-logo {
  display: none !important;
}

#addsearch-form {
  border-bottom: 2px solid #ececec;
  padding: 30px 0;
}

@media (max-width: 991px) {
  #addsearch-form {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

#addsearch-form input {
  display: inline-block;
  line-height: 46px;
  vertical-align: top;
  padding: 0;
}

#addsearch-form input[type=text] {
  width: 78%;
  font-size: 20px;
  border-radius: 0;
  padding: 0 10px;
}

@media (max-width: 991px) {
  #addsearch-form input[type=text] {
    line-height: 36px;
    font-size: 18px;
    border-radius: 5px;
    width: 100%;
  }
}

#addsearch-form input[type=submit] {
  width: 21%;
  text-align: center;
  background-color: #cc5000;
  color: #fff;
  border-radius: 6px;
  line-height: 48px;
  height: 48px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 20px;
  text-shadow: none;
  font-weight: 400;
  margin-left: 1%;
  padding: 0;
  text-decoration: none;
  font-family: linotype-sabon, TimeNewRoman, Times, Georgia, sans-serif;
}

#addsearch-form input[type=submit]:hover {
  background-color: #f47b20;
}

@media (max-width: 991px) {
  #addsearch-form input[type=submit] {
    display: block;
    position: relative;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    border-radius: 5px;
    margin: 20px  auto 0 auto;
    width: 60%;
    max-width: 150px;
  }
}

#addsearch-logo {
  display: none !important;
}

#addsearch-form {
  border-bottom: 2px solid #ececec;
  padding: 30px 0;
}

@media (max-width: 991px) {
  #addsearch-form {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

#addsearch-form input {
  display: inline-block;
  line-height: 46px;
  vertical-align: top;
  padding: 0;
}

#addsearch-form input[type=text] {
  width: 78%;
  font-size: 20px;
  border-radius: 0;
  padding: 0 10px;
}

@media (max-width: 991px) {
  #addsearch-form input[type=text] {
    line-height: 36px;
    font-size: 18px;
    border-radius: 0;
    width: 100%;
  }
}

#addsearch-form input[type=submit] {
  width: 21%;
  text-align: center;
  background-color: #cc5000;
  color: #fff;
  border-radius: 6px;
  line-height: 48px;
  height: 48px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 20px;
  text-shadow: none;
  font-weight: 400;
  margin-left: 1%;
  padding: 0;
  text-decoration: none;
  font-family: linotype-sabon, TimeNewRoman, Times, Georgia, sans-serif;
}

#addsearch-form input[type=submit]:hover {
  background-color: #f47b20;
}

@media (max-width: 991px) {
  #addsearch-form input[type=submit] {
    display: block;
    position: relative;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    border-radius: 5px;
    margin: 20px  auto 0 auto;
    width: 60%;
    max-width: 150px;
  }
}

#addsearch-results .addsearch-result-item-sub p span em {
  display: none;
}

#addsearch-nohits {
  font-size: 18px;
}

#addsearch-results .addsearch-result-item-sub h1 a,
#addsearch-results .addsearch-result-item-sub h2 a {
  color: #cc5000 !important;
  font-weight: 400 !important;
  text-decoration: underline !important;
  font-size: 16px !important;
}

#addsearch-results .addsearch-result-item-sub h1 a:hover,
#addsearch-results .addsearch-result-item-sub h2 a:hover {
  text-decoration: none !important;
}

#addsearch-results .addsearch-result-item-sub-active {
  background-color: rgba(0, 0, 0, 0.045);
}

#addsearch-results .addsearch-result-item-sub p {
  line-height: 24px !important;
  font-size: 14px !important;
}

#addsearch-results #addsearch-nohits-new {
  display: block !important;
}

#addsearch-results #addsearch-nohits-new p {
  font-size: 16px !important;
}

#addsearch-results #addsearch-nohits-new p em {
  font-weight: 700 !important;
}

#ml-back {
  display: none;
}

/*.wpcf7-response-output.wpcf7-mail-sent-ok{display:none!important;}*/
.wpcf7-form-control-wrap.referer-page {
  display: none !important;
}

form input.referer-page {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */