@charset "UTF-8";

.selectric-wrapper {
  position: relative;
  cursor: pointer
}

.selectric-responsive {
  width: 100%
}

.selectric {
  border: 1px solid #ddd;
  border-radius: 0;
  background: #f8f8f8;
  position: relative;
  overflow: hidden
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #f8f8f8;
  color: #bbb;
  text-align: center;
  font: 0/0 a
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbb;
  border-bottom: none
}

.selectric-focus .selectric {
  border-color: #aaa
}

.selectric-hover .selectric {
  border-color: #c4c4c4
}

.selectric-hover .selectric .button {
  color: #a2a2a2
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2
}

.selectric-open {
  z-index: 9999
}

.selectric-open .selectric {
  border-color: #c4c4c4
}

.selectric-open .selectric-items {
  display: block
}

.selectric-disabled {
  opacity: .5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0
}

.selectric-hide-select select {
  position: absolute;
  left: -100%
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0
}

.selectric-input {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  overflow: hidden!important;
  clip: rect(0,0,0,0)!important;
  margin: 0!important;
  padding: 0!important;
  width: 1px!important;
  height: 1px!important;
  outline: 0!important;
  border: none!important;
  background: 0 0!important
}

.selectric-temp-show {
  position: absolute!important;
  visibility: hidden!important;
  display: block!important
}

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%
}

.selectric-items li,.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer
}

.selectric-items li.selected {
  background: #e0e0e0;
  color: #444
}

.selectric-items li.highlighted {
  background: #d0d0d0;
  color: #444
}

.selectric-items li:hover {
  background: #d5d5d5;
  color: #444
}

.selectric-items .disabled {
  opacity: .5;
  cursor: default!important;
  background: 0 0!important;
  color: #666!important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  color: #444
}

.selectric-items .selectric-group.disabled li {
  opacity: 1
}

.selectric-items .selectric-group li {
  padding-left: 25px
}

@font-face {
  font-family:norwesterregular;src:url(../fonts/norwester-webfont.woff2) format("woff2"),url(../fonts/norwester-webfont.woff) format("woff");font-weight:400;font-style:normal
}

@font-face {
  font-family:"SS BlackTie-Regular";src:url(../fonts/ss-black-tie-regular.eot);src:url(../fonts/ss-black-tie-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/ss-black-tie-regular.woff) format("woff"),url(../fonts/ss-black-tie-regular.ttf) format("truetype"),url(../fonts/ss-black-tie-regular.svg#BlackTie-Regular) format("svg");font-weight:400;font-style:normal
}

@font-face {
  font-family:"SS BlackTie-Bold";src:url(../fonts/ss-black-tie-bold.eot);src:url(../fonts/ss-black-tie-bold.eot?#iefix) format("embedded-opentype"),url(../fonts/ss-black-tie-bold.woff) format("woff"),url(../fonts/ss-black-tie-bold.ttf) format("truetype"),url(../fonts/ss-black-tie-bold.svg#BlackTie-Bold) format("svg");font-weight:400;font-style:normal
}

html:hover [class^=ss-] {
  -ms-zoom: 1
}

.ss-icon,[class*=" ss-"].right:after,[class*=" ss-"]:before,[class^=ss-].right:after,[class^=ss-]:before {
  font-style: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}[class*=" ss-"].right:before,[class^=ss-].right:before {
   display: none;
   content: ''
 }

.ss-icon,.ss-icon.ss-black-tie-regular,[class*=" ss-"].right:after,[class*=" ss-"].ss-black-tie-regular.right:after,[class*=" ss-"].ss-black-tie-regular:before,[class*=" ss-"]:before,[class^=ss-].right:after,[class^=ss-].ss-black-tie-regular.right:after,[class^=ss-].ss-black-tie-regular:before,[class^=ss-]:before {
  font-weight: 400;
  font-family: "SS BlackTie-Regular"
}

.ss-icon,.ss-icon.ss-black-tie-bold,[class*=" ss-"].right:after,[class*=" ss-"].ss-black-tie-bold.right:after,[class*=" ss-"].ss-black-tie-bold:before,[class*=" ss-"]:before,[class^=ss-].right:after,[class^=ss-].ss-black-tie-bold.right:after,[class^=ss-].ss-black-tie-bold:before,[class^=ss-]:before {
  font-weight: 400;
  font-family: "SS BlackTie-Bold"
}

.ss-rows.right:after,.ss-rows:before {
  content: ''
}

.ss-search.right:after,.ss-search:before {
  content: '🔎'
}

.ss-zoomout.right:after,.ss-zoomout:before {
  content: ''
}

.ss-ellipsischat.right:after,.ss-ellipsischat:before {
  content: ''
}

.ss-rss.right:after,.ss-rss:before {
  content: ''
}

.ss-halfstar.right:after,.ss-halfstar:before {
  content: ''
}

.ss-checkcircle.right:after,.ss-checkcircle:before {
  content: ''
}

.ss-checksquare.right:after,.ss-checksquare:before {
  content: ''
}

.ss-grid.right:after,.ss-grid:before {
  content: ''
}

.ss-thumbnails.right:after,.ss-thumbnails:before {
  content: ''
}

.ss-pluscircle.right:after,.ss-pluscircle:before {
  content: ''
}

.ss-plussquare.right:after,.ss-plussquare:before {
  content: ''
}

.ss-pen.right:after,.ss-pen:before {
  content: '✒'
}

.ss-hyphencircle.right:after,.ss-hyphencircle:before {
  content: ''
}

.ss-hyphensquare.right:after,.ss-hyphensquare:before {
  content: ''
}

.ss-compose.right:after,.ss-compose:before {
  content: '📝'
}

.ss-rocket.right:after,.ss-rocket:before {
  content: '🚀'
}

.ss-book.right:after,.ss-book:before {
  content: '📕'
}

.ss-openbook.right:after,.ss-openbook:before {
  content: '📖'
}

.ss-notebook.right:after,.ss-notebook:before {
  content: '📓'
}

.ss-camera.right:after,.ss-camera:before {
  content: '📷'
}

.ss-folder.right:after,.ss-folder:before {
  content: '📁'
}

.ss-unquote.right:after,.ss-unquote:before {
  content: '”'
}

.ss-loading.right:after,.ss-loading:before {
  content: ''
}

.ss-wrench.right:after,.ss-wrench:before {
  content: '🔧'
}

.ss-cloud.right:after,.ss-cloud:before {
  content: '☁'
}

.ss-uploadcloud.right:after,.ss-uploadcloud:before {
  content: ''
}

.ss-downloadcloud.right:after,.ss-downloadcloud:before {
  content: ''
}

.ss-share.right:after,.ss-share:before {
  content: ''
}

.ss-film.right:after,.ss-film:before {
  content: ''
}

.ss-trophy.right:after,.ss-trophy:before {
  content: '🏆'
}

.ss-code.right:after,.ss-code:before {
  content: ''
}

.ss-fax.right:after,.ss-fax:before {
  content: '📠'
}

.ss-flowchart.right:after,.ss-flowchart:before {
  content: ''
}

.ss-upload.right:after,.ss-upload:before {
  content: ''
}

.ss-download.right:after,.ss-download:before {
  content: ''
}

.ss-key.right:after,.ss-key:before {
  content: '🔑'
}

.ss-mug.right:after,.ss-mug:before {
  content: '☕'
}

.ss-bookmark.right:after,.ss-bookmark:before {
  content: '🔖'
}

.ss-flag.right:after,.ss-flag:before {
  content: '⚑'
}

.ss-redirect.right:after,.ss-redirect:before {
  content: '↪'
}

.ss-smile.right:after,.ss-smile:before {
  content: '☻'
}

.ss-frown.right:after,.ss-frown:before {
  content: '☹'
}

.ss-magicwand.right:after,.ss-magicwand:before {
  content: ''
}

.ss-lightning.right:after,.ss-lightning:before {
  content: '☇'
}

.ss-flask.right:after,.ss-flask:before {
  content: ''
}

.ss-pushpin.right:after,.ss-pushpin:before {
  content: '📌'
}

.ss-shield.right:after,.ss-shield:before {
  content: ''
}

.ss-sort.right:after,.ss-sort:before {
  content: ''
}

.ss-reply.right:after,.ss-reply:before {
  content: '↩'
}

.ss-forward.right:after,.ss-forward:before {
  content: ''
}

.ss-replyall.right:after,.ss-replyall:before {
  content: ''
}

.ss-forwardall.right:after,.ss-forwardall:before {
  content: ''
}

.ss-ban.right:after,.ss-ban:before {
  content: '🚫'
}

.ss-database.right:after,.ss-database:before {
  content: ''
}

.ss-merge.right:after,.ss-merge:before {
  content: ''
}

.ss-fork.right:after,.ss-fork:before {
  content: ''
}

.ss-wifi.right:after,.ss-wifi:before {
  content: ''
}

.ss-paperairplane.right:after,.ss-paperairplane:before {
  content: ''
}

.ss-inbox.right:after,.ss-inbox:before {
  content: '📥'
}

.ss-campfire.right:after,.ss-campfire:before {
  content: '🔥'
}

.ss-play.right:after,.ss-play:before {
  content: '▶'
}

.ss-pause.right:after,.ss-pause:before {
  content: ''
}

.ss-playcircle.right:after,.ss-playcircle:before {
  content: ''
}

.ss-skipback.right:after,.ss-skipback:before {
  content: '⏮'
}

.ss-repeat.right:after,.ss-repeat:before {
  content: '🔁'
}

.ss-fastforward.right:after,.ss-fastforward:before {
  content: '⏩'
}

.ss-rewind.right:after,.ss-rewind:before {
  content: '⏪'
}

.ss-scaleup.right:after,.ss-scaleup:before {
  content: ''
}

.ss-scaledown.right:after,.ss-scaledown:before {
  content: ''
}

.ss-closedcaption.right:after,.ss-closedcaption:before {
  content: ''
}

.ss-shuffle.right:after,.ss-shuffle:before {
  content: '🔀'
}

.ss-triangle.right:after,.ss-triangle:before {
  content: '▲'
}

.ss-circle.right:after,.ss-circle:before {
  content: '○'
}

.ss-hexagon.right:after,.ss-hexagon:before {
  content: '⬡'
}

.ss-octagon.right:after,.ss-octagon:before {
  content: '⯃'
}

.ss-navigateup.right:after,.ss-navigateup:before {
  content: ''
}

.ss-navigatedown.right:after,.ss-navigatedown:before {
  content: ''
}

.ss-anglesup.right:after,.ss-anglesup:before {
  content: ''
}

.ss-anglesdown.right:after,.ss-anglesdown:before {
  content: ''
}

.ss-anglesleft.right:after,.ss-anglesleft:before {
  content: ''
}

.ss-anglesright.right:after,.ss-anglesright:before {
  content: ''
}

.ss-up.right:after,.ss-up:before {
  content: '⬆'
}

.ss-down.right:after,.ss-down:before {
  content: '⬇'
}

.ss-barchart.right:after,.ss-barchart:before {
  content: '📊'
}

.ss-piechart.right:after,.ss-piechart:before {
  content: ''
}

.ss-circlearrowup.right:after,.ss-circlearrowup:before {
  content: '⮉'
}

.ss-circlearrowdown.right:after,.ss-circlearrowdown:before {
  content: '⮋'
}

.ss-circlearrowleft.right:after,.ss-circlearrowleft:before {
  content: '⮈'
}

.ss-circlearrowright.right:after,.ss-circlearrowright:before {
  content: '⮊'
}

.ss-directleft.right:after,.ss-directleft:before {
  content: '◃'
}

.ss-directright.right:after,.ss-directright:before {
  content: '▹'
}

.ss-longarrowup.right:after,.ss-longarrowup:before {
  content: '⭡'
}

.ss-longarrowdown.right:after,.ss-longarrowdown:before {
  content: '⭣'
}

.ss-longarrowleft.right:after,.ss-longarrowleft:before {
  content: '⭠'
}

.ss-longarrowright.right:after,.ss-longarrowright:before {
  content: '⭢'
}

.ss-bold.right:after,.ss-bold:before {
  content: ''
}

.ss-italics.right:after,.ss-italics:before {
  content: ''
}

.ss-underline.right:after,.ss-underline:before {
  content: ''
}

.ss-link.right:after,.ss-link:before {
  content: '🔗'
}

.ss-alignleft.right:after,.ss-alignleft:before {
  content: ''
}

.ss-aligncenter.right:after,.ss-aligncenter:before {
  content: ''
}

.ss-alignright.right:after,.ss-alignright:before {
  content: ''
}

.ss-alignjustify.right:after,.ss-alignjustify:before {
  content: ''
}

.ss-htmltable.right:after,.ss-htmltable:before {
  content: ''
}

.ss-indent.right:after,.ss-indent:before {
  content: ''
}

.ss-outdent.right:after,.ss-outdent:before {
  content: ''
}

.ss-textsize.right:after,.ss-textsize:before {
  content: ''
}

.ss-textcolor.right:after,.ss-textcolor:before {
  content: ''
}

.ss-removeformatting.right:after,.ss-removeformatting:before {
  content: ''
}

.ss-globe.right:after,.ss-globe:before {
  content: '🌐'
}

.ss-map.right:after,.ss-map:before {
  content: ''
}

.ss-location.right:after,.ss-location:before {
  content: ''
}

.ss-pin.right:after,.ss-pin:before {
  content: '📍'
}

.ss-warehouse.right:after,.ss-warehouse:before {
  content: ''
}

.ss-laptop.right:after,.ss-laptop:before {
  content: ''
}

.ss-radiochecked.right:after,.ss-radiochecked:before {
  content: ''
}

.ss-crown.right:after,.ss-crown:before {
  content: '👑'
}

.ss-creditcard.right:after,.ss-creditcard:before {
  content: '💳'
}

.ss-strikethrough.right:after,.ss-strikethrough:before {
  content: ''
}

.ss-eject.right:after,.ss-eject:before {
  content: '⏏'
}

.ss-ellipsis.right:after,.ss-ellipsis:before {
  content: '…'
}

.ss-ellipsisvertical.right:after,.ss-ellipsisvertical:before {
  content: ''
}

.ss-zoom.right:after,.ss-zoom:before {
  content: ''
}

.ss-delete.right:after,.ss-delete:before {
  content: '␡'
}

.ss-deletecircle.right:after,.ss-deletecircle:before {
  content: ''
}

.ss-clock.right:after,.ss-clock:before {
  content: '⏲'
}

.ss-star.right:after,.ss-star:before {
  content: '⋆'
}

.ss-heart.right:after,.ss-heart:before {
  content: '♥'
}

.ss-halfheart.right:after,.ss-halfheart:before {
  content: ''
}

.ss-calendar.right:after,.ss-calendar:before {
  content: '📅'
}

.ss-cart.right:after,.ss-cart:before {
  content: ''
}

.ss-plus.right:after,.ss-plus:before {
  content: '+'
}

.ss-trash.right:after,.ss-trash:before {
  content: ''
}

.ss-info.right:after,.ss-info:before {
  content: 'ℹ'
}

.ss-quote.right:after,.ss-quote:before {
  content: '“'
}

.ss-gift.right:after,.ss-gift:before {
  content: '🎁'
}

.ss-loadingcirlce.right:after,.ss-loadingcirlce:before {
  content: ''
}

.ss-sync.right:after,.ss-sync:before {
  content: ''
}

.ss-help.right:after,.ss-help:before {
  content: '❓'
}

.ss-briefcase.right:after,.ss-briefcase:before {
  content: '💼'
}

.ss-lightbulb.right:after,.ss-lightbulb:before {
  content: '💡'
}

.ss-print.right:after,.ss-print:before {
  content: '⎙'
}

.ss-cellbars.right:after,.ss-cellbars:before {
  content: '📶'
}

.ss-neutralface.right:after,.ss-neutralface:before {
  content: '😐'
}

.ss-alert.right:after,.ss-alert:before {
  content: '⚠'
}

.ss-alertcirle.right:after,.ss-alertcirle:before {
  content: ''
}

.ss-harddrive.right:after,.ss-harddrive:before {
  content: ''
}

.ss-stop.right:after,.ss-stop:before {
  content: '■'
}

.ss-skip.right:after,.ss-skip:before {
  content: '⏭'
}

.ss-mutevolume.right:after,.ss-mutevolume:before {
  content: ''
}

.ss-highvolume.right:after,.ss-highvolume:before {
  content: '🔊'
}

.ss-lowvolume.right:after,.ss-lowvolume:before {
  content: '🔉'
}

.ss-navigateleft.right:after,.ss-navigateleft:before {
  content: '◅'
}

.ss-navigateright.right:after,.ss-navigateright:before {
  content: '▻'
}

.ss-left.right:after,.ss-left:before {
  content: '⬅'
}

.ss-right.right:after,.ss-right:before {
  content: '➡'
}

.ss-cut.right:after,.ss-cut:before {
  content: '✂'
}

.ss-clipboard.right:after,.ss-clipboard:before {
  content: '📋'
}

.ss-superscript.right:after,.ss-superscript:before {
  content: ''
}

.ss-subscript.right:after,.ss-subscript:before {
  content: ''
}

.ss-home.right:after,.ss-home:before {
  content: '⌂'
}

.ss-buildings.right:after,.ss-buildings:before {
  content: '🏢'
}

.ss-tablet.right:after,.ss-tablet:before {
  content: ''
}

.ss-tv.right:after,.ss-tv:before {
  content: '📺'
}

.ss-femaleuser.right:after,.ss-femaleuser:before {
  content: '👧'
}

.ss-mail.right:after,.ss-mail:before {
  content: '✉'
}

.ss-phone.right:after,.ss-phone:before {
  content: '📞'
}

.ss-chat.right:after,.ss-chat:before {
  content: '💬'
}

.ss-chats.right:after,.ss-chats:before {
  content: '🗪'
}

.ss-check.right:after,.ss-check:before {
  content: '✓'
}

.ss-edit.right:after,.ss-edit:before {
  content: '✎'
}

.ss-like.right:after,.ss-like:before {
  content: '👍'
}

.ss-dislike.right:after,.ss-dislike:before {
  content: '👎'
}

.ss-settings.right:after,.ss-settings:before {
  content: '⚙'
}

.ss-file.right:after,.ss-file:before {
  content: '📄'
}

.ss-cost.right:after,.ss-cost:before {
  content: '💲'
}

.ss-megaphone.right:after,.ss-megaphone:before {
  content: '📢'
}

.ss-login.right:after,.ss-login:before {
  content: ''
}

.ss-exit.right:after,.ss-exit:before {
  content: ''
}

.ss-video.right:after,.ss-video:before {
  content: '📹'
}

.ss-music.right:after,.ss-music:before {
  content: '♫'
}

.ss-notification.right:after,.ss-notification:before {
  content: '🔔'
}

.ss-notificationsdisabled.right:after,.ss-notificationsdisabled:before {
  content: '🔕'
}

.ss-volume.right:after,.ss-volume:before {
  content: '🔈'
}

.ss-ascend.right:after,.ss-ascend:before {
  content: '▴'
}

.ss-attach.right:after,.ss-attach:before {
  content: '📎'
}

.ss-layers.right:after,.ss-layers:before {
  content: ''
}

.ss-list.right:after,.ss-list:before {
  content: ''
}

.ss-numberlist.right:after,.ss-numberlist:before {
  content: ''
}

.ss-replay.right:after,.ss-replay:before {
  content: '↺'
}

.ss-refresh.right:after,.ss-refresh:before {
  content: '↻'
}

.ss-navigate.right:after,.ss-navigate:before {
  content: ''
}

.ss-user.right:after,.ss-user:before {
  content: '👤'
}

.ss-smartphone.right:after,.ss-smartphone:before {
  content: ''
}

.ss-desktop.right:after,.ss-desktop:before {
  content: '💻'
}

.ss-descend.right:after,.ss-descend:before {
  content: '▾'
}

.ss-unlock.right:after,.ss-unlock:before {
  content: '🔓'
}

.ss-lock.right:after,.ss-lock:before {
  content: '🔒'
}

.ss-hyphen.right:after,.ss-hyphen:before {
  content: '-'
}

.ss-view.right:after,.ss-view:before {
  content: '👀'
}

.ss-tag.right:after,.ss-tag:before {
  content: ''
}

.ss-picture.right:after,.ss-picture:before {
  content: '🌄'
}

@font-face {
  font-family:SSGizmo;src:url(../fonts/ss-gizmo.eot);src:url(../fonts/ss-gizmo.eot?#iefix) format("embedded-opentype"),url(../fonts/ss-gizmo.woff) format("woff"),url(../fonts/ss-gizmo.ttf) format("truetype"),url(../fonts/ss-gizmo.svg#SSGizmo) format("svg");font-weight:400;font-style:normal
}

.ss-icon,.ss-icon.ss-gizmo,[class*=" ss-"].right:after,[class*=" ss-"].ss-gizmo.right:after,[class*=" ss-"].ss-gizmo:before,[class*=" ss-"]:before,[class^=ss-].right:after,[class^=ss-].ss-gizmo.right:after,[class^=ss-].ss-gizmo:before,[class^=ss-]:before {
  font-family: SSGizmo;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased
}[class*=" ss-"].right:before,[class*=" ss-"].ss-gizmo.right:before,[class^=ss-].right:before {
   display: none;
   content: ''
 }

.ss-cursor.right:after,.ss-cursor:before {
  content: ''
}

.ss-crosshair.right:after,.ss-crosshair:before {
  content: '⌖'
}

.ss-search.right:after,.ss-search:before {
  content: '🔎'
}

.ss-zoomin.right:after,.ss-zoomin:before {
  content: ''
}

.ss-zoomout.right:after,.ss-zoomout:before {
  content: ''
}

.ss-view.right:after,.ss-view:before {
  content: '👀'
}

.ss-attach.right:after,.ss-attach:before {
  content: '📎'
}

.ss-link.right:after,.ss-link:before {
  content: '🔗'
}

.ss-unlink.right:after,.ss-unlink:before {
  content: ''
}

.ss-move.right:after,.ss-move:before {
  content: ''
}

.ss-write.right:after,.ss-write:before {
  content: '✎'
}

.ss-writingdisabled.right:after,.ss-writingdisabled:before {
  content: ''
}

.ss-erase.right:after,.ss-erase:before {
  content: '✐'
}

.ss-compose.right:after,.ss-compose:before {
  content: '📝'
}

.ss-lock.right:after,.ss-lock:before {
  content: '🔒'
}

.ss-unlock.right:after,.ss-unlock:before {
  content: '🔓'
}

.ss-key.right:after,.ss-key:before {
  content: '🔑'
}

.ss-backspace.right:after,.ss-backspace:before {
  content: '⌫'
}

.ss-ban.right:after,.ss-ban:before {
  content: '🚫'
}

.ss-smoking.right:after,.ss-smoking:before {
  content: '🚬'
}

.ss-nosmoking.right:after,.ss-nosmoking:before {
  content: '🚭'
}

.ss-trash.right:after,.ss-trash:before {
  content: ''
}

.ss-target.right:after,.ss-target:before {
  content: '◎'
}

.ss-tag.right:after,.ss-tag:before {
  content: ''
}

.ss-bookmark.right:after,.ss-bookmark:before {
  content: '🔖'
}

.ss-flag.right:after,.ss-flag:before {
  content: '⚑'
}

.ss-like.right:after,.ss-like:before {
  content: '👍'
}

.ss-dislike.right:after,.ss-dislike:before {
  content: '👎'
}

.ss-heart.right:after,.ss-heart:before {
  content: '♥'
}

.ss-star.right:after,.ss-star:before {
  content: '⋆'
}

.ss-sample.right:after,.ss-sample:before {
  content: ''
}

.ss-crop.right:after,.ss-crop:before {
  content: ''
}

.ss-layers.right:after,.ss-layers:before {
  content: ''
}

.ss-layergroup.right:after,.ss-layergroup:before {
  content: ''
}

.ss-pen.right:after,.ss-pen:before {
  content: '✒'
}

.ss-bezier.right:after,.ss-bezier:before {
  content: ''
}

.ss-pixels.right:after,.ss-pixels:before {
  content: ''
}

.ss-phone.right:after,.ss-phone:before {
  content: '📞'
}

.ss-phonedisabled.right:after,.ss-phonedisabled:before {
  content: ''
}

.ss-touchtonephone.right:after,.ss-touchtonephone:before {
  content: '☏'
}

.ss-mail.right:after,.ss-mail:before {
  content: '✉'
}

.ss-inbox.right:after,.ss-inbox:before {
  content: '📥'
}

.ss-outbox.right:after,.ss-outbox:before {
  content: '📤'
}

.ss-chat.right:after,.ss-chat:before {
  content: '💬'
}

.ss-user.right:after,.ss-user:before {
  content: '👤'
}

.ss-users.right:after,.ss-users:before {
  content: '👥'
}

.ss-usergroup.right:after,.ss-usergroup:before {
  content: ''
}

.ss-businessuser.right:after,.ss-businessuser:before {
  content: ''
}

.ss-man.right:after,.ss-man:before {
  content: '👨'
}

.ss-male.right:after,.ss-male:before {
  content: ''
}

.ss-woman.right:after,.ss-woman:before {
  content: '👩'
}

.ss-female.right:after,.ss-female:before {
  content: ''
}

.ss-raisedhand.right:after,.ss-raisedhand:before {
  content: '✋'
}

.ss-hand.right:after,.ss-hand:before {
  content: ''
}

.ss-pointup.right:after,.ss-pointup:before {
  content: '👆'
}

.ss-pointupright.right:after,.ss-pointupright:before {
  content: ''
}

.ss-pointright.right:after,.ss-pointright:before {
  content: '👉'
}

.ss-pointdownright.right:after,.ss-pointdownright:before {
  content: ''
}

.ss-pointdown.right:after,.ss-pointdown:before {
  content: '👇'
}

.ss-pointdownleft.right:after,.ss-pointdownleft:before {
  content: ''
}

.ss-pointleft.right:after,.ss-pointleft:before {
  content: '👈'
}

.ss-pointupleft.right:after,.ss-pointupleft:before {
  content: ''
}

.ss-cart.right:after,.ss-cart:before {
  content: ''
}

.ss-creditcard.right:after,.ss-creditcard:before {
  content: '💳'
}

.ss-calculator.right:after,.ss-calculator:before {
  content: ''
}

.ss-barchart.right:after,.ss-barchart:before {
  content: '📊'
}

.ss-piechart.right:after,.ss-piechart:before {
  content: ''
}

.ss-box.right:after,.ss-box:before {
  content: '📦'
}

.ss-home.right:after,.ss-home:before {
  content: '⌂'
}

.ss-globe.right:after,.ss-globe:before {
  content: '🌎'
}

.ss-navigate.right:after,.ss-navigate:before {
  content: ''
}

.ss-compass.right:after,.ss-compass:before {
  content: ''
}

.ss-signpost.right:after,.ss-signpost:before {
  content: ''
}

.ss-location.right:after,.ss-location:before {
  content: ''
}

.ss-floppydisk.right:after,.ss-floppydisk:before {
  content: '💾'
}

.ss-database.right:after,.ss-database:before {
  content: ''
}

.ss-hdd.right:after,.ss-hdd:before {
  content: ''
}

.ss-microchip.right:after,.ss-microchip:before {
  content: ''
}

.ss-music.right:after,.ss-music:before {
  content: '♫'
}

.ss-headphones.right:after,.ss-headphones:before {
  content: '🎧'
}

.ss-discdrive.right:after,.ss-discdrive:before {
  content: ''
}

.ss-volume.right:after,.ss-volume:before {
  content: '🔈'
}

.ss-lowvolume.right:after,.ss-lowvolume:before {
  content: '🔉'
}

.ss-mediumvolume.right:after,.ss-mediumvolume:before {
  content: ''
}

.ss-highvolume.right:after,.ss-highvolume:before {
  content: '🔊'
}

.ss-airplay.right:after,.ss-airplay:before {
  content: ''
}

.ss-camera.right:after,.ss-camera:before {
  content: '📷'
}

.ss-picture.right:after,.ss-picture:before {
  content: '🌄'
}

.ss-video.right:after,.ss-video:before {
  content: '📹'
}

.ss-webcam.right:after,.ss-webcam:before {
  content: ''
}

.ss-film.right:after,.ss-film:before {
  content: ''
}

.ss-playvideo.right:after,.ss-playvideo:before {
  content: ''
}

.ss-videogame.right:after,.ss-videogame:before {
  content: '🎮'
}

.ss-play.right:after,.ss-play:before {
  content: '▶'
}

.ss-pause.right:after,.ss-pause:before {
  content: ''
}

.ss-stop.right:after,.ss-stop:before {
  content: '■'
}

.ss-record.right:after,.ss-record:before {
  content: '●'
}

.ss-rewind.right:after,.ss-rewind:before {
  content: '⏪'
}

.ss-fastforward.right:after,.ss-fastforward:before {
  content: '⏩'
}

.ss-skipback.right:after,.ss-skipback:before {
  content: '⏮'
}

.ss-skipforward.right:after,.ss-skipforward:before {
  content: '⏭'
}

.ss-eject.right:after,.ss-eject:before {
  content: '⏏'
}

.ss-repeat.right:after,.ss-repeat:before {
  content: '🔁'
}

.ss-replay.right:after,.ss-replay:before {
  content: '↺'
}

.ss-shuffle.right:after,.ss-shuffle:before {
  content: '🔀'
}

.ss-index.right:after,.ss-index:before {
  content: ''
}

.ss-storagebox.right:after,.ss-storagebox:before {
  content: ''
}

.ss-book.right:after,.ss-book:before {
  content: '📕'
}

.ss-notebook.right:after,.ss-notebook:before {
  content: '📓'
}

.ss-newspaper.right:after,.ss-newspaper:before {
  content: '📰'
}

.ss-gridlines.right:after,.ss-gridlines:before {
  content: ''
}

.ss-rows.right:after,.ss-rows:before {
  content: ''
}

.ss-columns.right:after,.ss-columns:before {
  content: ''
}

.ss-thumbnails.right:after,.ss-thumbnails:before {
  content: ''
}

.ss-mouse.right:after,.ss-mouse:before {
  content: ''
}

.ss-usb.right:after,.ss-usb:before {
  content: ''
}

.ss-desktop.right:after,.ss-desktop:before {
  content: '💻'
}

.ss-laptop.right:after,.ss-laptop:before {
  content: ''
}

.ss-tablet.right:after,.ss-tablet:before {
  content: ''
}

.ss-smartphone.right:after,.ss-smartphone:before {
  content: ''
}

.ss-cell.right:after,.ss-cell:before {
  content: '📱'
}

.ss-battery.right:after,.ss-battery:before {
  content: '🔋'
}

.ss-highbattery.right:after,.ss-highbattery:before {
  content: ''
}

.ss-mediumbattery.right:after,.ss-mediumbattery:before {
  content: ''
}

.ss-lowbattery.right:after,.ss-lowbattery:before {
  content: ''
}

.ss-chargingbattery.right:after,.ss-chargingbattery:before {
  content: ''
}

.ss-lightbulb.right:after,.ss-lightbulb:before {
  content: '💡'
}

.ss-washer.right:after,.ss-washer:before {
  content: ''
}

.ss-downloadcloud.right:after,.ss-downloadcloud:before {
  content: ''
}

.ss-download.right:after,.ss-download:before {
  content: ''
}

.ss-downloadbox.right:after,.ss-downloadbox:before {
  content: ''
}

.ss-uploadcloud.right:after,.ss-uploadcloud:before {
  content: ''
}

.ss-upload.right:after,.ss-upload:before {
  content: ''
}

.ss-uploadbox.right:after,.ss-uploadbox:before {
  content: ''
}

.ss-fork.right:after,.ss-fork:before {
  content: ''
}

.ss-merge.right:after,.ss-merge:before {
  content: ''
}

.ss-refresh.right:after,.ss-refresh:before {
  content: '↻'
}

.ss-sync.right:after,.ss-sync:before {
  content: ''
}

.ss-loading.right:after,.ss-loading:before {
  content: ''
}

.ss-file.right:after,.ss-file:before {
  content: '📄'
}

.ss-files.right:after,.ss-files:before {
  content: ''
}

.ss-addfile.right:after,.ss-addfile:before {
  content: ''
}

.ss-removefile.right:after,.ss-removefile:before {
  content: ''
}

.ss-checkfile.right:after,.ss-checkfile:before {
  content: ''
}

.ss-deletefile.right:after,.ss-deletefile:before {
  content: ''
}

.ss-exe.right:after,.ss-exe:before {
  content: ''
}

.ss-zip.right:after,.ss-zip:before {
  content: ''
}

.ss-doc.right:after,.ss-doc:before {
  content: ''
}

.ss-pdf.right:after,.ss-pdf:before {
  content: ''
}

.ss-jpg.right:after,.ss-jpg:before {
  content: ''
}

.ss-png.right:after,.ss-png:before {
  content: ''
}

.ss-mp3.right:after,.ss-mp3:before {
  content: ''
}

.ss-rar.right:after,.ss-rar:before {
  content: ''
}

.ss-gif.right:after,.ss-gif:before {
  content: ''
}

.ss-folder.right:after,.ss-folder:before {
  content: '📁'
}

.ss-openfolder.right:after,.ss-openfolder:before {
  content: '📂'
}

.ss-downloadfolder.right:after,.ss-downloadfolder:before {
  content: ''
}

.ss-uploadfolder.right:after,.ss-uploadfolder:before {
  content: ''
}

.ss-quote.right:after,.ss-quote:before {
  content: '“'
}

.ss-unquote.right:after,.ss-unquote:before {
  content: '”'
}

.ss-print.right:after,.ss-print:before {
  content: '⎙'
}

.ss-copier.right:after,.ss-copier:before {
  content: ''
}

.ss-fax.right:after,.ss-fax:before {
  content: '📠'
}

.ss-scanner.right:after,.ss-scanner:before {
  content: ''
}

.ss-printregistration.right:after,.ss-printregistration:before {
  content: ''
}

.ss-shredder.right:after,.ss-shredder:before {
  content: ''
}

.ss-expand.right:after,.ss-expand:before {
  content: '⤢'
}

.ss-contract.right:after,.ss-contract:before {
  content: ''
}

.ss-help.right:after,.ss-help:before {
  content: '❓'
}

.ss-info.right:after,.ss-info:before {
  content: 'ℹ'
}

.ss-alert.right:after,.ss-alert:before {
  content: '⚠'
}

.ss-caution.right:after,.ss-caution:before {
  content: '⛔'
}

.ss-logout.right:after,.ss-logout:before {
  content: ''
}

.ss-login.right:after,.ss-login:before {
  content: ''
}

.ss-scaleup.right:after,.ss-scaleup:before {
  content: ''
}

.ss-scaledown.right:after,.ss-scaledown:before {
  content: ''
}

.ss-plus.right:after,.ss-plus:before {
  content: '+'
}

.ss-hyphen.right:after,.ss-hyphen:before {
  content: '-'
}

.ss-check.right:after,.ss-check:before {
  content: '✓'
}

.ss-delete.right:after,.ss-delete:before {
  content: '␡'
}

.ss-notifications.right:after,.ss-notifications:before {
  content: '🔔'
}

.ss-notificationsdisabled.right:after,.ss-notificationsdisabled:before {
  content: '🔕'
}

.ss-clock.right:after,.ss-clock:before {
  content: '⏲'
}

.ss-stopwatch.right:after,.ss-stopwatch:before {
  content: '⏱'
}

.ss-alarmclock.right:after,.ss-alarmclock:before {
  content: '⏰'
}

.ss-egg.right:after,.ss-egg:before {
  content: ''
}

.ss-eggs.right:after,.ss-eggs:before {
  content: ''
}

.ss-cheese.right:after,.ss-cheese:before {
  content: ''
}

.ss-chickenleg.right:after,.ss-chickenleg:before {
  content: '🍗'
}

.ss-pizzapie.right:after,.ss-pizzapie:before {
  content: ''
}

.ss-pizza.right:after,.ss-pizza:before {
  content: '🍕'
}

.ss-cheesepizza.right:after,.ss-cheesepizza:before {
  content: ''
}

.ss-frenchfries.right:after,.ss-frenchfries:before {
  content: '🍟'
}

.ss-apple.right:after,.ss-apple:before {
  content: '🍏'
}

.ss-carrot.right:after,.ss-carrot:before {
  content: ''
}

.ss-broccoli.right:after,.ss-broccoli:before {
  content: ''
}

.ss-cucumber.right:after,.ss-cucumber:before {
  content: ''
}

.ss-orange.right:after,.ss-orange:before {
  content: '🍊'
}

.ss-lemon.right:after,.ss-lemon:before {
  content: '🍋'
}

.ss-onion.right:after,.ss-onion:before {
  content: ''
}

.ss-bellpepper.right:after,.ss-bellpepper:before {
  content: ''
}

.ss-peas.right:after,.ss-peas:before {
  content: ''
}

.ss-grapes.right:after,.ss-grapes:before {
  content: '🍇'
}

.ss-strawberry.right:after,.ss-strawberry:before {
  content: '🍓'
}

.ss-bread.right:after,.ss-bread:before {
  content: '🍞'
}

.ss-mug.right:after,.ss-mug:before {
  content: '☕'
}

.ss-mugs.right:after,.ss-mugs:before {
  content: ''
}

.ss-espresso.right:after,.ss-espresso:before {
  content: ''
}

.ss-macchiato.right:after,.ss-macchiato:before {
  content: ''
}

.ss-cappucino.right:after,.ss-cappucino:before {
  content: ''
}

.ss-latte.right:after,.ss-latte:before {
  content: ''
}

.ss-icedcoffee.right:after,.ss-icedcoffee:before {
  content: ''
}

.ss-coffeebean.right:after,.ss-coffeebean:before {
  content: ''
}

.ss-coffeemilk.right:after,.ss-coffeemilk:before {
  content: ''
}

.ss-coffeefoam.right:after,.ss-coffeefoam:before {
  content: ''
}

.ss-coffeesugar.right:after,.ss-coffeesugar:before {
  content: ''
}

.ss-sugarpackets.right:after,.ss-sugarpackets:before {
  content: ''
}

.ss-capsule.right:after,.ss-capsule:before {
  content: ''
}

.ss-capsulerecycling.right:after,.ss-capsulerecycling:before {
  content: ''
}

.ss-insertcapsule.right:after,.ss-insertcapsule:before {
  content: ''
}

.ss-tea.right:after,.ss-tea:before {
  content: '🍵'
}

.ss-teabag.right:after,.ss-teabag:before {
  content: ''
}

.ss-jug.right:after,.ss-jug:before {
  content: ''
}

.ss-pitcher.right:after,.ss-pitcher:before {
  content: ''
}

.ss-kettle.right:after,.ss-kettle:before {
  content: ''
}

.ss-wineglass.right:after,.ss-wineglass:before {
  content: '🍷'
}

.ss-sugar.right:after,.ss-sugar:before {
  content: ''
}

.ss-oven.right:after,.ss-oven:before {
  content: ''
}

.ss-stove.right:after,.ss-stove:before {
  content: ''
}

.ss-vent.right:after,.ss-vent:before {
  content: ''
}

.ss-exhaust.right:after,.ss-exhaust:before {
  content: ''
}

.ss-steam.right:after,.ss-steam:before {
  content: '♨'
}

.ss-dishwasher.right:after,.ss-dishwasher:before {
  content: ''
}

.ss-toaster.right:after,.ss-toaster:before {
  content: ''
}

.ss-microwave.right:after,.ss-microwave:before {
  content: ''
}

.ss-electrickettle.right:after,.ss-electrickettle:before {
  content: ''
}

.ss-refrigerator.right:after,.ss-refrigerator:before {
  content: ''
}

.ss-freezer.right:after,.ss-freezer:before {
  content: ''
}

.ss-utensils.right:after,.ss-utensils:before {
  content: '🍴'
}

.ss-cookingutensils.right:after,.ss-cookingutensils:before {
  content: ''
}

.ss-whisk.right:after,.ss-whisk:before {
  content: ''
}

.ss-pizzacutter.right:after,.ss-pizzacutter:before {
  content: ''
}

.ss-measuringcup.right:after,.ss-measuringcup:before {
  content: ''
}

.ss-colander.right:after,.ss-colander:before {
  content: ''
}

.ss-eggtimer.right:after,.ss-eggtimer:before {
  content: ''
}

.ss-platter.right:after,.ss-platter:before {
  content: ''
}

.ss-plates.right:after,.ss-plates:before {
  content: ''
}

.ss-steamplate.right:after,.ss-steamplate:before {
  content: ''
}

.ss-cups.right:after,.ss-cups:before {
  content: ''
}

.ss-steamglass.right:after,.ss-steamglass:before {
  content: ''
}

.ss-pot.right:after,.ss-pot:before {
  content: ''
}

.ss-steampot.right:after,.ss-steampot:before {
  content: ''
}

.ss-chef.right:after,.ss-chef:before {
  content: ''
}

.ss-weathervane.right:after,.ss-weathervane:before {
  content: ''
}

.ss-thermometer.right:after,.ss-thermometer:before {
  content: ''
}

.ss-thermometerup.right:after,.ss-thermometerup:before {
  content: ''
}

.ss-thermometerdown.right:after,.ss-thermometerdown:before {
  content: ''
}

.ss-droplet.right:after,.ss-droplet:before {
  content: '💧'
}

.ss-sunrise.right:after,.ss-sunrise:before {
  content: '🌅'
}

.ss-sunset.right:after,.ss-sunset:before {
  content: '🌇'
}

.ss-sun.right:after,.ss-sun:before {
  content: '☀'
}

.ss-cloud.right:after,.ss-cloud:before {
  content: '☁'
}

.ss-clouds.right:after,.ss-clouds:before {
  content: ''
}

.ss-partlycloudy.right:after,.ss-partlycloudy:before {
  content: '⛅'
}

.ss-rain.right:after,.ss-rain:before {
  content: '☔'
}

.ss-rainheavy.right:after,.ss-rainheavy:before {
  content: ''
}

.ss-lightning.right:after,.ss-lightning:before {
  content: '☇'
}

.ss-thunderstorm.right:after,.ss-thunderstorm:before {
  content: '⛈'
}

.ss-umbrella.right:after,.ss-umbrella:before {
  content: '☂'
}

.ss-rainumbrella.right:after,.ss-rainumbrella:before {
  content: ''
}

.ss-rainbow.right:after,.ss-rainbow:before {
  content: '🌈'
}

.ss-rainbowclouds.right:after,.ss-rainbowclouds:before {
  content: ''
}

.ss-fog.right:after,.ss-fog:before {
  content: ''
}

.ss-wind.right:after,.ss-wind:before {
  content: ''
}

.ss-tornado.right:after,.ss-tornado:before {
  content: ''
}

.ss-snowflake.right:after,.ss-snowflake:before {
  content: '❄'
}

.ss-snowcrystal.right:after,.ss-snowcrystal:before {
  content: '❆'
}

.ss-lightsnow.right:after,.ss-lightsnow:before {
  content: ''
}

.ss-snow.right:after,.ss-snow:before {
  content: ''
}

.ss-heavysnow.right:after,.ss-heavysnow:before {
  content: ''
}

.ss-hail.right:after,.ss-hail:before {
  content: ''
}

.ss-crescentmoon.right:after,.ss-crescentmoon:before {
  content: '🌙'
}

.ss-waxingcrescentmoon.right:after,.ss-waxingcrescentmoon:before {
  content: '🌒'
}

.ss-firstquartermoon.right:after,.ss-firstquartermoon:before {
  content: '🌓'
}

.ss-waxinggibbousmoon.right:after,.ss-waxinggibbousmoon:before {
  content: '🌔'
}

.ss-waninggibbousmoon.right:after,.ss-waninggibbousmoon:before {
  content: '🌖'
}

.ss-lastquartermoon.right:after,.ss-lastquartermoon:before {
  content: '🌗'
}

.ss-waningcrescentmoon.right:after,.ss-waningcrescentmoon:before {
  content: '🌘'
}

.ss-fan.right:after,.ss-fan:before {
  content: ''
}

.ss-bike.right:after,.ss-bike:before {
  content: '🚲'
}

.ss-wheelchair.right:after,.ss-wheelchair:before {
  content: '♿'
}

.ss-briefcase.right:after,.ss-briefcase:before {
  content: '💼'
}

.ss-hanger.right:after,.ss-hanger:before {
  content: ''
}

.ss-comb.right:after,.ss-comb:before {
  content: ''
}

.ss-medicalcross.right:after,.ss-medicalcross:before {
  content: ''
}

.ss-up.right:after,.ss-up:before {
  content: '⬆'
}

.ss-upright.right:after,.ss-upright:before {
  content: '⬈'
}

.ss-right.right:after,.ss-right:before {
  content: '➡'
}

.ss-downright.right:after,.ss-downright:before {
  content: '⬊'
}

.ss-down.right:after,.ss-down:before {
  content: '⬇'
}

.ss-downleft.right:after,.ss-downleft:before {
  content: '⬋'
}

.ss-left.right:after,.ss-left:before {
  content: '⬅'
}

.ss-upleft.right:after,.ss-upleft:before {
  content: '⬉'
}

.ss-navigateup.right:after,.ss-navigateup:before {
  content: ''
}

.ss-navigateright.right:after,.ss-navigateright:before {
  content: '▻'
}

.ss-navigatedown.right:after,.ss-navigatedown:before {
  content: ''
}

.ss-navigateleft.right:after,.ss-navigateleft:before {
  content: '◅'
}

.ss-retweet.right:after,.ss-retweet:before {
  content: ''
}

.ss-share.right:after,.ss-share:before {
  content: ''
}

@font-face {
  font-family:SSSocialRegular;src:url(../fonts/ss-social-regular.eot);src:url(../fonts/ss-social-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/ss-social-regular.woff) format("woff"),url(../fonts/ss-social-regular.ttf) format("truetype"),url(../fonts/ss-social-regular.svg#SSSocialRegular) format("svg");font-weight:400;font-style:normal
}

@font-face {
  font-family:SSSocialCircle;src:url(../fonts/ss-social-circle.eot);src:url(../fonts/ss-social-circle.eot?#iefix) format("embedded-opentype"),url(../fonts/ss-social-circle.woff) format("woff"),url(../fonts/ss-social-circle.ttf) format("truetype"),url(../fonts/ss-social-circle.svg#SSSocialCircle) format("svg");font-weight:400;font-style:normal
}

html:hover [class^=ss-] {
  -ms-zoom: 1
}

.ss-icon,.ss-icon.ss-social-regular,[class*=" ss-"].right:after,[class*=" ss-"].ss-social-regular.right:after,[class*=" ss-"].ss-social-regular:before,[class*=" ss-"]:before,[class^=ss-].right:after,[class^=ss-].ss-social-regular.right:after,[class^=ss-].ss-social-regular:before,[class^=ss-]:before {
  font-family: SSSocialRegular;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased
}

.ss-icon,.ss-icon.ss-social-circle,[class*=" ss-"].right:after,[class*=" ss-"].ss-social-circle.right:after,[class*=" ss-"].ss-social-circle:before,[class*=" ss-"]:before,[class^=ss-].right:after,[class^=ss-].ss-social-circle.right:after,[class^=ss-].ss-social-circle:before,[class^=ss-]:before {
  font-family: SSSocialCircle;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased
}[class*=" ss-"].right:before,[class^=ss-].right:before {
   display: none;
   content: ''
 }

.ss-facebook.right:after,.ss-facebook:before {
  content: ''
}

.ss-twitter.right:after,.ss-twitter:before {
  content: ''
}

.ss-linkedin.right:after,.ss-linkedin:before {
  content: ''
}

.ss-googleplus.right:after,.ss-googleplus:before {
  content: ''
}

.ss-appdotnet.right:after,.ss-appdotnet:before {
  content: ''
}

.ss-zerply.right:after,.ss-zerply:before {
  content: ''
}

.ss-reddit.right:after,.ss-reddit:before {
  content: ''
}

.ss-steam.right:after,.ss-steam:before {
  content: ''
}

.ss-tumblr.right:after,.ss-tumblr:before {
  content: ''
}

.ss-wordpress.right:after,.ss-wordpress:before {
  content: ''
}

.ss-blogger.right:after,.ss-blogger:before {
  content: ''
}

.ss-posterous.right:after,.ss-posterous:before {
  content: ''
}

.ss-quora.right:after,.ss-quora:before {
  content: ''
}

.ss-youtube.right:after,.ss-youtube:before {
  content: ''
}

.ss-vimeo.right:after,.ss-vimeo:before {
  content: ''
}

.ss-vine.right:after,.ss-vine:before {
  content: ''
}

.ss-letterboxd.right:after,.ss-letterboxd:before {
  content: ''
}

.ss-flickr.right:after,.ss-flickr:before {
  content: ''
}

.ss-instagram.right:after,.ss-instagram:before {
  content: ''
}

.ss-500px.right:after,.ss-500px:before {
  content: ''
}

.ss-etsy.right:after,.ss-etsy:before {
  content: ''
}

.ss-pinterest.right:after,.ss-pinterest:before {
  content: ''
}

.ss-svpply.right:after,.ss-svpply:before {
  content: ''
}

.ss-readmill.right:after,.ss-readmill:before {
  content: ''
}

.ss-dropbox.right:after,.ss-dropbox:before {
  content: ''
}

.ss-pinboard.right:after,.ss-pinboard:before {
  content: ''
}

.ss-delicious.right:after,.ss-delicious:before {
  content: ''
}

.ss-dribbble.right:after,.ss-dribbble:before {
  content: ''
}

.ss-behance.right:after,.ss-behance:before {
  content: ''
}

.ss-github.right:after,.ss-github:before {
  content: ''
}

.ss-octocat.right:after,.ss-octocat:before {
  content: ''
}

.ss-stackoverflow.right:after,.ss-stackoverflow:before {
  content: ''
}

.ss-paypal.right:after,.ss-paypal:before {
  content: ''
}

.ss-kickstarter.right:after,.ss-kickstarter:before {
  content: ''
}

.ss-foursquare.right:after,.ss-foursquare:before {
  content: ''
}

.ss-yelp.right:after,.ss-yelp:before {
  content: ''
}

.ss-skype.right:after,.ss-skype:before {
  content: ''
}

.ss-rdio.right:after,.ss-rdio:before {
  content: ''
}

.ss-spotify.right:after,.ss-spotify:before {
  content: ''
}

.ss-lastfm.right:after,.ss-lastfm:before {
  content: ''
}

.ss-soundcloud.right:after,.ss-soundcloud:before {
  content: ''
}

.ss-link.right:after,.ss-link:before {
  content: '🔗'
}

.ss-phone.right:after,.ss-phone:before {
  content: '📞'
}

.ss-mail.right:after,.ss-mail:before {
  content: '✉'
}

.ss-like.right:after,.ss-like:before {
  content: '👍'
}

.ss-rss.right:after,.ss-rss:before {
  content: ''
}

.ss-share.right:after,.ss-share:before {
  content: ''
}

.ss-apple.right:after,.ss-apple:before {
  content: ''
}

.ss-microsoft.right:after,.ss-microsoft:before {
  content: ''
}

.ss-windows.right:after,.ss-windows:before {
  content: ''
}

.ss-android.right:after,.ss-android:before {
  content: ''
}

.ss-blackberry.right:after,.ss-blackberry:before {
  content: ''
}

.ss-fivehundredpx.right:after,.ss-fivehundredpx:before {
  content: ''
}/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html {
                                                                                  font-family: sans-serif;
                                                                                  line-height: 1.15;
                                                                                  -ms-text-size-adjust: 100%;
                                                                                  -webkit-text-size-adjust: 100%
                                                                                }

body {
  margin: 0
}

article,aside,footer,header,nav,section {
  display: block
}

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

figcaption,figure,main {
  display: block
}

figure {
  margin: 1em 40px
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,strong {
  font-weight: inherit
}

b,strong {
  font-weight: bolder
}

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

dfn {
  font-style: italic
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio,video {
  display: inline-block
}

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

img {
  border-style: none
}

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

button,input,optgroup,select,textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,input {
  overflow: visible
}

button,select {
  text-transform: none
}[type=reset],[type=submit],button,html [type=button] {
   -webkit-appearance: button
 }[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
  }[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
     outline: 1px dotted ButtonText
   }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}[type=checkbox],[type=radio] {
   box-sizing: border-box;
   padding: 0
 }[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
  }[type=search] {
     -webkit-appearance: textfield;
     outline-offset: -2px
   }[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
      -webkit-appearance: none
    }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details,menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}[hidden] {
   display: none
 }

html {
  box-sizing: border-box
}

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

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

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #1d1a1a;
  background-color: #fff
}[tabindex="-1"]:focus {
   outline: 0!important
 }

h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
  cursor: help
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

dl,ol,ul {
  margin-top: 0;
  margin-bottom: 1rem
}

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

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

a {
  color: #05c3de;
  text-decoration: none
}

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle
}[role=button] {
   cursor: pointer
 }[role=button],a,area,button,input,label,select,summary,textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
  }

table {
  border-collapse: collapse;
  background-color: transparent
}

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

th {
  text-align: left
}

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

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button,input,select,textarea {
  line-height: inherit
}

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

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  resize: vertical
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit
}

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

output {
  display: inline-block
}[hidden] {
   display: none!important
 }

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  margin-bottom: 5px;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit
}

.h1,h1 {
  font-size: 2.8rem
}

.h2,h2 {
  font-size: 2.4rem
}

.h3,h3 {
  font-size: 2rem
}

.h4,h4 {
  font-size: 2rem
}

.h5,h5 {
  font-size: 1.6rem
}

.h6,h6 {
  font-size: 2rem
}

.lead {
  font-size: 1.25rem;
  font-weight: 300
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1)
}

.small,small {
  font-size: 80%;
  font-weight: 400
}

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

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

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

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: 5px
}

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

.blockquote {
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  border-left: .25rem solid #f5f5f5
}

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

.blockquote-footer::before {
  content: "\2014 \00A0"
}

.blockquote-reverse {
  padding-right: 10px;
  padding-left: 0;
  text-align: right;
  border-right: .25rem solid #f5f5f5;
  border-left: 0
}

.blockquote-reverse .blockquote-footer::before {
  content: ""
}

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"
}

.img-fluid,.img-responsive {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: 5px;
  line-height: 1
}

.figure-caption {
  font-size: 90%;
  color: #afafaf
}

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

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: .25rem
}

a>code {
  padding: 0;
  color: inherit;
  background-color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #1d1a1a;
  border-radius: .2rem
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #1d1a1a
}

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

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

.container,.single-post .content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:576px) {
  .container,.single-post .content {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:768px) {
  .container,.single-post .content {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:992px) {
  .container,.single-post .content {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:1200px) {
  .container,.single-post .content {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:576px) {
  .container,.single-post .content {
    width: 540px;
    max-width: 100%
  }
}

@media (min-width:768px) {
  .container,.single-post .content {
    width: 720px;
    max-width: 100%
  }
}

@media (min-width:992px) {
  .container,.single-post .content {
    width: 960px;
    max-width: 100%
  }
}

@media (min-width:1200px) {
  .container,.single-post .content {
    width: 1140px;
    max-width: 100%
  }
}

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

@media (min-width:576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px
  }
}

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

@media (min-width:992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px
  }
}

@media (min-width:1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

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

@media (min-width:576px) {
  .col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9 {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:768px) {
  .col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9 {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:992px) {
  .col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9 {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:1200px) {
  .col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9 {
    padding-right: 15px;
    padding-left: 15px
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.pull-0 {
  right: auto
}

.pull-1 {
  right: 8.3333333333%
}

.pull-2 {
  right: 16.6666666667%
}

.pull-3 {
  right: 25%
}

.pull-4 {
  right: 33.3333333333%
}

.pull-5 {
  right: 41.6666666667%
}

.pull-6 {
  right: 50%
}

.pull-7 {
  right: 58.3333333333%
}

.pull-8 {
  right: 66.6666666667%
}

.pull-9 {
  right: 75%
}

.pull-10 {
  right: 83.3333333333%
}

.pull-11 {
  right: 91.6666666667%
}

.pull-12 {
  right: 100%
}

.push-0 {
  left: auto
}

.push-1 {
  left: 8.3333333333%
}

.push-2 {
  left: 16.6666666667%
}

.push-3 {
  left: 25%
}

.push-4 {
  left: 33.3333333333%
}

.push-5 {
  left: 41.6666666667%
}

.push-6 {
  left: 50%
}

.push-7 {
  left: 58.3333333333%
}

.push-8 {
  left: 66.6666666667%
}

.push-9 {
  left: 75%
}

.push-10 {
  left: 83.3333333333%
}

.push-11 {
  left: 91.6666666667%
}

.push-12 {
  left: 100%
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .pull-sm-0 {
    right: auto
  }

  .pull-sm-1 {
    right: 8.3333333333%
  }

  .pull-sm-2 {
    right: 16.6666666667%
  }

  .pull-sm-3 {
    right: 25%
  }

  .pull-sm-4 {
    right: 33.3333333333%
  }

  .pull-sm-5 {
    right: 41.6666666667%
  }

  .pull-sm-6 {
    right: 50%
  }

  .pull-sm-7 {
    right: 58.3333333333%
  }

  .pull-sm-8 {
    right: 66.6666666667%
  }

  .pull-sm-9 {
    right: 75%
  }

  .pull-sm-10 {
    right: 83.3333333333%
  }

  .pull-sm-11 {
    right: 91.6666666667%
  }

  .pull-sm-12 {
    right: 100%
  }

  .push-sm-0 {
    left: auto
  }

  .push-sm-1 {
    left: 8.3333333333%
  }

  .push-sm-2 {
    left: 16.6666666667%
  }

  .push-sm-3 {
    left: 25%
  }

  .push-sm-4 {
    left: 33.3333333333%
  }

  .push-sm-5 {
    left: 41.6666666667%
  }

  .push-sm-6 {
    left: 50%
  }

  .push-sm-7 {
    left: 58.3333333333%
  }

  .push-sm-8 {
    left: 66.6666666667%
  }

  .push-sm-9 {
    left: 75%
  }

  .push-sm-10 {
    left: 83.3333333333%
  }

  .push-sm-11 {
    left: 91.6666666667%
  }

  .push-sm-12 {
    left: 100%
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .pull-md-0 {
    right: auto
  }

  .pull-md-1 {
    right: 8.3333333333%
  }

  .pull-md-2 {
    right: 16.6666666667%
  }

  .pull-md-3 {
    right: 25%
  }

  .pull-md-4 {
    right: 33.3333333333%
  }

  .pull-md-5 {
    right: 41.6666666667%
  }

  .pull-md-6 {
    right: 50%
  }

  .pull-md-7 {
    right: 58.3333333333%
  }

  .pull-md-8 {
    right: 66.6666666667%
  }

  .pull-md-9 {
    right: 75%
  }

  .pull-md-10 {
    right: 83.3333333333%
  }

  .pull-md-11 {
    right: 91.6666666667%
  }

  .pull-md-12 {
    right: 100%
  }

  .push-md-0 {
    left: auto
  }

  .push-md-1 {
    left: 8.3333333333%
  }

  .push-md-2 {
    left: 16.6666666667%
  }

  .push-md-3 {
    left: 25%
  }

  .push-md-4 {
    left: 33.3333333333%
  }

  .push-md-5 {
    left: 41.6666666667%
  }

  .push-md-6 {
    left: 50%
  }

  .push-md-7 {
    left: 58.3333333333%
  }

  .push-md-8 {
    left: 66.6666666667%
  }

  .push-md-9 {
    left: 75%
  }

  .push-md-10 {
    left: 83.3333333333%
  }

  .push-md-11 {
    left: 91.6666666667%
  }

  .push-md-12 {
    left: 100%
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.3333333333%
  }

  .offset-md-2 {
    margin-left: 16.6666666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.3333333333%
  }

  .offset-md-5 {
    margin-left: 41.6666666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.3333333333%
  }

  .offset-md-8 {
    margin-left: 66.6666666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.3333333333%
  }

  .offset-md-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .pull-lg-0 {
    right: auto
  }

  .pull-lg-1 {
    right: 8.3333333333%
  }

  .pull-lg-2 {
    right: 16.6666666667%
  }

  .pull-lg-3 {
    right: 25%
  }

  .pull-lg-4 {
    right: 33.3333333333%
  }

  .pull-lg-5 {
    right: 41.6666666667%
  }

  .pull-lg-6 {
    right: 50%
  }

  .pull-lg-7 {
    right: 58.3333333333%
  }

  .pull-lg-8 {
    right: 66.6666666667%
  }

  .pull-lg-9 {
    right: 75%
  }

  .pull-lg-10 {
    right: 83.3333333333%
  }

  .pull-lg-11 {
    right: 91.6666666667%
  }

  .pull-lg-12 {
    right: 100%
  }

  .push-lg-0 {
    left: auto
  }

  .push-lg-1 {
    left: 8.3333333333%
  }

  .push-lg-2 {
    left: 16.6666666667%
  }

  .push-lg-3 {
    left: 25%
  }

  .push-lg-4 {
    left: 33.3333333333%
  }

  .push-lg-5 {
    left: 41.6666666667%
  }

  .push-lg-6 {
    left: 50%
  }

  .push-lg-7 {
    left: 58.3333333333%
  }

  .push-lg-8 {
    left: 66.6666666667%
  }

  .push-lg-9 {
    left: 75%
  }

  .push-lg-10 {
    left: 83.3333333333%
  }

  .push-lg-11 {
    left: 91.6666666667%
  }

  .push-lg-12 {
    left: 100%
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .pull-xl-0 {
    right: auto
  }

  .pull-xl-1 {
    right: 8.3333333333%
  }

  .pull-xl-2 {
    right: 16.6666666667%
  }

  .pull-xl-3 {
    right: 25%
  }

  .pull-xl-4 {
    right: 33.3333333333%
  }

  .pull-xl-5 {
    right: 41.6666666667%
  }

  .pull-xl-6 {
    right: 50%
  }

  .pull-xl-7 {
    right: 58.3333333333%
  }

  .pull-xl-8 {
    right: 66.6666666667%
  }

  .pull-xl-9 {
    right: 75%
  }

  .pull-xl-10 {
    right: 83.3333333333%
  }

  .pull-xl-11 {
    right: 91.6666666667%
  }

  .pull-xl-12 {
    right: 100%
  }

  .push-xl-0 {
    left: auto
  }

  .push-xl-1 {
    left: 8.3333333333%
  }

  .push-xl-2 {
    left: 16.6666666667%
  }

  .push-xl-3 {
    left: 25%
  }

  .push-xl-4 {
    left: 33.3333333333%
  }

  .push-xl-5 {
    left: 41.6666666667%
  }

  .push-xl-6 {
    left: 50%
  }

  .push-xl-7 {
    left: 58.3333333333%
  }

  .push-xl-8 {
    left: 66.6666666667%
  }

  .push-xl-9 {
    left: 75%
  }

  .push-xl-10 {
    left: 83.3333333333%
  }

  .push-xl-11 {
    left: 91.6666666667%
  }

  .push-xl-12 {
    left: 100%
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%
  }
}

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

.table td,.table th {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #ddd
}

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

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

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

.table-sm td,.table-sm th {
  padding: .3rem
}

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

.table-bordered td,.table-bordered th {
  border: 1px solid #ddd
}

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

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

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

.table-active,.table-active>td,.table-active>th {
  background-color: #f5f5f5
}

.table-hover .table-active:hover {
  background-color: #e8e8e8
}

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

.table-success,.table-success>td,.table-success>th {
  background-color: #dff0d8
}

.table-hover .table-success:hover {
  background-color: #d0e9c6
}

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

.table-info,.table-info>td,.table-info>th {
  background-color: #d9edf7
}

.table-hover .table-info:hover {
  background-color: #c4e3f3
}

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

.table-warning,.table-warning>td,.table-warning>th {
  background-color: #fcf8e3
}

.table-hover .table-warning:hover {
  background-color: #faf2cc
}

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

.table-danger,.table-danger>td,.table-danger>th {
  background-color: #f2dede
}

.table-hover .table-danger:hover {
  background-color: #ebcccc
}

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

.thead-inverse th {
  color: #fff;
  background-color: #1d1a1a
}

.thead-default th {
  color: #4a4a4a;
  background-color: #f5f5f5
}

.table-inverse {
  color: #fff;
  background-color: #1d1a1a
}

.table-inverse td,.table-inverse th,.table-inverse thead th {
  border-color: #fff
}

.table-inverse.table-bordered {
  border: 0
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive.table-bordered {
  border: 0
}

.comment-form input[type=email],.comment-form input[type=text],.comment-form input[type=url],.comment-form textarea,.form-control,.search-form .search-field {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #4a4a4a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.comment-form input[type=email]::-ms-expand,.comment-form input[type=text]::-ms-expand,.comment-form input[type=url]::-ms-expand,.comment-form textarea::-ms-expand,.form-control::-ms-expand,.search-form .search-field::-ms-expand {
  background-color: transparent;
  border: 0
}

.comment-form input[type=email]:focus,.comment-form input[type=text]:focus,.comment-form input[type=url]:focus,.comment-form textarea:focus,.form-control:focus,.search-form .search-field:focus {
  color: #4a4a4a;
  background-color: #fff;
  border-color: #dbf4cd;
  outline: 0
}

.comment-form input[type=email]::-webkit-input-placeholder,.comment-form input[type=text]::-webkit-input-placeholder,.comment-form input[type=url]::-webkit-input-placeholder,.comment-form textarea::-webkit-input-placeholder,.form-control::-webkit-input-placeholder,.search-form .search-field::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 1
}

.comment-form input[type=email]:-ms-input-placeholder,.comment-form input[type=text]:-ms-input-placeholder,.comment-form input[type=url]:-ms-input-placeholder,.comment-form textarea:-ms-input-placeholder,.form-control:-ms-input-placeholder,.search-form .search-field:-ms-input-placeholder {
  color: #afafaf;
  opacity: 1
}

.comment-form input[type=email]::placeholder,.comment-form input[type=text]::placeholder,.comment-form input[type=url]::placeholder,.comment-form textarea::placeholder,.form-control::placeholder,.search-form .search-field::placeholder {
  color: #afafaf;
  opacity: 1
}

.comment-form input[readonly][type=email],.comment-form input[readonly][type=text],.comment-form input[readonly][type=url],.comment-form input[type=email]:disabled,.comment-form input[type=text]:disabled,.comment-form input[type=url]:disabled,.comment-form textarea:disabled,.comment-form textarea[readonly],.form-control:disabled,.form-control[readonly],.search-form .search-field:disabled,.search-form [readonly].search-field {
  background-color: #f5f5f5;
  opacity: 1
}

.comment-form input[type=email]:disabled,.comment-form input[type=text]:disabled,.comment-form input[type=url]:disabled,.comment-form textarea:disabled,.form-control:disabled,.search-form .search-field:disabled {
  cursor: not-allowed
}

.search-form select.search-field:not([size]):not([multiple]),select.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 2px)
}

.search-form select.search-field:focus::-ms-value,select.form-control:focus::-ms-value {
  color: #4a4a4a;
  background-color: #fff
}

.form-control-file,.form-control-range {
  display: block
}

.col-form-label {
  padding-top: calc(.5rem - 1px * 2);
  padding-bottom: calc(.5rem - 1px * 2);
  margin-bottom: 0
}

.col-form-label-lg {
  padding-top: calc(.75rem - 1px * 2);
  padding-bottom: calc(.75rem - 1px * 2);
  font-size: 1.25rem
}

.col-form-label-sm {
  padding-top: calc(.25rem - 1px * 2);
  padding-bottom: calc(.25rem - 1px * 2);
  font-size: .875rem
}

.col-form-legend {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  font-size: 1.6rem
}

.form-control-static {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0
}

.comment-form .input-group-lg>.input-group-btn>input.form-control-static[type=submit],.comment-form .input-group-lg>input.form-control-static[type=email],.comment-form .input-group-lg>input.form-control-static[type=text],.comment-form .input-group-lg>input.form-control-static[type=url],.comment-form .input-group-lg>textarea.form-control-static,.comment-form .input-group-sm>.input-group-btn>input.form-control-static[type=submit],.comment-form .input-group-sm>input.form-control-static[type=email],.comment-form .input-group-sm>input.form-control-static[type=text],.comment-form .input-group-sm>input.form-control-static[type=url],.comment-form .input-group-sm>textarea.form-control-static,.form-control-static.form-control-lg,.form-control-static.form-control-sm,.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,.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,.search-form .input-group-lg>.form-control-static.search-field,.search-form .input-group-lg>.input-group-btn>.form-control-static.search-submit,.search-form .input-group-sm>.form-control-static.search-field,.search-form .input-group-sm>.input-group-btn>.form-control-static.search-submit {
  padding-right: 0;
  padding-left: 0
}

.comment-form .input-group-sm>.input-group-btn>input[type=submit],.comment-form .input-group-sm>input[type=email],.comment-form .input-group-sm>input[type=text],.comment-form .input-group-sm>input[type=url],.comment-form .input-group-sm>textarea,.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.search-form .input-group-sm>.input-group-btn>.search-submit,.search-form .input-group-sm>.search-field {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>select.input-group-addon:not([size]):not([multiple]),.search-form .input-group-sm>.input-group-btn>select.search-submit:not([size]):not([multiple]),.search-form .input-group-sm>select.search-field:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem
}

.comment-form .input-group-lg>.input-group-btn>input[type=submit],.comment-form .input-group-lg>input[type=email],.comment-form .input-group-lg>input[type=text],.comment-form .input-group-lg>input[type=url],.comment-form .input-group-lg>textarea,.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.search-form .input-group-lg>.input-group-btn>.search-submit,.search-form .input-group-lg>.search-field {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>select.input-group-addon:not([size]):not([multiple]),.search-form .input-group-lg>.input-group-btn>select.search-submit:not([size]):not([multiple]),.search-form .input-group-lg>select.search-field:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]) {
  height: 3.1666666667rem
}

.comment-form p,.form-group,.search-form label {
  margin-bottom: 10px
}

.form-text {
  display: block;
  margin-top: .25rem
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
  color: #afafaf;
  cursor: not-allowed
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer
}

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem
}

.form-check-input:only-child {
  position: static
}

.form-check-inline {
  display: inline-block
}

.form-check-inline .form-check-label {
  vertical-align: middle
}

.form-check-inline+.form-check-inline {
  margin-left: .75rem
}

.form-control-feedback {
  margin-top: .25rem
}

.form-control-danger,.form-control-success,.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .75rem;
  background-size: 1.5rem 1.5rem
}

.has-success .col-form-label,.has-success .custom-control,.has-success .form-check-label,.has-success .form-control-feedback,.has-success .form-control-label {
  color: #5cb85c
}

.comment-form .has-success input[type=email],.comment-form .has-success input[type=text],.comment-form .has-success input[type=url],.comment-form .has-success textarea,.has-success .comment-form input[type=email],.has-success .comment-form input[type=text],.has-success .comment-form input[type=url],.has-success .comment-form textarea,.has-success .form-control,.has-success .search-form .search-field,.search-form .has-success .search-field {
  border-color: #5cb85c
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .col-form-label,.has-warning .custom-control,.has-warning .form-check-label,.has-warning .form-control-feedback,.has-warning .form-control-label {
  color: #f0ad4e
}

.comment-form .has-warning input[type=email],.comment-form .has-warning input[type=text],.comment-form .has-warning input[type=url],.comment-form .has-warning textarea,.has-warning .comment-form input[type=email],.has-warning .comment-form input[type=text],.has-warning .comment-form input[type=url],.has-warning .comment-form textarea,.has-warning .form-control,.has-warning .search-form .search-field,.search-form .has-warning .search-field {
  border-color: #f0ad4e
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: #fff
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .col-form-label,.has-danger .custom-control,.has-danger .form-check-label,.has-danger .form-control-feedback,.has-danger .form-control-label {
  color: #d9534f
}

.comment-form .has-danger input[type=email],.comment-form .has-danger input[type=text],.comment-form .has-danger input[type=url],.comment-form .has-danger textarea,.has-danger .comment-form input[type=email],.has-danger .comment-form input[type=text],.has-danger .comment-form input[type=url],.has-danger .comment-form textarea,.has-danger .form-control,.has-danger .search-form .search-field,.search-form .has-danger .search-field {
  border-color: #d9534f
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.form-inline,.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.form-inline .form-check,.search-form .form-check {
  width: 100%
}

@media (min-width:576px) {
  .form-inline label,.search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
  }

  .comment-form .form-inline p,.comment-form .search-form p,.form-inline .comment-form p,.form-inline .form-group,.form-inline .search-form label,.search-form .comment-form p,.search-form .form-group,.search-form .form-inline label,.search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
  }

  .comment-form .form-inline input[type=email],.comment-form .form-inline input[type=text],.comment-form .form-inline input[type=url],.comment-form .form-inline textarea,.comment-form .search-form input[type=email],.comment-form .search-form input[type=text],.comment-form .search-form input[type=url],.comment-form .search-form textarea,.form-inline .comment-form input[type=email],.form-inline .comment-form input[type=text],.form-inline .comment-form input[type=url],.form-inline .comment-form textarea,.form-inline .form-control,.search-form .comment-form input[type=email],.search-form .comment-form input[type=text],.search-form .comment-form input[type=url],.search-form .comment-form textarea,.search-form .form-control,.search-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-static,.search-form .form-control-static {
    display: inline-block
  }

  .form-inline .input-group,.search-form .input-group {
    width: auto
  }

  .form-inline .form-control-label,.search-form .form-control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .form-check,.search-form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0
  }

  .form-inline .form-check-label,.search-form .form-check-label {
    padding-left: 0
  }

  .form-inline .form-check-input,.search-form .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control,.search-form .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0
  }

  .form-inline .custom-control-indicator,.search-form .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: .25rem;
    vertical-align: text-bottom
  }

  .form-inline .has-feedback .form-control-feedback,.search-form .has-feedback .form-control-feedback {
    top: 0
  }
}

.btn,.comment-form input[type=submit],.search-form .search-submit {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  border-radius: .25rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.btn:focus,.btn:hover,.comment-form input[type=submit]:focus,.comment-form input[type=submit]:hover,.search-form .search-submit:focus,.search-form .search-submit:hover {
  text-decoration: none
}

.btn.focus,.btn:focus,.comment-form input.focus[type=submit],.comment-form input[type=submit]:focus,.search-form .focus.search-submit,.search-form .search-submit:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(142,221,101,.25)
}

.btn.disabled,.btn:disabled,.comment-form input.disabled[type=submit],.comment-form input[type=submit]:disabled,.search-form .disabled.search-submit,.search-form .search-submit:disabled {
  cursor: not-allowed;
  opacity: .65
}

.btn.active,.btn:active,.comment-form input.active[type=submit],.comment-form input[type=submit]:active,.search-form .active.search-submit,.search-form .search-submit:active {
  background-image: none
}

.search-form a.disabled.search-submit,.search-form fieldset[disabled] a.search-submit,a.btn.disabled,fieldset[disabled] .search-form a.search-submit,fieldset[disabled] a.btn {
  pointer-events: none
}

.btn-primary,.btn.btn-outline-white,.btn.btn-outline-white-blue,.btn.btn-outline-white-green,.btn.btn-outline-white-orange,.btn.btn-outline-white-primary,.btn.btn-outline-white-purple,.btn.btn-outline-white-red,.btn.btn-outline-white-secondary,.btn.btn-white-blue,.btn.btn-white-green,.btn.btn-white-orange,.btn.btn-white-primary,.btn.btn-white-purple,.btn.btn-white-red,.btn.btn-white-secondary,.comment-form input[type=submit],.search-form .btn-outline-white-blue.search-submit,.search-form .btn-outline-white-green.search-submit,.search-form .btn-outline-white-orange.search-submit,.search-form .btn-outline-white-primary.search-submit,.search-form .btn-outline-white-purple.search-submit,.search-form .btn-outline-white-red.search-submit,.search-form .btn-outline-white-secondary.search-submit,.search-form .btn-outline-white.search-submit,.search-form .btn-white-blue.search-submit,.search-form .btn-white-green.search-submit,.search-form .btn-white-orange.search-submit,.search-form .btn-white-primary.search-submit,.search-form .btn-white-purple.search-submit,.search-form .btn-white-red.search-submit,.search-form .btn-white-secondary.search-submit {
  color: #fff;
  background-color: #8edd65;
  border-color: #7fd850
}

.btn-primary:hover,.btn.btn-outline-white-blue:hover,.btn.btn-outline-white-green:hover,.btn.btn-outline-white-orange:hover,.btn.btn-outline-white-primary:hover,.btn.btn-outline-white-purple:hover,.btn.btn-outline-white-red:hover,.btn.btn-outline-white-secondary:hover,.btn.btn-outline-white:hover,.btn.btn-white-blue:hover,.btn.btn-white-green:hover,.btn.btn-white-orange:hover,.btn.btn-white-primary:hover,.btn.btn-white-purple:hover,.btn.btn-white-red:hover,.btn.btn-white-secondary:hover,.comment-form input[type=submit]:hover,.search-form .btn-outline-white-blue.search-submit:hover,.search-form .btn-outline-white-green.search-submit:hover,.search-form .btn-outline-white-orange.search-submit:hover,.search-form .btn-outline-white-primary.search-submit:hover,.search-form .btn-outline-white-purple.search-submit:hover,.search-form .btn-outline-white-red.search-submit:hover,.search-form .btn-outline-white-secondary.search-submit:hover,.search-form .btn-outline-white.search-submit:hover,.search-form .btn-white-blue.search-submit:hover,.search-form .btn-white-green.search-submit:hover,.search-form .btn-white-orange.search-submit:hover,.search-form .btn-white-primary.search-submit:hover,.search-form .btn-white-purple.search-submit:hover,.search-form .btn-white-red.search-submit:hover,.search-form .btn-white-secondary.search-submit:hover {
  color: #fff;
  background-color: #6fd43b;
  border-color: #5ec12b
}

.btn-primary.focus,.btn-primary:focus,.btn.btn-outline-white-blue:focus,.btn.btn-outline-white-green:focus,.btn.btn-outline-white-orange:focus,.btn.btn-outline-white-primary:focus,.btn.btn-outline-white-purple:focus,.btn.btn-outline-white-red:focus,.btn.btn-outline-white-secondary:focus,.btn.btn-outline-white:focus,.btn.btn-white-blue:focus,.btn.btn-white-green:focus,.btn.btn-white-orange:focus,.btn.btn-white-primary:focus,.btn.btn-white-purple:focus,.btn.btn-white-red:focus,.btn.btn-white-secondary:focus,.comment-form input.focus[type=submit],.comment-form input[type=submit]:focus,.focus.btn.btn-outline-white,.focus.btn.btn-outline-white-blue,.focus.btn.btn-outline-white-green,.focus.btn.btn-outline-white-orange,.focus.btn.btn-outline-white-primary,.focus.btn.btn-outline-white-purple,.focus.btn.btn-outline-white-red,.focus.btn.btn-outline-white-secondary,.focus.btn.btn-white-blue,.focus.btn.btn-white-green,.focus.btn.btn-white-orange,.focus.btn.btn-white-primary,.focus.btn.btn-white-purple,.focus.btn.btn-white-red,.focus.btn.btn-white-secondary,.search-form .btn-outline-white-blue.search-submit:focus,.search-form .btn-outline-white-green.search-submit:focus,.search-form .btn-outline-white-orange.search-submit:focus,.search-form .btn-outline-white-primary.search-submit:focus,.search-form .btn-outline-white-purple.search-submit:focus,.search-form .btn-outline-white-red.search-submit:focus,.search-form .btn-outline-white-secondary.search-submit:focus,.search-form .btn-outline-white.search-submit:focus,.search-form .btn-white-blue.search-submit:focus,.search-form .btn-white-green.search-submit:focus,.search-form .btn-white-orange.search-submit:focus,.search-form .btn-white-primary.search-submit:focus,.search-form .btn-white-purple.search-submit:focus,.search-form .btn-white-red.search-submit:focus,.search-form .btn-white-secondary.search-submit:focus,.search-form .focus.btn-outline-white-blue.search-submit,.search-form .focus.btn-outline-white-green.search-submit,.search-form .focus.btn-outline-white-orange.search-submit,.search-form .focus.btn-outline-white-primary.search-submit,.search-form .focus.btn-outline-white-purple.search-submit,.search-form .focus.btn-outline-white-red.search-submit,.search-form .focus.btn-outline-white-secondary.search-submit,.search-form .focus.btn-outline-white.search-submit,.search-form .focus.btn-white-blue.search-submit,.search-form .focus.btn-white-green.search-submit,.search-form .focus.btn-white-orange.search-submit,.search-form .focus.btn-white-primary.search-submit,.search-form .focus.btn-white-purple.search-submit,.search-form .focus.btn-white-red.search-submit,.search-form .focus.btn-white-secondary.search-submit {
  box-shadow: 0 0 0 2px rgba(127,216,80,.5)
}

.btn-primary.disabled,.btn-primary:disabled,.btn.btn-outline-white-blue:disabled,.btn.btn-outline-white-green:disabled,.btn.btn-outline-white-orange:disabled,.btn.btn-outline-white-primary:disabled,.btn.btn-outline-white-purple:disabled,.btn.btn-outline-white-red:disabled,.btn.btn-outline-white-secondary:disabled,.btn.btn-outline-white:disabled,.btn.btn-white-blue:disabled,.btn.btn-white-green:disabled,.btn.btn-white-orange:disabled,.btn.btn-white-primary:disabled,.btn.btn-white-purple:disabled,.btn.btn-white-red:disabled,.btn.btn-white-secondary:disabled,.comment-form input.disabled[type=submit],.comment-form input[type=submit]:disabled,.disabled.btn.btn-outline-white,.disabled.btn.btn-outline-white-blue,.disabled.btn.btn-outline-white-green,.disabled.btn.btn-outline-white-orange,.disabled.btn.btn-outline-white-primary,.disabled.btn.btn-outline-white-purple,.disabled.btn.btn-outline-white-red,.disabled.btn.btn-outline-white-secondary,.disabled.btn.btn-white-blue,.disabled.btn.btn-white-green,.disabled.btn.btn-white-orange,.disabled.btn.btn-white-primary,.disabled.btn.btn-white-purple,.disabled.btn.btn-white-red,.disabled.btn.btn-white-secondary,.search-form .btn-outline-white-blue.search-submit:disabled,.search-form .btn-outline-white-green.search-submit:disabled,.search-form .btn-outline-white-orange.search-submit:disabled,.search-form .btn-outline-white-primary.search-submit:disabled,.search-form .btn-outline-white-purple.search-submit:disabled,.search-form .btn-outline-white-red.search-submit:disabled,.search-form .btn-outline-white-secondary.search-submit:disabled,.search-form .btn-outline-white.search-submit:disabled,.search-form .btn-white-blue.search-submit:disabled,.search-form .btn-white-green.search-submit:disabled,.search-form .btn-white-orange.search-submit:disabled,.search-form .btn-white-primary.search-submit:disabled,.search-form .btn-white-purple.search-submit:disabled,.search-form .btn-white-red.search-submit:disabled,.search-form .btn-white-secondary.search-submit:disabled,.search-form .disabled.btn-outline-white-blue.search-submit,.search-form .disabled.btn-outline-white-green.search-submit,.search-form .disabled.btn-outline-white-orange.search-submit,.search-form .disabled.btn-outline-white-primary.search-submit,.search-form .disabled.btn-outline-white-purple.search-submit,.search-form .disabled.btn-outline-white-red.search-submit,.search-form .disabled.btn-outline-white-secondary.search-submit,.search-form .disabled.btn-outline-white.search-submit,.search-form .disabled.btn-white-blue.search-submit,.search-form .disabled.btn-white-green.search-submit,.search-form .disabled.btn-white-orange.search-submit,.search-form .disabled.btn-white-primary.search-submit,.search-form .disabled.btn-white-purple.search-submit,.search-form .disabled.btn-white-red.search-submit,.search-form .disabled.btn-white-secondary.search-submit {
  background-color: #8edd65;
  border-color: #7fd850
}

.active.btn.btn-outline-white,.active.btn.btn-outline-white-blue,.active.btn.btn-outline-white-green,.active.btn.btn-outline-white-orange,.active.btn.btn-outline-white-primary,.active.btn.btn-outline-white-purple,.active.btn.btn-outline-white-red,.active.btn.btn-outline-white-secondary,.active.btn.btn-white-blue,.active.btn.btn-white-green,.active.btn.btn-white-orange,.active.btn.btn-white-primary,.active.btn.btn-white-purple,.active.btn.btn-white-red,.active.btn.btn-white-secondary,.btn-primary.active,.btn-primary:active,.btn.btn-outline-white-blue:active,.btn.btn-outline-white-green:active,.btn.btn-outline-white-orange:active,.btn.btn-outline-white-primary:active,.btn.btn-outline-white-purple:active,.btn.btn-outline-white-red:active,.btn.btn-outline-white-secondary:active,.btn.btn-outline-white:active,.btn.btn-white-blue:active,.btn.btn-white-green:active,.btn.btn-white-orange:active,.btn.btn-white-primary:active,.btn.btn-white-purple:active,.btn.btn-white-red:active,.btn.btn-white-secondary:active,.comment-form .show>input.dropdown-toggle[type=submit],.comment-form input.active[type=submit],.comment-form input[type=submit]:active,.search-form .active.btn-outline-white-blue.search-submit,.search-form .active.btn-outline-white-green.search-submit,.search-form .active.btn-outline-white-orange.search-submit,.search-form .active.btn-outline-white-primary.search-submit,.search-form .active.btn-outline-white-purple.search-submit,.search-form .active.btn-outline-white-red.search-submit,.search-form .active.btn-outline-white-secondary.search-submit,.search-form .active.btn-outline-white.search-submit,.search-form .active.btn-white-blue.search-submit,.search-form .active.btn-white-green.search-submit,.search-form .active.btn-white-orange.search-submit,.search-form .active.btn-white-primary.search-submit,.search-form .active.btn-white-purple.search-submit,.search-form .active.btn-white-red.search-submit,.search-form .active.btn-white-secondary.search-submit,.search-form .btn-outline-white-blue.search-submit:active,.search-form .btn-outline-white-green.search-submit:active,.search-form .btn-outline-white-orange.search-submit:active,.search-form .btn-outline-white-primary.search-submit:active,.search-form .btn-outline-white-purple.search-submit:active,.search-form .btn-outline-white-red.search-submit:active,.search-form .btn-outline-white-secondary.search-submit:active,.search-form .btn-outline-white.search-submit:active,.search-form .btn-white-blue.search-submit:active,.search-form .btn-white-green.search-submit:active,.search-form .btn-white-orange.search-submit:active,.search-form .btn-white-primary.search-submit:active,.search-form .btn-white-purple.search-submit:active,.search-form .btn-white-red.search-submit:active,.search-form .btn-white-secondary.search-submit:active,.search-form .show>.dropdown-toggle.btn-outline-white-blue.search-submit,.search-form .show>.dropdown-toggle.btn-outline-white-green.search-submit,.search-form .show>.dropdown-toggle.btn-outline-white-orange.search-submit,.search-form .show>.dropdown-toggle.btn-outline-white-primary.search-submit,.search-form .show>.dropdown-toggle.btn-outline-white-purple.search-submit,.search-form .show>.dropdown-toggle.btn-outline-white-red.search-submit,.search-form .show>.dropdown-toggle.btn-outline-white-secondary.search-submit,.search-form .show>.dropdown-toggle.btn-outline-white.search-submit,.search-form .show>.dropdown-toggle.btn-white-blue.search-submit,.search-form .show>.dropdown-toggle.btn-white-green.search-submit,.search-form .show>.dropdown-toggle.btn-white-orange.search-submit,.search-form .show>.dropdown-toggle.btn-white-primary.search-submit,.search-form .show>.dropdown-toggle.btn-white-purple.search-submit,.search-form .show>.dropdown-toggle.btn-white-red.search-submit,.search-form .show>.dropdown-toggle.btn-white-secondary.search-submit,.show>.btn-primary.dropdown-toggle,.show>.dropdown-toggle.btn.btn-outline-white,.show>.dropdown-toggle.btn.btn-outline-white-blue,.show>.dropdown-toggle.btn.btn-outline-white-green,.show>.dropdown-toggle.btn.btn-outline-white-orange,.show>.dropdown-toggle.btn.btn-outline-white-primary,.show>.dropdown-toggle.btn.btn-outline-white-purple,.show>.dropdown-toggle.btn.btn-outline-white-red,.show>.dropdown-toggle.btn.btn-outline-white-secondary,.show>.dropdown-toggle.btn.btn-white-blue,.show>.dropdown-toggle.btn.btn-white-green,.show>.dropdown-toggle.btn.btn-white-orange,.show>.dropdown-toggle.btn.btn-white-primary,.show>.dropdown-toggle.btn.btn-white-purple,.show>.dropdown-toggle.btn.btn-white-red,.show>.dropdown-toggle.btn.btn-white-secondary {
  color: #fff;
  background-color: #6fd43b;
  background-image: none;
  border-color: #5ec12b
}

.btn-secondary,.btn.btn-outline-blue,.btn.btn-outline-green,.btn.btn-outline-orange,.btn.btn-outline-primary,.btn.btn-outline-purple,.btn.btn-outline-red,.btn.btn-outline-secondary,.comment-form input.btn-outline-blue[type=submit],.comment-form input.btn-outline-green[type=submit],.comment-form input.btn-outline-orange[type=submit],.comment-form input.btn-outline-primary[type=submit],.comment-form input.btn-outline-purple[type=submit],.comment-form input.btn-outline-red[type=submit],.comment-form input.btn-outline-secondary[type=submit],.search-form .search-submit {
  color: #1d1a1a;
  background-color: #fff;
  border-color: #ccc
}

.btn-secondary:hover,.btn.btn-outline-blue:hover,.btn.btn-outline-green:hover,.btn.btn-outline-orange:hover,.btn.btn-outline-primary:hover,.btn.btn-outline-purple:hover,.btn.btn-outline-red:hover,.btn.btn-outline-secondary:hover,.comment-form input.btn-outline-blue[type=submit]:hover,.comment-form input.btn-outline-green[type=submit]:hover,.comment-form input.btn-outline-orange[type=submit]:hover,.comment-form input.btn-outline-primary[type=submit]:hover,.comment-form input.btn-outline-purple[type=submit]:hover,.comment-form input.btn-outline-red[type=submit]:hover,.comment-form input.btn-outline-secondary[type=submit]:hover,.search-form .search-submit:hover {
  color: #1d1a1a;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-secondary.focus,.btn-secondary:focus,.btn.btn-outline-blue:focus,.btn.btn-outline-green:focus,.btn.btn-outline-orange:focus,.btn.btn-outline-primary:focus,.btn.btn-outline-purple:focus,.btn.btn-outline-red:focus,.btn.btn-outline-secondary:focus,.comment-form input.btn-outline-blue[type=submit]:focus,.comment-form input.btn-outline-green[type=submit]:focus,.comment-form input.btn-outline-orange[type=submit]:focus,.comment-form input.btn-outline-primary[type=submit]:focus,.comment-form input.btn-outline-purple[type=submit]:focus,.comment-form input.btn-outline-red[type=submit]:focus,.comment-form input.btn-outline-secondary[type=submit]:focus,.comment-form input.focus.btn-outline-blue[type=submit],.comment-form input.focus.btn-outline-green[type=submit],.comment-form input.focus.btn-outline-orange[type=submit],.comment-form input.focus.btn-outline-primary[type=submit],.comment-form input.focus.btn-outline-purple[type=submit],.comment-form input.focus.btn-outline-red[type=submit],.comment-form input.focus.btn-outline-secondary[type=submit],.focus.btn.btn-outline-blue,.focus.btn.btn-outline-green,.focus.btn.btn-outline-orange,.focus.btn.btn-outline-primary,.focus.btn.btn-outline-purple,.focus.btn.btn-outline-red,.focus.btn.btn-outline-secondary,.search-form .focus.search-submit,.search-form .search-submit:focus {
  box-shadow: 0 0 0 2px rgba(204,204,204,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled,.btn.btn-outline-blue:disabled,.btn.btn-outline-green:disabled,.btn.btn-outline-orange:disabled,.btn.btn-outline-primary:disabled,.btn.btn-outline-purple:disabled,.btn.btn-outline-red:disabled,.btn.btn-outline-secondary:disabled,.comment-form input.btn-outline-blue[type=submit]:disabled,.comment-form input.btn-outline-green[type=submit]:disabled,.comment-form input.btn-outline-orange[type=submit]:disabled,.comment-form input.btn-outline-primary[type=submit]:disabled,.comment-form input.btn-outline-purple[type=submit]:disabled,.comment-form input.btn-outline-red[type=submit]:disabled,.comment-form input.btn-outline-secondary[type=submit]:disabled,.comment-form input.disabled.btn-outline-blue[type=submit],.comment-form input.disabled.btn-outline-green[type=submit],.comment-form input.disabled.btn-outline-orange[type=submit],.comment-form input.disabled.btn-outline-primary[type=submit],.comment-form input.disabled.btn-outline-purple[type=submit],.comment-form input.disabled.btn-outline-red[type=submit],.comment-form input.disabled.btn-outline-secondary[type=submit],.disabled.btn.btn-outline-blue,.disabled.btn.btn-outline-green,.disabled.btn.btn-outline-orange,.disabled.btn.btn-outline-primary,.disabled.btn.btn-outline-purple,.disabled.btn.btn-outline-red,.disabled.btn.btn-outline-secondary,.search-form .disabled.search-submit,.search-form .search-submit:disabled {
  background-color: #fff;
  border-color: #ccc
}

.active.btn.btn-outline-blue,.active.btn.btn-outline-green,.active.btn.btn-outline-orange,.active.btn.btn-outline-primary,.active.btn.btn-outline-purple,.active.btn.btn-outline-red,.active.btn.btn-outline-secondary,.btn-secondary.active,.btn-secondary:active,.btn.btn-outline-blue:active,.btn.btn-outline-green:active,.btn.btn-outline-orange:active,.btn.btn-outline-primary:active,.btn.btn-outline-purple:active,.btn.btn-outline-red:active,.btn.btn-outline-secondary:active,.comment-form .show>input.dropdown-toggle.btn-outline-blue[type=submit],.comment-form .show>input.dropdown-toggle.btn-outline-green[type=submit],.comment-form .show>input.dropdown-toggle.btn-outline-orange[type=submit],.comment-form .show>input.dropdown-toggle.btn-outline-primary[type=submit],.comment-form .show>input.dropdown-toggle.btn-outline-purple[type=submit],.comment-form .show>input.dropdown-toggle.btn-outline-red[type=submit],.comment-form .show>input.dropdown-toggle.btn-outline-secondary[type=submit],.comment-form input.active.btn-outline-blue[type=submit],.comment-form input.active.btn-outline-green[type=submit],.comment-form input.active.btn-outline-orange[type=submit],.comment-form input.active.btn-outline-primary[type=submit],.comment-form input.active.btn-outline-purple[type=submit],.comment-form input.active.btn-outline-red[type=submit],.comment-form input.active.btn-outline-secondary[type=submit],.comment-form input.btn-outline-blue[type=submit]:active,.comment-form input.btn-outline-green[type=submit]:active,.comment-form input.btn-outline-orange[type=submit]:active,.comment-form input.btn-outline-primary[type=submit]:active,.comment-form input.btn-outline-purple[type=submit]:active,.comment-form input.btn-outline-red[type=submit]:active,.comment-form input.btn-outline-secondary[type=submit]:active,.search-form .active.search-submit,.search-form .search-submit:active,.search-form .show>.dropdown-toggle.search-submit,.show>.btn-secondary.dropdown-toggle,.show>.dropdown-toggle.btn.btn-outline-blue,.show>.dropdown-toggle.btn.btn-outline-green,.show>.dropdown-toggle.btn.btn-outline-orange,.show>.dropdown-toggle.btn.btn-outline-primary,.show>.dropdown-toggle.btn.btn-outline-purple,.show>.dropdown-toggle.btn.btn-outline-red,.show>.dropdown-toggle.btn.btn-outline-secondary {
  color: #1d1a1a;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad
}

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

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info.focus,.btn-info:focus {
  box-shadow: 0 0 0 2px rgba(70,184,218,.5)
}

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

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

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

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success.focus,.btn-success:focus {
  box-shadow: 0 0 0 2px rgba(76,174,76,.5)
}

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

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

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

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning.focus,.btn-warning:focus {
  box-shadow: 0 0 0 2px rgba(238,162,54,.5)
}

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

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

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

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger.focus,.btn-danger:focus {
  box-shadow: 0 0 0 2px rgba(212,63,58,.5)
}

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

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

.btn-outline-primary {
  color: #8edd65;
  background-image: none;
  background-color: transparent;
  border-color: #8edd65
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #8edd65;
  border-color: #8edd65
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
  box-shadow: 0 0 0 2px rgba(142,221,101,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
  color: #8edd65;
  background-color: transparent
}

.btn-outline-primary.active,.btn-outline-primary:active,.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #8edd65;
  border-color: #8edd65
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
  box-shadow: 0 0 0 2px rgba(204,204,204,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
  color: #ccc;
  background-color: transparent
}

.btn-outline-secondary.active,.btn-outline-secondary:active,.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de
}

.btn-outline-info.focus,.btn-outline-info:focus {
  box-shadow: 0 0 0 2px rgba(91,192,222,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent
}

.btn-outline-info.active,.btn-outline-info:active,.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c
}

.btn-outline-success.focus,.btn-outline-success:focus {
  box-shadow: 0 0 0 2px rgba(92,184,92,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent
}

.btn-outline-success.active,.btn-outline-success:active,.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e
}

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

.btn-outline-warning.focus,.btn-outline-warning:focus {
  box-shadow: 0 0 0 2px rgba(240,173,78,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent
}

.btn-outline-warning.active,.btn-outline-warning:active,.show>.btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f
}

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

.btn-outline-danger.focus,.btn-outline-danger:focus {
  box-shadow: 0 0 0 2px rgba(217,83,79,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent
}

.btn-outline-danger.active,.btn-outline-danger:active,.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f
}

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

.btn-link,.btn-link.active,.btn-link:active,.btn-link:disabled {
  background-color: transparent
}

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

.btn-link:hover {
  border-color: transparent
}

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

.btn-link:disabled {
  color: #afafaf
}

.btn-link:disabled:focus,.btn-link:disabled:hover {
  text-decoration: none
}

.btn-group-lg>.btn,.btn-lg,.comment-form .btn-group-lg>input[type=submit],.search-form .btn-group-lg>.search-submit {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.btn-group-sm>.btn,.btn-sm,.comment-form .btn-group-sm>input[type=submit],.search-form .btn-group-sm>.search-submit {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem
}

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

.btn-block+.btn-block {
  margin-top: .5rem
}

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

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

.fade.show {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.show {
  display: block
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease
}

.dropdown,.dropup {
  position: relative
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent
}

.dropdown-toggle:focus {
  outline: 0
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: .3em solid
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1.6rem;
  color: #1d1a1a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem
}

.dropdown-divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #f5f5f5
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #1d1a1a;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
  color: #100e0e;
  text-decoration: none;
  background-color: #f7f7f9
}

.dropdown-item.active,.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #8edd65
}

.dropdown-item.disabled,.dropdown-item:disabled {
  color: #afafaf;
  cursor: not-allowed;
  background-color: transparent
}

.show>.dropdown-menu {
  display: block
}

.show>a {
  outline: 0
}

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

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

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #afafaf;
  white-space: nowrap
}

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: .125rem
}

.btn-group,.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn,.comment-form .btn-group-vertical>input[type=submit],.comment-form .btn-group>input[type=submit],.search-form .btn-group-vertical>.search-submit,.search-form .btn-group>.search-submit {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,.btn-group>.btn:hover,.comment-form .btn-group-vertical>input[type=submit]:hover,.comment-form .btn-group>input[type=submit]:hover,.search-form .btn-group-vertical>.search-submit:hover,.search-form .btn-group>.search-submit:hover {
  z-index: 2
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.comment-form .btn-group-vertical>input.active[type=submit],.comment-form .btn-group-vertical>input[type=submit]:active,.comment-form .btn-group-vertical>input[type=submit]:focus,.comment-form .btn-group>input.active[type=submit],.comment-form .btn-group>input[type=submit]:active,.comment-form .btn-group>input[type=submit]:focus,.search-form .btn-group-vertical>.active.search-submit,.search-form .btn-group-vertical>.search-submit:active,.search-form .btn-group-vertical>.search-submit:focus,.search-form .btn-group>.active.search-submit,.search-form .btn-group>.search-submit:active,.search-form .btn-group>.search-submit:focus {
  z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group .comment-form .btn+input[type=submit],.btn-group .comment-form .btn-group+input[type=submit],.btn-group .comment-form .search-form input[type=submit]+.search-submit,.btn-group .comment-form input[type=submit]+.btn,.btn-group .comment-form input[type=submit]+.btn-group,.btn-group .comment-form input[type=submit]+input[type=submit],.btn-group .search-form .btn+.search-submit,.btn-group .search-form .btn-group+.search-submit,.btn-group .search-form .comment-form .search-submit+input[type=submit],.btn-group .search-form .search-submit+.btn,.btn-group .search-form .search-submit+.btn-group,.btn-group .search-form .search-submit+.search-submit,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group,.btn-group-vertical .comment-form .btn+input[type=submit],.btn-group-vertical .comment-form .btn-group+input[type=submit],.btn-group-vertical .comment-form .search-form input[type=submit]+.search-submit,.btn-group-vertical .comment-form input[type=submit]+.btn,.btn-group-vertical .comment-form input[type=submit]+.btn-group,.btn-group-vertical .comment-form input[type=submit]+input[type=submit],.btn-group-vertical .search-form .btn+.search-submit,.btn-group-vertical .search-form .btn-group+.search-submit,.btn-group-vertical .search-form .comment-form .search-submit+input[type=submit],.btn-group-vertical .search-form .search-submit+.btn,.btn-group-vertical .search-form .search-submit+.btn-group,.btn-group-vertical .search-form .search-submit+.search-submit,.comment-form .btn-group .btn+input[type=submit],.comment-form .btn-group .btn-group+input[type=submit],.comment-form .btn-group .search-form .search-submit+input[type=submit],.comment-form .btn-group .search-form input[type=submit]+.search-submit,.comment-form .btn-group input[type=submit]+.btn,.comment-form .btn-group input[type=submit]+.btn-group,.comment-form .btn-group input[type=submit]+input[type=submit],.comment-form .btn-group-vertical .btn+input[type=submit],.comment-form .btn-group-vertical .btn-group+input[type=submit],.comment-form .btn-group-vertical .search-form .search-submit+input[type=submit],.comment-form .btn-group-vertical .search-form input[type=submit]+.search-submit,.comment-form .btn-group-vertical input[type=submit]+.btn,.comment-form .btn-group-vertical input[type=submit]+.btn-group,.comment-form .btn-group-vertical input[type=submit]+input[type=submit],.comment-form .search-form .btn-group .search-submit+input[type=submit],.comment-form .search-form .btn-group-vertical .search-submit+input[type=submit],.search-form .btn-group .btn+.search-submit,.search-form .btn-group .btn-group+.search-submit,.search-form .btn-group .comment-form .search-submit+input[type=submit],.search-form .btn-group .comment-form input[type=submit]+.search-submit,.search-form .btn-group .search-submit+.btn,.search-form .btn-group .search-submit+.btn-group,.search-form .btn-group .search-submit+.search-submit,.search-form .btn-group-vertical .btn+.search-submit,.search-form .btn-group-vertical .btn-group+.search-submit,.search-form .btn-group-vertical .comment-form .search-submit+input[type=submit],.search-form .btn-group-vertical .comment-form input[type=submit]+.search-submit,.search-form .btn-group-vertical .search-submit+.btn,.search-form .btn-group-vertical .search-submit+.btn-group,.search-form .btn-group-vertical .search-submit+.search-submit,.search-form .comment-form .btn-group input[type=submit]+.search-submit,.search-form .comment-form .btn-group-vertical input[type=submit]+.search-submit {
  margin-left: -1px
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),.comment-form .btn-group>input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle),.search-form .btn-group>.search-submit:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}

.btn-group>.btn:first-child,.comment-form .btn-group>input[type=submit]:first-child,.search-form .btn-group>.search-submit:first-child {
  margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.comment-form .btn-group>input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle),.search-form .btn-group>.search-submit: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),.comment-form .btn-group>input[type=submit]:last-child:not(:first-child),.search-form .btn-group>.search-submit:last-child: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,.comment-form .btn-group>.btn-group:not(:first-child):not(:last-child)>input[type=submit],.search-form .btn-group>.btn-group:not(:first-child):not(:last-child)>.search-submit {
  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,.comment-form .btn-group>.btn-group:first-child:not(:last-child)>input[type=submit]:last-child,.search-form .btn-group>.btn-group:first-child:not(:last-child)>.search-submit:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.comment-form .btn-group>.btn-group:last-child:not(:first-child)>input[type=submit]:first-child,.search-form .btn-group>.btn-group:last-child:not(:first-child)>.search-submit: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+.dropdown-toggle-split,.comment-form input[type=submit]+.dropdown-toggle-split,.search-form .search-submit+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn+.dropdown-toggle-split::after,.comment-form input[type=submit]+.dropdown-toggle-split::after,.search-form .search-submit+.dropdown-toggle-split::after {
  margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split,.comment-form .btn-group-sm>input[type=submit]+.dropdown-toggle-split,.search-form .btn-group-sm>.search-submit+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split,.comment-form .btn-group-lg>input[type=submit]+.dropdown-toggle-split,.search-form .btn-group-lg>.search-submit+.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem
}

.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.btn-group-vertical .btn,.btn-group-vertical .btn-group,.btn-group-vertical .comment-form input[type=submit],.btn-group-vertical .search-form .search-submit,.comment-form .btn-group-vertical input[type=submit],.search-form .btn-group-vertical .search-submit {
  width: 100%
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group,.comment-form .btn-group-vertical>.btn+input[type=submit],.comment-form .btn-group-vertical>.btn-group+input[type=submit],.comment-form .btn-group-vertical>input[type=submit]+.btn,.comment-form .btn-group-vertical>input[type=submit]+.btn-group,.comment-form .btn-group-vertical>input[type=submit]+input[type=submit],.comment-form .search-form .btn-group-vertical>.search-submit+input[type=submit],.comment-form .search-form .btn-group-vertical>input[type=submit]+.search-submit,.search-form .btn-group-vertical>.btn+.search-submit,.search-form .btn-group-vertical>.btn-group+.search-submit,.search-form .btn-group-vertical>.search-submit+.btn,.search-form .btn-group-vertical>.search-submit+.btn-group,.search-form .btn-group-vertical>.search-submit+.search-submit,.search-form .comment-form .btn-group-vertical>.search-submit+input[type=submit],.search-form .comment-form .btn-group-vertical>input[type=submit]+.search-submit {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),.comment-form .btn-group-vertical>input[type=submit]:not(:first-child):not(:last-child),.search-form .btn-group-vertical>.search-submit:not(:first-child):not(:last-child) {
  border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child),.comment-form .btn-group-vertical>input[type=submit]:first-child:not(:last-child),.search-form .btn-group-vertical>.search-submit:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child),.comment-form .btn-group-vertical>input[type=submit]:last-child:not(:first-child),.search-form .btn-group-vertical>.search-submit:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.comment-form .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>input[type=submit],.search-form .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.search-submit {
  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,.comment-form .btn-group-vertical>.btn-group:first-child:not(:last-child)>input[type=submit]:last-child,.search-form .btn-group-vertical>.btn-group:first-child:not(:last-child)>.search-submit:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,.comment-form .btn-group-vertical>.btn-group:last-child:not(:first-child)>input[type=submit]:first-child,.search-form .btn-group-vertical>.btn-group:last-child:not(:first-child)>.search-submit:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.comment-form .input-group input[type=email],.comment-form .input-group input[type=text],.comment-form .input-group input[type=url],.comment-form .input-group textarea,.input-group .comment-form input[type=email],.input-group .comment-form input[type=text],.input-group .comment-form input[type=url],.input-group .comment-form textarea,.input-group .form-control,.input-group .search-form .search-field,.search-form .input-group .search-field {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

.comment-form .input-group input[type=email]:active,.comment-form .input-group input[type=email]:focus,.comment-form .input-group input[type=email]:hover,.comment-form .input-group input[type=text]:active,.comment-form .input-group input[type=text]:focus,.comment-form .input-group input[type=text]:hover,.comment-form .input-group input[type=url]:active,.comment-form .input-group input[type=url]:focus,.comment-form .input-group input[type=url]:hover,.comment-form .input-group textarea:active,.comment-form .input-group textarea:focus,.comment-form .input-group textarea:hover,.input-group .comment-form input[type=email]:active,.input-group .comment-form input[type=email]:focus,.input-group .comment-form input[type=email]:hover,.input-group .comment-form input[type=text]:active,.input-group .comment-form input[type=text]:focus,.input-group .comment-form input[type=text]:hover,.input-group .comment-form input[type=url]:active,.input-group .comment-form input[type=url]:focus,.input-group .comment-form input[type=url]:hover,.input-group .comment-form textarea:active,.input-group .comment-form textarea:focus,.input-group .comment-form textarea:hover,.input-group .form-control:active,.input-group .form-control:focus,.input-group .form-control:hover,.input-group .search-form .search-field:active,.input-group .search-form .search-field:focus,.input-group .search-form .search-field:hover,.search-form .input-group .search-field:active,.search-form .input-group .search-field:focus,.search-form .input-group .search-field:hover {
  z-index: 3
}

.comment-form .input-group input[type=email],.comment-form .input-group input[type=text],.comment-form .input-group input[type=url],.comment-form .input-group textarea,.input-group .comment-form input[type=email],.input-group .comment-form input[type=text],.input-group .comment-form input[type=url],.input-group .comment-form textarea,.input-group .form-control,.input-group .search-form .search-field,.input-group-addon,.input-group-btn,.search-form .input-group .search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.comment-form .input-group input[type=email]:not(:first-child):not(:last-child),.comment-form .input-group input[type=text]:not(:first-child):not(:last-child),.comment-form .input-group input[type=url]:not(:first-child):not(:last-child),.comment-form .input-group textarea:not(:first-child):not(:last-child),.input-group .comment-form input[type=email]:not(:first-child):not(:last-child),.input-group .comment-form input[type=text]:not(:first-child):not(:last-child),.input-group .comment-form input[type=url]:not(:first-child):not(:last-child),.input-group .comment-form textarea:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child),.input-group .search-form .search-field:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.search-form .input-group .search-field:not(:first-child):not(:last-child) {
  border-radius: 0
}

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

.input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4a4a4a;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem
}

.comment-form .input-group-sm>.input-group-btn>input.input-group-addon[type=submit],.comment-form .input-group-sm>input.input-group-addon[type=email],.comment-form .input-group-sm>input.input-group-addon[type=text],.comment-form .input-group-sm>input.input-group-addon[type=url],.comment-form .input-group-sm>textarea.input-group-addon,.input-group-addon.form-control-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn,.search-form .input-group-sm>.input-group-addon.search-field,.search-form .input-group-sm>.input-group-btn>.input-group-addon.search-submit {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem
}

.comment-form .input-group-lg>.input-group-btn>input.input-group-addon[type=submit],.comment-form .input-group-lg>input.input-group-addon[type=email],.comment-form .input-group-lg>input.input-group-addon[type=text],.comment-form .input-group-lg>input.input-group-addon[type=url],.comment-form .input-group-lg>textarea.input-group-addon,.input-group-addon.form-control-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn,.search-form .input-group-lg>.input-group-addon.search-field,.search-form .input-group-lg>.input-group-btn>.input-group-addon.search-submit {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

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

.comment-form .input-group input[type=email]:not(:last-child),.comment-form .input-group input[type=text]:not(:last-child),.comment-form .input-group input[type=url]:not(:last-child),.comment-form .input-group textarea:not(:last-child),.comment-form .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>input[type=submit],.comment-form .input-group-btn:not(:first-child)>input[type=submit]:not(:last-child):not(.dropdown-toggle),.comment-form .input-group-btn:not(:last-child)>.btn-group>input[type=submit],.comment-form .input-group-btn:not(:last-child)>input[type=submit],.input-group .comment-form input[type=email]:not(:last-child),.input-group .comment-form input[type=text]:not(:last-child),.input-group .comment-form input[type=url]:not(:last-child),.input-group .comment-form textarea:not(:last-child),.input-group .form-control:not(:last-child),.input-group .search-form .search-field:not(:last-child),.input-group-addon:not(:last-child),.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group>.btn,.input-group-btn:not(:last-child)>.dropdown-toggle,.search-form .input-group .search-field:not(:last-child),.search-form .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.search-submit,.search-form .input-group-btn:not(:first-child)>.search-submit:not(:last-child):not(.dropdown-toggle),.search-form .input-group-btn:not(:last-child)>.btn-group>.search-submit,.search-form .input-group-btn:not(:last-child)>.search-submit {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.input-group-addon:not(:last-child) {
  border-right: 0
}

.comment-form .input-group input[type=email]:not(:first-child),.comment-form .input-group input[type=text]:not(:first-child),.comment-form .input-group input[type=url]:not(:first-child),.comment-form .input-group textarea:not(:first-child),.comment-form .input-group-btn:not(:first-child)>.btn-group>input[type=submit],.comment-form .input-group-btn:not(:first-child)>input[type=submit],.comment-form .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>input[type=submit],.comment-form .input-group-btn:not(:last-child)>input[type=submit]:not(:first-child),.input-group .comment-form input[type=email]:not(:first-child),.input-group .comment-form input[type=text]:not(:first-child),.input-group .comment-form input[type=url]:not(:first-child),.input-group .comment-form textarea:not(:first-child),.input-group .form-control:not(:first-child),.input-group .search-form .search-field:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,.input-group-btn:not(:last-child)>.btn:not(:first-child),.search-form .input-group .search-field:not(:first-child),.search-form .input-group-btn:not(:first-child)>.btn-group>.search-submit,.search-form .input-group-btn:not(:first-child)>.search-submit,.search-form .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.search-submit,.search-form .input-group-btn:not(:last-child)>.search-submit:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.comment-form input[type=email]+.input-group-addon:not(:first-child),.comment-form input[type=text]+.input-group-addon:not(:first-child),.comment-form input[type=url]+.input-group-addon:not(:first-child),.comment-form textarea+.input-group-addon:not(:first-child),.form-control+.input-group-addon:not(:first-child),.search-form .search-field+.input-group-addon:not(:first-child) {
  border-left: 0
}

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

.comment-form .input-group-btn>input[type=submit],.input-group-btn>.btn,.search-form .input-group-btn>.search-submit {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.comment-form .input-group-btn>.btn+input[type=submit],.comment-form .input-group-btn>input[type=submit]+.btn,.comment-form .input-group-btn>input[type=submit]+input[type=submit],.comment-form .search-form .input-group-btn>.search-submit+input[type=submit],.comment-form .search-form .input-group-btn>input[type=submit]+.search-submit,.input-group-btn>.btn+.btn,.search-form .comment-form .input-group-btn>.search-submit+input[type=submit],.search-form .comment-form .input-group-btn>input[type=submit]+.search-submit,.search-form .input-group-btn>.btn+.search-submit,.search-form .input-group-btn>.search-submit+.btn,.search-form .input-group-btn>.search-submit+.search-submit {
  margin-left: -1px
}

.comment-form .input-group-btn>input[type=submit]:active,.comment-form .input-group-btn>input[type=submit]:focus,.comment-form .input-group-btn>input[type=submit]:hover,.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover,.search-form .input-group-btn>.search-submit:active,.search-form .input-group-btn>.search-submit:focus,.search-form .input-group-btn>.search-submit:hover {
  z-index: 3
}

.comment-form .input-group-btn:not(:last-child)>input[type=submit],.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group,.search-form .input-group-btn:not(:last-child)>.search-submit {
  margin-right: -1px
}

.comment-form .input-group-btn:not(:first-child)>input[type=submit],.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group,.search-form .input-group-btn:not(:first-child)>.search-submit {
  z-index: 2;
  margin-left: -1px
}

.comment-form .input-group-btn:not(:first-child)>input[type=submit]:active,.comment-form .input-group-btn:not(:first-child)>input[type=submit]:focus,.comment-form .input-group-btn:not(:first-child)>input[type=submit]:hover,.input-group-btn:not(:first-child)>.btn-group:active,.input-group-btn:not(:first-child)>.btn-group:focus,.input-group-btn:not(:first-child)>.btn-group:hover,.input-group-btn:not(:first-child)>.btn:active,.input-group-btn:not(:first-child)>.btn:focus,.input-group-btn:not(:first-child)>.btn:hover,.search-form .input-group-btn:not(:first-child)>.search-submit:active,.search-form .input-group-btn:not(:first-child)>.search-submit:focus,.search-form .input-group-btn:not(:first-child)>.search-submit:hover {
  z-index: 3
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.428571429rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
  color: #fff;
  background-color: #8edd65
}

.custom-control-input:focus~.custom-control-indicator {
  box-shadow: 0 0 0 1px #fff,0 0 0 3px #8edd65
}

.custom-control-input:active~.custom-control-indicator {
  color: #fff;
  background-color: #f9fdf7
}

.custom-control-input:disabled~.custom-control-indicator {
  cursor: not-allowed;
  background-color: #f5f5f5
}

.custom-control-input:disabled~.custom-control-description {
  color: #afafaf;
  cursor: not-allowed
}

.custom-control-indicator {
  position: absolute;
  top: .2142857145rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
  border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
  background-color: #8edd65;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.custom-controls-stacked .custom-control {
  margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
  margin-left: 0
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(3rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.25;
  color: #4a4a4a;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  -moz-appearance: none;
  -webkit-appearance: none
}

.custom-select:focus {
  border-color: #dbf4cd;
  outline: 0
}

.custom-select:focus::-ms-value {
  color: #4a4a4a;
  background-color: #fff
}

.custom-select:disabled {
  color: #afafaf;
  cursor: not-allowed;
  background-color: #f5f5f5
}

.custom-select::-ms-expand {
  opacity: 0
}

.custom-select-sm {
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #4a4a4a;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem
}

.custom-file-control:lang(en)::after {
  content: "Choose file..."
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #4a4a4a;
  background-color: #f5f5f5;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en)::before {
  content: "Browse"
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5em 1em
}

.nav-link:focus,.nav-link:hover {
  text-decoration: none
}

.nav-link.disabled {
  color: #afafaf;
  cursor: not-allowed
}

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

.nav-tabs .nav-item {
  margin-bottom: -1px
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
  border-color: #f5f5f5 #f5f5f5 #ddd
}

.nav-tabs .nav-link.disabled {
  color: #afafaf;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
  color: #4a4a4a;
  background-color: #fff;
  border-color: #ddd #ddd #fff
}

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

.nav-pills .nav-link {
  border-radius: .25rem
}

.nav-pills .nav-item.show .nav-link,.nav-pills .nav-link.active {
  color: #fff;
  cursor: default;
  background-color: #8edd65
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px 10px
}

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 10px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

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

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem
}

.navbar-toggler {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: .25rem
}

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

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}

.navbar-toggler-left {
  position: absolute;
  left: 10px
}

.navbar-toggler-right {
  position: absolute;
  right: 10px
}

@media (max-width:575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none
  }

  .navbar-toggleable>.container,.single-post .navbar-toggleable>.content {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-toggleable>.container,.single-post .navbar-toggleable>.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    width: 100%
  }

  .navbar-toggleable .navbar-toggler {
    display: none
  }
}

@media (max-width:767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none
  }

  .navbar-toggleable-sm>.container,.single-post .navbar-toggleable-sm>.content {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-toggleable-sm>.container,.single-post .navbar-toggleable-sm>.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    width: 100%
  }

  .navbar-toggleable-sm .navbar-toggler {
    display: none
  }
}

@media (max-width:991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none
  }

  .navbar-toggleable-md>.container,.single-post .navbar-toggleable-md>.content {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-toggleable-md>.container,.single-post .navbar-toggleable-md>.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    width: 100%
  }

  .navbar-toggleable-md .navbar-toggler {
    display: none
  }
}

@media (max-width:1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none
  }

  .navbar-toggleable-lg>.container,.single-post .navbar-toggleable-lg>.content {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-toggleable-lg>.container,.single-post .navbar-toggleable-lg>.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    width: 100%
  }

  .navbar-toggleable-lg .navbar-toggler {
    display: none
  }
}

.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-toggleable-xl>.container,.single-post .navbar-toggleable-xl>.content {
  padding-right: 0;
  padding-left: 0
}

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-toggleable-xl>.container,.single-post .navbar-toggleable-xl>.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  width: 100%
}

.navbar-toggleable-xl .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand,.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover,.navbar-light .navbar-toggler:focus,.navbar-light .navbar-toggler:hover {
  color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.open,.navbar-light .navbar-nav .open>.nav-link {
  color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
  border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
  color: rgba(0,0,0,.5)
}

.navbar-inverse .navbar-brand,.navbar-inverse .navbar-toggler {
  color: #fff
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-toggler:focus,.navbar-inverse .navbar-toggler:hover {
  color: #fff
}

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255,255,255,.5)
}

.navbar-inverse .navbar-nav .nav-link:focus,.navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,.75)
}

.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255,255,255,.25)
}

.navbar-inverse .navbar-nav .active>.nav-link,.navbar-inverse .navbar-nav .nav-link.active,.navbar-inverse .navbar-nav .nav-link.open,.navbar-inverse .navbar-nav .open>.nav-link {
  color: #fff
}

.navbar-inverse .navbar-toggler {
  border-color: rgba(255,255,255,.1)
}

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-inverse .navbar-text {
  color: rgba(255,255,255,.5)
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem
}

.card-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}

.card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1.25rem
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0
}

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem
}

.card-primary {
  background-color: #8edd65;
  border-color: #8edd65
}

.card-primary .card-footer,.card-primary .card-header {
  background-color: transparent
}

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

.card-success .card-footer,.card-success .card-header {
  background-color: transparent
}

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

.card-info .card-footer,.card-info .card-header {
  background-color: transparent
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e
}

.card-warning .card-footer,.card-warning .card-header {
  background-color: transparent
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f
}

.card-danger .card-footer,.card-danger .card-header {
  background-color: transparent
}

.card-outline-primary {
  background-color: transparent;
  border-color: #8edd65
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f
}

.card-inverse {
  color: rgba(255,255,255,.65)
}

.card-inverse .card-footer,.card-inverse .card-header {
  background-color: transparent;
  border-color: rgba(255,255,255,.2)
}

.card-inverse .card-blockquote,.card-inverse .card-footer,.card-inverse .card-header,.card-inverse .card-title {
  color: #fff
}

.card-inverse .card-blockquote .blockquote-footer,.card-inverse .card-link,.card-inverse .card-subtitle,.card-inverse .card-text {
  color: rgba(255,255,255,.65)
}

.card-inverse .card-link:focus,.card-inverse .card-link:hover {
  color: #fff
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0
}

.card-img {
  border-radius: calc(.25rem - 1px)
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}

.card-img-top {
  border-top-right-radius: calc(.25rem - 1px);
  border-top-left-radius: calc(.25rem - 1px)
}

.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

@media (min-width:576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .card-deck .card:not(:first-child) {
    margin-left: 15px
  }

  .card-deck .card:not(:last-child) {
    margin-right: 15px
  }
}

@media (min-width:576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .card-group .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
  }

  .card-group .card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
  }

  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0
  }

  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0
  }

  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
  }

  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0
  }

  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0
  }

  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0
  }

  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0
  }
}

@media (min-width:576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: .75rem
  }
}

.breadcrumb {
  padding: .75rem 1rem;
  margin-bottom: 10px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: .25rem
}

.breadcrumb::after {
  display: block;
  content: "";
  clear: both
}

.breadcrumb-item {
  float: left
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #afafaf;
  content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none
}

.breadcrumb-item.active {
  color: #afafaf
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem
}

.page-item:last-child .page-link {
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #8edd65;
  border-color: #8edd65
}

.page-item.disabled .page-link {
  color: #afafaf;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #05c3de;
  background-color: #fff;
  border: 1px solid #ddd
}

.page-link:focus,.page-link:hover {
  color: #038193;
  text-decoration: none;
  background-color: #f5f5f5;
  border-color: #ddd
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: .3rem;
  border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: .3rem;
  border-top-right-radius: .3rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: .2rem;
  border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: .2rem;
  border-top-right-radius: .2rem
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem
}

.badge:empty {
  display: none
}

.btn .badge,.comment-form input[type=submit] .badge,.search-form .search-submit .badge {
  position: relative;
  top: -1px
}

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

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}

.badge-default {
  background-color: #afafaf
}

.badge-default[href]:focus,.badge-default[href]:hover {
  background-color: #969696
}

.badge-primary {
  background-color: #8edd65
}

.badge-primary[href]:focus,.badge-primary[href]:hover {
  background-color: #6fd43b
}

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

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

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

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

.badge-warning {
  background-color: #f0ad4e
}

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

.badge-danger {
  background-color: #d9534f
}

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f5f5f5;
  border-radius: .3rem
}

@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}

.jumbotron-hr {
  border-top-color: #dcdcdc
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}

.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible .close {
  position: relative;
  top: -.75rem;
  right: -1.25rem;
  padding: .75rem 1.25rem;
  color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: .75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: .25rem
}

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #8edd65
}

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

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  -o-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0
}

.list-group-item-action {
  width: 100%;
  color: #4a4a4a;
  text-align: inherit
}

.list-group-item-action .list-group-item-heading {
  color: #1d1a1a
}

.list-group-item-action:focus,.list-group-item-action:hover {
  color: #4a4a4a;
  text-decoration: none;
  background-color: #f7f7f9
}

.list-group-item-action:active {
  color: #1d1a1a;
  background-color: #f5f5f5
}

.list-group-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125)
}

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

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

.list-group-item:focus,.list-group-item:hover {
  text-decoration: none
}

.list-group-item.disabled,.list-group-item:disabled {
  color: #afafaf;
  cursor: not-allowed;
  background-color: #fff
}

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

.list-group-item.disabled .list-group-item-text,.list-group-item:disabled .list-group-item-text {
  color: #afafaf
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #8edd65;
  border-color: #8edd65
}

.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 {
  color: inherit
}

.list-group-item.active .list-group-item-text {
  color: #fff
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0
}

.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:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6
}

a.list-group-item-success.active,button.list-group-item-success.active {
  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:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3
}

a.list-group-item-info.active,button.list-group-item-info.active {
  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:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc
}

a.list-group-item-warning.active,button.list-group-item-warning.active {
  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:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc
}

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

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

.embed-responsive::before {
  display: block;
  content: ""
}

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

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%
}

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

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

.embed-responsive-1by1::before {
  padding-top: 100%
}

.close {
  float: right;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:focus,.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75
}

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

.modal-open {
  overflow: hidden
}

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

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

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

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

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

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  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
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #f5f5f5
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #f5f5f5
}

.modal-footer>:not(:first-child) {
  margin-left: .25rem
}

.modal-footer>:not(:last-child) {
  margin-right: .25rem
}

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

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    max-width: 800px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip.bs-tether-element-attached-bottom,.tooltip.tooltip-top {
  padding: 5px 0;
  margin-top: -3px
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,.tooltip.tooltip-top .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.bs-tether-element-attached-left,.tooltip.tooltip-right {
  padding: 0 5px;
  margin-left: 3px
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before,.tooltip.tooltip-right .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.bs-tether-element-attached-top,.tooltip.tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before,.tooltip.tooltip-bottom .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bs-tether-element-attached-right,.tooltip.tooltip-left {
  padding: 0 5px;
  margin-left: -3px
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before,.tooltip.tooltip-left .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem
}

.popover.bs-tether-element-attached-bottom,.popover.popover-top {
  margin-top: -10px
}

.popover.bs-tether-element-attached-bottom::after,.popover.bs-tether-element-attached-bottom::before,.popover.popover-top::after,.popover.popover-top::before {
  left: 50%;
  border-bottom-width: 0
}

.popover.bs-tether-element-attached-bottom::before,.popover.popover-top::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0,0,0,.25)
}

.popover.bs-tether-element-attached-bottom::after,.popover.popover-top::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff
}

.popover.bs-tether-element-attached-left,.popover.popover-right {
  margin-left: 10px
}

.popover.bs-tether-element-attached-left::after,.popover.bs-tether-element-attached-left::before,.popover.popover-right::after,.popover.popover-right::before {
  top: 50%;
  border-left-width: 0
}

.popover.bs-tether-element-attached-left::before,.popover.popover-right::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0,0,0,.25)
}

.popover.bs-tether-element-attached-left::after,.popover.popover-right::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff
}

.popover.bs-tether-element-attached-top,.popover.popover-bottom {
  margin-top: 10px
}

.popover.bs-tether-element-attached-top::after,.popover.bs-tether-element-attached-top::before,.popover.popover-bottom::after,.popover.popover-bottom::before {
  left: 50%;
  border-top-width: 0
}

.popover.bs-tether-element-attached-top::before,.popover.popover-bottom::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0,0,0,.25)
}

.popover.bs-tether-element-attached-top::after,.popover.popover-bottom::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7
}

.popover.bs-tether-element-attached-top .popover-title::before,.popover.popover-bottom .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

.popover.bs-tether-element-attached-right,.popover.popover-left {
  margin-left: -10px
}

.popover.bs-tether-element-attached-right::after,.popover.bs-tether-element-attached-right::before,.popover.popover-left::after,.popover.popover-left::before {
  top: 50%;
  border-right-width: 0
}

.popover.bs-tether-element-attached-right::before,.popover.popover-left::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0,0,0,.25)
}

.popover.bs-tether-element-attached-right::after,.popover.popover-left::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff
}

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1.6rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(.3rem - 1px);
  border-top-left-radius: calc(.3rem - 1px)
}

.popover-title:empty {
  display: none
}

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

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

.popover::before {
  content: "";
  border-width: 11px
}

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

.carousel {
  position: relative
}

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

.carousel-item {
  position: relative;
  display: none;
  width: 100%
}

@media (-webkit-transform-3d) {
  .carousel-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
  }
}

@supports (transform:translate3d(0,0,0)) {
  .carousel-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
  }
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.carousel-item-next,.carousel-item-prev {
  position: absolute;
  top: 0
}

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  .active.carousel-item-right,.carousel-item-next {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }

  .active.carousel-item-left,.carousel-item-prev {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}

@supports (transform:translate3d(0,0,0)) {
  .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  .active.carousel-item-right,.carousel-item-next {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }

  .active.carousel-item-left,.carousel-item-prev {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}

.carousel-control-next,.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255,255,255,.5)
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}

.carousel-indicators .active {
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}

.align-baseline {
  vertical-align: baseline!important
}

.align-top {
  vertical-align: top!important
}

.align-middle {
  vertical-align: middle!important
}

.align-bottom {
  vertical-align: bottom!important
}

.align-text-bottom {
  vertical-align: text-bottom!important
}

.align-text-top {
  vertical-align: text-top!important
}

.bg-faded {
  background-color: #f7f7f7
}

.bg-primary {
  background-color: #8edd65!important
}

a.bg-primary:focus,a.bg-primary:hover {
  background-color: #6fd43b!important
}

.bg-success {
  background-color: #5cb85c!important
}

a.bg-success:focus,a.bg-success:hover {
  background-color: #449d44!important
}

.bg-info {
  background-color: #5bc0de!important
}

a.bg-info:focus,a.bg-info:hover {
  background-color: #31b0d5!important
}

.bg-warning {
  background-color: #f0ad4e!important
}

a.bg-warning:focus,a.bg-warning:hover {
  background-color: #ec971f!important
}

.bg-danger {
  background-color: #d9534f!important
}

a.bg-danger:focus,a.bg-danger:hover {
  background-color: #c9302c!important
}

.bg-inverse {
  background-color: #1d1a1a!important
}

a.bg-inverse:focus,a.bg-inverse:hover {
  background-color: #020202!important
}

.border-0 {
  border: 0!important
}

.border-top-0 {
  border-top: 0!important
}

.border-right-0 {
  border-right: 0!important
}

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

.border-left-0 {
  border-left: 0!important
}

.rounded {
  border-radius: .25rem
}

.rounded-top {
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem
}

.rounded-right {
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem
}

.rounded-bottom {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.rounded-left {
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem
}

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

.rounded-0 {
  border-radius: 0
}

.clearfix::after {
  display: block;
  content: "";
  clear: both
}

.d-none {
  display: none!important
}

.d-inline {
  display: inline!important
}

.d-inline-block {
  display: inline-block!important
}

.d-block {
  display: block!important
}

.d-table {
  display: table!important
}

.d-table-cell {
  display: table-cell!important
}

.d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important
}

.d-inline-flex {
  display: -webkit-inline-box!important;
  display: -ms-inline-flexbox!important;
  display: inline-flex!important
}

@media (min-width:576px) {
  .d-sm-none {
    display: none!important
  }

  .d-sm-inline {
    display: inline!important
  }

  .d-sm-inline-block {
    display: inline-block!important
  }

  .d-sm-block {
    display: block!important
  }

  .d-sm-table {
    display: table!important
  }

  .d-sm-table-cell {
    display: table-cell!important
  }

  .d-sm-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}

@media (min-width:768px) {
  .d-md-none {
    display: none!important
  }

  .d-md-inline {
    display: inline!important
  }

  .d-md-inline-block {
    display: inline-block!important
  }

  .d-md-block {
    display: block!important
  }

  .d-md-table {
    display: table!important
  }

  .d-md-table-cell {
    display: table-cell!important
  }

  .d-md-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }

  .d-md-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}

@media (min-width:992px) {
  .d-lg-none {
    display: none!important
  }

  .d-lg-inline {
    display: inline!important
  }

  .d-lg-inline-block {
    display: inline-block!important
  }

  .d-lg-block {
    display: block!important
  }

  .d-lg-table {
    display: table!important
  }

  .d-lg-table-cell {
    display: table-cell!important
  }

  .d-lg-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}

@media (min-width:1200px) {
  .d-xl-none {
    display: none!important
  }

  .d-xl-inline {
    display: inline!important
  }

  .d-xl-inline-block {
    display: inline-block!important
  }

  .d-xl-block {
    display: block!important
  }

  .d-xl-table {
    display: table!important
  }

  .d-xl-table-cell {
    display: table-cell!important
  }

  .d-xl-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}

.flex-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.flex-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important
}

.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important
}

.flex-row-reverse {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important
}

.flex-column-reverse {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: column-reverse!important;
  flex-direction: column-reverse!important
}

.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important
}

.flex-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse!important;
  flex-wrap: wrap-reverse!important
}

.justify-content-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important
}

.justify-content-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important
}

.justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important
}

.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important
}

.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important
}

.align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important
}

.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important
}

.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important
}

.align-items-baseline {
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline!important
}

.align-items-stretch {
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important
}

.align-content-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start!important
}

.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end!important
}

.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center!important
}

.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between!important
}

.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around!important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch!important
}

.align-self-auto {
  -ms-flex-item-align: auto!important;
  -ms-grid-row-align: auto!important;
  align-self: auto!important
}

.align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start!important
}

.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end!important
}

.align-self-center {
  -ms-flex-item-align: center!important;
  -ms-grid-row-align: center!important;
  align-self: center!important
}

.align-self-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline!important
}

.align-self-stretch {
  -ms-flex-item-align: stretch!important;
  -ms-grid-row-align: stretch!important;
  align-self: stretch!important
}

@media (min-width:576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }

  .flex-sm-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }

  .justify-content-sm-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }

  .justify-content-sm-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }

  .justify-content-sm-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }

  .align-items-sm-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }

  .align-items-sm-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }

  .align-items-sm-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
  }

  .align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }

  .align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }

  .align-self-sm-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width:768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .flex-md-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }

  .flex-md-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }

  .justify-content-md-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }

  .justify-content-md-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }

  .justify-content-md-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }

  .justify-content-md-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }

  .align-items-md-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }

  .align-items-md-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }

  .align-items-md-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }

  .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }

  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }

  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
  }

  .align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }

  .align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }

  .align-self-md-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width:992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }

  .flex-lg-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }

  .justify-content-lg-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }

  .justify-content-lg-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }

  .justify-content-lg-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }

  .align-items-lg-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }

  .align-items-lg-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }

  .align-items-lg-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
  }

  .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }

  .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }

  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width:1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }

  .flex-xl-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }

  .justify-content-xl-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }

  .justify-content-xl-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }

  .justify-content-xl-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }

  .align-items-xl-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }

  .align-items-xl-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }

  .align-items-xl-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
  }

  .align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }

  .align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }

  .align-self-xl-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
  }
}

.float-left {
  float: left!important
}

.float-right {
  float: right!important
}

.float-none {
  float: none!important
}

@media (min-width:576px) {
  .float-sm-left {
    float: left!important
  }

  .float-sm-right {
    float: right!important
  }

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

@media (min-width:768px) {
  .float-md-left {
    float: left!important
  }

  .float-md-right {
    float: right!important
  }

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

@media (min-width:992px) {
  .float-lg-left {
    float: left!important
  }

  .float-lg-right {
    float: right!important
  }

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

@media (min-width:1200px) {
  .float-xl-left {
    float: left!important
  }

  .float-xl-right {
    float: right!important
  }

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

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

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030
}

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

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

.w-25 {
  width: 25%!important
}

.w-50 {
  width: 50%!important
}

.w-75 {
  width: 75%!important
}

.w-100 {
  width: 100%!important
}

.h-25 {
  height: 25%!important
}

.h-50 {
  height: 50%!important
}

.h-75 {
  height: 75%!important
}

.h-100 {
  height: 100%!important
}

.mw-100 {
  max-width: 100%!important
}

.mh-100 {
  max-height: 100%!important
}

.m-0 {
  margin: 0 0!important
}

.mt-0 {
  margin-top: 0!important
}

.mr-0 {
  margin-right: 0!important
}

.mb-0 {
  margin-bottom: 0!important
}

.ml-0 {
  margin-left: 0!important
}

.mx-0 {
  margin-right: 0!important;
  margin-left: 0!important
}

.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important
}

.m-1 {
  margin: 10px 10px!important
}

.mt-1 {
  margin-top: 10px!important
}

.mr-1 {
  margin-right: 10px!important
}

.mb-1 {
  margin-bottom: 10px!important
}

.ml-1 {
  margin-left: 10px!important
}

.mx-1 {
  margin-right: 10px!important;
  margin-left: 10px!important
}

.my-1 {
  margin-top: 10px!important;
  margin-bottom: 10px!important
}

.m-2 {
  margin: 20px 20px!important
}

.mt-2 {
  margin-top: 20px!important
}

.mr-2 {
  margin-right: 20px!important
}

.mb-2 {
  margin-bottom: 20px!important
}

.ml-2 {
  margin-left: 20px!important
}

.mx-2 {
  margin-right: 20px!important;
  margin-left: 20px!important
}

.my-2 {
  margin-top: 20px!important;
  margin-bottom: 20px!important
}

.m-3 {
  margin: 30px 30px!important
}

.mt-3 {
  margin-top: 30px!important
}

.mr-3 {
  margin-right: 30px!important
}

.mb-3 {
  margin-bottom: 30px!important
}

.ml-3 {
  margin-left: 30px!important
}

.mx-3 {
  margin-right: 30px!important;
  margin-left: 30px!important
}

.my-3 {
  margin-top: 30px!important;
  margin-bottom: 30px!important
}

.m-4 {
  margin: 40px 40px!important
}

.mt-4 {
  margin-top: 40px!important
}

.mr-4 {
  margin-right: 40px!important
}

.mb-4 {
  margin-bottom: 40px!important
}

.ml-4 {
  margin-left: 40px!important
}

.mx-4 {
  margin-right: 40px!important;
  margin-left: 40px!important
}

.my-4 {
  margin-top: 40px!important;
  margin-bottom: 40px!important
}

.m-5 {
  margin: 50px 50px!important
}

.mt-5 {
  margin-top: 50px!important
}

.mr-5 {
  margin-right: 50px!important
}

.mb-5 {
  margin-bottom: 50px!important
}

.ml-5 {
  margin-left: 50px!important
}

.mx-5 {
  margin-right: 50px!important;
  margin-left: 50px!important
}

.my-5 {
  margin-top: 50px!important;
  margin-bottom: 50px!important
}

.m-6 {
  margin: 60px 60px!important
}

.mt-6 {
  margin-top: 60px!important
}

.mr-6 {
  margin-right: 60px!important
}

.mb-6 {
  margin-bottom: 60px!important
}

.ml-6 {
  margin-left: 60px!important
}

.mx-6 {
  margin-right: 60px!important;
  margin-left: 60px!important
}

.my-6 {
  margin-top: 60px!important;
  margin-bottom: 60px!important
}

.m-7 {
  margin: 70px 70px!important
}

.mt-7 {
  margin-top: 70px!important
}

.mr-7 {
  margin-right: 70px!important
}

.mb-7 {
  margin-bottom: 70px!important
}

.ml-7 {
  margin-left: 70px!important
}

.mx-7 {
  margin-right: 70px!important;
  margin-left: 70px!important
}

.my-7 {
  margin-top: 70px!important;
  margin-bottom: 70px!important
}

.m-8 {
  margin: 80px 80px!important
}

.mt-8 {
  margin-top: 80px!important
}

.mr-8 {
  margin-right: 80px!important
}

.mb-8 {
  margin-bottom: 80px!important
}

.ml-8 {
  margin-left: 80px!important
}

.mx-8 {
  margin-right: 80px!important;
  margin-left: 80px!important
}

.my-8 {
  margin-top: 80px!important;
  margin-bottom: 80px!important
}

.m-9 {
  margin: 90px 90px!important
}

.mt-9 {
  margin-top: 90px!important
}

.mr-9 {
  margin-right: 90px!important
}

.mb-9 {
  margin-bottom: 90px!important
}

.ml-9 {
  margin-left: 90px!important
}

.mx-9 {
  margin-right: 90px!important;
  margin-left: 90px!important
}

.my-9 {
  margin-top: 90px!important;
  margin-bottom: 90px!important
}

.m-10 {
  margin: 100px 100px!important
}

.mt-10 {
  margin-top: 100px!important
}

.mr-10 {
  margin-right: 100px!important
}

.mb-10 {
  margin-bottom: 100px!important
}

.ml-10 {
  margin-left: 100px!important
}

.mx-10 {
  margin-right: 100px!important;
  margin-left: 100px!important
}

.my-10 {
  margin-top: 100px!important;
  margin-bottom: 100px!important
}

.p-0 {
  padding: 0 0!important
}

.pt-0 {
  padding-top: 0!important
}

.pr-0 {
  padding-right: 0!important
}

.pb-0 {
  padding-bottom: 0!important
}

.pl-0 {
  padding-left: 0!important
}

.px-0 {
  padding-right: 0!important;
  padding-left: 0!important
}

.py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important
}

.p-1 {
  padding: 10px 10px!important
}

.pt-1 {
  padding-top: 10px!important
}

.pr-1 {
  padding-right: 10px!important
}

.pb-1 {
  padding-bottom: 10px!important
}

.pl-1 {
  padding-left: 10px!important
}

.px-1 {
  padding-right: 10px!important;
  padding-left: 10px!important
}

.py-1 {
  padding-top: 10px!important;
  padding-bottom: 10px!important
}

.p-2 {
  padding: 20px 20px!important
}

.pt-2 {
  padding-top: 20px!important
}

.pr-2 {
  padding-right: 20px!important
}

.pb-2 {
  padding-bottom: 20px!important
}

.pl-2 {
  padding-left: 20px!important
}

.px-2 {
  padding-right: 20px!important;
  padding-left: 20px!important
}

.py-2 {
  padding-top: 20px!important;
  padding-bottom: 20px!important
}

.p-3 {
  padding: 30px 30px!important
}

.pt-3 {
  padding-top: 30px!important
}

.pr-3 {
  padding-right: 30px!important
}

.pb-3 {
  padding-bottom: 30px!important
}

.pl-3 {
  padding-left: 30px!important
}

.px-3 {
  padding-right: 30px!important;
  padding-left: 30px!important
}

.py-3 {
  padding-top: 30px!important;
  padding-bottom: 30px!important
}

.p-4 {
  padding: 40px 40px!important
}

.pt-4 {
  padding-top: 40px!important
}

.pr-4 {
  padding-right: 40px!important
}

.pb-4 {
  padding-bottom: 40px!important
}

.pl-4 {
  padding-left: 40px!important
}

.px-4 {
  padding-right: 40px!important;
  padding-left: 40px!important
}

.py-4 {
  padding-top: 40px!important;
  padding-bottom: 40px!important
}

.p-5 {
  padding: 50px 50px!important
}

.pt-5 {
  padding-top: 50px!important
}

.pr-5 {
  padding-right: 50px!important
}

.pb-5 {
  padding-bottom: 50px!important
}

.pl-5 {
  padding-left: 50px!important
}

.px-5 {
  padding-right: 50px!important;
  padding-left: 50px!important
}

.py-5 {
  padding-top: 50px!important;
  padding-bottom: 50px!important
}

.p-6 {
  padding: 60px 60px!important
}

.pt-6 {
  padding-top: 60px!important
}

.pr-6 {
  padding-right: 60px!important
}

.pb-6 {
  padding-bottom: 60px!important
}

.pl-6 {
  padding-left: 60px!important
}

.px-6 {
  padding-right: 60px!important;
  padding-left: 60px!important
}

.py-6 {
  padding-top: 60px!important;
  padding-bottom: 60px!important
}

.p-7 {
  padding: 70px 70px!important
}

.pt-7 {
  padding-top: 70px!important
}

.pr-7 {
  padding-right: 70px!important
}

.pb-7 {
  padding-bottom: 70px!important
}

.pl-7 {
  padding-left: 70px!important
}

.px-7 {
  padding-right: 70px!important;
  padding-left: 70px!important
}

.py-7 {
  padding-top: 70px!important;
  padding-bottom: 70px!important
}

.p-8 {
  padding: 80px 80px!important
}

.pt-8 {
  padding-top: 80px!important
}

.pr-8 {
  padding-right: 80px!important
}

.pb-8 {
  padding-bottom: 80px!important
}

.pl-8 {
  padding-left: 80px!important
}

.px-8 {
  padding-right: 80px!important;
  padding-left: 80px!important
}

.py-8 {
  padding-top: 80px!important;
  padding-bottom: 80px!important
}

.p-9 {
  padding: 90px 90px!important
}

.pt-9 {
  padding-top: 90px!important
}

.pr-9 {
  padding-right: 90px!important
}

.pb-9 {
  padding-bottom: 90px!important
}

.pl-9 {
  padding-left: 90px!important
}

.px-9 {
  padding-right: 90px!important;
  padding-left: 90px!important
}

.py-9 {
  padding-top: 90px!important;
  padding-bottom: 90px!important
}

.p-10 {
  padding: 100px 100px!important
}

.pt-10 {
  padding-top: 100px!important
}

.pr-10 {
  padding-right: 100px!important
}

.pb-10 {
  padding-bottom: 100px!important
}

.pl-10 {
  padding-left: 100px!important
}

.px-10 {
  padding-right: 100px!important;
  padding-left: 100px!important
}

.py-10 {
  padding-top: 100px!important;
  padding-bottom: 100px!important
}

.m-auto {
  margin: auto!important
}

.mt-auto {
  margin-top: auto!important
}

.mr-auto {
  margin-right: auto!important
}

.mb-auto {
  margin-bottom: auto!important
}

.ml-auto {
  margin-left: auto!important
}

.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important
}

.my-auto {
  margin-top: auto!important;
  margin-bottom: auto!important
}

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0 0!important
  }

  .mt-sm-0 {
    margin-top: 0!important
  }

  .mr-sm-0 {
    margin-right: 0!important
  }

  .mb-sm-0 {
    margin-bottom: 0!important
  }

  .ml-sm-0 {
    margin-left: 0!important
  }

  .mx-sm-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }

  .my-sm-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }

  .m-sm-1 {
    margin: 10px 10px!important
  }

  .mt-sm-1 {
    margin-top: 10px!important
  }

  .mr-sm-1 {
    margin-right: 10px!important
  }

  .mb-sm-1 {
    margin-bottom: 10px!important
  }

  .ml-sm-1 {
    margin-left: 10px!important
  }

  .mx-sm-1 {
    margin-right: 10px!important;
    margin-left: 10px!important
  }

  .my-sm-1 {
    margin-top: 10px!important;
    margin-bottom: 10px!important
  }

  .m-sm-2 {
    margin: 20px 20px!important
  }

  .mt-sm-2 {
    margin-top: 20px!important
  }

  .mr-sm-2 {
    margin-right: 20px!important
  }

  .mb-sm-2 {
    margin-bottom: 20px!important
  }

  .ml-sm-2 {
    margin-left: 20px!important
  }

  .mx-sm-2 {
    margin-right: 20px!important;
    margin-left: 20px!important
  }

  .my-sm-2 {
    margin-top: 20px!important;
    margin-bottom: 20px!important
  }

  .m-sm-3 {
    margin: 30px 30px!important
  }

  .mt-sm-3 {
    margin-top: 30px!important
  }

  .mr-sm-3 {
    margin-right: 30px!important
  }

  .mb-sm-3 {
    margin-bottom: 30px!important
  }

  .ml-sm-3 {
    margin-left: 30px!important
  }

  .mx-sm-3 {
    margin-right: 30px!important;
    margin-left: 30px!important
  }

  .my-sm-3 {
    margin-top: 30px!important;
    margin-bottom: 30px!important
  }

  .m-sm-4 {
    margin: 40px 40px!important
  }

  .mt-sm-4 {
    margin-top: 40px!important
  }

  .mr-sm-4 {
    margin-right: 40px!important
  }

  .mb-sm-4 {
    margin-bottom: 40px!important
  }

  .ml-sm-4 {
    margin-left: 40px!important
  }

  .mx-sm-4 {
    margin-right: 40px!important;
    margin-left: 40px!important
  }

  .my-sm-4 {
    margin-top: 40px!important;
    margin-bottom: 40px!important
  }

  .m-sm-5 {
    margin: 50px 50px!important
  }

  .mt-sm-5 {
    margin-top: 50px!important
  }

  .mr-sm-5 {
    margin-right: 50px!important
  }

  .mb-sm-5 {
    margin-bottom: 50px!important
  }

  .ml-sm-5 {
    margin-left: 50px!important
  }

  .mx-sm-5 {
    margin-right: 50px!important;
    margin-left: 50px!important
  }

  .my-sm-5 {
    margin-top: 50px!important;
    margin-bottom: 50px!important
  }

  .m-sm-6 {
    margin: 60px 60px!important
  }

  .mt-sm-6 {
    margin-top: 60px!important
  }

  .mr-sm-6 {
    margin-right: 60px!important
  }

  .mb-sm-6 {
    margin-bottom: 60px!important
  }

  .ml-sm-6 {
    margin-left: 60px!important
  }

  .mx-sm-6 {
    margin-right: 60px!important;
    margin-left: 60px!important
  }

  .my-sm-6 {
    margin-top: 60px!important;
    margin-bottom: 60px!important
  }

  .m-sm-7 {
    margin: 70px 70px!important
  }

  .mt-sm-7 {
    margin-top: 70px!important
  }

  .mr-sm-7 {
    margin-right: 70px!important
  }

  .mb-sm-7 {
    margin-bottom: 70px!important
  }

  .ml-sm-7 {
    margin-left: 70px!important
  }

  .mx-sm-7 {
    margin-right: 70px!important;
    margin-left: 70px!important
  }

  .my-sm-7 {
    margin-top: 70px!important;
    margin-bottom: 70px!important
  }

  .m-sm-8 {
    margin: 80px 80px!important
  }

  .mt-sm-8 {
    margin-top: 80px!important
  }

  .mr-sm-8 {
    margin-right: 80px!important
  }

  .mb-sm-8 {
    margin-bottom: 80px!important
  }

  .ml-sm-8 {
    margin-left: 80px!important
  }

  .mx-sm-8 {
    margin-right: 80px!important;
    margin-left: 80px!important
  }

  .my-sm-8 {
    margin-top: 80px!important;
    margin-bottom: 80px!important
  }

  .m-sm-9 {
    margin: 90px 90px!important
  }

  .mt-sm-9 {
    margin-top: 90px!important
  }

  .mr-sm-9 {
    margin-right: 90px!important
  }

  .mb-sm-9 {
    margin-bottom: 90px!important
  }

  .ml-sm-9 {
    margin-left: 90px!important
  }

  .mx-sm-9 {
    margin-right: 90px!important;
    margin-left: 90px!important
  }

  .my-sm-9 {
    margin-top: 90px!important;
    margin-bottom: 90px!important
  }

  .m-sm-10 {
    margin: 100px 100px!important
  }

  .mt-sm-10 {
    margin-top: 100px!important
  }

  .mr-sm-10 {
    margin-right: 100px!important
  }

  .mb-sm-10 {
    margin-bottom: 100px!important
  }

  .ml-sm-10 {
    margin-left: 100px!important
  }

  .mx-sm-10 {
    margin-right: 100px!important;
    margin-left: 100px!important
  }

  .my-sm-10 {
    margin-top: 100px!important;
    margin-bottom: 100px!important
  }

  .p-sm-0 {
    padding: 0 0!important
  }

  .pt-sm-0 {
    padding-top: 0!important
  }

  .pr-sm-0 {
    padding-right: 0!important
  }

  .pb-sm-0 {
    padding-bottom: 0!important
  }

  .pl-sm-0 {
    padding-left: 0!important
  }

  .px-sm-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }

  .py-sm-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }

  .p-sm-1 {
    padding: 10px 10px!important
  }

  .pt-sm-1 {
    padding-top: 10px!important
  }

  .pr-sm-1 {
    padding-right: 10px!important
  }

  .pb-sm-1 {
    padding-bottom: 10px!important
  }

  .pl-sm-1 {
    padding-left: 10px!important
  }

  .px-sm-1 {
    padding-right: 10px!important;
    padding-left: 10px!important
  }

  .py-sm-1 {
    padding-top: 10px!important;
    padding-bottom: 10px!important
  }

  .p-sm-2 {
    padding: 20px 20px!important
  }

  .pt-sm-2 {
    padding-top: 20px!important
  }

  .pr-sm-2 {
    padding-right: 20px!important
  }

  .pb-sm-2 {
    padding-bottom: 20px!important
  }

  .pl-sm-2 {
    padding-left: 20px!important
  }

  .px-sm-2 {
    padding-right: 20px!important;
    padding-left: 20px!important
  }

  .py-sm-2 {
    padding-top: 20px!important;
    padding-bottom: 20px!important
  }

  .p-sm-3 {
    padding: 30px 30px!important
  }

  .pt-sm-3 {
    padding-top: 30px!important
  }

  .pr-sm-3 {
    padding-right: 30px!important
  }

  .pb-sm-3 {
    padding-bottom: 30px!important
  }

  .pl-sm-3 {
    padding-left: 30px!important
  }

  .px-sm-3 {
    padding-right: 30px!important;
    padding-left: 30px!important
  }

  .py-sm-3 {
    padding-top: 30px!important;
    padding-bottom: 30px!important
  }

  .p-sm-4 {
    padding: 40px 40px!important
  }

  .pt-sm-4 {
    padding-top: 40px!important
  }

  .pr-sm-4 {
    padding-right: 40px!important
  }

  .pb-sm-4 {
    padding-bottom: 40px!important
  }

  .pl-sm-4 {
    padding-left: 40px!important
  }

  .px-sm-4 {
    padding-right: 40px!important;
    padding-left: 40px!important
  }

  .py-sm-4 {
    padding-top: 40px!important;
    padding-bottom: 40px!important
  }

  .p-sm-5 {
    padding: 50px 50px!important
  }

  .pt-sm-5 {
    padding-top: 50px!important
  }

  .pr-sm-5 {
    padding-right: 50px!important
  }

  .pb-sm-5 {
    padding-bottom: 50px!important
  }

  .pl-sm-5 {
    padding-left: 50px!important
  }

  .px-sm-5 {
    padding-right: 50px!important;
    padding-left: 50px!important
  }

  .py-sm-5 {
    padding-top: 50px!important;
    padding-bottom: 50px!important
  }

  .p-sm-6 {
    padding: 60px 60px!important
  }

  .pt-sm-6 {
    padding-top: 60px!important
  }

  .pr-sm-6 {
    padding-right: 60px!important
  }

  .pb-sm-6 {
    padding-bottom: 60px!important
  }

  .pl-sm-6 {
    padding-left: 60px!important
  }

  .px-sm-6 {
    padding-right: 60px!important;
    padding-left: 60px!important
  }

  .py-sm-6 {
    padding-top: 60px!important;
    padding-bottom: 60px!important
  }

  .p-sm-7 {
    padding: 70px 70px!important
  }

  .pt-sm-7 {
    padding-top: 70px!important
  }

  .pr-sm-7 {
    padding-right: 70px!important
  }

  .pb-sm-7 {
    padding-bottom: 70px!important
  }

  .pl-sm-7 {
    padding-left: 70px!important
  }

  .px-sm-7 {
    padding-right: 70px!important;
    padding-left: 70px!important
  }

  .py-sm-7 {
    padding-top: 70px!important;
    padding-bottom: 70px!important
  }

  .p-sm-8 {
    padding: 80px 80px!important
  }

  .pt-sm-8 {
    padding-top: 80px!important
  }

  .pr-sm-8 {
    padding-right: 80px!important
  }

  .pb-sm-8 {
    padding-bottom: 80px!important
  }

  .pl-sm-8 {
    padding-left: 80px!important
  }

  .px-sm-8 {
    padding-right: 80px!important;
    padding-left: 80px!important
  }

  .py-sm-8 {
    padding-top: 80px!important;
    padding-bottom: 80px!important
  }

  .p-sm-9 {
    padding: 90px 90px!important
  }

  .pt-sm-9 {
    padding-top: 90px!important
  }

  .pr-sm-9 {
    padding-right: 90px!important
  }

  .pb-sm-9 {
    padding-bottom: 90px!important
  }

  .pl-sm-9 {
    padding-left: 90px!important
  }

  .px-sm-9 {
    padding-right: 90px!important;
    padding-left: 90px!important
  }

  .py-sm-9 {
    padding-top: 90px!important;
    padding-bottom: 90px!important
  }

  .p-sm-10 {
    padding: 100px 100px!important
  }

  .pt-sm-10 {
    padding-top: 100px!important
  }

  .pr-sm-10 {
    padding-right: 100px!important
  }

  .pb-sm-10 {
    padding-bottom: 100px!important
  }

  .pl-sm-10 {
    padding-left: 100px!important
  }

  .px-sm-10 {
    padding-right: 100px!important;
    padding-left: 100px!important
  }

  .py-sm-10 {
    padding-top: 100px!important;
    padding-bottom: 100px!important
  }

  .m-sm-auto {
    margin: auto!important
  }

  .mt-sm-auto {
    margin-top: auto!important
  }

  .mr-sm-auto {
    margin-right: auto!important
  }

  .mb-sm-auto {
    margin-bottom: auto!important
  }

  .ml-sm-auto {
    margin-left: auto!important
  }

  .mx-sm-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }

  .my-sm-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0 0!important
  }

  .mt-md-0 {
    margin-top: 0!important
  }

  .mr-md-0 {
    margin-right: 0!important
  }

  .mb-md-0 {
    margin-bottom: 0!important
  }

  .ml-md-0 {
    margin-left: 0!important
  }

  .mx-md-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }

  .my-md-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }

  .m-md-1 {
    margin: 10px 10px!important
  }

  .mt-md-1 {
    margin-top: 10px!important
  }

  .mr-md-1 {
    margin-right: 10px!important
  }

  .mb-md-1 {
    margin-bottom: 10px!important
  }

  .ml-md-1 {
    margin-left: 10px!important
  }

  .mx-md-1 {
    margin-right: 10px!important;
    margin-left: 10px!important
  }

  .my-md-1 {
    margin-top: 10px!important;
    margin-bottom: 10px!important
  }

  .m-md-2 {
    margin: 20px 20px!important
  }

  .mt-md-2 {
    margin-top: 20px!important
  }

  .mr-md-2 {
    margin-right: 20px!important
  }

  .mb-md-2 {
    margin-bottom: 20px!important
  }

  .ml-md-2 {
    margin-left: 20px!important
  }

  .mx-md-2 {
    margin-right: 20px!important;
    margin-left: 20px!important
  }

  .my-md-2 {
    margin-top: 20px!important;
    margin-bottom: 20px!important
  }

  .m-md-3 {
    margin: 30px 30px!important
  }

  .mt-md-3 {
    margin-top: 30px!important
  }

  .mr-md-3 {
    margin-right: 30px!important
  }

  .mb-md-3 {
    margin-bottom: 30px!important
  }

  .ml-md-3 {
    margin-left: 30px!important
  }

  .mx-md-3 {
    margin-right: 30px!important;
    margin-left: 30px!important
  }

  .my-md-3 {
    margin-top: 30px!important;
    margin-bottom: 30px!important
  }

  .m-md-4 {
    margin: 40px 40px!important
  }

  .mt-md-4 {
    margin-top: 40px!important
  }

  .mr-md-4 {
    margin-right: 40px!important
  }

  .mb-md-4 {
    margin-bottom: 40px!important
  }

  .ml-md-4 {
    margin-left: 40px!important
  }

  .mx-md-4 {
    margin-right: 40px!important;
    margin-left: 40px!important
  }

  .my-md-4 {
    margin-top: 40px!important;
    margin-bottom: 40px!important
  }

  .m-md-5 {
    margin: 50px 50px!important
  }

  .mt-md-5 {
    margin-top: 50px!important
  }

  .mr-md-5 {
    margin-right: 50px!important
  }

  .mb-md-5 {
    margin-bottom: 50px!important
  }

  .ml-md-5 {
    margin-left: 50px!important
  }

  .mx-md-5 {
    margin-right: 50px!important;
    margin-left: 50px!important
  }

  .my-md-5 {
    margin-top: 50px!important;
    margin-bottom: 50px!important
  }

  .m-md-6 {
    margin: 60px 60px!important
  }

  .mt-md-6 {
    margin-top: 60px!important
  }

  .mr-md-6 {
    margin-right: 60px!important
  }

  .mb-md-6 {
    margin-bottom: 60px!important
  }

  .ml-md-6 {
    margin-left: 60px!important
  }

  .mx-md-6 {
    margin-right: 60px!important;
    margin-left: 60px!important
  }

  .my-md-6 {
    margin-top: 60px!important;
    margin-bottom: 60px!important
  }

  .m-md-7 {
    margin: 70px 70px!important
  }

  .mt-md-7 {
    margin-top: 70px!important
  }

  .mr-md-7 {
    margin-right: 70px!important
  }

  .mb-md-7 {
    margin-bottom: 70px!important
  }

  .ml-md-7 {
    margin-left: 70px!important
  }

  .mx-md-7 {
    margin-right: 70px!important;
    margin-left: 70px!important
  }

  .my-md-7 {
    margin-top: 70px!important;
    margin-bottom: 70px!important
  }

  .m-md-8 {
    margin: 80px 80px!important
  }

  .mt-md-8 {
    margin-top: 80px!important
  }

  .mr-md-8 {
    margin-right: 80px!important
  }

  .mb-md-8 {
    margin-bottom: 80px!important
  }

  .ml-md-8 {
    margin-left: 80px!important
  }

  .mx-md-8 {
    margin-right: 80px!important;
    margin-left: 80px!important
  }

  .my-md-8 {
    margin-top: 80px!important;
    margin-bottom: 80px!important
  }

  .m-md-9 {
    margin: 90px 90px!important
  }

  .mt-md-9 {
    margin-top: 90px!important
  }

  .mr-md-9 {
    margin-right: 90px!important
  }

  .mb-md-9 {
    margin-bottom: 90px!important
  }

  .ml-md-9 {
    margin-left: 90px!important
  }

  .mx-md-9 {
    margin-right: 90px!important;
    margin-left: 90px!important
  }

  .my-md-9 {
    margin-top: 90px!important;
    margin-bottom: 90px!important
  }

  .m-md-10 {
    margin: 100px 100px!important
  }

  .mt-md-10 {
    margin-top: 100px!important
  }

  .mr-md-10 {
    margin-right: 100px!important
  }

  .mb-md-10 {
    margin-bottom: 100px!important
  }

  .ml-md-10 {
    margin-left: 100px!important
  }

  .mx-md-10 {
    margin-right: 100px!important;
    margin-left: 100px!important
  }

  .my-md-10 {
    margin-top: 100px!important;
    margin-bottom: 100px!important
  }

  .p-md-0 {
    padding: 0 0!important
  }

  .pt-md-0 {
    padding-top: 0!important
  }

  .pr-md-0 {
    padding-right: 0!important
  }

  .pb-md-0 {
    padding-bottom: 0!important
  }

  .pl-md-0 {
    padding-left: 0!important
  }

  .px-md-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }

  .py-md-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }

  .p-md-1 {
    padding: 10px 10px!important
  }

  .pt-md-1 {
    padding-top: 10px!important
  }

  .pr-md-1 {
    padding-right: 10px!important
  }

  .pb-md-1 {
    padding-bottom: 10px!important
  }

  .pl-md-1 {
    padding-left: 10px!important
  }

  .px-md-1 {
    padding-right: 10px!important;
    padding-left: 10px!important
  }

  .py-md-1 {
    padding-top: 10px!important;
    padding-bottom: 10px!important
  }

  .p-md-2 {
    padding: 20px 20px!important
  }

  .pt-md-2 {
    padding-top: 20px!important
  }

  .pr-md-2 {
    padding-right: 20px!important
  }

  .pb-md-2 {
    padding-bottom: 20px!important
  }

  .pl-md-2 {
    padding-left: 20px!important
  }

  .px-md-2 {
    padding-right: 20px!important;
    padding-left: 20px!important
  }

  .py-md-2 {
    padding-top: 20px!important;
    padding-bottom: 20px!important
  }

  .p-md-3 {
    padding: 30px 30px!important
  }

  .pt-md-3 {
    padding-top: 30px!important
  }

  .pr-md-3 {
    padding-right: 30px!important
  }

  .pb-md-3 {
    padding-bottom: 30px!important
  }

  .pl-md-3 {
    padding-left: 30px!important
  }

  .px-md-3 {
    padding-right: 30px!important;
    padding-left: 30px!important
  }

  .py-md-3 {
    padding-top: 30px!important;
    padding-bottom: 30px!important
  }

  .p-md-4 {
    padding: 40px 40px!important
  }

  .pt-md-4 {
    padding-top: 40px!important
  }

  .pr-md-4 {
    padding-right: 40px!important
  }

  .pb-md-4 {
    padding-bottom: 40px!important
  }

  .pl-md-4 {
    padding-left: 40px!important
  }

  .px-md-4 {
    padding-right: 40px!important;
    padding-left: 40px!important
  }

  .py-md-4 {
    padding-top: 40px!important;
    padding-bottom: 40px!important
  }

  .p-md-5 {
    padding: 50px 50px!important
  }

  .pt-md-5 {
    padding-top: 50px!important
  }

  .pr-md-5 {
    padding-right: 50px!important
  }

  .pb-md-5 {
    padding-bottom: 50px!important
  }

  .pl-md-5 {
    padding-left: 50px!important
  }

  .px-md-5 {
    padding-right: 50px!important;
    padding-left: 50px!important
  }

  .py-md-5 {
    padding-top: 50px!important;
    padding-bottom: 50px!important
  }

  .p-md-6 {
    padding: 60px 60px!important
  }

  .pt-md-6 {
    padding-top: 60px!important
  }

  .pr-md-6 {
    padding-right: 60px!important
  }

  .pb-md-6 {
    padding-bottom: 60px!important
  }

  .pl-md-6 {
    padding-left: 60px!important
  }

  .px-md-6 {
    padding-right: 60px!important;
    padding-left: 60px!important
  }

  .py-md-6 {
    padding-top: 60px!important;
    padding-bottom: 60px!important
  }

  .p-md-7 {
    padding: 70px 70px!important
  }

  .pt-md-7 {
    padding-top: 70px!important
  }

  .pr-md-7 {
    padding-right: 70px!important
  }

  .pb-md-7 {
    padding-bottom: 70px!important
  }

  .pl-md-7 {
    padding-left: 70px!important
  }

  .px-md-7 {
    padding-right: 70px!important;
    padding-left: 70px!important
  }

  .py-md-7 {
    padding-top: 70px!important;
    padding-bottom: 70px!important
  }

  .p-md-8 {
    padding: 80px 80px!important
  }

  .pt-md-8 {
    padding-top: 80px!important
  }

  .pr-md-8 {
    padding-right: 80px!important
  }

  .pb-md-8 {
    padding-bottom: 80px!important
  }

  .pl-md-8 {
    padding-left: 80px!important
  }

  .px-md-8 {
    padding-right: 80px!important;
    padding-left: 80px!important
  }

  .py-md-8 {
    padding-top: 80px!important;
    padding-bottom: 80px!important
  }

  .p-md-9 {
    padding: 90px 90px!important
  }

  .pt-md-9 {
    padding-top: 90px!important
  }

  .pr-md-9 {
    padding-right: 90px!important
  }

  .pb-md-9 {
    padding-bottom: 90px!important
  }

  .pl-md-9 {
    padding-left: 90px!important
  }

  .px-md-9 {
    padding-right: 90px!important;
    padding-left: 90px!important
  }

  .py-md-9 {
    padding-top: 90px!important;
    padding-bottom: 90px!important
  }

  .p-md-10 {
    padding: 100px 100px!important
  }

  .pt-md-10 {
    padding-top: 100px!important
  }

  .pr-md-10 {
    padding-right: 100px!important
  }

  .pb-md-10 {
    padding-bottom: 100px!important
  }

  .pl-md-10 {
    padding-left: 100px!important
  }

  .px-md-10 {
    padding-right: 100px!important;
    padding-left: 100px!important
  }

  .py-md-10 {
    padding-top: 100px!important;
    padding-bottom: 100px!important
  }

  .m-md-auto {
    margin: auto!important
  }

  .mt-md-auto {
    margin-top: auto!important
  }

  .mr-md-auto {
    margin-right: auto!important
  }

  .mb-md-auto {
    margin-bottom: auto!important
  }

  .ml-md-auto {
    margin-left: auto!important
  }

  .mx-md-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }

  .my-md-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 0!important
  }

  .mt-lg-0 {
    margin-top: 0!important
  }

  .mr-lg-0 {
    margin-right: 0!important
  }

  .mb-lg-0 {
    margin-bottom: 0!important
  }

  .ml-lg-0 {
    margin-left: 0!important
  }

  .mx-lg-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }

  .my-lg-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }

  .m-lg-1 {
    margin: 10px 10px!important
  }

  .mt-lg-1 {
    margin-top: 10px!important
  }

  .mr-lg-1 {
    margin-right: 10px!important
  }

  .mb-lg-1 {
    margin-bottom: 10px!important
  }

  .ml-lg-1 {
    margin-left: 10px!important
  }

  .mx-lg-1 {
    margin-right: 10px!important;
    margin-left: 10px!important
  }

  .my-lg-1 {
    margin-top: 10px!important;
    margin-bottom: 10px!important
  }

  .m-lg-2 {
    margin: 20px 20px!important
  }

  .mt-lg-2 {
    margin-top: 20px!important
  }

  .mr-lg-2 {
    margin-right: 20px!important
  }

  .mb-lg-2 {
    margin-bottom: 20px!important
  }

  .ml-lg-2 {
    margin-left: 20px!important
  }

  .mx-lg-2 {
    margin-right: 20px!important;
    margin-left: 20px!important
  }

  .my-lg-2 {
    margin-top: 20px!important;
    margin-bottom: 20px!important
  }

  .m-lg-3 {
    margin: 30px 30px!important
  }

  .mt-lg-3 {
    margin-top: 30px!important
  }

  .mr-lg-3 {
    margin-right: 30px!important
  }

  .mb-lg-3 {
    margin-bottom: 30px!important
  }

  .ml-lg-3 {
    margin-left: 30px!important
  }

  .mx-lg-3 {
    margin-right: 30px!important;
    margin-left: 30px!important
  }

  .my-lg-3 {
    margin-top: 30px!important;
    margin-bottom: 30px!important
  }

  .m-lg-4 {
    margin: 40px 40px!important
  }

  .mt-lg-4 {
    margin-top: 40px!important
  }

  .mr-lg-4 {
    margin-right: 40px!important
  }

  .mb-lg-4 {
    margin-bottom: 40px!important
  }

  .ml-lg-4 {
    margin-left: 40px!important
  }

  .mx-lg-4 {
    margin-right: 40px!important;
    margin-left: 40px!important
  }

  .my-lg-4 {
    margin-top: 40px!important;
    margin-bottom: 40px!important
  }

  .m-lg-5 {
    margin: 50px 50px!important
  }

  .mt-lg-5 {
    margin-top: 50px!important
  }

  .mr-lg-5 {
    margin-right: 50px!important
  }

  .mb-lg-5 {
    margin-bottom: 50px!important
  }

  .ml-lg-5 {
    margin-left: 50px!important
  }

  .mx-lg-5 {
    margin-right: 50px!important;
    margin-left: 50px!important
  }

  .my-lg-5 {
    margin-top: 50px!important;
    margin-bottom: 50px!important
  }

  .m-lg-6 {
    margin: 60px 60px!important
  }

  .mt-lg-6 {
    margin-top: 60px!important
  }

  .mr-lg-6 {
    margin-right: 60px!important
  }

  .mb-lg-6 {
    margin-bottom: 60px!important
  }

  .ml-lg-6 {
    margin-left: 60px!important
  }

  .mx-lg-6 {
    margin-right: 60px!important;
    margin-left: 60px!important
  }

  .my-lg-6 {
    margin-top: 60px!important;
    margin-bottom: 60px!important
  }

  .m-lg-7 {
    margin: 70px 70px!important
  }

  .mt-lg-7 {
    margin-top: 70px!important
  }

  .mr-lg-7 {
    margin-right: 70px!important
  }

  .mb-lg-7 {
    margin-bottom: 70px!important
  }

  .ml-lg-7 {
    margin-left: 70px!important
  }

  .mx-lg-7 {
    margin-right: 70px!important;
    margin-left: 70px!important
  }

  .my-lg-7 {
    margin-top: 70px!important;
    margin-bottom: 70px!important
  }

  .m-lg-8 {
    margin: 80px 80px!important
  }

  .mt-lg-8 {
    margin-top: 80px!important
  }

  .mr-lg-8 {
    margin-right: 80px!important
  }

  .mb-lg-8 {
    margin-bottom: 80px!important
  }

  .ml-lg-8 {
    margin-left: 80px!important
  }

  .mx-lg-8 {
    margin-right: 80px!important;
    margin-left: 80px!important
  }

  .my-lg-8 {
    margin-top: 80px!important;
    margin-bottom: 80px!important
  }

  .m-lg-9 {
    margin: 90px 90px!important
  }

  .mt-lg-9 {
    margin-top: 90px!important
  }

  .mr-lg-9 {
    margin-right: 90px!important
  }

  .mb-lg-9 {
    margin-bottom: 90px!important
  }

  .ml-lg-9 {
    margin-left: 90px!important
  }

  .mx-lg-9 {
    margin-right: 90px!important;
    margin-left: 90px!important
  }

  .my-lg-9 {
    margin-top: 90px!important;
    margin-bottom: 90px!important
  }

  .m-lg-10 {
    margin: 100px 100px!important
  }

  .mt-lg-10 {
    margin-top: 100px!important
  }

  .mr-lg-10 {
    margin-right: 100px!important
  }

  .mb-lg-10 {
    margin-bottom: 100px!important
  }

  .ml-lg-10 {
    margin-left: 100px!important
  }

  .mx-lg-10 {
    margin-right: 100px!important;
    margin-left: 100px!important
  }

  .my-lg-10 {
    margin-top: 100px!important;
    margin-bottom: 100px!important
  }

  .p-lg-0 {
    padding: 0 0!important
  }

  .pt-lg-0 {
    padding-top: 0!important
  }

  .pr-lg-0 {
    padding-right: 0!important
  }

  .pb-lg-0 {
    padding-bottom: 0!important
  }

  .pl-lg-0 {
    padding-left: 0!important
  }

  .px-lg-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }

  .py-lg-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }

  .p-lg-1 {
    padding: 10px 10px!important
  }

  .pt-lg-1 {
    padding-top: 10px!important
  }

  .pr-lg-1 {
    padding-right: 10px!important
  }

  .pb-lg-1 {
    padding-bottom: 10px!important
  }

  .pl-lg-1 {
    padding-left: 10px!important
  }

  .px-lg-1 {
    padding-right: 10px!important;
    padding-left: 10px!important
  }

  .py-lg-1 {
    padding-top: 10px!important;
    padding-bottom: 10px!important
  }

  .p-lg-2 {
    padding: 20px 20px!important
  }

  .pt-lg-2 {
    padding-top: 20px!important
  }

  .pr-lg-2 {
    padding-right: 20px!important
  }

  .pb-lg-2 {
    padding-bottom: 20px!important
  }

  .pl-lg-2 {
    padding-left: 20px!important
  }

  .px-lg-2 {
    padding-right: 20px!important;
    padding-left: 20px!important
  }

  .py-lg-2 {
    padding-top: 20px!important;
    padding-bottom: 20px!important
  }

  .p-lg-3 {
    padding: 30px 30px!important
  }

  .pt-lg-3 {
    padding-top: 30px!important
  }

  .pr-lg-3 {
    padding-right: 30px!important
  }

  .pb-lg-3 {
    padding-bottom: 30px!important
  }

  .pl-lg-3 {
    padding-left: 30px!important
  }

  .px-lg-3 {
    padding-right: 30px!important;
    padding-left: 30px!important
  }

  .py-lg-3 {
    padding-top: 30px!important;
    padding-bottom: 30px!important
  }

  .p-lg-4 {
    padding: 40px 40px!important
  }

  .pt-lg-4 {
    padding-top: 40px!important
  }

  .pr-lg-4 {
    padding-right: 40px!important
  }

  .pb-lg-4 {
    padding-bottom: 40px!important
  }

  .pl-lg-4 {
    padding-left: 40px!important
  }

  .px-lg-4 {
    padding-right: 40px!important;
    padding-left: 40px!important
  }

  .py-lg-4 {
    padding-top: 40px!important;
    padding-bottom: 40px!important
  }

  .p-lg-5 {
    padding: 50px 50px!important
  }

  .pt-lg-5 {
    padding-top: 50px!important
  }

  .pr-lg-5 {
    padding-right: 50px!important
  }

  .pb-lg-5 {
    padding-bottom: 50px!important
  }

  .pl-lg-5 {
    padding-left: 50px!important
  }

  .px-lg-5 {
    padding-right: 50px!important;
    padding-left: 50px!important
  }

  .py-lg-5 {
    padding-top: 50px!important;
    padding-bottom: 50px!important
  }

  .p-lg-6 {
    padding: 60px 60px!important
  }

  .pt-lg-6 {
    padding-top: 60px!important
  }

  .pr-lg-6 {
    padding-right: 60px!important
  }

  .pb-lg-6 {
    padding-bottom: 60px!important
  }

  .pl-lg-6 {
    padding-left: 60px!important
  }

  .px-lg-6 {
    padding-right: 60px!important;
    padding-left: 60px!important
  }

  .py-lg-6 {
    padding-top: 60px!important;
    padding-bottom: 60px!important
  }

  .p-lg-7 {
    padding: 70px 70px!important
  }

  .pt-lg-7 {
    padding-top: 70px!important
  }

  .pr-lg-7 {
    padding-right: 70px!important
  }

  .pb-lg-7 {
    padding-bottom: 70px!important
  }

  .pl-lg-7 {
    padding-left: 70px!important
  }

  .px-lg-7 {
    padding-right: 70px!important;
    padding-left: 70px!important
  }

  .py-lg-7 {
    padding-top: 70px!important;
    padding-bottom: 70px!important
  }

  .p-lg-8 {
    padding: 80px 80px!important
  }

  .pt-lg-8 {
    padding-top: 80px!important
  }

  .pr-lg-8 {
    padding-right: 80px!important
  }

  .pb-lg-8 {
    padding-bottom: 80px!important
  }

  .pl-lg-8 {
    padding-left: 80px!important
  }

  .px-lg-8 {
    padding-right: 80px!important;
    padding-left: 80px!important
  }

  .py-lg-8 {
    padding-top: 80px!important;
    padding-bottom: 80px!important
  }

  .p-lg-9 {
    padding: 90px 90px!important
  }

  .pt-lg-9 {
    padding-top: 90px!important
  }

  .pr-lg-9 {
    padding-right: 90px!important
  }

  .pb-lg-9 {
    padding-bottom: 90px!important
  }

  .pl-lg-9 {
    padding-left: 90px!important
  }

  .px-lg-9 {
    padding-right: 90px!important;
    padding-left: 90px!important
  }

  .py-lg-9 {
    padding-top: 90px!important;
    padding-bottom: 90px!important
  }

  .p-lg-10 {
    padding: 100px 100px!important
  }

  .pt-lg-10 {
    padding-top: 100px!important
  }

  .pr-lg-10 {
    padding-right: 100px!important
  }

  .pb-lg-10 {
    padding-bottom: 100px!important
  }

  .pl-lg-10 {
    padding-left: 100px!important
  }

  .px-lg-10 {
    padding-right: 100px!important;
    padding-left: 100px!important
  }

  .py-lg-10 {
    padding-top: 100px!important;
    padding-bottom: 100px!important
  }

  .m-lg-auto {
    margin: auto!important
  }

  .mt-lg-auto {
    margin-top: auto!important
  }

  .mr-lg-auto {
    margin-right: auto!important
  }

  .mb-lg-auto {
    margin-bottom: auto!important
  }

  .ml-lg-auto {
    margin-left: auto!important
  }

  .mx-lg-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }

  .my-lg-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 0!important
  }

  .mt-xl-0 {
    margin-top: 0!important
  }

  .mr-xl-0 {
    margin-right: 0!important
  }

  .mb-xl-0 {
    margin-bottom: 0!important
  }

  .ml-xl-0 {
    margin-left: 0!important
  }

  .mx-xl-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }

  .my-xl-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }

  .m-xl-1 {
    margin: 10px 10px!important
  }

  .mt-xl-1 {
    margin-top: 10px!important
  }

  .mr-xl-1 {
    margin-right: 10px!important
  }

  .mb-xl-1 {
    margin-bottom: 10px!important
  }

  .ml-xl-1 {
    margin-left: 10px!important
  }

  .mx-xl-1 {
    margin-right: 10px!important;
    margin-left: 10px!important
  }

  .my-xl-1 {
    margin-top: 10px!important;
    margin-bottom: 10px!important
  }

  .m-xl-2 {
    margin: 20px 20px!important
  }

  .mt-xl-2 {
    margin-top: 20px!important
  }

  .mr-xl-2 {
    margin-right: 20px!important
  }

  .mb-xl-2 {
    margin-bottom: 20px!important
  }

  .ml-xl-2 {
    margin-left: 20px!important
  }

  .mx-xl-2 {
    margin-right: 20px!important;
    margin-left: 20px!important
  }

  .my-xl-2 {
    margin-top: 20px!important;
    margin-bottom: 20px!important
  }

  .m-xl-3 {
    margin: 30px 30px!important
  }

  .mt-xl-3 {
    margin-top: 30px!important
  }

  .mr-xl-3 {
    margin-right: 30px!important
  }

  .mb-xl-3 {
    margin-bottom: 30px!important
  }

  .ml-xl-3 {
    margin-left: 30px!important
  }

  .mx-xl-3 {
    margin-right: 30px!important;
    margin-left: 30px!important
  }

  .my-xl-3 {
    margin-top: 30px!important;
    margin-bottom: 30px!important
  }

  .m-xl-4 {
    margin: 40px 40px!important
  }

  .mt-xl-4 {
    margin-top: 40px!important
  }

  .mr-xl-4 {
    margin-right: 40px!important
  }

  .mb-xl-4 {
    margin-bottom: 40px!important
  }

  .ml-xl-4 {
    margin-left: 40px!important
  }

  .mx-xl-4 {
    margin-right: 40px!important;
    margin-left: 40px!important
  }

  .my-xl-4 {
    margin-top: 40px!important;
    margin-bottom: 40px!important
  }

  .m-xl-5 {
    margin: 50px 50px!important
  }

  .mt-xl-5 {
    margin-top: 50px!important
  }

  .mr-xl-5 {
    margin-right: 50px!important
  }

  .mb-xl-5 {
    margin-bottom: 50px!important
  }

  .ml-xl-5 {
    margin-left: 50px!important
  }

  .mx-xl-5 {
    margin-right: 50px!important;
    margin-left: 50px!important
  }

  .my-xl-5 {
    margin-top: 50px!important;
    margin-bottom: 50px!important
  }

  .m-xl-6 {
    margin: 60px 60px!important
  }

  .mt-xl-6 {
    margin-top: 60px!important
  }

  .mr-xl-6 {
    margin-right: 60px!important
  }

  .mb-xl-6 {
    margin-bottom: 60px!important
  }

  .ml-xl-6 {
    margin-left: 60px!important
  }

  .mx-xl-6 {
    margin-right: 60px!important;
    margin-left: 60px!important
  }

  .my-xl-6 {
    margin-top: 60px!important;
    margin-bottom: 60px!important
  }

  .m-xl-7 {
    margin: 70px 70px!important
  }

  .mt-xl-7 {
    margin-top: 70px!important
  }

  .mr-xl-7 {
    margin-right: 70px!important
  }

  .mb-xl-7 {
    margin-bottom: 70px!important
  }

  .ml-xl-7 {
    margin-left: 70px!important
  }

  .mx-xl-7 {
    margin-right: 70px!important;
    margin-left: 70px!important
  }

  .my-xl-7 {
    margin-top: 70px!important;
    margin-bottom: 70px!important
  }

  .m-xl-8 {
    margin: 80px 80px!important
  }

  .mt-xl-8 {
    margin-top: 80px!important
  }

  .mr-xl-8 {
    margin-right: 80px!important
  }

  .mb-xl-8 {
    margin-bottom: 80px!important
  }

  .ml-xl-8 {
    margin-left: 80px!important
  }

  .mx-xl-8 {
    margin-right: 80px!important;
    margin-left: 80px!important
  }

  .my-xl-8 {
    margin-top: 80px!important;
    margin-bottom: 80px!important
  }

  .m-xl-9 {
    margin: 90px 90px!important
  }

  .mt-xl-9 {
    margin-top: 90px!important
  }

  .mr-xl-9 {
    margin-right: 90px!important
  }

  .mb-xl-9 {
    margin-bottom: 90px!important
  }

  .ml-xl-9 {
    margin-left: 90px!important
  }

  .mx-xl-9 {
    margin-right: 90px!important;
    margin-left: 90px!important
  }

  .my-xl-9 {
    margin-top: 90px!important;
    margin-bottom: 90px!important
  }

  .m-xl-10 {
    margin: 100px 100px!important
  }

  .mt-xl-10 {
    margin-top: 100px!important
  }

  .mr-xl-10 {
    margin-right: 100px!important
  }

  .mb-xl-10 {
    margin-bottom: 100px!important
  }

  .ml-xl-10 {
    margin-left: 100px!important
  }

  .mx-xl-10 {
    margin-right: 100px!important;
    margin-left: 100px!important
  }

  .my-xl-10 {
    margin-top: 100px!important;
    margin-bottom: 100px!important
  }

  .p-xl-0 {
    padding: 0 0!important
  }

  .pt-xl-0 {
    padding-top: 0!important
  }

  .pr-xl-0 {
    padding-right: 0!important
  }

  .pb-xl-0 {
    padding-bottom: 0!important
  }

  .pl-xl-0 {
    padding-left: 0!important
  }

  .px-xl-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }

  .py-xl-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }

  .p-xl-1 {
    padding: 10px 10px!important
  }

  .pt-xl-1 {
    padding-top: 10px!important
  }

  .pr-xl-1 {
    padding-right: 10px!important
  }

  .pb-xl-1 {
    padding-bottom: 10px!important
  }

  .pl-xl-1 {
    padding-left: 10px!important
  }

  .px-xl-1 {
    padding-right: 10px!important;
    padding-left: 10px!important
  }

  .py-xl-1 {
    padding-top: 10px!important;
    padding-bottom: 10px!important
  }

  .p-xl-2 {
    padding: 20px 20px!important
  }

  .pt-xl-2 {
    padding-top: 20px!important
  }

  .pr-xl-2 {
    padding-right: 20px!important
  }

  .pb-xl-2 {
    padding-bottom: 20px!important
  }

  .pl-xl-2 {
    padding-left: 20px!important
  }

  .px-xl-2 {
    padding-right: 20px!important;
    padding-left: 20px!important
  }

  .py-xl-2 {
    padding-top: 20px!important;
    padding-bottom: 20px!important
  }

  .p-xl-3 {
    padding: 30px 30px!important
  }

  .pt-xl-3 {
    padding-top: 30px!important
  }

  .pr-xl-3 {
    padding-right: 30px!important
  }

  .pb-xl-3 {
    padding-bottom: 30px!important
  }

  .pl-xl-3 {
    padding-left: 30px!important
  }

  .px-xl-3 {
    padding-right: 30px!important;
    padding-left: 30px!important
  }

  .py-xl-3 {
    padding-top: 30px!important;
    padding-bottom: 30px!important
  }

  .p-xl-4 {
    padding: 40px 40px!important
  }

  .pt-xl-4 {
    padding-top: 40px!important
  }

  .pr-xl-4 {
    padding-right: 40px!important
  }

  .pb-xl-4 {
    padding-bottom: 40px!important
  }

  .pl-xl-4 {
    padding-left: 40px!important
  }

  .px-xl-4 {
    padding-right: 40px!important;
    padding-left: 40px!important
  }

  .py-xl-4 {
    padding-top: 40px!important;
    padding-bottom: 40px!important
  }

  .p-xl-5 {
    padding: 50px 50px!important
  }

  .pt-xl-5 {
    padding-top: 50px!important
  }

  .pr-xl-5 {
    padding-right: 50px!important
  }

  .pb-xl-5 {
    padding-bottom: 50px!important
  }

  .pl-xl-5 {
    padding-left: 50px!important
  }

  .px-xl-5 {
    padding-right: 50px!important;
    padding-left: 50px!important
  }

  .py-xl-5 {
    padding-top: 50px!important;
    padding-bottom: 50px!important
  }

  .p-xl-6 {
    padding: 60px 60px!important
  }

  .pt-xl-6 {
    padding-top: 60px!important
  }

  .pr-xl-6 {
    padding-right: 60px!important
  }

  .pb-xl-6 {
    padding-bottom: 60px!important
  }

  .pl-xl-6 {
    padding-left: 60px!important
  }

  .px-xl-6 {
    padding-right: 60px!important;
    padding-left: 60px!important
  }

  .py-xl-6 {
    padding-top: 60px!important;
    padding-bottom: 60px!important
  }

  .p-xl-7 {
    padding: 70px 70px!important
  }

  .pt-xl-7 {
    padding-top: 70px!important
  }

  .pr-xl-7 {
    padding-right: 70px!important
  }

  .pb-xl-7 {
    padding-bottom: 70px!important
  }

  .pl-xl-7 {
    padding-left: 70px!important
  }

  .px-xl-7 {
    padding-right: 70px!important;
    padding-left: 70px!important
  }

  .py-xl-7 {
    padding-top: 70px!important;
    padding-bottom: 70px!important
  }

  .p-xl-8 {
    padding: 80px 80px!important
  }

  .pt-xl-8 {
    padding-top: 80px!important
  }

  .pr-xl-8 {
    padding-right: 80px!important
  }

  .pb-xl-8 {
    padding-bottom: 80px!important
  }

  .pl-xl-8 {
    padding-left: 80px!important
  }

  .px-xl-8 {
    padding-right: 80px!important;
    padding-left: 80px!important
  }

  .py-xl-8 {
    padding-top: 80px!important;
    padding-bottom: 80px!important
  }

  .p-xl-9 {
    padding: 90px 90px!important
  }

  .pt-xl-9 {
    padding-top: 90px!important
  }

  .pr-xl-9 {
    padding-right: 90px!important
  }

  .pb-xl-9 {
    padding-bottom: 90px!important
  }

  .pl-xl-9 {
    padding-left: 90px!important
  }

  .px-xl-9 {
    padding-right: 90px!important;
    padding-left: 90px!important
  }

  .py-xl-9 {
    padding-top: 90px!important;
    padding-bottom: 90px!important
  }

  .p-xl-10 {
    padding: 100px 100px!important
  }

  .pt-xl-10 {
    padding-top: 100px!important
  }

  .pr-xl-10 {
    padding-right: 100px!important
  }

  .pb-xl-10 {
    padding-bottom: 100px!important
  }

  .pl-xl-10 {
    padding-left: 100px!important
  }

  .px-xl-10 {
    padding-right: 100px!important;
    padding-left: 100px!important
  }

  .py-xl-10 {
    padding-top: 100px!important;
    padding-bottom: 100px!important
  }

  .m-xl-auto {
    margin: auto!important
  }

  .mt-xl-auto {
    margin-top: auto!important
  }

  .mr-xl-auto {
    margin-right: auto!important
  }

  .mb-xl-auto {
    margin-bottom: auto!important
  }

  .ml-xl-auto {
    margin-left: auto!important
  }

  .mx-xl-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }

  .my-xl-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
}

.text-justify {
  text-align: justify!important
}

.text-nowrap {
  white-space: nowrap!important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left!important
}

.text-right {
  text-align: right!important
}

.text-center {
  text-align: center!important
}

@media (min-width:576px) {
  .text-sm-left {
    text-align: left!important
  }

  .text-sm-right {
    text-align: right!important
  }

  .text-sm-center {
    text-align: center!important
  }
}

@media (min-width:768px) {
  .text-md-left {
    text-align: left!important
  }

  .text-md-right {
    text-align: right!important
  }

  .text-md-center {
    text-align: center!important
  }
}

@media (min-width:992px) {
  .text-lg-left {
    text-align: left!important
  }

  .text-lg-right {
    text-align: right!important
  }

  .text-lg-center {
    text-align: center!important
  }
}

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left!important
  }

  .text-xl-right {
    text-align: right!important
  }

  .text-xl-center {
    text-align: center!important
  }
}

.text-lowercase {
  text-transform: lowercase!important
}

.text-uppercase {
  text-transform: uppercase!important
}

.text-capitalize {
  text-transform: capitalize!important
}

.font-weight-normal {
  font-weight: 400
}

.font-weight-bold {
  font-weight: 700
}

.font-italic {
  font-style: italic
}

.text-white {
  color: #fff!important
}

.text-muted {
  color: #afafaf!important
}

a.text-muted:focus,a.text-muted:hover {
  color: #969696!important
}

.text-primary {
  color: #8edd65!important
}

a.text-primary:focus,a.text-primary:hover {
  color: #6fd43b!important
}

.text-success {
  color: #5cb85c!important
}

a.text-success:focus,a.text-success:hover {
  color: #449d44!important
}

.text-info {
  color: #5bc0de!important
}

a.text-info:focus,a.text-info:hover {
  color: #31b0d5!important
}

.text-warning {
  color: #f0ad4e!important
}

a.text-warning:focus,a.text-warning:hover {
  color: #ec971f!important
}

.text-danger {
  color: #d9534f!important
}

a.text-danger:focus,a.text-danger:hover {
  color: #c9302c!important
}

.text-gray-dark {
  color: #1d1a1a!important
}

a.text-gray-dark:focus,a.text-gray-dark:hover {
  color: #020202!important
}

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

.invisible {
  visibility: hidden!important
}

.hidden-xs-up {
  display: none!important
}

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

@media (min-width:576px) {
  .hidden-sm-up {
    display: none!important
  }
}

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

@media (min-width:768px) {
  .hidden-md-up {
    display: none!important
  }
}

@media (max-width:991px) {
  .hidden-md-down {
    display: none!important
  }
}

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

@media (max-width:1199px) {
  .hidden-lg-down {
    display: none!important
  }
}

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

.hidden-xl-down {
  display: none!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
  }
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
  font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: .1428571429em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.8571428571em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  transform: scale(-1,1)
}

.fa-flip-vertical {
  -webkit-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: ""
}

.fa-music:before {
  content: ""
}

.fa-search:before {
  content: ""
}

.fa-envelope-o:before {
  content: ""
}

.fa-heart:before {
  content: ""
}

.fa-star:before {
  content: ""
}

.fa-star-o:before {
  content: ""
}

.fa-user:before {
  content: ""
}

.fa-film:before {
  content: ""
}

.fa-th-large:before {
  content: ""
}

.fa-th:before {
  content: ""
}

.fa-th-list:before {
  content: ""
}

.fa-check:before {
  content: ""
}

.fa-close:before,.fa-remove:before,.fa-times:before {
  content: ""
}

.fa-search-plus:before {
  content: ""
}

.fa-search-minus:before {
  content: ""
}

.fa-power-off:before {
  content: ""
}

.fa-signal:before {
  content: ""
}

.fa-cog:before,.fa-gear:before {
  content: ""
}

.fa-trash-o:before {
  content: ""
}

.fa-home:before {
  content: ""
}

.fa-file-o:before {
  content: ""
}

.fa-clock-o:before {
  content: ""
}

.fa-road:before {
  content: ""
}

.fa-download:before {
  content: ""
}

.fa-arrow-circle-o-down:before {
  content: ""
}

.fa-arrow-circle-o-up:before {
  content: ""
}

.fa-inbox:before {
  content: ""
}

.fa-play-circle-o:before {
  content: ""
}

.fa-repeat:before,.fa-rotate-right:before {
  content: ""
}

.fa-refresh:before {
  content: ""
}

.fa-list-alt:before {
  content: ""
}

.fa-lock:before {
  content: ""
}

.fa-flag:before {
  content: ""
}

.fa-headphones:before {
  content: ""
}

.fa-volume-off:before {
  content: ""
}

.fa-volume-down:before {
  content: ""
}

.fa-volume-up:before {
  content: ""
}

.fa-qrcode:before {
  content: ""
}

.fa-barcode:before {
  content: ""
}

.fa-tag:before {
  content: ""
}

.fa-tags:before {
  content: ""
}

.fa-book:before {
  content: ""
}

.fa-bookmark:before {
  content: ""
}

.fa-print:before {
  content: ""
}

.fa-camera:before {
  content: ""
}

.fa-font:before {
  content: ""
}

.fa-bold:before {
  content: ""
}

.fa-italic:before {
  content: ""
}

.fa-text-height:before {
  content: ""
}

.fa-text-width:before {
  content: ""
}

.fa-align-left:before {
  content: ""
}

.fa-align-center:before {
  content: ""
}

.fa-align-right:before {
  content: ""
}

.fa-align-justify:before {
  content: ""
}

.fa-list:before {
  content: ""
}

.fa-dedent:before,.fa-outdent:before {
  content: ""
}

.fa-indent:before {
  content: ""
}

.fa-video-camera:before {
  content: ""
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
  content: ""
}

.fa-pencil:before {
  content: ""
}

.fa-map-marker:before {
  content: ""
}

.fa-adjust:before {
  content: ""
}

.fa-tint:before {
  content: ""
}

.fa-edit:before,.fa-pencil-square-o:before {
  content: ""
}

.fa-share-square-o:before {
  content: ""
}

.fa-check-square-o:before {
  content: ""
}

.fa-arrows:before {
  content: ""
}

.fa-step-backward:before {
  content: ""
}

.fa-fast-backward:before {
  content: ""
}

.fa-backward:before {
  content: ""
}

.fa-play:before {
  content: ""
}

.fa-pause:before {
  content: ""
}

.fa-stop:before {
  content: ""
}

.fa-forward:before {
  content: ""
}

.fa-fast-forward:before {
  content: ""
}

.fa-step-forward:before {
  content: ""
}

.fa-eject:before {
  content: ""
}

.fa-chevron-left:before {
  content: ""
}

.fa-chevron-right:before {
  content: ""
}

.fa-plus-circle:before {
  content: ""
}

.fa-minus-circle:before {
  content: ""
}

.fa-times-circle:before {
  content: ""
}

.fa-check-circle:before {
  content: ""
}

.fa-question-circle:before {
  content: ""
}

.fa-info-circle:before {
  content: ""
}

.fa-crosshairs:before {
  content: ""
}

.fa-times-circle-o:before {
  content: ""
}

.fa-check-circle-o:before {
  content: ""
}

.fa-ban:before {
  content: ""
}

.fa-arrow-left:before {
  content: ""
}

.fa-arrow-right:before {
  content: ""
}

.fa-arrow-up:before {
  content: ""
}

.fa-arrow-down:before {
  content: ""
}

.fa-mail-forward:before,.fa-share:before {
  content: ""
}

.fa-expand:before {
  content: ""
}

.fa-compress:before {
  content: ""
}

.fa-plus:before {
  content: ""
}

.fa-minus:before {
  content: ""
}

.fa-asterisk:before {
  content: ""
}

.fa-exclamation-circle:before {
  content: ""
}

.fa-gift:before {
  content: ""
}

.fa-leaf:before {
  content: ""
}

.fa-fire:before {
  content: ""
}

.fa-eye:before {
  content: ""
}

.fa-eye-slash:before {
  content: ""
}

.fa-exclamation-triangle:before,.fa-warning:before {
  content: ""
}

.fa-plane:before {
  content: ""
}

.fa-calendar:before {
  content: ""
}

.fa-random:before {
  content: ""
}

.fa-comment:before {
  content: ""
}

.fa-magnet:before {
  content: ""
}

.fa-chevron-up:before {
  content: ""
}

.fa-chevron-down:before {
  content: ""
}

.fa-retweet:before {
  content: ""
}

.fa-shopping-cart:before {
  content: ""
}

.fa-folder:before {
  content: ""
}

.fa-folder-open:before {
  content: ""
}

.fa-arrows-v:before {
  content: ""
}

.fa-arrows-h:before {
  content: ""
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
  content: ""
}

.fa-twitter-square:before {
  content: ""
}

.fa-facebook-square:before {
  content: ""
}

.fa-camera-retro:before {
  content: ""
}

.fa-key:before {
  content: ""
}

.fa-cogs:before,.fa-gears:before {
  content: ""
}

.fa-comments:before {
  content: ""
}

.fa-thumbs-o-up:before {
  content: ""
}

.fa-thumbs-o-down:before {
  content: ""
}

.fa-star-half:before {
  content: ""
}

.fa-heart-o:before {
  content: ""
}

.fa-sign-out:before {
  content: ""
}

.fa-linkedin-square:before {
  content: ""
}

.fa-thumb-tack:before {
  content: ""
}

.fa-external-link:before {
  content: ""
}

.fa-sign-in:before {
  content: ""
}

.fa-trophy:before {
  content: ""
}

.fa-github-square:before {
  content: ""
}

.fa-upload:before {
  content: ""
}

.fa-lemon-o:before {
  content: ""
}

.fa-phone:before {
  content: ""
}

.fa-square-o:before {
  content: ""
}

.fa-bookmark-o:before {
  content: ""
}

.fa-phone-square:before {
  content: ""
}

.fa-twitter:before {
  content: ""
}

.fa-facebook-f:before,.fa-facebook:before {
  content: ""
}

.fa-github:before {
  content: ""
}

.fa-unlock:before {
  content: ""
}

.fa-credit-card:before {
  content: ""
}

.fa-feed:before,.fa-rss:before {
  content: ""
}

.fa-hdd-o:before {
  content: ""
}

.fa-bullhorn:before {
  content: ""
}

.fa-bell:before {
  content: ""
}

.fa-certificate:before {
  content: ""
}

.fa-hand-o-right:before {
  content: ""
}

.fa-hand-o-left:before {
  content: ""
}

.fa-hand-o-up:before {
  content: ""
}

.fa-hand-o-down:before {
  content: ""
}

.fa-arrow-circle-left:before {
  content: ""
}

.fa-arrow-circle-right:before {
  content: ""
}

.fa-arrow-circle-up:before {
  content: ""
}

.fa-arrow-circle-down:before {
  content: ""
}

.fa-globe:before {
  content: ""
}

.fa-wrench:before {
  content: ""
}

.fa-tasks:before {
  content: ""
}

.fa-filter:before {
  content: ""
}

.fa-briefcase:before {
  content: ""
}

.fa-arrows-alt:before {
  content: ""
}

.fa-group:before,.fa-users:before {
  content: ""
}

.fa-chain:before,.fa-link:before {
  content: ""
}

.fa-cloud:before {
  content: ""
}

.fa-flask:before {
  content: ""
}

.fa-cut:before,.fa-scissors:before {
  content: ""
}

.fa-copy:before,.fa-files-o:before {
  content: ""
}

.fa-paperclip:before {
  content: ""
}

.fa-floppy-o:before,.fa-save:before {
  content: ""
}

.fa-square:before {
  content: ""
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
  content: ""
}

.fa-list-ul:before {
  content: ""
}

.fa-list-ol:before {
  content: ""
}

.fa-strikethrough:before {
  content: ""
}

.fa-underline:before {
  content: ""
}

.fa-table:before {
  content: ""
}

.fa-magic:before {
  content: ""
}

.fa-truck:before {
  content: ""
}

.fa-pinterest:before {
  content: ""
}

.fa-pinterest-square:before {
  content: ""
}

.fa-google-plus-square:before {
  content: ""
}

.fa-google-plus:before {
  content: ""
}

.fa-money:before {
  content: ""
}

.fa-caret-down:before {
  content: ""
}

.fa-caret-up:before {
  content: ""
}

.fa-caret-left:before {
  content: ""
}

.fa-caret-right:before {
  content: ""
}

.fa-columns:before {
  content: ""
}

.fa-sort:before,.fa-unsorted:before {
  content: ""
}

.fa-sort-desc:before,.fa-sort-down:before {
  content: ""
}

.fa-sort-asc:before,.fa-sort-up:before {
  content: ""
}

.fa-envelope:before {
  content: ""
}

.fa-linkedin:before {
  content: ""
}

.fa-rotate-left:before,.fa-undo:before {
  content: ""
}

.fa-gavel:before,.fa-legal:before {
  content: ""
}

.fa-dashboard:before,.fa-tachometer:before {
  content: ""
}

.fa-comment-o:before {
  content: ""
}

.fa-comments-o:before {
  content: ""
}

.fa-bolt:before,.fa-flash:before {
  content: ""
}

.fa-sitemap:before {
  content: ""
}

.fa-umbrella:before {
  content: ""
}

.fa-clipboard:before,.fa-paste:before {
  content: ""
}

.fa-lightbulb-o:before {
  content: ""
}

.fa-exchange:before {
  content: ""
}

.fa-cloud-download:before {
  content: ""
}

.fa-cloud-upload:before {
  content: ""
}

.fa-user-md:before {
  content: ""
}

.fa-stethoscope:before {
  content: ""
}

.fa-suitcase:before {
  content: ""
}

.fa-bell-o:before {
  content: ""
}

.fa-coffee:before {
  content: ""
}

.fa-cutlery:before {
  content: ""
}

.fa-file-text-o:before {
  content: ""
}

.fa-building-o:before {
  content: ""
}

.fa-hospital-o:before {
  content: ""
}

.fa-ambulance:before {
  content: ""
}

.fa-medkit:before {
  content: ""
}

.fa-fighter-jet:before {
  content: ""
}

.fa-beer:before {
  content: ""
}

.fa-h-square:before {
  content: ""
}

.fa-plus-square:before {
  content: ""
}

.fa-angle-double-left:before {
  content: ""
}

.fa-angle-double-right:before {
  content: ""
}

.fa-angle-double-up:before {
  content: ""
}

.fa-angle-double-down:before {
  content: ""
}

.fa-angle-left:before {
  content: ""
}

.fa-angle-right:before {
  content: ""
}

.fa-angle-up:before {
  content: ""
}

.fa-angle-down:before {
  content: ""
}

.fa-desktop:before {
  content: ""
}

.fa-laptop:before {
  content: ""
}

.fa-tablet:before {
  content: ""
}

.fa-mobile-phone:before,.fa-mobile:before {
  content: ""
}

.fa-circle-o:before {
  content: ""
}

.fa-quote-left:before {
  content: ""
}

.fa-quote-right:before {
  content: ""
}

.fa-spinner:before {
  content: ""
}

.fa-circle:before {
  content: ""
}

.fa-mail-reply:before,.fa-reply:before {
  content: ""
}

.fa-github-alt:before {
  content: ""
}

.fa-folder-o:before {
  content: ""
}

.fa-folder-open-o:before {
  content: ""
}

.fa-smile-o:before {
  content: ""
}

.fa-frown-o:before {
  content: ""
}

.fa-meh-o:before {
  content: ""
}

.fa-gamepad:before {
  content: ""
}

.fa-keyboard-o:before {
  content: ""
}

.fa-flag-o:before {
  content: ""
}

.fa-flag-checkered:before {
  content: ""
}

.fa-terminal:before {
  content: ""
}

.fa-code:before {
  content: ""
}

.fa-mail-reply-all:before,.fa-reply-all:before {
  content: ""
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
  content: ""
}

.fa-location-arrow:before {
  content: ""
}

.fa-crop:before {
  content: ""
}

.fa-code-fork:before {
  content: ""
}

.fa-chain-broken:before,.fa-unlink:before {
  content: ""
}

.fa-question:before {
  content: ""
}

.fa-info:before {
  content: ""
}

.fa-exclamation:before {
  content: ""
}

.fa-superscript:before {
  content: ""
}

.fa-subscript:before {
  content: ""
}

.fa-eraser:before {
  content: ""
}

.fa-puzzle-piece:before {
  content: ""
}

.fa-microphone:before {
  content: ""
}

.fa-microphone-slash:before {
  content: ""
}

.fa-shield:before {
  content: ""
}

.fa-calendar-o:before {
  content: ""
}

.fa-fire-extinguisher:before {
  content: ""
}

.fa-rocket:before {
  content: ""
}

.fa-maxcdn:before {
  content: ""
}

.fa-chevron-circle-left:before {
  content: ""
}

.fa-chevron-circle-right:before {
  content: ""
}

.fa-chevron-circle-up:before {
  content: ""
}

.fa-chevron-circle-down:before {
  content: ""
}

.fa-html5:before {
  content: ""
}

.fa-css3:before {
  content: ""
}

.fa-anchor:before {
  content: ""
}

.fa-unlock-alt:before {
  content: ""
}

.fa-bullseye:before {
  content: ""
}

.fa-ellipsis-h:before {
  content: ""
}

.fa-ellipsis-v:before {
  content: ""
}

.fa-rss-square:before {
  content: ""
}

.fa-play-circle:before {
  content: ""
}

.fa-ticket:before {
  content: ""
}

.fa-minus-square:before {
  content: ""
}

.fa-minus-square-o:before {
  content: ""
}

.fa-level-up:before {
  content: ""
}

.fa-level-down:before {
  content: ""
}

.fa-check-square:before {
  content: ""
}

.fa-pencil-square:before {
  content: ""
}

.fa-external-link-square:before {
  content: ""
}

.fa-share-square:before {
  content: ""
}

.fa-compass:before {
  content: ""
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
  content: ""
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
  content: ""
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
  content: ""
}

.fa-eur:before,.fa-euro:before {
  content: ""
}

.fa-gbp:before {
  content: ""
}

.fa-dollar:before,.fa-usd:before {
  content: ""
}

.fa-inr:before,.fa-rupee:before {
  content: ""
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
  content: ""
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
  content: ""
}

.fa-krw:before,.fa-won:before {
  content: ""
}

.fa-bitcoin:before,.fa-btc:before {
  content: ""
}

.fa-file:before {
  content: ""
}

.fa-file-text:before {
  content: ""
}

.fa-sort-alpha-asc:before {
  content: ""
}

.fa-sort-alpha-desc:before {
  content: ""
}

.fa-sort-amount-asc:before {
  content: ""
}

.fa-sort-amount-desc:before {
  content: ""
}

.fa-sort-numeric-asc:before {
  content: ""
}

.fa-sort-numeric-desc:before {
  content: ""
}

.fa-thumbs-up:before {
  content: ""
}

.fa-thumbs-down:before {
  content: ""
}

.fa-youtube-square:before {
  content: ""
}

.fa-youtube:before {
  content: ""
}

.fa-xing:before {
  content: ""
}

.fa-xing-square:before {
  content: ""
}

.fa-youtube-play:before {
  content: ""
}

.fa-dropbox:before {
  content: ""
}

.fa-stack-overflow:before {
  content: ""
}

.fa-instagram:before {
  content: ""
}

.fa-flickr:before {
  content: ""
}

.fa-adn:before {
  content: ""
}

.fa-bitbucket:before {
  content: ""
}

.fa-bitbucket-square:before {
  content: ""
}

.fa-tumblr:before {
  content: ""
}

.fa-tumblr-square:before {
  content: ""
}

.fa-long-arrow-down:before {
  content: ""
}

.fa-long-arrow-up:before {
  content: ""
}

.fa-long-arrow-left:before {
  content: ""
}

.fa-long-arrow-right:before {
  content: ""
}

.fa-apple:before {
  content: ""
}

.fa-windows:before {
  content: ""
}

.fa-android:before {
  content: ""
}

.fa-linux:before {
  content: ""
}

.fa-dribbble:before {
  content: ""
}

.fa-skype:before {
  content: ""
}

.fa-foursquare:before {
  content: ""
}

.fa-trello:before {
  content: ""
}

.fa-female:before {
  content: ""
}

.fa-male:before {
  content: ""
}

.fa-gittip:before,.fa-gratipay:before {
  content: ""
}

.fa-sun-o:before {
  content: ""
}

.fa-moon-o:before {
  content: ""
}

.fa-archive:before {
  content: ""
}

.fa-bug:before {
  content: ""
}

.fa-vk:before {
  content: ""
}

.fa-weibo:before {
  content: ""
}

.fa-renren:before {
  content: ""
}

.fa-pagelines:before {
  content: ""
}

.fa-stack-exchange:before {
  content: ""
}

.fa-arrow-circle-o-right:before {
  content: ""
}

.fa-arrow-circle-o-left:before {
  content: ""
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
  content: ""
}

.fa-dot-circle-o:before {
  content: ""
}

.fa-wheelchair:before {
  content: ""
}

.fa-vimeo-square:before {
  content: ""
}

.fa-try:before,.fa-turkish-lira:before {
  content: ""
}

.fa-plus-square-o:before {
  content: ""
}

.fa-space-shuttle:before {
  content: ""
}

.fa-slack:before {
  content: ""
}

.fa-envelope-square:before {
  content: ""
}

.fa-wordpress:before {
  content: ""
}

.fa-openid:before {
  content: ""
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
  content: ""
}

.fa-graduation-cap:before,.fa-mortar-board:before {
  content: ""
}

.fa-yahoo:before {
  content: ""
}

.fa-google:before {
  content: ""
}

.fa-reddit:before {
  content: ""
}

.fa-reddit-square:before {
  content: ""
}

.fa-stumbleupon-circle:before {
  content: ""
}

.fa-stumbleupon:before {
  content: ""
}

.fa-delicious:before {
  content: ""
}

.fa-digg:before {
  content: ""
}

.fa-pied-piper-pp:before {
  content: ""
}

.fa-pied-piper-alt:before {
  content: ""
}

.fa-drupal:before {
  content: ""
}

.fa-joomla:before {
  content: ""
}

.fa-language:before {
  content: ""
}

.fa-fax:before {
  content: ""
}

.fa-building:before {
  content: ""
}

.fa-child:before {
  content: ""
}

.fa-paw:before {
  content: ""
}

.fa-spoon:before {
  content: ""
}

.fa-cube:before {
  content: ""
}

.fa-cubes:before {
  content: ""
}

.fa-behance:before {
  content: ""
}

.fa-behance-square:before {
  content: ""
}

.fa-steam:before {
  content: ""
}

.fa-steam-square:before {
  content: ""
}

.fa-recycle:before {
  content: ""
}

.fa-automobile:before,.fa-car:before {
  content: ""
}

.fa-cab:before,.fa-taxi:before {
  content: ""
}

.fa-tree:before {
  content: ""
}

.fa-spotify:before {
  content: ""
}

.fa-deviantart:before {
  content: ""
}

.fa-soundcloud:before {
  content: ""
}

.fa-database:before {
  content: ""
}

.fa-file-pdf-o:before {
  content: ""
}

.fa-file-word-o:before {
  content: ""
}

.fa-file-excel-o:before {
  content: ""
}

.fa-file-powerpoint-o:before {
  content: ""
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
  content: ""
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
  content: ""
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
  content: ""
}

.fa-file-movie-o:before,.fa-file-video-o:before {
  content: ""
}

.fa-file-code-o:before {
  content: ""
}

.fa-vine:before {
  content: ""
}

.fa-codepen:before {
  content: ""
}

.fa-jsfiddle:before {
  content: ""
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
  content: ""
}

.fa-circle-o-notch:before {
  content: ""
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
  content: ""
}

.fa-empire:before,.fa-ge:before {
  content: ""
}

.fa-git-square:before {
  content: ""
}

.fa-git:before {
  content: ""
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
  content: ""
}

.fa-tencent-weibo:before {
  content: ""
}

.fa-qq:before {
  content: ""
}

.fa-wechat:before,.fa-weixin:before {
  content: ""
}

.fa-paper-plane:before,.fa-send:before {
  content: ""
}

.fa-paper-plane-o:before,.fa-send-o:before {
  content: ""
}

.fa-history:before {
  content: ""
}

.fa-circle-thin:before {
  content: ""
}

.fa-header:before {
  content: ""
}

.fa-paragraph:before {
  content: ""
}

.fa-sliders:before {
  content: ""
}

.fa-share-alt:before {
  content: ""
}

.fa-share-alt-square:before {
  content: ""
}

.fa-bomb:before {
  content: ""
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
  content: ""
}

.fa-tty:before {
  content: ""
}

.fa-binoculars:before {
  content: ""
}

.fa-plug:before {
  content: ""
}

.fa-slideshare:before {
  content: ""
}

.fa-twitch:before {
  content: ""
}

.fa-yelp:before {
  content: ""
}

.fa-newspaper-o:before {
  content: ""
}

.fa-wifi:before {
  content: ""
}

.fa-calculator:before {
  content: ""
}

.fa-paypal:before {
  content: ""
}

.fa-google-wallet:before {
  content: ""
}

.fa-cc-visa:before {
  content: ""
}

.fa-cc-mastercard:before {
  content: ""
}

.fa-cc-discover:before {
  content: ""
}

.fa-cc-amex:before {
  content: ""
}

.fa-cc-paypal:before {
  content: ""
}

.fa-cc-stripe:before {
  content: ""
}

.fa-bell-slash:before {
  content: ""
}

.fa-bell-slash-o:before {
  content: ""
}

.fa-trash:before {
  content: ""
}

.fa-copyright:before {
  content: ""
}

.fa-at:before {
  content: ""
}

.fa-eyedropper:before {
  content: ""
}

.fa-paint-brush:before {
  content: ""
}

.fa-birthday-cake:before {
  content: ""
}

.fa-area-chart:before {
  content: ""
}

.fa-pie-chart:before {
  content: ""
}

.fa-line-chart:before {
  content: ""
}

.fa-lastfm:before {
  content: ""
}

.fa-lastfm-square:before {
  content: ""
}

.fa-toggle-off:before {
  content: ""
}

.fa-toggle-on:before {
  content: ""
}

.fa-bicycle:before {
  content: ""
}

.fa-bus:before {
  content: ""
}

.fa-ioxhost:before {
  content: ""
}

.fa-angellist:before {
  content: ""
}

.fa-cc:before {
  content: ""
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
  content: ""
}

.fa-meanpath:before {
  content: ""
}

.fa-buysellads:before {
  content: ""
}

.fa-connectdevelop:before {
  content: ""
}

.fa-dashcube:before {
  content: ""
}

.fa-forumbee:before {
  content: ""
}

.fa-leanpub:before {
  content: ""
}

.fa-sellsy:before {
  content: ""
}

.fa-shirtsinbulk:before {
  content: ""
}

.fa-simplybuilt:before {
  content: ""
}

.fa-skyatlas:before {
  content: ""
}

.fa-cart-plus:before {
  content: ""
}

.fa-cart-arrow-down:before {
  content: ""
}

.fa-diamond:before {
  content: ""
}

.fa-ship:before {
  content: ""
}

.fa-user-secret:before {
  content: ""
}

.fa-motorcycle:before {
  content: ""
}

.fa-street-view:before {
  content: ""
}

.fa-heartbeat:before {
  content: ""
}

.fa-venus:before {
  content: ""
}

.fa-mars:before {
  content: ""
}

.fa-mercury:before {
  content: ""
}

.fa-intersex:before,.fa-transgender:before {
  content: ""
}

.fa-transgender-alt:before {
  content: ""
}

.fa-venus-double:before {
  content: ""
}

.fa-mars-double:before {
  content: ""
}

.fa-venus-mars:before {
  content: ""
}

.fa-mars-stroke:before {
  content: ""
}

.fa-mars-stroke-v:before {
  content: ""
}

.fa-mars-stroke-h:before {
  content: ""
}

.fa-neuter:before {
  content: ""
}

.fa-genderless:before {
  content: ""
}

.fa-facebook-official:before {
  content: ""
}

.fa-pinterest-p:before {
  content: ""
}

.fa-whatsapp:before {
  content: ""
}

.fa-server:before {
  content: ""
}

.fa-user-plus:before {
  content: ""
}

.fa-user-times:before {
  content: ""
}

.fa-bed:before,.fa-hotel:before {
  content: ""
}

.fa-viacoin:before {
  content: ""
}

.fa-train:before {
  content: ""
}

.fa-subway:before {
  content: ""
}

.fa-medium:before {
  content: ""
}

.fa-y-combinator:before,.fa-yc:before {
  content: ""
}

.fa-optin-monster:before {
  content: ""
}

.fa-opencart:before {
  content: ""
}

.fa-expeditedssl:before {
  content: ""
}

.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before {
  content: ""
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
  content: ""
}

.fa-battery-2:before,.fa-battery-half:before {
  content: ""
}

.fa-battery-1:before,.fa-battery-quarter:before {
  content: ""
}

.fa-battery-0:before,.fa-battery-empty:before {
  content: ""
}

.fa-mouse-pointer:before {
  content: ""
}

.fa-i-cursor:before {
  content: ""
}

.fa-object-group:before {
  content: ""
}

.fa-object-ungroup:before {
  content: ""
}

.fa-sticky-note:before {
  content: ""
}

.fa-sticky-note-o:before {
  content: ""
}

.fa-cc-jcb:before {
  content: ""
}

.fa-cc-diners-club:before {
  content: ""
}

.fa-clone:before {
  content: ""
}

.fa-balance-scale:before {
  content: ""
}

.fa-hourglass-o:before {
  content: ""
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
  content: ""
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
  content: ""
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
  content: ""
}

.fa-hourglass:before {
  content: ""
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
  content: ""
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
  content: ""
}

.fa-hand-scissors-o:before {
  content: ""
}

.fa-hand-lizard-o:before {
  content: ""
}

.fa-hand-spock-o:before {
  content: ""
}

.fa-hand-pointer-o:before {
  content: ""
}

.fa-hand-peace-o:before {
  content: ""
}

.fa-trademark:before {
  content: ""
}

.fa-registered:before {
  content: ""
}

.fa-creative-commons:before {
  content: ""
}

.fa-gg:before {
  content: ""
}

.fa-gg-circle:before {
  content: ""
}

.fa-tripadvisor:before {
  content: ""
}

.fa-odnoklassniki:before {
  content: ""
}

.fa-odnoklassniki-square:before {
  content: ""
}

.fa-get-pocket:before {
  content: ""
}

.fa-wikipedia-w:before {
  content: ""
}

.fa-safari:before {
  content: ""
}

.fa-chrome:before {
  content: ""
}

.fa-firefox:before {
  content: ""
}

.fa-opera:before {
  content: ""
}

.fa-internet-explorer:before {
  content: ""
}

.fa-television:before,.fa-tv:before {
  content: ""
}

.fa-contao:before {
  content: ""
}

.fa-500px:before {
  content: ""
}

.fa-amazon:before {
  content: ""
}

.fa-calendar-plus-o:before {
  content: ""
}

.fa-calendar-minus-o:before {
  content: ""
}

.fa-calendar-times-o:before {
  content: ""
}

.fa-calendar-check-o:before {
  content: ""
}

.fa-industry:before {
  content: ""
}

.fa-map-pin:before {
  content: ""
}

.fa-map-signs:before {
  content: ""
}

.fa-map-o:before {
  content: ""
}

.fa-map:before {
  content: ""
}

.fa-commenting:before {
  content: ""
}

.fa-commenting-o:before {
  content: ""
}

.fa-houzz:before {
  content: ""
}

.fa-vimeo:before {
  content: ""
}

.fa-black-tie:before {
  content: ""
}

.fa-fonticons:before {
  content: ""
}

.fa-reddit-alien:before {
  content: ""
}

.fa-edge:before {
  content: ""
}

.fa-credit-card-alt:before {
  content: ""
}

.fa-codiepie:before {
  content: ""
}

.fa-modx:before {
  content: ""
}

.fa-fort-awesome:before {
  content: ""
}

.fa-usb:before {
  content: ""
}

.fa-product-hunt:before {
  content: ""
}

.fa-mixcloud:before {
  content: ""
}

.fa-scribd:before {
  content: ""
}

.fa-pause-circle:before {
  content: ""
}

.fa-pause-circle-o:before {
  content: ""
}

.fa-stop-circle:before {
  content: ""
}

.fa-stop-circle-o:before {
  content: ""
}

.fa-shopping-bag:before {
  content: ""
}

.fa-shopping-basket:before {
  content: ""
}

.fa-hashtag:before {
  content: ""
}

.fa-bluetooth:before {
  content: ""
}

.fa-bluetooth-b:before {
  content: ""
}

.fa-percent:before {
  content: ""
}

.fa-gitlab:before {
  content: ""
}

.fa-wpbeginner:before {
  content: ""
}

.fa-wpforms:before {
  content: ""
}

.fa-envira:before {
  content: ""
}

.fa-universal-access:before {
  content: ""
}

.fa-wheelchair-alt:before {
  content: ""
}

.fa-question-circle-o:before {
  content: ""
}

.fa-blind:before {
  content: ""
}

.fa-audio-description:before {
  content: ""
}

.fa-volume-control-phone:before {
  content: ""
}

.fa-braille:before {
  content: ""
}

.fa-assistive-listening-systems:before {
  content: ""
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
  content: ""
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
  content: ""
}

.fa-glide:before {
  content: ""
}

.fa-glide-g:before {
  content: ""
}

.fa-sign-language:before,.fa-signing:before {
  content: ""
}

.fa-low-vision:before {
  content: ""
}

.fa-viadeo:before {
  content: ""
}

.fa-viadeo-square:before {
  content: ""
}

.fa-snapchat:before {
  content: ""
}

.fa-snapchat-ghost:before {
  content: ""
}

.fa-snapchat-square:before {
  content: ""
}

.fa-pied-piper:before {
  content: ""
}

.fa-first-order:before {
  content: ""
}

.fa-yoast:before {
  content: ""
}

.fa-themeisle:before {
  content: ""
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
  content: ""
}

.fa-fa:before,.fa-font-awesome:before {
  content: ""
}

.fa-handshake-o:before {
  content: ""
}

.fa-envelope-open:before {
  content: ""
}

.fa-envelope-open-o:before {
  content: ""
}

.fa-linode:before {
  content: ""
}

.fa-address-book:before {
  content: ""
}

.fa-address-book-o:before {
  content: ""
}

.fa-address-card:before,.fa-vcard:before {
  content: ""
}

.fa-address-card-o:before,.fa-vcard-o:before {
  content: ""
}

.fa-user-circle:before {
  content: ""
}

.fa-user-circle-o:before {
  content: ""
}

.fa-user-o:before {
  content: ""
}

.fa-id-badge:before {
  content: ""
}

.fa-drivers-license:before,.fa-id-card:before {
  content: ""
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
  content: ""
}

.fa-quora:before {
  content: ""
}

.fa-free-code-camp:before {
  content: ""
}

.fa-telegram:before {
  content: ""
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
  content: ""
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
  content: ""
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
  content: ""
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
  content: ""
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
  content: ""
}

.fa-shower:before {
  content: ""
}

.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
  content: ""
}

.fa-podcast:before {
  content: ""
}

.fa-window-maximize:before {
  content: ""
}

.fa-window-minimize:before {
  content: ""
}

.fa-window-restore:before {
  content: ""
}

.fa-times-rectangle:before,.fa-window-close:before {
  content: ""
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
  content: ""
}

.fa-bandcamp:before {
  content: ""
}

.fa-grav:before {
  content: ""
}

.fa-etsy:before {
  content: ""
}

.fa-imdb:before {
  content: ""
}

.fa-ravelry:before {
  content: ""
}

.fa-eercast:before {
  content: ""
}

.fa-microchip:before {
  content: ""
}

.fa-snowflake-o:before {
  content: ""
}

.fa-superpowers:before {
  content: ""
}

.fa-wpexplorer:before {
  content: ""
}

.fa-meetup:before {
  content: ""
}

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

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

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}[dir=rtl] .slick-slide {
   float: right
 }

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger {
      padding: 10px 10px;
      display: inline-block;
      cursor: pointer;
      -webkit-transition-property: opacity,filter;
      -o-transition-property: opacity,filter;
      transition-property: opacity,filter;
      -webkit-transition-duration: .3s;
      -o-transition-duration: .3s;
      transition-duration: .3s;
      -webkit-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear;
      font: inherit;
      color: inherit;
      text-transform: none;
      background-color: transparent;
      border: 0;
      margin: 0;
      overflow: visible
    }

.hamburger:hover {
  opacity: 1
}

.hamburger-box {
  width: 20px;
  height: 17px;
  display: inline-block;
  position: relative
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px
}

.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before {
  width: 20px;
  height: 3px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform,-o-transform;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease
}

.hamburger-inner::after,.hamburger-inner::before {
  content: "";
  display: block
}

.hamburger-inner::before {
  top: -7px
}

.hamburger-inner::after {
  bottom: -7px
}

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 40px;
  perspective: 40px
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
  transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
  -o-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform .2s cubic-bezier(.645,.045,.355,1);
  transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1),-o-transform .2s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dx .hamburger-inner::after,.hamburger--3dx .hamburger-inner::before {
  -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
  -o-transition: -o-transform 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform 0s .1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0,7px,0) rotate(45deg);
  transform: translate3d(0,7px,0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0,-7px,0) rotate(-45deg);
  transform: translate3d(0,-7px,0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 40px;
  perspective: 40px
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
  transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
  -o-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform .2s cubic-bezier(.645,.045,.355,1);
  transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1),-o-transform .2s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dx-r .hamburger-inner::after,.hamburger--3dx-r .hamburger-inner::before {
  -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
  -o-transition: -o-transform 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform 0s .1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0,7px,0) rotate(45deg);
  transform: translate3d(0,7px,0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0,-7px,0) rotate(-45deg);
  transform: translate3d(0,-7px,0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 40px;
  perspective: 40px
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
  transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
  -o-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform .2s cubic-bezier(.645,.045,.355,1);
  transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1),-o-transform .2s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dy .hamburger-inner::after,.hamburger--3dy .hamburger-inner::before {
  -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
  -o-transition: -o-transform 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform 0s .1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0,7px,0) rotate(45deg);
  transform: translate3d(0,7px,0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0,-7px,0) rotate(-45deg);
  transform: translate3d(0,-7px,0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 40px;
  perspective: 40px
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
  transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
  -o-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform .2s cubic-bezier(.645,.045,.355,1);
  transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1),-o-transform .2s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dy-r .hamburger-inner::after,.hamburger--3dy-r .hamburger-inner::before {
  -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
  -o-transition: -o-transform 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
  transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1),-o-transform 0s .1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0,7px,0) rotate(45deg);
  transform: translate3d(0,7px,0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0,-7px,0) rotate(-45deg);
  transform: translate3d(0,-7px,0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-4px,0,0) rotate(-45deg) scale(.7,1);
  transform: translate3d(-4px,0,0) rotate(-45deg) scale(.7,1)
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-4px,0,0) rotate(45deg) scale(.7,1);
  transform: translate3d(-4px,0,0) rotate(45deg) scale(.7,1)
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(4px,0,0) rotate(45deg) scale(.7,1);
  transform: translate3d(4px,0,0) rotate(45deg) scale(.7,1)
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(4px,0,0) rotate(-45deg) scale(.7,1);
  transform: translate3d(4px,0,0) rotate(-45deg) scale(.7,1)
}

.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);
  transition: top .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);
  -o-transition: top .1s .15s ease,-o-transform .15s cubic-bezier(.165,.84,.44,1);
  transition: top .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1);
  transition: top .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1),-webkit-transform .15s cubic-bezier(.165,.84,.44,1),-o-transform .15s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);
  transition: bottom .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);
  -o-transition: bottom .1s .15s ease,-o-transform .15s cubic-bezier(.165,.84,.44,1);
  transition: bottom .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1);
  transition: bottom .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1),-webkit-transform .15s cubic-bezier(.165,.84,.44,1),-o-transform .15s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-4px,-5px,0) rotate(-45deg) scale(.7,1);
  transform: translate3d(-4px,-5px,0) rotate(-45deg) scale(.7,1);
  -webkit-transition: top .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
  transition: top .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
  -o-transition: top .1s ease,-o-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
  transition: top .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22);
  transition: top .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22),-o-transform .15s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-4px,5px,0) rotate(45deg) scale(.7,1);
  transform: translate3d(-4px,5px,0) rotate(45deg) scale(.7,1);
  -webkit-transition: bottom .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
  transition: bottom .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
  -o-transition: bottom .1s ease,-o-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
  transition: bottom .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22);
  transition: bottom .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22),-o-transform .15s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);
  transition: top .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);
  -o-transition: top .1s .15s ease,-o-transform .15s cubic-bezier(.165,.84,.44,1);
  transition: top .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1);
  transition: top .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1),-webkit-transform .15s cubic-bezier(.165,.84,.44,1),-o-transform .15s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);
  transition: bottom .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);
  -o-transition: bottom .1s .15s ease,-o-transform .15s cubic-bezier(.165,.84,.44,1);
  transition: bottom .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1);
  transition: bottom .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1),-webkit-transform .15s cubic-bezier(.165,.84,.44,1),-o-transform .15s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(4px,-5px,0) rotate(45deg) scale(.7,1);
  transform: translate3d(4px,-5px,0) rotate(45deg) scale(.7,1);
  -webkit-transition: top .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
  transition: top .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
  -o-transition: top .1s ease,-o-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
  transition: top .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22);
  transition: top .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22),-o-transform .15s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(4px,5px,0) rotate(-45deg) scale(.7,1);
  transform: translate3d(4px,5px,0) rotate(-45deg) scale(.7,1);
  -webkit-transition: bottom .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
  transition: bottom .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
  -o-transition: bottom .1s ease,-o-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
  transition: bottom .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22);
  transition: bottom .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22),-o-transform .15s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner::after,.hamburger--boring .hamburger-inner::before {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
  -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  -o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
  -o-transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
  transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
  transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
  -o-transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-o-transform .15s cubic-bezier(.55,.055,.675,.19);
  transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19);
  transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19),-o-transform .15s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0,-7px,0) rotate(-45deg);
  transform: translate3d(0,-7px,0) rotate(-45deg);
  -webkit-transition-delay: .32s;
  -o-transition-delay: .32s;
  transition-delay: .32s;
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear;
  -o-transition: top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear;
  transition: top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);
  transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);
  -o-transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-o-transform .15s .42s cubic-bezier(.215,.61,.355,1);
  transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1);
  transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1),-o-transform .15s .42s cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
  -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  -o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
  -o-transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
  transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
  transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
  -o-transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-o-transform .15s cubic-bezier(.55,.055,.675,.19);
  transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19);
  transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19),-o-transform .15s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0,-7px,0) rotate(45deg);
  transform: translate3d(0,-7px,0) rotate(45deg);
  -webkit-transition-delay: .32s;
  -o-transition-delay: .32s;
  transition-delay: .32s;
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear;
  -o-transition: top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear;
  transition: top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);
  transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);
  -o-transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-o-transform .15s .42s cubic-bezier(.215,.61,.355,1);
  transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1);
  transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1),-o-transform .15s .42s cubic-bezier(.215,.61,.355,1)
}

.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
  -o-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
  transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  -webkit-transition: opacity .15s .4s ease;
  -o-transition: opacity .15s .4s ease;
  transition: opacity .15s .4s ease
}

.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55);
  transition: -webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55);
  -o-transition: -o-transform .4s cubic-bezier(.68,-.55,.265,1.55);
  transition: transform .4s cubic-bezier(.68,-.55,.265,1.55);
  transition: transform .4s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55),-o-transform .4s cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0,7px,0) rotate(135deg);
  transform: translate3d(0,7px,0) rotate(135deg);
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0,-14px,0) rotate(-270deg);
  transform: translate3d(0,-14px,0) rotate(-270deg);
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
  -o-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
  transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  -webkit-transition: opacity .15s .4s ease;
  -o-transition: opacity .15s .4s ease;
  transition: opacity .15s .4s ease
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55);
  transition: -webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55);
  -o-transition: -o-transform .4s cubic-bezier(.68,-.55,.265,1.55);
  transition: transform .4s cubic-bezier(.68,-.55,.265,1.55);
  transition: transform .4s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55),-o-transform .4s cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0,7px,0) rotate(-135deg);
  transform: translate3d(0,7px,0) rotate(-135deg);
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0,-14px,0) rotate(270deg);
  transform: translate3d(0,-14px,0) rotate(270deg);
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

.hamburger--emphatic {
  overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color .2s .25s ease-in;
  -o-transition: background-color .2s .25s ease-in;
  transition: background-color .2s .25s ease-in
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 50ms .2s linear,left .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);
  transition: top 50ms .2s linear,left .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);
  -o-transition: top 50ms .2s linear,left .2s .25s ease-in,-o-transform .2s cubic-bezier(.6,.04,.98,.335);
  transition: transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,left .2s .25s ease-in;
  transition: transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,left .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335),-o-transform .2s cubic-bezier(.6,.04,.98,.335)
}

.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
  right: 0;
  -webkit-transition: top 50ms .2s linear,right .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);
  transition: top 50ms .2s linear,right .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);
  -o-transition: top 50ms .2s linear,right .2s .25s ease-in,-o-transform .2s cubic-bezier(.6,.04,.98,.335);
  transition: transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,right .2s .25s ease-in;
  transition: transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,right .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335),-o-transform .2s cubic-bezier(.6,.04,.98,.335)
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -40px;
  top: -40px;
  -webkit-transform: translate3d(40px,40px,0) rotate(45deg);
  transform: translate3d(40px,40px,0) rotate(45deg);
  -webkit-transition: left .2s ease-out,top 50ms .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
  transition: left .2s ease-out,top 50ms .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
  -o-transition: left .2s ease-out,top 50ms .2s linear,-o-transform .2s .25s cubic-bezier(.075,.82,.165,1);
  transition: left .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1);
  transition: left .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1),-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1),-o-transform .2s .25s cubic-bezier(.075,.82,.165,1)
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -40px;
  top: -40px;
  -webkit-transform: translate3d(-40px,40px,0) rotate(-45deg);
  transform: translate3d(-40px,40px,0) rotate(-45deg);
  -webkit-transition: right .2s ease-out,top 50ms .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
  transition: right .2s ease-out,top 50ms .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
  -o-transition: right .2s ease-out,top 50ms .2s linear,-o-transform .2s .25s cubic-bezier(.075,.82,.165,1);
  transition: right .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1);
  transition: right .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1),-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1),-o-transform .2s .25s cubic-bezier(.075,.82,.165,1)
}

.hamburger--emphatic-r {
  overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color .2s .25s ease-in;
  -o-transition: background-color .2s .25s ease-in;
  transition: background-color .2s .25s ease-in
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 50ms .2s linear,left .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);
  transition: top 50ms .2s linear,left .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);
  -o-transition: top 50ms .2s linear,left .2s .25s ease-in,-o-transform .2s cubic-bezier(.6,.04,.98,.335);
  transition: transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,left .2s .25s ease-in;
  transition: transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,left .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335),-o-transform .2s cubic-bezier(.6,.04,.98,.335)
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 7px;
  right: 0;
  -webkit-transition: top 50ms .2s linear,right .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);
  transition: top 50ms .2s linear,right .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);
  -o-transition: top 50ms .2s linear,right .2s .25s ease-in,-o-transform .2s cubic-bezier(.6,.04,.98,.335);
  transition: transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,right .2s .25s ease-in;
  transition: transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,right .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335),-o-transform .2s cubic-bezier(.6,.04,.98,.335)
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -40px;
  top: 40px;
  -webkit-transform: translate3d(40px,-40px,0) rotate(-45deg);
  transform: translate3d(40px,-40px,0) rotate(-45deg);
  -webkit-transition: left .2s ease-out,top 50ms .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
  transition: left .2s ease-out,top 50ms .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
  -o-transition: left .2s ease-out,top 50ms .2s linear,-o-transform .2s .25s cubic-bezier(.075,.82,.165,1);
  transition: left .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1);
  transition: left .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1),-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1),-o-transform .2s .25s cubic-bezier(.075,.82,.165,1)
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -40px;
  top: 40px;
  -webkit-transform: translate3d(-40px,-40px,0) rotate(45deg);
  transform: translate3d(-40px,-40px,0) rotate(45deg);
  -webkit-transition: right .2s ease-out,top 50ms .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
  transition: right .2s ease-out,top 50ms .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
  -o-transition: right .2s ease-out,top 50ms .2s linear,-o-transform .2s .25s cubic-bezier(.075,.82,.165,1);
  transition: right .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1);
  transition: right .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1),-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1),-o-transform .2s .25s cubic-bezier(.075,.82,.165,1)
}

.hamburger--slider .hamburger-inner {
  top: 1.5px
}

.hamburger--slider .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,-o-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform,-o-transform;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s
}

.hamburger--slider .hamburger-inner::after {
  top: 14px
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0,7px,0) rotate(45deg);
  transform: translate3d(0,7px,0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-2.8571428571px,-4px,0);
  transform: rotate(-45deg) translate3d(-2.8571428571px,-4px,0);
  opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0,-14px,0) rotate(-90deg);
  transform: translate3d(0,-14px,0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
  top: 1.5px
}

.hamburger--slider-r .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,-o-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform,-o-transform;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s
}

.hamburger--slider-r .hamburger-inner::after {
  top: 14px
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0,7px,0) rotate(-45deg);
  transform: translate3d(0,7px,0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(2.8571428571px,-4px,0);
  transform: rotate(45deg) translate3d(2.8571428571px,-4px,0);
  opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0,-14px,0) rotate(90deg);
  transform: translate3d(0,-14px,0) rotate(90deg)
}

.hamburger--spring .hamburger-inner {
  top: 1.5px;
  -webkit-transition: background-color 0s .15s linear;
  -o-transition: background-color 0s .15s linear;
  transition: background-color 0s .15s linear
}

.hamburger--spring .hamburger-inner::before {
  top: 7px;
  -webkit-transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
  transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
  -o-transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-o-transform .15s cubic-bezier(.55,.055,.675,.19);
  transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19);
  transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19),-o-transform .15s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring .hamburger-inner::after {
  top: 14px;
  -webkit-transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
  transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
  -o-transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),-o-transform .15s cubic-bezier(.55,.055,.675,.19);
  transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19);
  transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19),-o-transform .15s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: .32s;
  -o-transition-delay: .32s;
  transition-delay: .32s;
  background-color: transparent
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .32s cubic-bezier(.215,.61,.355,1);
  transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .32s cubic-bezier(.215,.61,.355,1);
  -o-transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-o-transform .15s .32s cubic-bezier(.215,.61,.355,1);
  transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .32s cubic-bezier(.215,.61,.355,1);
  transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .32s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s .32s cubic-bezier(.215,.61,.355,1),-o-transform .15s .32s cubic-bezier(.215,.61,.355,1);
  -webkit-transform: translate3d(0,7px,0) rotate(45deg);
  transform: translate3d(0,7px,0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top .3s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .32s cubic-bezier(.215,.61,.355,1);
  transition: top .3s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .32s cubic-bezier(.215,.61,.355,1);
  -o-transition: top .3s cubic-bezier(.33333,0,.66667,.33333),-o-transform .15s .32s cubic-bezier(.215,.61,.355,1);
  transition: top .3s cubic-bezier(.33333,0,.66667,.33333),transform .15s .32s cubic-bezier(.215,.61,.355,1);
  transition: top .3s cubic-bezier(.33333,0,.66667,.33333),transform .15s .32s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s .32s cubic-bezier(.215,.61,.355,1),-o-transform .15s .32s cubic-bezier(.215,.61,.355,1);
  -webkit-transform: translate3d(0,7px,0) rotate(-45deg);
  transform: translate3d(0,7px,0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  -o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring-r .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear;
  -o-transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear;
  transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear
}

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
  transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
  -o-transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-o-transform .15s cubic-bezier(.55,.055,.675,.19);
  transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19);
  transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19),-o-transform .15s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0,-7px,0) rotate(-45deg);
  transform: translate3d(0,-7px,0) rotate(-45deg);
  -webkit-transition-delay: .32s;
  -o-transition-delay: .32s;
  transition-delay: .32s;
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top .3s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .32s linear;
  -o-transition: top .3s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .32s linear;
  transition: top .3s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .32s linear
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .32s cubic-bezier(.215,.61,.355,1);
  transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .32s cubic-bezier(.215,.61,.355,1);
  -o-transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-o-transform .15s .32s cubic-bezier(.215,.61,.355,1);
  transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .32s cubic-bezier(.215,.61,.355,1);
  transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .32s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s .32s cubic-bezier(.215,.61,.355,1),-o-transform .15s .32s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s .1s linear,-webkit-transform .1s .22s cubic-bezier(.55,.055,.675,.19);
  transition: background-color 0s .1s linear,-webkit-transform .1s .22s cubic-bezier(.55,.055,.675,.19);
  -o-transition: background-color 0s .1s linear,-o-transform .1s .22s cubic-bezier(.55,.055,.675,.19);
  transition: transform .1s .22s cubic-bezier(.55,.055,.675,.19),background-color 0s .1s linear;
  transition: transform .1s .22s cubic-bezier(.55,.055,.675,.19),background-color 0s .1s linear,-webkit-transform .1s .22s cubic-bezier(.55,.055,.675,.19),-o-transform .1s .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top .1s .1s ease-in,-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19);
  transition: top .1s .1s ease-in,-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19);
  -o-transition: top .1s .1s ease-in,-o-transform .1s 0s cubic-bezier(.55,.055,.675,.19);
  transition: top .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19);
  transition: top .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19),-o-transform .1s 0s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom .1s .1s ease-in,-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s .1s ease-in,-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19);
  -o-transition: bottom .1s .1s ease-in,-o-transform .1s 0s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19),-o-transform .1s 0s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s .22s linear,-webkit-transform .1s 0s cubic-bezier(.215,.61,.355,1);
  transition: background-color 0s .22s linear,-webkit-transform .1s 0s cubic-bezier(.215,.61,.355,1);
  -o-transition: background-color 0s .22s linear,-o-transform .1s 0s cubic-bezier(.215,.61,.355,1);
  transition: transform .1s 0s cubic-bezier(.215,.61,.355,1),background-color 0s .22s linear;
  transition: transform .1s 0s cubic-bezier(.215,.61,.355,1),background-color 0s .22s linear,-webkit-transform .1s 0s cubic-bezier(.215,.61,.355,1),-o-transform .1s 0s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top .1s .12s ease-out,-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1);
  transition: top .1s .12s ease-out,-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1);
  -o-transition: top .1s .12s ease-out,-o-transform .1s .22s cubic-bezier(.215,.61,.355,1);
  transition: top .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1);
  transition: top .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1),-o-transform .1s .22s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: bottom .1s .12s ease-out,-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1);
  transition: bottom .1s .12s ease-out,-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1);
  -o-transition: bottom .1s .12s ease-out,-o-transform .1s .22s cubic-bezier(.215,.61,.355,1);
  transition: bottom .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1);
  transition: bottom .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1),-o-transform .1s .22s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s .1s linear,-webkit-transform .1s .22s cubic-bezier(.55,.055,.675,.19);
  transition: background-color 0s .1s linear,-webkit-transform .1s .22s cubic-bezier(.55,.055,.675,.19);
  -o-transition: background-color 0s .1s linear,-o-transform .1s .22s cubic-bezier(.55,.055,.675,.19);
  transition: transform .1s .22s cubic-bezier(.55,.055,.675,.19),background-color 0s .1s linear;
  transition: transform .1s .22s cubic-bezier(.55,.055,.675,.19),background-color 0s .1s linear,-webkit-transform .1s .22s cubic-bezier(.55,.055,.675,.19),-o-transform .1s .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top .1s .1s ease-in,-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19);
  transition: top .1s .1s ease-in,-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19);
  -o-transition: top .1s .1s ease-in,-o-transform .1s 0s cubic-bezier(.55,.055,.675,.19);
  transition: top .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19);
  transition: top .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19),-o-transform .1s 0s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom .1s .1s ease-in,-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s .1s ease-in,-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19);
  -o-transition: bottom .1s .1s ease-in,-o-transform .1s 0s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19),-o-transform .1s 0s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s .22s linear,-webkit-transform .1s 0s cubic-bezier(.215,.61,.355,1);
  transition: background-color 0s .22s linear,-webkit-transform .1s 0s cubic-bezier(.215,.61,.355,1);
  -o-transition: background-color 0s .22s linear,-o-transform .1s 0s cubic-bezier(.215,.61,.355,1);
  transition: transform .1s 0s cubic-bezier(.215,.61,.355,1),background-color 0s .22s linear;
  transition: transform .1s 0s cubic-bezier(.215,.61,.355,1),background-color 0s .22s linear,-webkit-transform .1s 0s cubic-bezier(.215,.61,.355,1),-o-transform .1s 0s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top .1s .12s ease-out,-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1);
  transition: top .1s .12s ease-out,-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1);
  -o-transition: top .1s .12s ease-out,-o-transform .1s .22s cubic-bezier(.215,.61,.355,1);
  transition: top .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1);
  transition: top .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1),-o-transform .1s .22s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: bottom .1s .12s ease-out,-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1);
  transition: bottom .1s .12s ease-out,-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1);
  -o-transition: bottom .1s .12s ease-out,-o-transform .1s .22s cubic-bezier(.215,.61,.355,1);
  transition: bottom .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1);
  transition: bottom .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1),-o-transform .1s .22s cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  -o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top .1s .34s ease-in,opacity .1s ease-in;
  -o-transition: top .1s .34s ease-in,opacity .1s ease-in;
  transition: top .1s .34s ease-in,opacity .1s ease-in
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom .1s .34s ease-in,-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s .34s ease-in,-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
  -o-transition: bottom .1s .34s ease-in,-o-transform .3s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19),-o-transform .3s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: .14s;
  -o-transition-delay: .14s;
  transition-delay: .14s;
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top .1s ease-out,opacity .1s .14s ease-out;
  -o-transition: top .1s ease-out,opacity .1s .14s ease-out;
  transition: top .1s ease-out,opacity .1s .14s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom .1s ease-out,-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);
  transition: bottom .1s ease-out,-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);
  -o-transition: bottom .1s ease-out,-o-transform .3s .14s cubic-bezier(.215,.61,.355,1);
  transition: bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1);
  transition: bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1),-o-transform .3s .14s cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  -o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top .1s .34s ease-in,opacity .1s ease-in;
  -o-transition: top .1s .34s ease-in,opacity .1s ease-in;
  transition: top .1s .34s ease-in,opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom .1s .34s ease-in,-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s .34s ease-in,-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
  -o-transition: bottom .1s .34s ease-in,-o-transform .3s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19),-o-transform .3s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition-delay: .14s;
  -o-transition-delay: .14s;
  transition-delay: .14s;
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top .1s ease-out,opacity .1s .14s ease-out;
  -o-transition: top .1s ease-out,opacity .1s .14s ease-out;
  transition: top .1s ease-out,opacity .1s .14s ease-out
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: bottom .1s ease-out,-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);
  transition: bottom .1s ease-out,-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);
  -o-transition: bottom .1s ease-out,-o-transform .3s .14s cubic-bezier(.215,.61,.355,1);
  transition: bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1);
  transition: bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1),-o-transform .3s .14s cubic-bezier(.215,.61,.355,1)
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  -o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top .1s .14s ease,opacity .1s ease;
  -o-transition: top .1s .14s ease,opacity .1s ease;
  transition: top .1s .14s ease,opacity .1s ease
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom .1s .14s ease,-webkit-transform .1s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s .14s ease,-webkit-transform .1s cubic-bezier(.55,.055,.675,.19);
  -o-transition: bottom .1s .14s ease,-o-transform .1s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s .14s ease,transform .1s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s .14s ease,transform .1s cubic-bezier(.55,.055,.675,.19),-webkit-transform .1s cubic-bezier(.55,.055,.675,.19),-o-transform .1s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: .14s;
  -o-transition-delay: .14s;
  transition-delay: .14s;
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top .1s ease,opacity .1s .14s ease;
  -o-transition: top .1s ease,opacity .1s .14s ease;
  transition: top .1s ease,opacity .1s .14s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom .1s ease,-webkit-transform .1s .14s cubic-bezier(.215,.61,.355,1);
  transition: bottom .1s ease,-webkit-transform .1s .14s cubic-bezier(.215,.61,.355,1);
  -o-transition: bottom .1s ease,-o-transform .1s .14s cubic-bezier(.215,.61,.355,1);
  transition: bottom .1s ease,transform .1s .14s cubic-bezier(.215,.61,.355,1);
  transition: bottom .1s ease,transform .1s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .1s .14s cubic-bezier(.215,.61,.355,1),-o-transform .1s .14s cubic-bezier(.215,.61,.355,1)
}

.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
  -o-transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex .hamburger-inner::after,.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top,opacity;
  -o-transition-property: top,opacity;
  transition-property: top,opacity
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,-webkit-transform;
  -o-transition-property: bottom,-o-transform;
  transition-property: bottom,transform;
  transition-property: bottom,transform,-webkit-transform,-o-transform
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
  -o-transform: rotate(765deg);
  transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
  -o-transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex.is-active .hamburger-inner::after,.hamburger--vortex.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
  -o-transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex-r .hamburger-inner::after,.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top,opacity;
  -o-transition-property: top,opacity;
  transition-property: top,opacity
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,-webkit-transform;
  -o-transition-property: bottom,-o-transform;
  transition-property: bottom,transform;
  transition-property: bottom,transform,-webkit-transform,-o-transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
  -o-transform: rotate(-765deg);
  transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
  -o-transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex-r.is-active .hamburger-inner::after,.hamburger--vortex-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

html {
  font-size: 62.5%
}

@media (min-width:1200px) {
  .container,.single-post .content {
    width: 1170px;
    max-width: 100%
  }
}

body {
  font-size: 14px
}

@media (min-width:576px) {
  body {
    font-size: 14px
  }
}

@media (min-width:768px) {
  body {
    font-size: 16px
  }
}

h1,h2,h3,h4,h5 {
  margin-top: 0;
  line-height: 1.4
}

@media (max-width:767px) {
  h3 {
    font-size: 2.2rem
  }
}

p {
  margin-bottom: 1.1rem
}

.big-title {
  font-size: 2.8rem
}

.huge-text {
  font-family: norwesterregular;
  font-size: 7.5rem;
  line-height: 1.1!important
}

.medium-text {
  font-size: 2.4rem;
  line-height: 1.4!important
}

.small-text {
  font-size: 1.5rem
}

ol li,ul li {
  line-height: 2
}

ol.flex-list,ul.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

ol.flex-list li,ul.flex-list li {
  list-style: none;
  margin: 0 1.4rem
}

ol.flex-list li a,ul.flex-list li a {
  color: #fff;
  font-size: 2.6rem
}

ol.list-inverse a,ol.list-inverse li,ul.list-inverse a,ul.list-inverse li {
  color: #fff!important
}

ol.list-standard li,ul.list-standard li {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1.3rem
}

ol.list-standard li a,ul.list-standard li a {
  color: #1d1a1a;
  font-size: 1.4rem;
  font-weight: 500
}

main.main {
  float: none;
  padding: 0
}

.bg-repeat {
  background-repeat: repeat
}

.bg-no-repeat {
  background-repeat: repeat
}

.bg-cover {
  background-size: cover
}

.text-center>img {
  display: inline-block
}

.column.vcenter,.vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.h-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

@media (min-width:992px) {
  .force-100 {
    width: 100%
  }
}

.content-grid .card h4,.subtitle {
  color: #05c3de;
  font-size: 2rem;
  margin-bottom: 4rem
}

.clear-left {
  clear: left
}

.highlight {
  display: inline-block;
  position: relative;
  padding: 0 3px
}

.highlight:after {
  border-bottom: 10px solid #8edd65;
  content: "";
  display: block;
  margin-top: -8px
}

.featured-title {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 3rem
}

.featured-title:after {
  background-color: #8edd65;
  content: "";
  display: block;
  height: 5px;
  width: 120px;
  position: absolute;
  bottom: 0;
  left: 0
}

.featured-title.ft-centered:after {
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0)
}

.featured-title.ft-small:after {
  width: 64px;
  height: 4px
}

.font-small {
  font-size: 1.4rem
}

.font-small h3 {
  font-size: 2rem
}

.font-medium {
  font-size: 1.5rem
}

.block-inverse {
  color: #fff
}

.back-to-blog {
  color: #1d1a1a;
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.6rem;
  margin-top: 6rem;
  margin-bottom: 2rem
}

.back-to-blog i {
  font-size: 1.4rem;
  margin-right: 1rem;
  vertical-align: middle
}

@media (max-width:767px) {
  .block .column:not(.col-sm-12) {
    margin-bottom: 3rem
  }
}

@media (max-width:575px) {
  .block .column:last-child {
    margin-bottom: 0
  }
}

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

@media (min-width:576px) {
  .dropdown-menu>li>a {
    white-space: nowrap
  }
}

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

@media (min-width:576px) {
  .col-img-wrap {
    padding-top: calc(50vw - 140px)
  }
}

.col-img-wrap div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 40vw
}

@media (max-width:575px) {
  .col-img-wrap div {
    margin-bottom: 3rem
  }
}

@media (min-width:576px) {
  .col-img-wrap div {
    position: absolute;
    right: 15px;
    top: 0;
    max-width: none!important
  }
}

@media (min-width:576px) {
  .col-img-wrap div {
    height: 100%;
    width: calc(50vw - 140px)
  }
}

@media (min-width:768px) {
  .col-img-wrap div {
    width: calc(50vw - 177px)
  }
}

@media (min-width:992px) {
  .col-img-wrap div {
    width: calc(50vw - 210px)
  }
}

.col-img-wrap-50>div {
  background-position: center
}

@media (max-width:575px) {
  .col-img-wrap-50>div {
    margin-bottom: 3rem
  }
}

@media (min-width:576px) {
  .col-img-wrap-50>div {
    position: absolute;
    left: 0;
    top: 0;
    max-width: none!important
  }
}

@media (min-width:576px) {
  .col-img-wrap-50>div {
    width: 50vw
  }
}

.social-shortcode {
  color: #afafaf
}

.social-shortcode span {
  display: inline-block;
  font-weight: 200;
  margin-right: .5rem;
  text-transform: uppercase;
  vertical-align: text-bottom
}

.social-shortcode a {
  color: #afafaf;
  margin: 0 1rem
}

.social-shortcode a:hover .ss-facebook {
  color: #3b5998
}

.social-shortcode a:hover .ss-twitter {
  color: #55acee
}

.arrow-shortcode a.more {
  color: #4a4a4a;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase
}

.block-inverse .arrow-shortcode a.more {
  color: #fff
}

.bg-blue .arrow-shortcode a.more:focus i,.bg-blue .arrow-shortcode a.more:focus span,.bg-blue .arrow-shortcode a.more:hover i,.bg-blue .arrow-shortcode a.more:hover span {
  color: #4a4a4a
}

.arrow-shortcode i {
  margin-left: 1rem;
  font-size: 1.2rem
}

.gradient {
  background: #26a3da;
  background: -webkit-linear-gradient(top,#26a3da 17%,#9934cd 100%);
  background: -o-linear-gradient(top,#26a3da 17%,#9934cd 100%);
  background: linear-gradient(to bottom,#26a3da 17%,#9934cd 100%)
}

.gradient .speakers-intro {
  color: #fff
}

.gradient .speakers-intro a {
  color: #fff
}

.color-red {
  color: #e40046!important
}

.bg-red {
  background-color: #e40046!important
}

.bg-red .note:before {
  border-top-color: #e40046;
  border-right-color: #e40046
}

.border-left-red {
  border-color: #e40046
}

.featured-title.ft-red:after {
  background-color: #e40046
}

.card-hover-red .hover-card-text {
  background-color: #e40046!important
}

.card-hover-red a:hover i {
  color: #e40046!important
}

.color-blue {
  color: #05c3de!important
}

.bg-blue {
  background-color: #05c3de!important
}

.bg-blue .note:before {
  border-top-color: #05c3de;
  border-right-color: #05c3de
}

.border-left-blue {
  border-color: #05c3de
}

.featured-title.ft-blue:after {
  background-color: #05c3de
}

.card-hover-blue .hover-card-text {
  background-color: #05c3de!important
}

.card-hover-blue a:hover i {
  color: #05c3de!important
}

.color-orange {
  color: #ff8f1c!important
}

.bg-orange {
  background-color: #ff8f1c!important
}

.bg-orange .note:before {
  border-top-color: #ff8f1c;
  border-right-color: #ff8f1c
}

.border-left-orange {
  border-color: #ff8f1c
}

.featured-title.ft-orange:after {
  background-color: #ff8f1c
}

.card-hover-orange .hover-card-text {
  background-color: #ff8f1c!important
}

.card-hover-orange a:hover i {
  color: #ff8f1c!important
}

.color-purple {
  color: #9b26b6!important
}

.bg-purple {
  background-color: #9b26b6!important
}

.bg-purple .note:before {
  border-top-color: #9b26b6;
  border-right-color: #9b26b6
}

.border-left-purple {
  border-color: #9b26b6
}

.featured-title.ft-purple:after {
  background-color: #9b26b6
}

.card-hover-purple .hover-card-text {
  background-color: #9b26b6!important
}

.card-hover-purple a:hover i {
  color: #9b26b6!important
}

.color-green {
  color: #8edd65!important
}

.bg-green {
  background-color: #8edd65!important
}

.bg-green .note:before {
  border-top-color: #8edd65;
  border-right-color: #8edd65
}

.border-left-green {
  border-color: #8edd65
}

.featured-title.ft-green:after {
  background-color: #8edd65
}

.card-hover-green .hover-card-text {
  background-color: #8edd65!important
}

.card-hover-green a:hover i {
  color: #8edd65!important
}

.color-gray-dark {
  color: #1d1a1a!important
}

.bg-gray-dark {
  background-color: #1d1a1a!important
}

.bg-gray-dark .note:before {
  border-top-color: #1d1a1a;
  border-right-color: #1d1a1a
}

.border-left-gray-dark {
  border-color: #1d1a1a
}

.featured-title.ft-gray-dark:after {
  background-color: #1d1a1a
}

.card-hover-gray-dark .hover-card-text {
  background-color: #1d1a1a!important
}

.card-hover-gray-dark a:hover i {
  color: #1d1a1a!important
}

.color-gray {
  color: #4a4a4a!important
}

.bg-gray {
  background-color: #4a4a4a!important
}

.bg-gray .note:before {
  border-top-color: #4a4a4a;
  border-right-color: #4a4a4a
}

.border-left-gray {
  border-color: #4a4a4a
}

.featured-title.ft-gray:after {
  background-color: #4a4a4a
}

.card-hover-gray .hover-card-text {
  background-color: #4a4a4a!important
}

.card-hover-gray a:hover i {
  color: #4a4a4a!important
}

.color-gray-light {
  color: #afafaf!important
}

.bg-gray-light {
  background-color: #afafaf!important
}

.bg-gray-light .note:before {
  border-top-color: #afafaf;
  border-right-color: #afafaf
}

.border-left-gray-light {
  border-color: #afafaf
}

.featured-title.ft-gray-light:after {
  background-color: #afafaf
}

.card-hover-gray-light .hover-card-text {
  background-color: #afafaf!important
}

.card-hover-gray-light a:hover i {
  color: #afafaf!important
}

.color-gray-lighter {
  color: #f5f5f5!important
}

.bg-gray-lighter {
  background-color: #f5f5f5!important
}

.bg-gray-lighter .note:before {
  border-top-color: #f5f5f5;
  border-right-color: #f5f5f5
}

.border-left-gray-lighter {
  border-color: #f5f5f5
}

.featured-title.ft-gray-lighter:after {
  background-color: #f5f5f5
}

.card-hover-gray-lighter .hover-card-text {
  background-color: #f5f5f5!important
}

.card-hover-gray-lighter a:hover i {
  color: #f5f5f5!important
}

.color-gray-lighter-alt {
  color: #efeded!important
}

.bg-gray-lighter-alt {
  background-color: #efeded!important
}

.bg-gray-lighter-alt .note:before {
  border-top-color: #efeded;
  border-right-color: #efeded
}

.border-left-gray-lighter-alt {
  border-color: #efeded
}

.featured-title.ft-gray-lighter-alt:after {
  background-color: #efeded
}

.card-hover-gray-lighter-alt .hover-card-text {
  background-color: #efeded!important
}

.card-hover-gray-lighter-alt a:hover i {
  color: #efeded!important
}

.color-white {
  color: #fff!important
}

.bg-white {
  background-color: #fff!important
}

.bg-white .note:before {
  border-top-color: #fff;
  border-right-color: #fff
}

.border-left-white {
  border-color: #fff
}

.featured-title.ft-white:after {
  background-color: #fff
}

.card-hover-white .hover-card-text {
  background-color: #fff!important
}

.card-hover-white a:hover i {
  color: #fff!important
}

.color-black {
  color: #000!important
}

.bg-black {
  background-color: #000!important
}

.bg-black .note:before {
  border-top-color: #000;
  border-right-color: #000
}

.border-left-black {
  border-color: #000
}

.featured-title.ft-black:after {
  background-color: #000
}

.card-hover-black .hover-card-text {
  background-color: #000!important
}

.card-hover-black a:hover i {
  color: #000!important
}

.loop-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem
}

.loop-navigation i {
  color: #161414;
  font-size: 4.2rem
}

@media (min-width:768px) {
  .table-responsive {
    display: table
  }
}

#accordion .card {
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 0
}

#accordion .card .card-header a {
  color: #1d1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  padding: 2rem;
  position: relative
}

@media (min-width:768px) {
  #accordion .card .card-header a {
    padding-right: 25%
  }
}

#accordion .card .card-header a i {
  color: #93c;
  font-size: 1.6rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%)
}

#accordion .card .card-header a i.ss-up {
  color: #8edd65
}

#accordion .card .card-block {
  padding: 0 2rem 2rem
}

blockquote {
  border-left: 5px solid #000;
  margin: 5rem 0 5rem 7rem;
  font-size: 2rem;
  padding: .5rem 0 0 3rem
}

.b-content blockquote p {
  line-height: 1.5
}

button,input,optgroup,select,textarea {
  font-family: inherit
}

.btn-default.active,.btn-default:active,.search-form .active.search-submit,.search-form .search-submit:active,.search-form .show>.dropdown-toggle.search-submit,.show>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default,.search-form .search-submit {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn,.comment-form input[type=submit],.interactive-button,.search-form .search-submit {
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.btn:after,.comment-form input[type=submit]:after,.interactive-button:after,.search-form .search-submit:after {
  font-family: 'SS BlackTie-Bold';
  position: absolute;
  top: 50%;
  opacity: 0;
  margin-top: -10px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.btn:focus span,.btn:hover span,.comment-form input[type=submit]:focus span,.comment-form input[type=submit]:hover span,.interactive-button:focus span,.interactive-button:hover span,.search-form .search-submit:focus span,.search-form .search-submit:hover span {
  color: #05c3de;
  -webkit-transform: translate(-2px,0);
  -o-transform: translate(-2px,0);
  transform: translate(-2px,0)
}

.comment-form .gradient input[type=submit]:focus span,.comment-form .gradient input[type=submit]:hover span,.comment-form .inverse input[type=submit]:focus span,.comment-form .inverse input[type=submit]:hover span,.gradient .btn:focus span,.gradient .btn:hover span,.gradient .comment-form input[type=submit]:focus span,.gradient .comment-form input[type=submit]:hover span,.gradient .interactive-button:focus span,.gradient .interactive-button:hover span,.gradient .search-form .search-submit:focus span,.gradient .search-form .search-submit:hover span,.inverse .btn:focus span,.inverse .btn:hover span,.inverse .comment-form input[type=submit]:focus span,.inverse .comment-form input[type=submit]:hover span,.inverse .interactive-button:focus span,.inverse .interactive-button:hover span,.inverse .search-form .search-submit:focus span,.inverse .search-form .search-submit:hover span,.search-form .gradient .search-submit:focus span,.search-form .gradient .search-submit:hover span,.search-form .inverse .search-submit:focus span,.search-form .inverse .search-submit:hover span {
  color: #1d1a1a
}

.btn:focus i,.btn:hover i,.comment-form input[type=submit]:focus i,.comment-form input[type=submit]:hover i,.interactive-button:focus i,.interactive-button:hover i,.search-form .search-submit:focus i,.search-form .search-submit:hover i {
  -webkit-transform: translate(5px,0);
  -o-transform: translate(5px,0);
  transform: translate(5px,0);
  color: #05c3de
}

.comment-form .gradient input[type=submit]:focus i,.comment-form .gradient input[type=submit]:hover i,.comment-form .inverse input[type=submit]:focus i,.comment-form .inverse input[type=submit]:hover i,.gradient .btn:focus i,.gradient .btn:hover i,.gradient .comment-form input[type=submit]:focus i,.gradient .comment-form input[type=submit]:hover i,.gradient .interactive-button:focus i,.gradient .interactive-button:hover i,.gradient .search-form .search-submit:focus i,.gradient .search-form .search-submit:hover i,.inverse .btn:focus i,.inverse .btn:hover i,.inverse .comment-form input[type=submit]:focus i,.inverse .comment-form input[type=submit]:hover i,.inverse .interactive-button:focus i,.inverse .interactive-button:hover i,.inverse .search-form .search-submit:focus i,.inverse .search-form .search-submit:hover i,.search-form .gradient .search-submit:focus i,.search-form .gradient .search-submit:hover i,.search-form .inverse .search-submit:focus i,.search-form .inverse .search-submit:hover i {
  color: #1d1a1a
}

.btn:focus:after,.btn:hover:after,.comment-form input[type=submit]:focus:after,.comment-form input[type=submit]:hover:after,.interactive-button:focus:after,.interactive-button:hover:after,.search-form .search-submit:focus:after,.search-form .search-submit:hover:after {
  opacity: 1
}

.btn i,.btn span,.comment-form input[type=submit] i,.comment-form input[type=submit] span,.interactive-button i,.interactive-button span,.search-form .search-submit i,.search-form .search-submit span {
  display: inline-block;
  font-size: 1.4rem;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.btn-block {
  display: block
}

@media (max-width:575px) {
  .btn.btn-center-mobile,.comment-form input.btn-center-mobile[type=submit],.search-form .btn-center-mobile.search-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3rem auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.btn,.comment-form input[type=submit],.search-form .search-submit {
  border-width: 2px;
  border-style: solid;
  border-radius: 25px;
  font-size: 1.4rem;
  display: inline-block;
  padding: 10px 12px;
  position: relative;
  min-width: 180px;
  max-width: 240px
}

.btn-group-sm>.btn,.btn.btn-sm,.comment-form .btn-group-sm>input[type=submit],.comment-form input.btn-sm[type=submit],.search-form .btn-group-sm>.search-submit,.search-form .btn-sm.search-submit {
  min-width: 160px
}

.btn-group-lg>.btn,.btn.btn-lg,.comment-form .btn-group-lg>input[type=submit],.comment-form input.btn-lg[type=submit],.search-form .btn-group-lg>.search-submit,.search-form .btn-lg.search-submit {
  min-width: 220px
}

.btn-group-lg>.btn span,.btn.btn-lg span,.comment-form .btn-group-lg>input[type=submit] span,.comment-form input.btn-lg[type=submit] span,.search-form .btn-group-lg>.search-submit span,.search-form .btn-lg.search-submit span {
  font-size: 1.6rem
}

.btn.btn-outline-blue:after,.btn.btn-outline-green:after,.btn.btn-outline-orange:after,.btn.btn-outline-primary:after,.btn.btn-outline-purple:after,.btn.btn-outline-red:after,.btn.btn-outline-secondary:after,.btn.btn-outline-white-blue:after,.btn.btn-outline-white-green:after,.btn.btn-outline-white-orange:after,.btn.btn-outline-white-primary:after,.btn.btn-outline-white-purple:after,.btn.btn-outline-white-red:after,.btn.btn-outline-white-secondary:after,.btn.btn-outline-white:after,.btn.btn-primary:after,.btn.btn-secondary:after,.btn.btn-white-blue:after,.btn.btn-white-green:after,.btn.btn-white-orange:after,.btn.btn-white-primary:after,.btn.btn-white-purple:after,.btn.btn-white-red:after,.btn.btn-white-secondary:after,.comment-form input.btn-outline-blue[type=submit]:after,.comment-form input.btn-outline-green[type=submit]:after,.comment-form input.btn-outline-orange[type=submit]:after,.comment-form input.btn-outline-primary[type=submit]:after,.comment-form input.btn-outline-purple[type=submit]:after,.comment-form input.btn-outline-red[type=submit]:after,.comment-form input.btn-outline-secondary[type=submit]:after,.comment-form input.btn-secondary[type=submit]:after,.comment-form input[type=submit]:after,.search-form .btn-outline-white-blue.search-submit:after,.search-form .btn-outline-white-green.search-submit:after,.search-form .btn-outline-white-orange.search-submit:after,.search-form .btn-outline-white-primary.search-submit:after,.search-form .btn-outline-white-purple.search-submit:after,.search-form .btn-outline-white-red.search-submit:after,.search-form .btn-outline-white-secondary.search-submit:after,.search-form .btn-outline-white.search-submit:after,.search-form .btn-primary.search-submit:after,.search-form .btn-white-blue.search-submit:after,.search-form .btn-white-green.search-submit:after,.search-form .btn-white-orange.search-submit:after,.search-form .btn-white-primary.search-submit:after,.search-form .btn-white-purple.search-submit:after,.search-form .btn-white-red.search-submit:after,.search-form .btn-white-secondary.search-submit:after,.search-form .search-submit:after {
  content: '\25BB';
  right: 23px
}

.btn.btn-outline-blue:focus:after,.btn.btn-outline-blue:hover:after,.btn.btn-outline-green:focus:after,.btn.btn-outline-green:hover:after,.btn.btn-outline-orange:focus:after,.btn.btn-outline-orange:hover:after,.btn.btn-outline-primary:focus:after,.btn.btn-outline-primary:hover:after,.btn.btn-outline-purple:focus:after,.btn.btn-outline-purple:hover:after,.btn.btn-outline-red:focus:after,.btn.btn-outline-red:hover:after,.btn.btn-outline-secondary:focus:after,.btn.btn-outline-secondary:hover:after,.btn.btn-outline-white-blue:focus:after,.btn.btn-outline-white-blue:hover:after,.btn.btn-outline-white-green:focus:after,.btn.btn-outline-white-green:hover:after,.btn.btn-outline-white-orange:focus:after,.btn.btn-outline-white-orange:hover:after,.btn.btn-outline-white-primary:focus:after,.btn.btn-outline-white-primary:hover:after,.btn.btn-outline-white-purple:focus:after,.btn.btn-outline-white-purple:hover:after,.btn.btn-outline-white-red:focus:after,.btn.btn-outline-white-red:hover:after,.btn.btn-outline-white-secondary:focus:after,.btn.btn-outline-white-secondary:hover:after,.btn.btn-outline-white:focus:after,.btn.btn-outline-white:hover:after,.btn.btn-primary:focus:after,.btn.btn-primary:hover:after,.btn.btn-secondary:focus:after,.btn.btn-secondary:hover:after,.btn.btn-white-blue:focus:after,.btn.btn-white-blue:hover:after,.btn.btn-white-green:focus:after,.btn.btn-white-green:hover:after,.btn.btn-white-orange:focus:after,.btn.btn-white-orange:hover:after,.btn.btn-white-primary:focus:after,.btn.btn-white-primary:hover:after,.btn.btn-white-purple:focus:after,.btn.btn-white-purple:hover:after,.btn.btn-white-red:focus:after,.btn.btn-white-red:hover:after,.btn.btn-white-secondary:focus:after,.btn.btn-white-secondary:hover:after,.comment-form input.btn-outline-blue[type=submit]:focus:after,.comment-form input.btn-outline-blue[type=submit]:hover:after,.comment-form input.btn-outline-green[type=submit]:focus:after,.comment-form input.btn-outline-green[type=submit]:hover:after,.comment-form input.btn-outline-orange[type=submit]:focus:after,.comment-form input.btn-outline-orange[type=submit]:hover:after,.comment-form input.btn-outline-primary[type=submit]:focus:after,.comment-form input.btn-outline-primary[type=submit]:hover:after,.comment-form input.btn-outline-purple[type=submit]:focus:after,.comment-form input.btn-outline-purple[type=submit]:hover:after,.comment-form input.btn-outline-red[type=submit]:focus:after,.comment-form input.btn-outline-red[type=submit]:hover:after,.comment-form input.btn-outline-secondary[type=submit]:focus:after,.comment-form input.btn-outline-secondary[type=submit]:hover:after,.comment-form input.btn-secondary[type=submit]:focus:after,.comment-form input.btn-secondary[type=submit]:hover:after,.comment-form input[type=submit]:focus:after,.comment-form input[type=submit]:hover:after,.search-form .btn-outline-white-blue.search-submit:focus:after,.search-form .btn-outline-white-blue.search-submit:hover:after,.search-form .btn-outline-white-green.search-submit:focus:after,.search-form .btn-outline-white-green.search-submit:hover:after,.search-form .btn-outline-white-orange.search-submit:focus:after,.search-form .btn-outline-white-orange.search-submit:hover:after,.search-form .btn-outline-white-primary.search-submit:focus:after,.search-form .btn-outline-white-primary.search-submit:hover:after,.search-form .btn-outline-white-purple.search-submit:focus:after,.search-form .btn-outline-white-purple.search-submit:hover:after,.search-form .btn-outline-white-red.search-submit:focus:after,.search-form .btn-outline-white-red.search-submit:hover:after,.search-form .btn-outline-white-secondary.search-submit:focus:after,.search-form .btn-outline-white-secondary.search-submit:hover:after,.search-form .btn-outline-white.search-submit:focus:after,.search-form .btn-outline-white.search-submit:hover:after,.search-form .btn-primary.search-submit:focus:after,.search-form .btn-primary.search-submit:hover:after,.search-form .btn-white-blue.search-submit:focus:after,.search-form .btn-white-blue.search-submit:hover:after,.search-form .btn-white-green.search-submit:focus:after,.search-form .btn-white-green.search-submit:hover:after,.search-form .btn-white-orange.search-submit:focus:after,.search-form .btn-white-orange.search-submit:hover:after,.search-form .btn-white-primary.search-submit:focus:after,.search-form .btn-white-primary.search-submit:hover:after,.search-form .btn-white-purple.search-submit:focus:after,.search-form .btn-white-purple.search-submit:hover:after,.search-form .btn-white-red.search-submit:focus:after,.search-form .btn-white-red.search-submit:hover:after,.search-form .btn-white-secondary.search-submit:focus:after,.search-form .btn-white-secondary.search-submit:hover:after,.search-form .search-submit:focus:after,.search-form .search-submit:hover:after {
  right: 18px
}

.btn.btn-outline-blue:focus span,.btn.btn-outline-blue:hover span,.btn.btn-outline-green:focus span,.btn.btn-outline-green:hover span,.btn.btn-outline-orange:focus span,.btn.btn-outline-orange:hover span,.btn.btn-outline-primary:focus span,.btn.btn-outline-primary:hover span,.btn.btn-outline-purple:focus span,.btn.btn-outline-purple:hover span,.btn.btn-outline-red:focus span,.btn.btn-outline-red:hover span,.btn.btn-outline-secondary:focus span,.btn.btn-outline-secondary:hover span,.btn.btn-outline-white-blue:focus span,.btn.btn-outline-white-blue:hover span,.btn.btn-outline-white-green:focus span,.btn.btn-outline-white-green:hover span,.btn.btn-outline-white-orange:focus span,.btn.btn-outline-white-orange:hover span,.btn.btn-outline-white-primary:focus span,.btn.btn-outline-white-primary:hover span,.btn.btn-outline-white-purple:focus span,.btn.btn-outline-white-purple:hover span,.btn.btn-outline-white-red:focus span,.btn.btn-outline-white-red:hover span,.btn.btn-outline-white-secondary:focus span,.btn.btn-outline-white-secondary:hover span,.btn.btn-outline-white:focus span,.btn.btn-outline-white:hover span,.btn.btn-primary:focus span,.btn.btn-primary:hover span,.btn.btn-secondary:focus span,.btn.btn-secondary:hover span,.btn.btn-white-blue:focus span,.btn.btn-white-blue:hover span,.btn.btn-white-green:focus span,.btn.btn-white-green:hover span,.btn.btn-white-orange:focus span,.btn.btn-white-orange:hover span,.btn.btn-white-primary:focus span,.btn.btn-white-primary:hover span,.btn.btn-white-purple:focus span,.btn.btn-white-purple:hover span,.btn.btn-white-red:focus span,.btn.btn-white-red:hover span,.btn.btn-white-secondary:focus span,.btn.btn-white-secondary:hover span,.comment-form input.btn-outline-blue[type=submit]:focus span,.comment-form input.btn-outline-blue[type=submit]:hover span,.comment-form input.btn-outline-green[type=submit]:focus span,.comment-form input.btn-outline-green[type=submit]:hover span,.comment-form input.btn-outline-orange[type=submit]:focus span,.comment-form input.btn-outline-orange[type=submit]:hover span,.comment-form input.btn-outline-primary[type=submit]:focus span,.comment-form input.btn-outline-primary[type=submit]:hover span,.comment-form input.btn-outline-purple[type=submit]:focus span,.comment-form input.btn-outline-purple[type=submit]:hover span,.comment-form input.btn-outline-red[type=submit]:focus span,.comment-form input.btn-outline-red[type=submit]:hover span,.comment-form input.btn-outline-secondary[type=submit]:focus span,.comment-form input.btn-outline-secondary[type=submit]:hover span,.comment-form input.btn-secondary[type=submit]:focus span,.comment-form input.btn-secondary[type=submit]:hover span,.comment-form input[type=submit]:focus span,.comment-form input[type=submit]:hover span,.search-form .btn-outline-white-blue.search-submit:focus span,.search-form .btn-outline-white-blue.search-submit:hover span,.search-form .btn-outline-white-green.search-submit:focus span,.search-form .btn-outline-white-green.search-submit:hover span,.search-form .btn-outline-white-orange.search-submit:focus span,.search-form .btn-outline-white-orange.search-submit:hover span,.search-form .btn-outline-white-primary.search-submit:focus span,.search-form .btn-outline-white-primary.search-submit:hover span,.search-form .btn-outline-white-purple.search-submit:focus span,.search-form .btn-outline-white-purple.search-submit:hover span,.search-form .btn-outline-white-red.search-submit:focus span,.search-form .btn-outline-white-red.search-submit:hover span,.search-form .btn-outline-white-secondary.search-submit:focus span,.search-form .btn-outline-white-secondary.search-submit:hover span,.search-form .btn-outline-white.search-submit:focus span,.search-form .btn-outline-white.search-submit:hover span,.search-form .btn-primary.search-submit:focus span,.search-form .btn-primary.search-submit:hover span,.search-form .btn-white-blue.search-submit:focus span,.search-form .btn-white-blue.search-submit:hover span,.search-form .btn-white-green.search-submit:focus span,.search-form .btn-white-green.search-submit:hover span,.search-form .btn-white-orange.search-submit:focus span,.search-form .btn-white-orange.search-submit:hover span,.search-form .btn-white-primary.search-submit:focus span,.search-form .btn-white-primary.search-submit:hover span,.search-form .btn-white-purple.search-submit:focus span,.search-form .btn-white-purple.search-submit:hover span,.search-form .btn-white-red.search-submit:focus span,.search-form .btn-white-red.search-submit:hover span,.search-form .btn-white-secondary.search-submit:focus span,.search-form .btn-white-secondary.search-submit:hover span,.search-form .search-submit:focus span,.search-form .search-submit:hover span {
  color: #fff;
  -webkit-transform: translate(-12px,0);
  -o-transform: translate(-12px,0);
  transform: translate(-12px,0)
}

.btn.btn-outline-blue span,.btn.btn-outline-green span,.btn.btn-outline-orange span,.btn.btn-outline-primary span,.btn.btn-outline-purple span,.btn.btn-outline-red span,.btn.btn-outline-secondary span,.btn.btn-outline-white span,.btn.btn-outline-white-blue span,.btn.btn-outline-white-green span,.btn.btn-outline-white-orange span,.btn.btn-outline-white-primary span,.btn.btn-outline-white-purple span,.btn.btn-outline-white-red span,.btn.btn-outline-white-secondary span,.btn.btn-primary span,.btn.btn-secondary span,.btn.btn-white-blue span,.btn.btn-white-green span,.btn.btn-white-orange span,.btn.btn-white-primary span,.btn.btn-white-purple span,.btn.btn-white-red span,.btn.btn-white-secondary span,.comment-form input.btn-outline-blue[type=submit] span,.comment-form input.btn-outline-green[type=submit] span,.comment-form input.btn-outline-orange[type=submit] span,.comment-form input.btn-outline-primary[type=submit] span,.comment-form input.btn-outline-purple[type=submit] span,.comment-form input.btn-outline-red[type=submit] span,.comment-form input.btn-outline-secondary[type=submit] span,.comment-form input.btn-secondary[type=submit] span,.comment-form input[type=submit] span,.search-form .btn-outline-white-blue.search-submit span,.search-form .btn-outline-white-green.search-submit span,.search-form .btn-outline-white-orange.search-submit span,.search-form .btn-outline-white-primary.search-submit span,.search-form .btn-outline-white-purple.search-submit span,.search-form .btn-outline-white-red.search-submit span,.search-form .btn-outline-white-secondary.search-submit span,.search-form .btn-outline-white.search-submit span,.search-form .btn-primary.search-submit span,.search-form .btn-white-blue.search-submit span,.search-form .btn-white-green.search-submit span,.search-form .btn-white-orange.search-submit span,.search-form .btn-white-primary.search-submit span,.search-form .btn-white-purple.search-submit span,.search-form .btn-white-red.search-submit span,.search-form .btn-white-secondary.search-submit span,.search-form .search-submit span {
  font-size: 1.6rem
}

.btn.btn-outline-white,.btn.btn-outline-white-blue,.btn.btn-outline-white-green,.btn.btn-outline-white-orange,.btn.btn-outline-white-primary,.btn.btn-outline-white-purple,.btn.btn-outline-white-red,.btn.btn-outline-white-secondary,.btn.btn-primary,.btn.btn-white-blue,.btn.btn-white-green,.btn.btn-white-orange,.btn.btn-white-primary,.btn.btn-white-purple,.btn.btn-white-red,.btn.btn-white-secondary,.comment-form input[type=submit],.search-form .btn-outline-white-blue.search-submit,.search-form .btn-outline-white-green.search-submit,.search-form .btn-outline-white-orange.search-submit,.search-form .btn-outline-white-primary.search-submit,.search-form .btn-outline-white-purple.search-submit,.search-form .btn-outline-white-red.search-submit,.search-form .btn-outline-white-secondary.search-submit,.search-form .btn-outline-white.search-submit,.search-form .btn-primary.search-submit,.search-form .btn-white-blue.search-submit,.search-form .btn-white-green.search-submit,.search-form .btn-white-orange.search-submit,.search-form .btn-white-primary.search-submit,.search-form .btn-white-purple.search-submit,.search-form .btn-white-red.search-submit,.search-form .btn-white-secondary.search-submit {
  border-color: #62bd33
}

.btn.btn-outline-white-blue:focus,.btn.btn-outline-white-blue:hover,.btn.btn-outline-white-green:focus,.btn.btn-outline-white-green:hover,.btn.btn-outline-white-orange:focus,.btn.btn-outline-white-orange:hover,.btn.btn-outline-white-primary:focus,.btn.btn-outline-white-primary:hover,.btn.btn-outline-white-purple:focus,.btn.btn-outline-white-purple:hover,.btn.btn-outline-white-red:focus,.btn.btn-outline-white-red:hover,.btn.btn-outline-white-secondary:focus,.btn.btn-outline-white-secondary:hover,.btn.btn-outline-white:focus,.btn.btn-outline-white:hover,.btn.btn-primary:focus,.btn.btn-primary:hover,.btn.btn-white-blue:focus,.btn.btn-white-blue:hover,.btn.btn-white-green:focus,.btn.btn-white-green:hover,.btn.btn-white-orange:focus,.btn.btn-white-orange:hover,.btn.btn-white-primary:focus,.btn.btn-white-primary:hover,.btn.btn-white-purple:focus,.btn.btn-white-purple:hover,.btn.btn-white-red:focus,.btn.btn-white-red:hover,.btn.btn-white-secondary:focus,.btn.btn-white-secondary:hover,.comment-form input[type=submit]:focus,.comment-form input[type=submit]:hover,.search-form .btn-outline-white-blue.search-submit:focus,.search-form .btn-outline-white-blue.search-submit:hover,.search-form .btn-outline-white-green.search-submit:focus,.search-form .btn-outline-white-green.search-submit:hover,.search-form .btn-outline-white-orange.search-submit:focus,.search-form .btn-outline-white-orange.search-submit:hover,.search-form .btn-outline-white-primary.search-submit:focus,.search-form .btn-outline-white-primary.search-submit:hover,.search-form .btn-outline-white-purple.search-submit:focus,.search-form .btn-outline-white-purple.search-submit:hover,.search-form .btn-outline-white-red.search-submit:focus,.search-form .btn-outline-white-red.search-submit:hover,.search-form .btn-outline-white-secondary.search-submit:focus,.search-form .btn-outline-white-secondary.search-submit:hover,.search-form .btn-outline-white.search-submit:focus,.search-form .btn-outline-white.search-submit:hover,.search-form .btn-primary.search-submit:focus,.search-form .btn-primary.search-submit:hover,.search-form .btn-white-blue.search-submit:focus,.search-form .btn-white-blue.search-submit:hover,.search-form .btn-white-green.search-submit:focus,.search-form .btn-white-green.search-submit:hover,.search-form .btn-white-orange.search-submit:focus,.search-form .btn-white-orange.search-submit:hover,.search-form .btn-white-primary.search-submit:focus,.search-form .btn-white-primary.search-submit:hover,.search-form .btn-white-purple.search-submit:focus,.search-form .btn-white-purple.search-submit:hover,.search-form .btn-white-red.search-submit:focus,.search-form .btn-white-red.search-submit:hover,.search-form .btn-white-secondary.search-submit:focus,.search-form .btn-white-secondary.search-submit:hover {
  background-color: #62bd33;
  color: #fff
}

.btn.btn-outline-blue,.btn.btn-outline-green,.btn.btn-outline-orange,.btn.btn-outline-primary,.btn.btn-outline-purple,.btn.btn-outline-red,.btn.btn-outline-secondary,.btn.btn-secondary,.comment-form .search-form input[type=submit].search-submit,.comment-form input.btn-outline-blue[type=submit],.comment-form input.btn-outline-green[type=submit],.comment-form input.btn-outline-orange[type=submit],.comment-form input.btn-outline-primary[type=submit],.comment-form input.btn-outline-purple[type=submit],.comment-form input.btn-outline-red[type=submit],.comment-form input.btn-outline-secondary[type=submit],.comment-form input.btn-secondary[type=submit],.search-form .comment-form input[type=submit].search-submit,.search-form .search-submit {
  background-color: #93c;
  border-color: #7720a2;
  color: #fff
}

.btn.btn-outline-blue:focus,.btn.btn-outline-blue:hover,.btn.btn-outline-green:focus,.btn.btn-outline-green:hover,.btn.btn-outline-orange:focus,.btn.btn-outline-orange:hover,.btn.btn-outline-primary:focus,.btn.btn-outline-primary:hover,.btn.btn-outline-purple:focus,.btn.btn-outline-purple:hover,.btn.btn-outline-red:focus,.btn.btn-outline-red:hover,.btn.btn-outline-secondary:focus,.btn.btn-outline-secondary:hover,.btn.btn-secondary:focus,.btn.btn-secondary:hover,.comment-form input.btn-outline-blue[type=submit]:focus,.comment-form input.btn-outline-blue[type=submit]:hover,.comment-form input.btn-outline-green[type=submit]:focus,.comment-form input.btn-outline-green[type=submit]:hover,.comment-form input.btn-outline-orange[type=submit]:focus,.comment-form input.btn-outline-orange[type=submit]:hover,.comment-form input.btn-outline-primary[type=submit]:focus,.comment-form input.btn-outline-primary[type=submit]:hover,.comment-form input.btn-outline-purple[type=submit]:focus,.comment-form input.btn-outline-purple[type=submit]:hover,.comment-form input.btn-outline-red[type=submit]:focus,.comment-form input.btn-outline-red[type=submit]:hover,.comment-form input.btn-outline-secondary[type=submit]:focus,.comment-form input.btn-outline-secondary[type=submit]:hover,.comment-form input.btn-secondary[type=submit]:focus,.comment-form input.btn-secondary[type=submit]:hover,.search-form .search-submit:focus,.search-form .search-submit:hover {
  background-color: #7720a2;
  color: #fff
}

.btn.btn-outline-white,.btn.btn-outline-white-blue,.btn.btn-outline-white-green,.btn.btn-outline-white-orange,.btn.btn-outline-white-primary,.btn.btn-outline-white-purple,.btn.btn-outline-white-red,.btn.btn-outline-white-secondary,.btn.btn-white-blue,.btn.btn-white-green,.btn.btn-white-orange,.btn.btn-white-primary,.btn.btn-white-purple,.btn.btn-white-red,.btn.btn-white-secondary,.comment-form input.btn-outline-white-blue[type=submit],.comment-form input.btn-outline-white-green[type=submit],.comment-form input.btn-outline-white-orange[type=submit],.comment-form input.btn-outline-white-primary[type=submit],.comment-form input.btn-outline-white-purple[type=submit],.comment-form input.btn-outline-white-red[type=submit],.comment-form input.btn-outline-white-secondary[type=submit],.comment-form input.btn-outline-white[type=submit],.comment-form input.btn-white-blue[type=submit],.comment-form input.btn-white-green[type=submit],.comment-form input.btn-white-orange[type=submit],.comment-form input.btn-white-primary[type=submit],.comment-form input.btn-white-purple[type=submit],.comment-form input.btn-white-red[type=submit],.comment-form input.btn-white-secondary[type=submit],.search-form .btn-outline-white-blue.search-submit,.search-form .btn-outline-white-green.search-submit,.search-form .btn-outline-white-orange.search-submit,.search-form .btn-outline-white-primary.search-submit,.search-form .btn-outline-white-purple.search-submit,.search-form .btn-outline-white-red.search-submit,.search-form .btn-outline-white-secondary.search-submit,.search-form .btn-outline-white.search-submit,.search-form .btn-white-blue.search-submit,.search-form .btn-white-green.search-submit,.search-form .btn-white-orange.search-submit,.search-form .btn-white-primary.search-submit,.search-form .btn-white-purple.search-submit,.search-form .btn-white-red.search-submit,.search-form .btn-white-secondary.search-submit {
  background-color: transparent;
  border-color: #fff
}

.btn.btn-outline-white span,.btn.btn-outline-white-blue span,.btn.btn-outline-white-green span,.btn.btn-outline-white-orange span,.btn.btn-outline-white-primary span,.btn.btn-outline-white-purple span,.btn.btn-outline-white-red span,.btn.btn-outline-white-secondary span,.btn.btn-white-blue span,.btn.btn-white-green span,.btn.btn-white-orange span,.btn.btn-white-primary span,.btn.btn-white-purple span,.btn.btn-white-red span,.btn.btn-white-secondary span,.comment-form input.btn-outline-white-blue[type=submit] span,.comment-form input.btn-outline-white-green[type=submit] span,.comment-form input.btn-outline-white-orange[type=submit] span,.comment-form input.btn-outline-white-primary[type=submit] span,.comment-form input.btn-outline-white-purple[type=submit] span,.comment-form input.btn-outline-white-red[type=submit] span,.comment-form input.btn-outline-white-secondary[type=submit] span,.comment-form input.btn-outline-white[type=submit] span,.comment-form input.btn-white-blue[type=submit] span,.comment-form input.btn-white-green[type=submit] span,.comment-form input.btn-white-orange[type=submit] span,.comment-form input.btn-white-primary[type=submit] span,.comment-form input.btn-white-purple[type=submit] span,.comment-form input.btn-white-red[type=submit] span,.comment-form input.btn-white-secondary[type=submit] span,.search-form .btn-outline-white-blue.search-submit span,.search-form .btn-outline-white-green.search-submit span,.search-form .btn-outline-white-orange.search-submit span,.search-form .btn-outline-white-primary.search-submit span,.search-form .btn-outline-white-purple.search-submit span,.search-form .btn-outline-white-red.search-submit span,.search-form .btn-outline-white-secondary.search-submit span,.search-form .btn-outline-white.search-submit span,.search-form .btn-white-blue.search-submit span,.search-form .btn-white-green.search-submit span,.search-form .btn-white-orange.search-submit span,.search-form .btn-white-primary.search-submit span,.search-form .btn-white-purple.search-submit span,.search-form .btn-white-red.search-submit span,.search-form .btn-white-secondary.search-submit span {
  color: #fff
}

.btn.btn-outline-white-blue:after,.btn.btn-outline-white-green:after,.btn.btn-outline-white-orange:after,.btn.btn-outline-white-primary:after,.btn.btn-outline-white-purple:after,.btn.btn-outline-white-red:after,.btn.btn-outline-white-secondary:after,.btn.btn-outline-white:after,.btn.btn-white-blue:after,.btn.btn-white-green:after,.btn.btn-white-orange:after,.btn.btn-white-primary:after,.btn.btn-white-purple:after,.btn.btn-white-red:after,.btn.btn-white-secondary:after,.comment-form input.btn-outline-white-blue[type=submit]:after,.comment-form input.btn-outline-white-green[type=submit]:after,.comment-form input.btn-outline-white-orange[type=submit]:after,.comment-form input.btn-outline-white-primary[type=submit]:after,.comment-form input.btn-outline-white-purple[type=submit]:after,.comment-form input.btn-outline-white-red[type=submit]:after,.comment-form input.btn-outline-white-secondary[type=submit]:after,.comment-form input.btn-outline-white[type=submit]:after,.comment-form input.btn-white-blue[type=submit]:after,.comment-form input.btn-white-green[type=submit]:after,.comment-form input.btn-white-orange[type=submit]:after,.comment-form input.btn-white-primary[type=submit]:after,.comment-form input.btn-white-purple[type=submit]:after,.comment-form input.btn-white-red[type=submit]:after,.comment-form input.btn-white-secondary[type=submit]:after,.search-form .btn-outline-white-blue.search-submit:after,.search-form .btn-outline-white-green.search-submit:after,.search-form .btn-outline-white-orange.search-submit:after,.search-form .btn-outline-white-primary.search-submit:after,.search-form .btn-outline-white-purple.search-submit:after,.search-form .btn-outline-white-red.search-submit:after,.search-form .btn-outline-white-secondary.search-submit:after,.search-form .btn-outline-white.search-submit:after,.search-form .btn-white-blue.search-submit:after,.search-form .btn-white-green.search-submit:after,.search-form .btn-white-orange.search-submit:after,.search-form .btn-white-primary.search-submit:after,.search-form .btn-white-purple.search-submit:after,.search-form .btn-white-red.search-submit:after,.search-form .btn-white-secondary.search-submit:after {
  color: #1d1a1a
}

.btn.btn-outline-white-blue:focus,.btn.btn-outline-white-blue:hover,.btn.btn-outline-white-green:focus,.btn.btn-outline-white-green:hover,.btn.btn-outline-white-orange:focus,.btn.btn-outline-white-orange:hover,.btn.btn-outline-white-primary:focus,.btn.btn-outline-white-primary:hover,.btn.btn-outline-white-purple:focus,.btn.btn-outline-white-purple:hover,.btn.btn-outline-white-red:focus,.btn.btn-outline-white-red:hover,.btn.btn-outline-white-secondary:focus,.btn.btn-outline-white-secondary:hover,.btn.btn-outline-white:focus,.btn.btn-outline-white:hover,.btn.btn-white-blue:focus,.btn.btn-white-blue:hover,.btn.btn-white-green:focus,.btn.btn-white-green:hover,.btn.btn-white-orange:focus,.btn.btn-white-orange:hover,.btn.btn-white-primary:focus,.btn.btn-white-primary:hover,.btn.btn-white-purple:focus,.btn.btn-white-purple:hover,.btn.btn-white-red:focus,.btn.btn-white-red:hover,.btn.btn-white-secondary:focus,.btn.btn-white-secondary:hover,.comment-form input.btn-outline-white-blue[type=submit]:focus,.comment-form input.btn-outline-white-blue[type=submit]:hover,.comment-form input.btn-outline-white-green[type=submit]:focus,.comment-form input.btn-outline-white-green[type=submit]:hover,.comment-form input.btn-outline-white-orange[type=submit]:focus,.comment-form input.btn-outline-white-orange[type=submit]:hover,.comment-form input.btn-outline-white-primary[type=submit]:focus,.comment-form input.btn-outline-white-primary[type=submit]:hover,.comment-form input.btn-outline-white-purple[type=submit]:focus,.comment-form input.btn-outline-white-purple[type=submit]:hover,.comment-form input.btn-outline-white-red[type=submit]:focus,.comment-form input.btn-outline-white-red[type=submit]:hover,.comment-form input.btn-outline-white-secondary[type=submit]:focus,.comment-form input.btn-outline-white-secondary[type=submit]:hover,.comment-form input.btn-outline-white[type=submit]:focus,.comment-form input.btn-outline-white[type=submit]:hover,.comment-form input.btn-white-blue[type=submit]:focus,.comment-form input.btn-white-blue[type=submit]:hover,.comment-form input.btn-white-green[type=submit]:focus,.comment-form input.btn-white-green[type=submit]:hover,.comment-form input.btn-white-orange[type=submit]:focus,.comment-form input.btn-white-orange[type=submit]:hover,.comment-form input.btn-white-primary[type=submit]:focus,.comment-form input.btn-white-primary[type=submit]:hover,.comment-form input.btn-white-purple[type=submit]:focus,.comment-form input.btn-white-purple[type=submit]:hover,.comment-form input.btn-white-red[type=submit]:focus,.comment-form input.btn-white-red[type=submit]:hover,.comment-form input.btn-white-secondary[type=submit]:focus,.comment-form input.btn-white-secondary[type=submit]:hover,.search-form .btn-outline-white-blue.search-submit:focus,.search-form .btn-outline-white-blue.search-submit:hover,.search-form .btn-outline-white-green.search-submit:focus,.search-form .btn-outline-white-green.search-submit:hover,.search-form .btn-outline-white-orange.search-submit:focus,.search-form .btn-outline-white-orange.search-submit:hover,.search-form .btn-outline-white-primary.search-submit:focus,.search-form .btn-outline-white-primary.search-submit:hover,.search-form .btn-outline-white-purple.search-submit:focus,.search-form .btn-outline-white-purple.search-submit:hover,.search-form .btn-outline-white-red.search-submit:focus,.search-form .btn-outline-white-red.search-submit:hover,.search-form .btn-outline-white-secondary.search-submit:focus,.search-form .btn-outline-white-secondary.search-submit:hover,.search-form .btn-outline-white.search-submit:focus,.search-form .btn-outline-white.search-submit:hover,.search-form .btn-white-blue.search-submit:focus,.search-form .btn-white-blue.search-submit:hover,.search-form .btn-white-green.search-submit:focus,.search-form .btn-white-green.search-submit:hover,.search-form .btn-white-orange.search-submit:focus,.search-form .btn-white-orange.search-submit:hover,.search-form .btn-white-primary.search-submit:focus,.search-form .btn-white-primary.search-submit:hover,.search-form .btn-white-purple.search-submit:focus,.search-form .btn-white-purple.search-submit:hover,.search-form .btn-white-red.search-submit:focus,.search-form .btn-white-red.search-submit:hover,.search-form .btn-white-secondary.search-submit:focus,.search-form .btn-white-secondary.search-submit:hover {
  background-color: #fff;
  border-color: #fff
}

.btn.btn-outline-white-blue:focus span,.btn.btn-outline-white-blue:hover span,.btn.btn-outline-white-green:focus span,.btn.btn-outline-white-green:hover span,.btn.btn-outline-white-orange:focus span,.btn.btn-outline-white-orange:hover span,.btn.btn-outline-white-primary:focus span,.btn.btn-outline-white-primary:hover span,.btn.btn-outline-white-purple:focus span,.btn.btn-outline-white-purple:hover span,.btn.btn-outline-white-red:focus span,.btn.btn-outline-white-red:hover span,.btn.btn-outline-white-secondary:focus span,.btn.btn-outline-white-secondary:hover span,.btn.btn-outline-white:focus span,.btn.btn-outline-white:hover span,.btn.btn-white-blue:focus span,.btn.btn-white-blue:hover span,.btn.btn-white-green:focus span,.btn.btn-white-green:hover span,.btn.btn-white-orange:focus span,.btn.btn-white-orange:hover span,.btn.btn-white-primary:focus span,.btn.btn-white-primary:hover span,.btn.btn-white-purple:focus span,.btn.btn-white-purple:hover span,.btn.btn-white-red:focus span,.btn.btn-white-red:hover span,.btn.btn-white-secondary:focus span,.btn.btn-white-secondary:hover span,.comment-form input.btn-outline-white-blue[type=submit]:focus span,.comment-form input.btn-outline-white-blue[type=submit]:hover span,.comment-form input.btn-outline-white-green[type=submit]:focus span,.comment-form input.btn-outline-white-green[type=submit]:hover span,.comment-form input.btn-outline-white-orange[type=submit]:focus span,.comment-form input.btn-outline-white-orange[type=submit]:hover span,.comment-form input.btn-outline-white-primary[type=submit]:focus span,.comment-form input.btn-outline-white-primary[type=submit]:hover span,.comment-form input.btn-outline-white-purple[type=submit]:focus span,.comment-form input.btn-outline-white-purple[type=submit]:hover span,.comment-form input.btn-outline-white-red[type=submit]:focus span,.comment-form input.btn-outline-white-red[type=submit]:hover span,.comment-form input.btn-outline-white-secondary[type=submit]:focus span,.comment-form input.btn-outline-white-secondary[type=submit]:hover span,.comment-form input.btn-outline-white[type=submit]:focus span,.comment-form input.btn-outline-white[type=submit]:hover span,.comment-form input.btn-white-blue[type=submit]:focus span,.comment-form input.btn-white-blue[type=submit]:hover span,.comment-form input.btn-white-green[type=submit]:focus span,.comment-form input.btn-white-green[type=submit]:hover span,.comment-form input.btn-white-orange[type=submit]:focus span,.comment-form input.btn-white-orange[type=submit]:hover span,.comment-form input.btn-white-primary[type=submit]:focus span,.comment-form input.btn-white-primary[type=submit]:hover span,.comment-form input.btn-white-purple[type=submit]:focus span,.comment-form input.btn-white-purple[type=submit]:hover span,.comment-form input.btn-white-red[type=submit]:focus span,.comment-form input.btn-white-red[type=submit]:hover span,.comment-form input.btn-white-secondary[type=submit]:focus span,.comment-form input.btn-white-secondary[type=submit]:hover span,.search-form .btn-outline-white-blue.search-submit:focus span,.search-form .btn-outline-white-blue.search-submit:hover span,.search-form .btn-outline-white-green.search-submit:focus span,.search-form .btn-outline-white-green.search-submit:hover span,.search-form .btn-outline-white-orange.search-submit:focus span,.search-form .btn-outline-white-orange.search-submit:hover span,.search-form .btn-outline-white-primary.search-submit:focus span,.search-form .btn-outline-white-primary.search-submit:hover span,.search-form .btn-outline-white-purple.search-submit:focus span,.search-form .btn-outline-white-purple.search-submit:hover span,.search-form .btn-outline-white-red.search-submit:focus span,.search-form .btn-outline-white-red.search-submit:hover span,.search-form .btn-outline-white-secondary.search-submit:focus span,.search-form .btn-outline-white-secondary.search-submit:hover span,.search-form .btn-outline-white.search-submit:focus span,.search-form .btn-outline-white.search-submit:hover span,.search-form .btn-white-blue.search-submit:focus span,.search-form .btn-white-blue.search-submit:hover span,.search-form .btn-white-green.search-submit:focus span,.search-form .btn-white-green.search-submit:hover span,.search-form .btn-white-orange.search-submit:focus span,.search-form .btn-white-orange.search-submit:hover span,.search-form .btn-white-primary.search-submit:focus span,.search-form .btn-white-primary.search-submit:hover span,.search-form .btn-white-purple.search-submit:focus span,.search-form .btn-white-purple.search-submit:hover span,.search-form .btn-white-red.search-submit:focus span,.search-form .btn-white-red.search-submit:hover span,.search-form .btn-white-secondary.search-submit:focus span,.search-form .btn-white-secondary.search-submit:hover span {
  color: #1d1a1a
}

.btn.btn-outline-green,.comment-form input.btn-outline-green[type=submit],.search-form .btn-outline-green.search-submit {
  background-color: transparent;
  border-color: #8edd65
}

.btn.btn-outline-green span,.comment-form input.btn-outline-green[type=submit] span,.search-form .btn-outline-green.search-submit span {
  color: #8edd65
}

.btn.btn-outline-green:after,.comment-form input.btn-outline-green[type=submit]:after,.search-form .btn-outline-green.search-submit:after {
  color: #fff
}

.btn.btn-outline-green:focus,.btn.btn-outline-green:hover,.comment-form input.btn-outline-green[type=submit]:focus,.comment-form input.btn-outline-green[type=submit]:hover,.search-form .btn-outline-green.search-submit:focus,.search-form .btn-outline-green.search-submit:hover {
  background-color: #8edd65;
  border-color: #8edd65
}

.btn.btn-outline-green:focus span,.btn.btn-outline-green:hover span,.comment-form input.btn-outline-green[type=submit]:focus span,.comment-form input.btn-outline-green[type=submit]:hover span,.search-form .btn-outline-green.search-submit:focus span,.search-form .btn-outline-green.search-submit:hover span {
  color: #fff
}

.btn.btn-white-green,.comment-form input.btn-white-green[type=submit],.search-form .btn-white-green.search-submit {
  background-color: #fff;
  border-color: #fff
}

.btn.btn-white-green span,.comment-form input.btn-white-green[type=submit] span,.search-form .btn-white-green.search-submit span {
  color: #8edd65
}

.btn.btn-white-green:after,.comment-form input.btn-white-green[type=submit]:after,.search-form .btn-white-green.search-submit:after {
  color: #8edd65
}

.btn.btn-white-green:focus,.btn.btn-white-green:hover,.comment-form input.btn-white-green[type=submit]:focus,.comment-form input.btn-white-green[type=submit]:hover,.search-form .btn-white-green.search-submit:focus,.search-form .btn-white-green.search-submit:hover {
  color: #8edd65
}

.btn.btn-white-green:focus span,.btn.btn-white-green:hover span,.comment-form input.btn-white-green[type=submit]:focus span,.comment-form input.btn-white-green[type=submit]:hover span,.search-form .btn-white-green.search-submit:focus span,.search-form .btn-white-green.search-submit:hover span {
  color: #8edd65
}

.btn.btn-outline-white-green,.comment-form input.btn-outline-white-green[type=submit],.search-form .btn-outline-white-green.search-submit {
  background-color: transparent;
  border-color: #fff
}

.btn.btn-outline-white-green span,.comment-form input.btn-outline-white-green[type=submit] span,.search-form .btn-outline-white-green.search-submit span {
  color: #fff
}

.btn.btn-outline-white-green:after,.comment-form input.btn-outline-white-green[type=submit]:after,.search-form .btn-outline-white-green.search-submit:after {
  color: #8edd65
}

.btn.btn-outline-white-green:focus,.btn.btn-outline-white-green:hover,.comment-form input.btn-outline-white-green[type=submit]:focus,.comment-form input.btn-outline-white-green[type=submit]:hover,.search-form .btn-outline-white-green.search-submit:focus,.search-form .btn-outline-white-green.search-submit:hover {
  color: #8edd65
}

.btn.btn-outline-white-green:focus span,.btn.btn-outline-white-green:hover span,.comment-form input.btn-outline-white-green[type=submit]:focus span,.comment-form input.btn-outline-white-green[type=submit]:hover span,.search-form .btn-outline-white-green.search-submit:focus span,.search-form .btn-outline-white-green.search-submit:hover span {
  color: #8edd65
}

.btn.btn-outline-red,.comment-form input.btn-outline-red[type=submit],.search-form .btn-outline-red.search-submit {
  background-color: transparent;
  border-color: #e40046
}

.btn.btn-outline-red span,.comment-form input.btn-outline-red[type=submit] span,.search-form .btn-outline-red.search-submit span {
  color: #e40046
}

.btn.btn-outline-red:after,.comment-form input.btn-outline-red[type=submit]:after,.search-form .btn-outline-red.search-submit:after {
  color: #fff
}

.btn.btn-outline-red:focus,.btn.btn-outline-red:hover,.comment-form input.btn-outline-red[type=submit]:focus,.comment-form input.btn-outline-red[type=submit]:hover,.search-form .btn-outline-red.search-submit:focus,.search-form .btn-outline-red.search-submit:hover {
  background-color: #e40046;
  border-color: #e40046
}

.btn.btn-outline-red:focus span,.btn.btn-outline-red:hover span,.comment-form input.btn-outline-red[type=submit]:focus span,.comment-form input.btn-outline-red[type=submit]:hover span,.search-form .btn-outline-red.search-submit:focus span,.search-form .btn-outline-red.search-submit:hover span {
  color: #fff
}

.btn.btn-white-red,.comment-form input.btn-white-red[type=submit],.search-form .btn-white-red.search-submit {
  background-color: #fff;
  border-color: #fff
}

.btn.btn-white-red span,.comment-form input.btn-white-red[type=submit] span,.search-form .btn-white-red.search-submit span {
  color: #e40046
}

.btn.btn-white-red:after,.comment-form input.btn-white-red[type=submit]:after,.search-form .btn-white-red.search-submit:after {
  color: #e40046
}

.btn.btn-white-red:focus,.btn.btn-white-red:hover,.comment-form input.btn-white-red[type=submit]:focus,.comment-form input.btn-white-red[type=submit]:hover,.search-form .btn-white-red.search-submit:focus,.search-form .btn-white-red.search-submit:hover {
  color: #e40046
}

.btn.btn-white-red:focus span,.btn.btn-white-red:hover span,.comment-form input.btn-white-red[type=submit]:focus span,.comment-form input.btn-white-red[type=submit]:hover span,.search-form .btn-white-red.search-submit:focus span,.search-form .btn-white-red.search-submit:hover span {
  color: #e40046
}

.btn.btn-outline-white-red,.comment-form input.btn-outline-white-red[type=submit],.search-form .btn-outline-white-red.search-submit {
  background-color: transparent;
  border-color: #fff
}

.btn.btn-outline-white-red span,.comment-form input.btn-outline-white-red[type=submit] span,.search-form .btn-outline-white-red.search-submit span {
  color: #fff
}

.btn.btn-outline-white-red:after,.comment-form input.btn-outline-white-red[type=submit]:after,.search-form .btn-outline-white-red.search-submit:after {
  color: #e40046
}

.btn.btn-outline-white-red:focus,.btn.btn-outline-white-red:hover,.comment-form input.btn-outline-white-red[type=submit]:focus,.comment-form input.btn-outline-white-red[type=submit]:hover,.search-form .btn-outline-white-red.search-submit:focus,.search-form .btn-outline-white-red.search-submit:hover {
  color: #e40046
}

.btn.btn-outline-white-red:focus span,.btn.btn-outline-white-red:hover span,.comment-form input.btn-outline-white-red[type=submit]:focus span,.comment-form input.btn-outline-white-red[type=submit]:hover span,.search-form .btn-outline-white-red.search-submit:focus span,.search-form .btn-outline-white-red.search-submit:hover span {
  color: #e40046
}

.btn.btn-outline-blue,.comment-form input.btn-outline-blue[type=submit],.search-form .btn-outline-blue.search-submit {
  background-color: transparent;
  border-color: #05c3de
}

.btn.btn-outline-blue span,.comment-form input.btn-outline-blue[type=submit] span,.search-form .btn-outline-blue.search-submit span {
  color: #05c3de
}

.btn.btn-outline-blue:after,.comment-form input.btn-outline-blue[type=submit]:after,.search-form .btn-outline-blue.search-submit:after {
  color: #fff
}

.btn.btn-outline-blue:focus,.btn.btn-outline-blue:hover,.comment-form input.btn-outline-blue[type=submit]:focus,.comment-form input.btn-outline-blue[type=submit]:hover,.search-form .btn-outline-blue.search-submit:focus,.search-form .btn-outline-blue.search-submit:hover {
  background-color: #05c3de;
  border-color: #05c3de
}

.btn.btn-outline-blue:focus span,.btn.btn-outline-blue:hover span,.comment-form input.btn-outline-blue[type=submit]:focus span,.comment-form input.btn-outline-blue[type=submit]:hover span,.search-form .btn-outline-blue.search-submit:focus span,.search-form .btn-outline-blue.search-submit:hover span {
  color: #fff
}

.btn.btn-white-blue,.comment-form input.btn-white-blue[type=submit],.search-form .btn-white-blue.search-submit {
  background-color: #fff;
  border-color: #fff
}

.btn.btn-white-blue span,.comment-form input.btn-white-blue[type=submit] span,.search-form .btn-white-blue.search-submit span {
  color: #05c3de
}

.btn.btn-white-blue:after,.comment-form input.btn-white-blue[type=submit]:after,.search-form .btn-white-blue.search-submit:after {
  color: #05c3de
}

.btn.btn-white-blue:focus,.btn.btn-white-blue:hover,.comment-form input.btn-white-blue[type=submit]:focus,.comment-form input.btn-white-blue[type=submit]:hover,.search-form .btn-white-blue.search-submit:focus,.search-form .btn-white-blue.search-submit:hover {
  color: #05c3de
}

.btn.btn-white-blue:focus span,.btn.btn-white-blue:hover span,.comment-form input.btn-white-blue[type=submit]:focus span,.comment-form input.btn-white-blue[type=submit]:hover span,.search-form .btn-white-blue.search-submit:focus span,.search-form .btn-white-blue.search-submit:hover span {
  color: #05c3de
}

.btn.btn-outline-white-blue,.comment-form input.btn-outline-white-blue[type=submit],.search-form .btn-outline-white-blue.search-submit {
  background-color: transparent;
  border-color: #fff
}

.btn.btn-outline-white-blue span,.comment-form input.btn-outline-white-blue[type=submit] span,.search-form .btn-outline-white-blue.search-submit span {
  color: #fff
}

.btn.btn-outline-white-blue:after,.comment-form input.btn-outline-white-blue[type=submit]:after,.search-form .btn-outline-white-blue.search-submit:after {
  color: #05c3de
}

.btn.btn-outline-white-blue:focus,.btn.btn-outline-white-blue:hover,.comment-form input.btn-outline-white-blue[type=submit]:focus,.comment-form input.btn-outline-white-blue[type=submit]:hover,.search-form .btn-outline-white-blue.search-submit:focus,.search-form .btn-outline-white-blue.search-submit:hover {
  color: #05c3de
}

.btn.btn-outline-white-blue:focus span,.btn.btn-outline-white-blue:hover span,.comment-form input.btn-outline-white-blue[type=submit]:focus span,.comment-form input.btn-outline-white-blue[type=submit]:hover span,.search-form .btn-outline-white-blue.search-submit:focus span,.search-form .btn-outline-white-blue.search-submit:hover span {
  color: #05c3de
}

.btn.btn-outline-orange,.comment-form input.btn-outline-orange[type=submit],.search-form .btn-outline-orange.search-submit {
  background-color: transparent;
  border-color: #ff8f1c
}

.btn.btn-outline-orange span,.comment-form input.btn-outline-orange[type=submit] span,.search-form .btn-outline-orange.search-submit span {
  color: #ff8f1c
}

.btn.btn-outline-orange:after,.comment-form input.btn-outline-orange[type=submit]:after,.search-form .btn-outline-orange.search-submit:after {
  color: #fff
}

.btn.btn-outline-orange:focus,.btn.btn-outline-orange:hover,.comment-form input.btn-outline-orange[type=submit]:focus,.comment-form input.btn-outline-orange[type=submit]:hover,.search-form .btn-outline-orange.search-submit:focus,.search-form .btn-outline-orange.search-submit:hover {
  background-color: #ff8f1c;
  border-color: #ff8f1c
}

.btn.btn-outline-orange:focus span,.btn.btn-outline-orange:hover span,.comment-form input.btn-outline-orange[type=submit]:focus span,.comment-form input.btn-outline-orange[type=submit]:hover span,.search-form .btn-outline-orange.search-submit:focus span,.search-form .btn-outline-orange.search-submit:hover span {
  color: #fff
}

.btn.btn-white-orange,.comment-form input.btn-white-orange[type=submit],.search-form .btn-white-orange.search-submit {
  background-color: #fff;
  border-color: #fff
}

.btn.btn-white-orange span,.comment-form input.btn-white-orange[type=submit] span,.search-form .btn-white-orange.search-submit span {
  color: #ff8f1c
}

.btn.btn-white-orange:after,.comment-form input.btn-white-orange[type=submit]:after,.search-form .btn-white-orange.search-submit:after {
  color: #ff8f1c
}

.btn.btn-white-orange:focus,.btn.btn-white-orange:hover,.comment-form input.btn-white-orange[type=submit]:focus,.comment-form input.btn-white-orange[type=submit]:hover,.search-form .btn-white-orange.search-submit:focus,.search-form .btn-white-orange.search-submit:hover {
  color: #ff8f1c
}

.btn.btn-white-orange:focus span,.btn.btn-white-orange:hover span,.comment-form input.btn-white-orange[type=submit]:focus span,.comment-form input.btn-white-orange[type=submit]:hover span,.search-form .btn-white-orange.search-submit:focus span,.search-form .btn-white-orange.search-submit:hover span {
  color: #ff8f1c
}

.btn.btn-outline-white-orange,.comment-form input.btn-outline-white-orange[type=submit],.search-form .btn-outline-white-orange.search-submit {
  background-color: transparent;
  border-color: #fff
}

.btn.btn-outline-white-orange span,.comment-form input.btn-outline-white-orange[type=submit] span,.search-form .btn-outline-white-orange.search-submit span {
  color: #fff
}

.btn.btn-outline-white-orange:after,.comment-form input.btn-outline-white-orange[type=submit]:after,.search-form .btn-outline-white-orange.search-submit:after {
  color: #ff8f1c
}

.btn.btn-outline-white-orange:focus,.btn.btn-outline-white-orange:hover,.comment-form input.btn-outline-white-orange[type=submit]:focus,.comment-form input.btn-outline-white-orange[type=submit]:hover,.search-form .btn-outline-white-orange.search-submit:focus,.search-form .btn-outline-white-orange.search-submit:hover {
  color: #ff8f1c
}

.btn.btn-outline-white-orange:focus span,.btn.btn-outline-white-orange:hover span,.comment-form input.btn-outline-white-orange[type=submit]:focus span,.comment-form input.btn-outline-white-orange[type=submit]:hover span,.search-form .btn-outline-white-orange.search-submit:focus span,.search-form .btn-outline-white-orange.search-submit:hover span {
  color: #ff8f1c
}

.btn.btn-outline-purple,.comment-form input.btn-outline-purple[type=submit],.search-form .btn-outline-purple.search-submit {
  background-color: transparent;
  border-color: #93c
}

.btn.btn-outline-purple span,.comment-form input.btn-outline-purple[type=submit] span,.search-form .btn-outline-purple.search-submit span {
  color: #93c
}

.btn.btn-outline-purple:after,.comment-form input.btn-outline-purple[type=submit]:after,.search-form .btn-outline-purple.search-submit:after {
  color: #fff
}

.btn.btn-outline-purple:focus,.btn.btn-outline-purple:hover,.comment-form input.btn-outline-purple[type=submit]:focus,.comment-form input.btn-outline-purple[type=submit]:hover,.search-form .btn-outline-purple.search-submit:focus,.search-form .btn-outline-purple.search-submit:hover {
  background-color: #93c;
  border-color: #93c
}

.btn.btn-outline-purple:focus span,.btn.btn-outline-purple:hover span,.comment-form input.btn-outline-purple[type=submit]:focus span,.comment-form input.btn-outline-purple[type=submit]:hover span,.search-form .btn-outline-purple.search-submit:focus span,.search-form .btn-outline-purple.search-submit:hover span {
  color: #fff
}

.btn.btn-white-purple,.comment-form input.btn-white-purple[type=submit],.search-form .btn-white-purple.search-submit {
  background-color: #fff;
  border-color: #fff
}

.btn.btn-white-purple span,.comment-form input.btn-white-purple[type=submit] span,.search-form .btn-white-purple.search-submit span {
  color: #93c
}

.btn.btn-white-purple:after,.comment-form input.btn-white-purple[type=submit]:after,.search-form .btn-white-purple.search-submit:after {
  color: #93c
}

.btn.btn-white-purple:focus,.btn.btn-white-purple:hover,.comment-form input.btn-white-purple[type=submit]:focus,.comment-form input.btn-white-purple[type=submit]:hover,.search-form .btn-white-purple.search-submit:focus,.search-form .btn-white-purple.search-submit:hover {
  color: #93c
}

.btn.btn-white-purple:focus span,.btn.btn-white-purple:hover span,.comment-form input.btn-white-purple[type=submit]:focus span,.comment-form input.btn-white-purple[type=submit]:hover span,.search-form .btn-white-purple.search-submit:focus span,.search-form .btn-white-purple.search-submit:hover span {
  color: #93c
}

.btn.btn-outline-white-purple,.comment-form input.btn-outline-white-purple[type=submit],.search-form .btn-outline-white-purple.search-submit {
  background-color: transparent;
  border-color: #fff
}

.btn.btn-outline-white-purple span,.comment-form input.btn-outline-white-purple[type=submit] span,.search-form .btn-outline-white-purple.search-submit span {
  color: #fff
}

.btn.btn-outline-white-purple:after,.comment-form input.btn-outline-white-purple[type=submit]:after,.search-form .btn-outline-white-purple.search-submit:after {
  color: #93c
}

.btn.btn-outline-white-purple:focus,.btn.btn-outline-white-purple:hover,.comment-form input.btn-outline-white-purple[type=submit]:focus,.comment-form input.btn-outline-white-purple[type=submit]:hover,.search-form .btn-outline-white-purple.search-submit:focus,.search-form .btn-outline-white-purple.search-submit:hover {
  color: #93c
}

.btn.btn-outline-white-purple:focus span,.btn.btn-outline-white-purple:hover span,.comment-form input.btn-outline-white-purple[type=submit]:focus span,.comment-form input.btn-outline-white-purple[type=submit]:hover span,.search-form .btn-outline-white-purple.search-submit:focus span,.search-form .btn-outline-white-purple.search-submit:hover span {
  color: #93c
}

.btn.btn-outline-primary,.comment-form input.btn-outline-primary[type=submit],.search-form .btn-outline-primary.search-submit {
  background-color: transparent;
  border-color: #8edd65
}

.btn.btn-outline-primary span,.comment-form input.btn-outline-primary[type=submit] span,.search-form .btn-outline-primary.search-submit span {
  color: #8edd65
}

.btn.btn-outline-primary:after,.comment-form input.btn-outline-primary[type=submit]:after,.search-form .btn-outline-primary.search-submit:after {
  color: #fff
}

.btn.btn-outline-primary:focus,.btn.btn-outline-primary:hover,.comment-form input.btn-outline-primary[type=submit]:focus,.comment-form input.btn-outline-primary[type=submit]:hover,.search-form .btn-outline-primary.search-submit:focus,.search-form .btn-outline-primary.search-submit:hover {
  background-color: #8edd65;
  border-color: #8edd65
}

.btn.btn-outline-primary:focus span,.btn.btn-outline-primary:hover span,.comment-form input.btn-outline-primary[type=submit]:focus span,.comment-form input.btn-outline-primary[type=submit]:hover span,.search-form .btn-outline-primary.search-submit:focus span,.search-form .btn-outline-primary.search-submit:hover span {
  color: #fff
}

.btn.btn-white-primary,.comment-form input.btn-white-primary[type=submit],.search-form .btn-white-primary.search-submit {
  background-color: #fff;
  border-color: #fff
}

.btn.btn-white-primary span,.comment-form input.btn-white-primary[type=submit] span,.search-form .btn-white-primary.search-submit span {
  color: #8edd65
}

.btn.btn-white-primary:after,.comment-form input.btn-white-primary[type=submit]:after,.search-form .btn-white-primary.search-submit:after {
  color: #8edd65
}

.btn.btn-white-primary:focus,.btn.btn-white-primary:hover,.comment-form input.btn-white-primary[type=submit]:focus,.comment-form input.btn-white-primary[type=submit]:hover,.search-form .btn-white-primary.search-submit:focus,.search-form .btn-white-primary.search-submit:hover {
  color: #8edd65
}

.btn.btn-white-primary:focus span,.btn.btn-white-primary:hover span,.comment-form input.btn-white-primary[type=submit]:focus span,.comment-form input.btn-white-primary[type=submit]:hover span,.search-form .btn-white-primary.search-submit:focus span,.search-form .btn-white-primary.search-submit:hover span {
  color: #8edd65
}

.btn.btn-outline-white-primary,.comment-form input.btn-outline-white-primary[type=submit],.search-form .btn-outline-white-primary.search-submit {
  background-color: transparent;
  border-color: #fff
}

.btn.btn-outline-white-primary span,.comment-form input.btn-outline-white-primary[type=submit] span,.search-form .btn-outline-white-primary.search-submit span {
  color: #fff
}

.btn.btn-outline-white-primary:after,.comment-form input.btn-outline-white-primary[type=submit]:after,.search-form .btn-outline-white-primary.search-submit:after {
  color: #8edd65
}

.btn.btn-outline-white-primary:focus,.btn.btn-outline-white-primary:hover,.comment-form input.btn-outline-white-primary[type=submit]:focus,.comment-form input.btn-outline-white-primary[type=submit]:hover,.search-form .btn-outline-white-primary.search-submit:focus,.search-form .btn-outline-white-primary.search-submit:hover {
  color: #8edd65
}

.btn.btn-outline-white-primary:focus span,.btn.btn-outline-white-primary:hover span,.comment-form input.btn-outline-white-primary[type=submit]:focus span,.comment-form input.btn-outline-white-primary[type=submit]:hover span,.search-form .btn-outline-white-primary.search-submit:focus span,.search-form .btn-outline-white-primary.search-submit:hover span {
  color: #8edd65
}

.btn.btn-outline-secondary,.comment-form input.btn-outline-secondary[type=submit],.search-form .btn-outline-secondary.search-submit {
  background-color: transparent;
  border-color: #93c
}

.btn.btn-outline-secondary span,.comment-form input.btn-outline-secondary[type=submit] span,.search-form .btn-outline-secondary.search-submit span {
  color: #93c
}

.btn.btn-outline-secondary:after,.comment-form input.btn-outline-secondary[type=submit]:after,.search-form .btn-outline-secondary.search-submit:after {
  color: #fff
}

.btn.btn-outline-secondary:focus,.btn.btn-outline-secondary:hover,.comment-form input.btn-outline-secondary[type=submit]:focus,.comment-form input.btn-outline-secondary[type=submit]:hover,.search-form .btn-outline-secondary.search-submit:focus,.search-form .btn-outline-secondary.search-submit:hover {
  background-color: #93c;
  border-color: #93c
}

.btn.btn-outline-secondary:focus span,.btn.btn-outline-secondary:hover span,.comment-form input.btn-outline-secondary[type=submit]:focus span,.comment-form input.btn-outline-secondary[type=submit]:hover span,.search-form .btn-outline-secondary.search-submit:focus span,.search-form .btn-outline-secondary.search-submit:hover span {
  color: #fff
}

.btn.btn-white-secondary,.comment-form input.btn-white-secondary[type=submit],.search-form .btn-white-secondary.search-submit {
  background-color: #fff;
  border-color: #fff
}

.btn.btn-white-secondary span,.comment-form input.btn-white-secondary[type=submit] span,.search-form .btn-white-secondary.search-submit span {
  color: #93c
}

.btn.btn-white-secondary:after,.comment-form input.btn-white-secondary[type=submit]:after,.search-form .btn-white-secondary.search-submit:after {
  color: #93c
}

.btn.btn-white-secondary:focus,.btn.btn-white-secondary:hover,.comment-form input.btn-white-secondary[type=submit]:focus,.comment-form input.btn-white-secondary[type=submit]:hover,.search-form .btn-white-secondary.search-submit:focus,.search-form .btn-white-secondary.search-submit:hover {
  color: #93c
}

.btn.btn-white-secondary:focus span,.btn.btn-white-secondary:hover span,.comment-form input.btn-white-secondary[type=submit]:focus span,.comment-form input.btn-white-secondary[type=submit]:hover span,.search-form .btn-white-secondary.search-submit:focus span,.search-form .btn-white-secondary.search-submit:hover span {
  color: #93c
}

.btn.btn-outline-white-secondary,.comment-form input.btn-outline-white-secondary[type=submit],.search-form .btn-outline-white-secondary.search-submit {
  background-color: transparent;
  border-color: #fff
}

.btn.btn-outline-white-secondary span,.comment-form input.btn-outline-white-secondary[type=submit] span,.search-form .btn-outline-white-secondary.search-submit span {
  color: #fff
}

.btn.btn-outline-white-secondary:after,.comment-form input.btn-outline-white-secondary[type=submit]:after,.search-form .btn-outline-white-secondary.search-submit:after {
  color: #93c
}

.btn.btn-outline-white-secondary:focus,.btn.btn-outline-white-secondary:hover,.comment-form input.btn-outline-white-secondary[type=submit]:focus,.comment-form input.btn-outline-white-secondary[type=submit]:hover,.search-form .btn-outline-white-secondary.search-submit:focus,.search-form .btn-outline-white-secondary.search-submit:hover {
  color: #93c
}

.btn.btn-outline-white-secondary:focus span,.btn.btn-outline-white-secondary:hover span,.comment-form input.btn-outline-white-secondary[type=submit]:focus span,.comment-form input.btn-outline-white-secondary[type=submit]:hover span,.search-form .btn-outline-white-secondary.search-submit:focus span,.search-form .btn-outline-white-secondary.search-submit:hover span {
  color: #93c
}

.card-header {
  padding: 0;
  border: none;
  background-color: transparent
}

.card {
  background: 0 0;
  border: none;
  border-radius: 0;
  position: relative
}

@media (max-width:767px) {
  .card {
    margin-bottom: 3rem
  }
}

.card img {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

@media (min-width:992px) {
  .card img.full {
    width: 100%
  }
}

.card a.block-link {
  display: block
}

.card a.block-link h3,.card a.block-link p {
  color: #1d1a1a
}

.card a.block-link:focus .img-holder img,.card a.block-link:hover .img-holder img {
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05)
}

.card .img-holder {
  overflow: hidden
}

.card .card-block.card-img-left {
  padding-bottom: 0
}

@media (min-width:576px) {
  .column {
    display: block
  }
}

@media (min-width:576px) {
  .column .card {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
}

.card-inverse {
  color: #fff
}

.card-img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0
}[class*=card-border-bottom-] {
   border-bottom-width: 7px;
   border-bottom-style: solid;
   background-color: #fff;
   height: 100%
 }[class*=card-border-bottom-] h3 {
    font-size: 2rem
  }[class*=card-border-bottom-] h3.featured-title:after {
     background-color: #1d1a1a;
     width: 64px
   }[class*=card-border-bottom-] .card-block {
      padding: 3rem 2rem;
      font-size: 1.4rem
    }[class*=card-columns-border-bottom-] {
       border-bottom-width: 7px;
       border-bottom-style: solid;
       background-color: #fff;
       height: 100%;
       padding: 0 15px
     }[class*=card-columns-border-bottom-] h3 {
        font-size: 2rem
      }[class*=card-columns-border-bottom-] .card-block {
         padding: 2rem .5rem;
         font-size: 1.4rem
       }[class*=card-image-border-] {
          padding: 0
        }[class*=card-image-border-] .img-holder {
           border-bottom-width: 7px;
           border-bottom-style: solid
         }[class*=card-image-border-] h3 {
            font-size: 2rem
          }[class*=card-image-border-] .card-block {
             padding: 2rem 0;
             font-size: 1.4rem
           }

.card-border-bottom-red {
  border-color: #e40046
}

.card-columns-border-bottom-red {
  border-color: #e40046
}

.card-image-border-red .img-holder {
  border-color: #e40046
}

.card-border-bottom-blue {
  border-color: #05c3de
}

.card-columns-border-bottom-blue {
  border-color: #05c3de
}

.card-image-border-blue .img-holder {
  border-color: #05c3de
}

.card-border-bottom-orange {
  border-color: #ff8f1c
}

.card-columns-border-bottom-orange {
  border-color: #ff8f1c
}

.card-image-border-orange .img-holder {
  border-color: #ff8f1c
}

.card-border-bottom-purple {
  border-color: #9b26b6
}

.card-columns-border-bottom-purple {
  border-color: #9b26b6
}

.card-image-border-purple .img-holder {
  border-color: #9b26b6
}

.card-border-bottom-green {
  border-color: #8edd65
}

.card-columns-border-bottom-green {
  border-color: #8edd65
}

.card-image-border-green .img-holder {
  border-color: #8edd65
}

.card-hover a:focus .hover-card-text,.card-hover a:hover .hover-card-text {
  opacity: 1
}

.card-hover a:focus .hover-card-icon,.card-hover a:hover .hover-card-icon {
  opacity: 0
}

.card-hover .img-holder {
  position: relative
}

.card-hover .hover-card-text {
  background-color: #8edd65;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.card-hover .hover-card-icon {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1
}

.card-hover .card-block {
  padding: 3rem 2rem
}

.card-hover .card-block h3 {
  margin-bottom: 0
}

.card-hover .card-block a:focus i,.card-hover .card-block a:focus span,.card-hover .card-block a:hover i,.card-hover .card-block a:hover span {
  color: #8edd65
}

.carousel-item-wrapper {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: calc(29rem + 23.4375vw)
}

.carousel-item-wrapper img {
  opacity: 0
}

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

.comment-list ol {
  list-style: none
}

.search-form label {
  font-weight: 400
}

body div.gform_wrapper ul.gform_fields {
  margin-left: -8px!important;
  margin-right: -8px!important
}

body div.gform_wrapper ul.gform_fields .ginput_container {
  margin: 0!important
}

body div.gform_wrapper ul.gform_fields .gfield {
  clear: none;
  margin: 0;
  margin-bottom: 16px;
  padding: 0 8px
}

.comment-form body div.gform_wrapper ul.gform_fields input[type=email],.comment-form body div.gform_wrapper ul.gform_fields input[type=text],.comment-form body div.gform_wrapper ul.gform_fields input[type=url],.comment-form body div.gform_wrapper ul.gform_fields textarea,.search-form body div.gform_wrapper ul.gform_fields .search-field,body div.gform_wrapper ul.gform_fields .comment-form input[type=email],body div.gform_wrapper ul.gform_fields .comment-form input[type=text],body div.gform_wrapper ul.gform_fields .comment-form input[type=url],body div.gform_wrapper ul.gform_fields .comment-form textarea,body div.gform_wrapper ul.gform_fields .form-control,body div.gform_wrapper ul.gform_fields .search-form .search-field {
  border: solid 2px #afafaf;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 10px 20px!important;
  height: 48px
}

.comment-form body div.gform_wrapper ul.gform_fields input[type=email]:focus,.comment-form body div.gform_wrapper ul.gform_fields input[type=text]:focus,.comment-form body div.gform_wrapper ul.gform_fields input[type=url]:focus,.comment-form body div.gform_wrapper ul.gform_fields textarea:focus,.search-form body div.gform_wrapper ul.gform_fields .search-field:focus,body div.gform_wrapper ul.gform_fields .comment-form input[type=email]:focus,body div.gform_wrapper ul.gform_fields .comment-form input[type=text]:focus,body div.gform_wrapper ul.gform_fields .comment-form input[type=url]:focus,body div.gform_wrapper ul.gform_fields .comment-form textarea:focus,body div.gform_wrapper ul.gform_fields .form-control:focus,body div.gform_wrapper ul.gform_fields .search-form .search-field:focus {
  box-shadow: none;
  border-color: #000
}

.comment-form body div.gform_wrapper ul.gform_fields textarea,.search-form body div.gform_wrapper ul.gform_fields textarea.search-field,body div.gform_wrapper ul.gform_fields .comment-form textarea,body div.gform_wrapper ul.gform_fields .search-form textarea.search-field,body div.gform_wrapper ul.gform_fields textarea.form-control {
  height: auto
}

.main {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:576px) {
  .main {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:768px) {
  .main {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:992px) {
  .main {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:1200px) {
  .main {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:576px) {
  .main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .sidebar-primary .main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .tribe-events-style-full .main,
  .tribe_community_edit .main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.sidebar {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:576px) {
  .sidebar {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:768px) {
  .sidebar {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:992px) {
  .sidebar {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:1200px) {
  .sidebar {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:576px) {
  .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
}

.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

.slick-next,.slick-prev {
  background: 0 0;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 32px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 47%;
  -webkit-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 20px;
  outline: 0;
  z-index: 999
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before,.slick-prev:before {
  color: #fff;
  font-family: "SS BlackTie-Bold";
  font-size: 36px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: 30px
}[dir=rtl] .slick-prev {
   left: auto;
   right: 0
 }

.slick-prev:before {
  content: "◅"
}[dir=rtl] .slick-prev:before {
   content: "◅"
 }

.slick-next {
  right: 30px
}[dir=rtl] .slick-next {
   left: 0;
   right: auto
 }

.slick-next:before {
  content: "▻"
}[dir=rtl] .slick-next:before {
   content: "▻"
 }

.slick-slider {
  margin-bottom: 0
}

.slick-dots {
  bottom: 20px;
  display: block;
  list-style: none;
  margin-bottom: 0;
  margin-top: 20px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  line-height: 22px
}

@media (min-width:768px) {
  .slick-dots {
    bottom: 30px
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer
}

@media (min-width:768px) {
  .slick-dots li {
    margin: 0 4px;
    height: 13px;
    width: 13px
  }
}

.slick-dots li.slick-active button {
  background-color: #8edd65
}

.slick-dots li.slick-active button:focus,.slick-dots li.slick-active button:hover {
  background-color: #8edd65;
  cursor: default;
  border-color: #fff
}

.slick-dots li button {
  border: 3px solid #fff;
  border-radius: 50%;
  background: 0 0;
  display: block;
  height: 10px;
  width: 10px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer
}

@media (min-width:768px) {
  .slick-dots li button {
    height: 13px;
    width: 13px
  }
}

.slick-dots li button:focus,.slick-dots li button:hover {
  border-color: #f5f5f5
}

.slide-content {
  position: absolute
}

.slide-content.top-left {
  top: calc(5rem + 30px);
  left: 2.5vw
}

.slide-content.bottom-left {
  bottom: 2vw;
  left: 2.5vw
}

.slide-content.top-right {
  top: calc(5rem + 30px);
  right: 2.5vw
}

.slide-content.bottom-right {
  bottom: 2vw;
  right: 2.5vw
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto
}

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto
}

.alignleft,.alignright {
  margin-bottom: 1rem;
  height: auto
}

@media (min-width:576px) {
  .alignleft {
    float: left;
    margin-right: 1rem
  }

  .alignright {
    float: right;
    margin-left: 1rem
  }
}

.wp-caption-text {
  padding: .9rem
}

.b-card-block {
  padding: 3rem 0
}

@media (max-width:575px) {
  .b-card-slider {
    padding: 3rem 0
  }
}

@media (max-width:575px) {
  .cards-wrapper {
    margin-bottom: 3rem
  }
}

@media (max-width:767px) {
  .card-slider-carousel {
    margin-top: 2rem;
    padding-bottom: 4rem
  }
}

@media (min-width:576px) {
  .card-slider-carousel .slick-slide {
    padding-bottom: 3rem
  }
}

@media (min-width:576px) {
  .card-slider-carousel .slick-slide>div {
    padding: 0 1.5rem
  }
}

.card-slider-carousel .slick-arrow {
  bottom: -40px;
  top: auto
}

.card-slider-carousel .slick-arrow:before {
  color: #1d1a1a
}

@media (min-width:576px) {
  .card-slider-carousel .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (min-width:576px) {
  .card-slider-carousel .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (min-width:576px) {
  .card-slider-carousel .slick-track:before {
    display: none
  }
}

@media (min-width:576px) {
  .card-slider-carousel .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (min-width:576px) {
  .card-slider-carousel .slick-track .slick-slide>div {
    height: 100%
  }
}

@media (min-width:576px) {
  .card-slider-carousel .slick-track .slick-slide>div>div {
    height: 100%
  }
}

.card-slider-carousel .slick-track .slick-slide .card {
  position: relative
}

.card-slider-carousel .slick-next {
  right: -10px
}

@media (min-width:576px) {
  .card-slider-carousel .slick-next {
    right: 0
  }
}

.card-slider-carousel .slick-prev {
  left: -10px
}

@media (min-width:576px) {
  .card-slider-carousel .slick-prev {
    left: 0
  }
}

.card-slider-carousel .slick-next.slick-disabled:before,.card-slider-carousel .slick-prev.slick-disabled:before {
  opacity: 0
}

.card-slider-carousel .slick-dots {
  bottom: 0
}

@media (min-width:576px) {
  .card-slider-carousel .slick-dots {
    bottom: -20px
  }
}

.card-slider-carousel .slick-dots li button {
  border-color: #1d1a1a
}

.card-slider-carousel .slick-dots li button:focus,.card-slider-carousel .slick-dots li button:hover {
  border-color: #1d1a1a;
  background-color: #6e6262
}

.card-slider-carousel .slick-dots li.slick-active button {
  background-color: #1d1a1a
}

.card-slider-carousel .slick-dots li.slick-active button:focus,.card-slider-carousel .slick-dots li.slick-active button:hover {
  border-color: #1d1a1a;
  background-color: #1d1a1a
}

.card-slider-carousel.card-slider-remote .slick-dots {
  bottom: 10px
}

@media (min-width:576px) {
  .card-slider-carousel.card-slider-remote .slick-dots {
    bottom: -30px
  }
}

.card-slider-carousel.card-slider-remote .slick-arrow {
  bottom: -10px
}

@media (min-width:576px) {
  .card-slider-carousel.card-slider-remote .slick-arrow {
    bottom: -50px
  }
}

.card-slider-carousel.card-slider-local {
  padding: 0 1rem
}

@media (min-width:576px) {
  .card-slider-carousel.card-slider-local {
    padding: 0 5rem
  }
}

.card-slider-carousel.card-slider-local .big-text .card-container {
  max-width: 400px;
  height: 240px;
  margin: 0 auto;
  width: 100%
}

.card-slider-carousel.card-slider-local .big-text .card-container .card {
  min-height: 100%;
  position: relative
}

.card-slider-carousel.card-slider-local .big-text .card-container .card a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%
}

.card-slider-carousel.card-slider-local .card-container {
  padding: 1.5rem
}

.card-slider-carousel.card-slider-local .card-container .card {
  border: 9px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-height: 20vw;
  position: relative
}

.card-slider-carousel.card-slider-local .card-container .card:before {
  content: "";
  position: absolute;
  top: -9px;
  right: -9px;
  border-width: 0 40px 40px 0;
  border-style: solid;
  border-color: #ff8f1c #ff8f1c #fff #fff;
  display: block;
  width: 0;
  z-index: 2
}

.card-slider-carousel.card-slider-local .card-container .card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2.2rem;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
  text-transform: uppercase
}

@media (min-width:576px) {
  .card-slider-carousel.card-slider-local .card-container .card a {
    font-size: 2.8rem
  }
}

.card-slider-carousel.card-slider-local .card-container.bg-blue .card:before {
  border-color: #05c3de #05c3de #fff #fff
}

.card-slider-carousel.card-slider-local .card-container.bg-orange .card:before {
  border-color: #ff8f1c #ff8f1c #fff #fff
}

.card-slider-carousel.card-slider-local .card-container.bg-green .card:before {
  border-color: #8edd65 #8edd65 #fff #fff
}

.card-slider-carousel.card-slider-local .card-container.bg-red .card:before {
  border-color: #e40046 #e40046 #fff #fff
}

.card-slider-carousel.card-slider-local .card-container.bg-purple .card:before {
  border-color: #9b26b6 #9b26b6 #fff #fff
}

.card-slider-carousel.card-slider-local .slick-arrow {
  top: 47%
}

@media (min-width:576px) {
  .card-slider-carousel.card-slider-local .slick-arrow {
    top: 57%
  }
}

.b-content {
  padding: 5rem 0
}

@media (min-width:768px) {
  .b-content {
    padding: 9rem 0
  }
}

.b-content h3 {
  margin-bottom: 2rem
}

.b-content p {
  line-height: 1.75
}

@media (max-width:767px) {
  .b-content img {
    margin-bottom: 2rem
  }
}

.b-content .btn,.b-content .comment-form input[type=submit],.b-content .search-form .search-submit,.comment-form .b-content input[type=submit],.search-form .b-content .search-submit {
  margin-top: 3rem
}

.b-editorial-staff p {
  line-height: 1.75
}

.faq-accordion .card {
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 0
}

.faq-accordion .card .card-header a {
  color: #1d1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  padding: 2rem;
  position: relative
}

@media (min-width:768px) {
  .faq-accordion .card .card-header a {
    padding-right: 25%
  }
}

.faq-accordion .card .card-header a i {
  color: #93c;
  font-size: 1.6rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%)
}

.faq-accordion .card .card-header a i.ss-up {
  color: #8edd65
}

.faq-accordion .card .card-block {
  padding: 0 2rem 2rem
}

.b-full-width-pattern {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

@media (max-width:575px) {
  .b-full-width-pattern .full-width-pattern-text {
    padding: 1.5rem
  }
}

@media (max-width:575px) {
  .b-full-width-pattern .full-width-pattern-text>div {
    padding: 3rem 1.5rem 1.5rem
  }
}

@media (max-width:575px) {
  .b-full-width-pattern .full-width-pattern-text .search-form a.search-submit,.b-full-width-pattern .full-width-pattern-text a.btn,.search-form .b-full-width-pattern .full-width-pattern-text a.search-submit {
    margin-bottom: 1.5rem
  }
}

@media (max-width:575px) {
  .b-full-width-pattern .full-width-pattern-image {
    margin: 0 -15px
  }
}

.b-group-shortcuts {
  padding: 3 0
}

.b-group-shortcuts .group-card-container {
  height: 17.5rem
}

.b-group-shortcuts .group-card-container .group-card {
  border: none;
  position: relative;
  overflow: hidden
}

.b-group-shortcuts a .flipping-bg {
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  position: absolute;
  top: 0;
  right: calc(100% - 15px);
  width: 100%;
  height: 100%;
  z-index: -1
}

.b-group-shortcuts a span {
  -webkit-transition: color .5s ease 0s,-webkit-transform .3s ease 0s;
  transition: color .5s ease 0s,-webkit-transform .3s ease 0s;
  -o-transition: color .5s ease 0s,-o-transform .3s ease 0s;
  transition: color .5s ease 0s,transform .3s ease 0s;
  transition: color .5s ease 0s,transform .3s ease 0s,-webkit-transform .3s ease 0s,-o-transform .3s ease 0s
}

.b-group-shortcuts a:focus span,.b-group-shortcuts a:hover span {
  color: #fff
}

.b-group-shortcuts a:focus span.group-title,.b-group-shortcuts a:hover span.group-title {
  text-decoration: none
}

.b-group-shortcuts a:focus span.ss-gizmo,.b-group-shortcuts a:hover span.ss-gizmo {
  -webkit-transform: translate(10px,0);
  -o-transform: translate(10px,0);
  transform: translate(10px,0)
}

.b-group-shortcuts a:focus .flipping-bg,.b-group-shortcuts a:hover .flipping-bg {
  right: 0
}

.b-group-shortcuts .group-shortcuts-slider {
  margin: 40px -15px 60px
}

.b-hover-card h2 {
  margin-bottom: 4rem
}

.b-hover-card .card-img-holder {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 30vw
}

@media (min-width:576px) {
  .b-hover-card .card-img-holder {
    min-height: 20vw
  }
}

.b-icon-grid p {
  line-height: 1.75
}

@media (max-width:575px) {
  .b-link-list {
    padding: 3rem 0
  }
}

.b-link-list ul li {
  line-height: 1.75;
  font-size: 1.6rem
}

.b-link-list ul li a {
  font-weight: 400;
  font-size: 1.6rem
}

@media (max-width:991px) {
  .b-policy-reports,.b-position-statements {
    padding: 3rem 0
  }
}

.b-policy-reports .publications-filters,.b-position-statements .publications-filters {
  margin-bottom: 3rem
}

.b-policy-reports .publications-filters button,.b-position-statements .publications-filters button {
  border-radius: 0;
  text-align: left
}

@media (max-width:991px) {
  .b-policy-reports .publications-filters button,.b-position-statements .publications-filters button {
    margin-bottom: 2rem;
    margin-top: 3rem;
    max-width: none;
    width: 100%
  }
}

.b-policy-reports .publications-filters button:after,.b-position-statements .publications-filters button:after {
  border: none;
  content: '\F501';
  color: #afafaf;
  font-size: 1.8rem;
  font-family: SSGizmo;
  position: absolute;
  opacity: 1;
  right: 1rem;
  top: 50%;
  z-index: 100;
  width: auto
}

.b-policy-reports .publications-filters .dropdown ul,.b-position-statements .publications-filters .dropdown ul {
  border-radius: 0;
  margin-top: 0
}

.b-policy-reports .publications-filters .text-right:after,.b-position-statements .publications-filters .text-right:after {
  color: #afafaf;
  content: '\1F50E';
  font-family: SSGizmo;
  position: absolute;
  right: 30px;
  top: 55%;
  -webkit-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%)
}

@media (max-width:991px) {
  .b-policy-reports .publications-filters .text-right:after,.b-position-statements .publications-filters .text-right:after {
    top: 35%
  }
}

.b-policy-reports .publications-filters #publications-filter-search,.b-position-statements .publications-filters #publications-filter-search {
  border: 2px solid #ccc;
  height: 44px;
  padding: 10px 12px
}

@media (max-width:991px) {
  .b-policy-reports .publications-filters #publications-filter-search,.b-position-statements .publications-filters #publications-filter-search {
    margin-bottom: 2rem;
    max-width: none;
    width: 100%
  }
}

@media (min-width:576px) {
  .b-policy-reports .publications-filters #publications-filter-search,.b-position-statements .publications-filters #publications-filter-search {
    min-width: 370px
  }
}

.b-policy-reports .table>thead>tr>th,.b-position-statements .table>thead>tr>th {
  background-color: #8edd65;
  color: #000;
  text-decoration: underline;
  border-right: solid 4px #fff;
  padding: 14px
}

.b-policy-reports .table>thead>tr>th:last-child,.b-position-statements .table>thead>tr>th:last-child {
  border: 0
}

.b-policy-reports .table>tbody>tr>td,.b-position-statements .table>tbody>tr>td {
  padding: 14px;
  border: 0!important;
  border-right: solid 4px #efeded!important
}

.b-policy-reports .table>tbody>tr>td:last-child,.b-position-statements .table>tbody>tr>td:last-child {
  border: 0!important
}

.b-policy-reports .table.table-striped>tbody>tr:nth-of-type(even),.b-position-statements .table.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #efeded
}

@media (max-width:575px) {
  .b-speakers {
    padding: 3rem 0
  }
}

.b-speakers h1 {
  color: #1d1a1a
}

.b-speakers .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-speakers .slider .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-speakers .slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-speakers .slider .slick-track:before {
  display: none
}

.b-speakers .slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.b-speakers .slider .slick-track .slick-slide>div {
  height: 100%
}

.b-speakers .slider .slick-track .slick-slide>div>div {
  height: 100%
}

.b-speakers .slider .note {
  height: 100%;
  padding: 3rem 2rem
}

.b-speakers .slider .note:before {
  border-bottom-color: #93c;
  border-left-color: #93c
}

.b-speakers .slider>div {
  margin-bottom: 3rem
}

.b-speakers .cbp-panel {
  width: 100%!important
}

.b-speakers .cbp-wrapper {
  margin: 3rem 0
}

.b-speakers .cbp-wrapper .cbp-item-wrapper {
  margin-bottom: 2rem
}

.b-speakers .cbp-wrapper .cbp-item-wrapper a {
  color: #1d1a1a
}

.b-speakers .cbp-wrapper .cbp-item-wrapper .note {
  min-height: 480px
}

.b-speakers .cbp-wrapper .cbp-item-wrapper .note:before {
  border-color: #f5f5f5 #f5f5f5 #e40046 #e40046
}

@media (min-width:768px) {
  .b-speakers .cbp-wrapper .cbp-item-wrapper .note img {
    max-width: 190px
  }
}

.b-speakers .cbp-popup-singlePageInline-open .cbp-item {
  opacity: .2
}

.b-speakers .cbp-popup-singlePageInline-open .cbp-item.cbp-singlePageInline-active {
  opacity: 1!important
}

.b-speakers .cbp-popup-singlePageInline .cbp-l-inline {
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 4rem 3rem
}

.b-speakers .cbp-popup-singlePageInline .cbp-l-inline span {
  display: block
}

.b-speakers .cbp-popup-singlePageInline .cbp-l-inline span.staff-meta {
  color: #05c3de;
  font-size: 2rem;
  margin-bottom: 3.5rem
}

.b-speakers .cbp-popup-singlePageInline .cbp-l-inline span.event-date {
  font-size: 1.4rem;
  font-style: italic;
  margin-bottom: 3rem
}

@media (max-width:575px) {
  .b-squared-blocks-intro {
    margin: 0 -15px
  }
}

@media (max-width:575px) {
  .b-squared-blocks-intro .squared-block-text {
    padding: 3rem 0
  }
}

.b-categories .card .card-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 190px;
  padding: 0
}

.b-categories .card .card-block a {
  color: #1d1a1a;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 3rem 2rem
}

.b-categories .card .card-block h3 {
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center
}

.b-teaching-stories .column .card {
  display: block
}

@media (max-width:575px) {
  .b-teaching-stories #tribe-events-content-wrapper {
    padding: 4rem 0
  }
}

.b-teaching-stories h2.title {
  margin-bottom: 2rem
}

.banner {
  border-bottom: 8px solid #8edd65;
  margin-bottom: 0;
  padding: 0
}

.banner>.container-fluid {
  width: 100%
}

.banner .navbar-header {
  float: none
}

.banner .navbar-brand {
  height: 90px;
  padding: 0;
  margin: 15px 0
}

@media (min-width:576px) {
  .banner .navbar-brand {
    margin: 15px 15px
  }
}

@media (min-width:992px) {
  .banner .navbar-brand {
    margin: 25px 15px
  }
}

@media (max-width:575px) {
  .banner .navbar-brand img {
    max-width: 220px
  }
}

.banner .navbar-nav {
  border-top: 1px solid rgba(0,0,0,.05);
  width: 100%
}

@media (max-width:991px) {
  .banner .navbar-nav {
    margin: 0;
    padding: 0 1.5rem
  }
}

@media (min-width:992px) {
  .banner .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.banner .navbar-nav li {
  float: none;
  width: 100%
}

@media (min-width:992px) {
  .banner .navbar-nav li {
    text-align: center
  }
}

@media (max-width:991px) {
  .banner .navbar-nav li.menu-blog {
    margin-bottom: 1rem
  }
}

.banner .navbar-nav li.menu-join a {
  background-color: #93c;
  color: #fff;
  display: block
}

.banner .navbar-nav li.menu-join a {
  background-color: #93c;
  color: #fff;
  display: block
}
.banner .navbar-nav li.menu-renew a {
  background-color: #ff8f1c;
  color: #fff;
  display: block
}

@media (max-width:991px) {
  .banner .navbar-nav li.menu-renew a,
  .banner .navbar-nav li.menu-join a {
    margin-bottom: 3rem;
    padding: 15px 10px;
    text-align: center;
    width: 140px
  }
}

.banner .navbar-nav li.menu-join a:focus:after,.banner .navbar-nav li.menu-join a:hover:after {
  content: '\25BB';
  font-family: "SS BlackTie-Regular";
  font-size: 12px;
  position: relative;
  left: 15px;
  margin-right: -7px;
  width: 7px
}

.banner .navbar-nav li.active a {
  background: 0 0;
  color: #93c
}

@media (min-width:992px) {
  .banner .navbar-nav li.active a {
    border-bottom: 8px solid #93c;
    position: relative;
    top: 8px;
    margin-top: -8px
  }
}

.banner .navbar-nav li.active a:focus,.banner .navbar-nav li.active a:hover {
  background: 0 0;
  color: #93c;
  cursor: default
}

.banner .navbar-nav li a {
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px
}

@media (max-width:991px) {
  .banner .navbar-nav li a {
    margin-bottom: 2rem;
    padding: 0
  }
}

@media (min-width:992px) {
  .banner .navbar-nav li a {
    color: #4a4a4a;
    display: inline-block;
    padding: 15px 15px
  }
}

@media (min-width:992px) {
  .banner .navbar-nav li:not(.menu-join) a:focus,.banner .navbar-nav li:not(.menu-join) a:hover {
    border-bottom: 8px solid #93c;
    position: relative;
    top: 8px;
    margin-top: -8px
  }
}

.aux-navigation {
  float: right
}

@media (min-width:992px) {
  .secondary-navigation-wrap,.social-navigation-wrap {
    float: left;
    margin-top: 50px
  }
}

.secondary-navigation-wrap ul,.social-navigation-wrap ul {
  padding-left: 0;
  margin-bottom: 0
}

.secondary-navigation-wrap ul li,.social-navigation-wrap ul li {
  float: left;
  list-style: none
}

@media (min-width:992px) {
  .secondary-navigation-wrap ul li,.social-navigation-wrap ul li {
    line-height: 30px
  }
}

.secondary-navigation-wrap ul li a,.social-navigation-wrap ul li a {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 500
}

@media (max-width:991px) {
  .secondary-navigation-wrap {
    border-bottom: 2px solid #000;
    padding: 0 1.5rem 2rem;
    margin-bottom: 3rem
  }
}

@media (min-width:992px) {
  .secondary-navigation-wrap {
    border-right: 3px solid #8edd65
  }
}

li.menu-search a:before {
  content: "\1F50E";
  font-family: "SS BlackTie-Bold";
  font-size: 1.5rem;
  margin-right: .9rem;
  vertical-align: middle
}

li.menu-item-search {
  margin-top: -.5rem!important;
  opacity: 0;
  -webkit-transition: all .3s ease 0;
  -o-transition: all .3s ease 0;
  transition: all .3s ease 0;
  display: none
}

li.menu-item-search.display-form {
  opacity: 1;
  display: block
}

li.menu-item-search form p {
  margin-bottom: 0
}

li.menu-item-search form input {
  height: 40px;
  vertical-align: middle;
  outline: 0!important
}

li.menu-item-search form input[type=text] {
  border: 2px solid #4a4a4a;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-right: none;
  padding: .6rem 2rem;
  width: 20rem
}

li.menu-item-search form input[type=submit] {
  background: 0 0;
  border: 2px solid #4a4a4a;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-left: 0;
  color: #93c;
  font-family: "SS BlackTie-Bold";
  min-width: 5rem;
  display: inline-block
}

@media (max-width:991px) {
  .social-navigation-wrap {
    padding-left: 15px
  }
}

@media (max-width:991px) {
  ul.secondary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

ul.secondary-nav li {
  margin: 0
}

@media (max-width:991px) {
  ul.secondary-nav li {
    float: none;
    margin-bottom: 2rem
  }
}

@media (min-width:992px) {
  ul.secondary-nav li {
    margin: 0 20px
  }
}

@media (min-width:992px) {
  ul.secondary-nav li:last-child {
    margin-right: 40px
  }
}

@media (max-width:991px) {
  ul.secondary-nav li.menu-login {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media (max-width:991px) {
  ul.secondary-nav li.menu-shop {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media (max-width:991px) {
  ul.secondary-nav li.menu-search {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  ul.secondary-nav li.menu-search a:before {
    display: none
  }
}

@media (max-width:991px) {
  ul.secondary-nav li.menu-blog {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
}

ul.secondary-nav li.active a {
  color: #93c
}

@media (max-width:991px) {
  ul.secondary-nav li a {
    color: #fff
  }
}

ul.secondary-nav li a:focus,ul.secondary-nav li a:hover {
  color: #93c;
  text-decoration: none
}

ul.header-social-menu {
  padding-left: 0
}

ul.header-social-menu li {
  height: 30px;
  line-height: 30px;
  margin-right: 20px;
  padding-top: 3px
}

@media (min-width:992px) {
  ul.header-social-menu li {
    margin: 0 10px
  }
}

@media (min-width:992px) {
  ul.header-social-menu li:first-child {
    margin-left: 40px
  }
}

ul.header-social-menu li a:before {
  color: #8edd65;
  -webkit-font-smoothing: antialiased;
  font-size: 24px
}

@media (min-width:992px) {
  ul.header-social-menu li a:before {
    color: #4a4a4a
  }
}

ul.header-social-menu li a:focus,ul.header-social-menu li a:hover {
  text-decoration: none
}

ul.header-social-menu li a:focus:before,ul.header-social-menu li a:hover:before {
  color: #93c
}

ul.social-circle li a:before {
  font-family: SSSocialCircle
}

ul.social-regular li a:before {
  font-family: SSSocialRegular
}

ul.social li a[href*="facebook.com"]::before {
  content: '\F610'
}

ul.social li a[href*="linkedin.com"]::before {
  content: '\F612'
}

ul.social li a[href*="twitter.com"]::before {
  content: '\F611'
}

ul.social li a[href*="medium.com"]::before {
  content: '\F614'
}

ul.social li a[href*="instagram.com"]::before {
  content: '\F641'
}

ul.social li a[href*="pinterest.com"]::before {
  content: '\F650'
}

ul.social li a[href*="youtube.com"]::before {
  content: '\F630'
}

button.nav-expander {
  margin-top: 3rem;
  opacity: 1!important;
  display: none;
  outline: 0!important
}

@media (max-width:991px) {
  button.nav-expander {
    background: 0 0;
    color: #000;
    display: block;
    margin-right: 0;
    padding: 20px 25px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12;
    -webkit-transition: right .3s ease-in-out 0s;
    -o-transition: right .3s ease-in-out 0s;
    transition: right .3s ease-in-out 0s
  }
}

button.nav-expander:focus,button.nav-expander:hover {
  cursor: pointer
}

button.nav-expander.is-active .hamburger-inner,button.nav-expander.is-active .hamburger-inner:after {
  width: 25px
}

.nav-expanded button.nav-expander.fixed {
  right: 0;
  z-index: 2100
}

.nav-expanded button.nav-expander.fixed span {
  opacity: 1
}

.nav-expanded button.nav-expander.fixed span .hamburger-inner {
  background-color: #fff
}

.nav-expanded button.nav-expander.fixed span .hamburger-inner:after {
  background-color: #fff
}

.nav-expanded button.nav-expander.fixed span .hamburger-inner:before {
  background-color: #fff
}

@media (max-width:991px) {
  nav.sidemenu {
    background: #1d1a1a;
    display: block;
    height: 100%;
    padding: 50px 20px 20px;
    overflow: auto;
    position: fixed;
    right: -27rem;
    top: 0;
    width: 27rem;
    z-index: 2000;
    -webkit-transition: right .3s ease-in-out 0s;
    -o-transition: right .3s ease-in-out 0s;
    transition: right .3s ease-in-out 0s
  }
}

@media (max-width:767px) {
  nav.sidemenu {
    right: -100%;
    width: 100%
  }
}

@media (max-width:991px) {
  .nav-expanded nav.sidemenu {
    right: 0
  }
}

@media (max-width:575px) {
  .subnavigation {
    padding: 3rem 0
  }
}

.subnavigation h2 {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 3rem
}

.subnavigation h2 a {
  color: #1d1a1a;
  line-height: 1.7
}

.subnavigation h2 a span {
  border-bottom: 8px solid #8edd65
}

.subnavigation .back-link {
  font-weight: 500;
  margin-bottom: 2rem
}

.subnavigation .back-link a {
  color: #4a4a4a;
  font-size: 1.4rem
}

.subnavigation ul li {
  line-height: 1.3;
  margin-bottom: 1rem
}

.subnavigation ul li.list-separator {
  border-top: 1px dashed #cfcfcf;
  padding-top: 2rem;
  margin-top: 2rem
}

.subnavigation ul li.current_menu_item a {
  color: #afafaf
}

.subnavigation ul li a {
  color: #1d1a1a;
  font-size: 1.4rem
}

.subnavigation ul li a[href*="facebook.com"]::before,.subnavigation ul li a[href*="instagram.com"]::before,.subnavigation ul li a[href*="linkedin.com"]::before,.subnavigation ul li a[href*="pinterest.com"]::before,.subnavigation ul li a[href*="twitter.com"]::before,.subnavigation ul li a[href*="youtube.com"]::before {
  font-family: SSSocialCircle;
  margin-right: 1rem;
  vertical-align: middle
}

.subnavigation ul li a[href*="facebook.com"]::before {
  content: '\F610'
}

.subnavigation ul li a[href*="linkedin.com"]::before {
  content: '\F612'
}

.subnavigation ul li a[href*="twitter.com"]::before {
  content: '\F611'
}

.subnavigation ul li a[href*="instagram.com"]::before {
  content: '\F641'
}

.subnavigation ul li a[href*="medium.com"]::before {
  content: '\F614'
}

.subnavigation ul li a[href*="pinterest.com"]::before {
  content: '\F650'
}

.subnavigation ul li a[href*="youtube.com"]::before {
  content: '\F630'
}

.subnavigation-dropdown {
  margin: 0 -15px;
  background-color: #f5f5f5;
  padding: 0;
  margin-bottom: 3rem
}

.subnavigation-dropdown a.subnav-dropdown-toggle {
  display: block;
  height: 75px;
  padding: 2rem 3rem;
  font-size: 2rem;
  color: #1d1a1a;
  position: relative
}

.subnavigation-dropdown a.subnav-dropdown-toggle span.subnav-icon {
  font-family: "SS BlackTie-Bold";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%)
}

.subnavigation-dropdown a.subnav-dropdown-toggle span.subnav-icon:before {
  font-family: "SS BlackTie-Bold"
}

.subnavigation-dropdown a.subnav-dropdown-toggle:after {
  display: none
}

.subnavigation-dropdown span.subnav-title {
  border-bottom: 8px solid #8edd65
}

.subnavigation-dropdown .dropdown-menu {
  background-color: #f5f5f5;
  position: absolute;
  top: 75px;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0 0 2rem
}

.subnavigation-dropdown .dropdown-menu li a {
  padding: .8rem 3rem
}

.sidebar-primary .content::after {
  display: block;
  content: "";
  clear: both
}

.sidebar-primary main.main {
  float: left;
  padding: 0 0
}

@media (min-width:576px) {
  .sidebar-primary main.main {
    padding: 0 1.5rem
  }
}

.sidebar-primary aside.sidebar {
  float: left;
  padding: 0 0 3rem
}

@media (min-width:576px) {
  .sidebar-primary aside.sidebar {
    padding-left: 3rem;
    padding-right: 0
  }
}
.tribe-events-style-full aside.sidebar,
.tribe-events-style-full aside.sidebar,
.tribe_community_edit aside.sidebar {
  display: none !important;
}
.sidebar-primary .widget_categories {
  background-color: #fff;
  padding: 2rem;
  margin-top: 0;
  margin-bottom: 3rem
}

.sidebar-primary .widget_categories ul {
  padding-left: 0;
  list-style: none
}

.sidebar-primary .widget_categories ul li {
  list-style: none
}

.sidebar-primary .widget_categories ul li a {
  font-size: 1.4rem
}

.sidebar-primary .widget_sp_image img {
  height: auto
}

.tribe-event-url {
  color: #8edd65
}

#tribe-events {
  /*background-color: #f5f5f5*/
}

#tribe-events h2.tribe-events-page-title {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: left
}

@media (min-width:768px) {
  #tribe-events h2.tribe-events-page-title {
    margin-bottom: 5rem
  }
}

#state-filter,#tribe-events-bar {
  margin-bottom: 0
}

@media (min-width:576px) {
  #state-filter,#tribe-events-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

#state-filter .event-category-dropdown,#tribe-events-bar .event-category-dropdown {
  min-width: 180px
}

#state-filter .event-category-dropdown button,#tribe-events-bar .event-category-dropdown button {
  background-color: #fff;
  border-radius: 0;
  border-color: #afafaf;
  line-height: 33px;
  min-height: 45px;
  text-align: left;
  width: 100%
}

#state-filter .event-category-dropdown button span,#tribe-events-bar .event-category-dropdown button span {
  color: #afafaf;
  float: right;
  font-size: 2.1rem
}

#state-filter .event-category-dropdown .dropdown-menu,#tribe-events-bar .event-category-dropdown .dropdown-menu {
  border-top: none;
  border-color: #afafaf;
  border-radius: 0;
  top: 44px;
  left: 0;
  margin-top: 0;
  min-width: 180px;
  padding-bottom: 0
}

#state-filter .event-category-dropdown .dropdown-menu li a,#tribe-events-bar .event-category-dropdown .dropdown-menu li a {
  padding: .6rem 1.6rem
}

#policy-search {
  width: auto
}

/*#policy-search #tribe-bar-collapse-toggle {*/
  /*display: none*/
/*}*/

/*#policy-search .tribe-bar-filters {*/
  /*float: none*/
/*}*/

/*#policy-search .tribe-bar-filters .tribe-bar-search-filter {*/
  /*border: 1px solid #afafaf;*/
  /*padding: 0;*/
  /*margin-bottom: 2rem*/
/*}*/

/*@media (min-width:576px) {*/
  /*#policy-search .tribe-bar-filters .tribe-bar-search-filter {*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex*/
  /*}*/
/*}*/

/*#policy-search .tribe-bar-filters .tribe-bar-search-filter label {*/
  /*display: none*/
/*}*/

/*#policy-search .tribe-bar-filters .tribe-bar-search-filter button,#policy-search .tribe-bar-filters .tribe-bar-search-filter input {*/
  /*background-color: #fff;*/
  /*border: none;*/
  /*min-height: 45px*/
/*}*/

/*#policy-search .tribe-bar-filters .tribe-bar-search-filter input,#tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input {*/
  /*font-style: normal;*/
  /*margin: 0;*/
  /*padding: .8rem 1.6rem;*/
  /*outline: 0*/
/*}*/

/*#policy-search .tribe-bar-filters .tribe-bar-search-filter button,#tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter button {*/
  /*color: #afafaf;*/
  /*font-size: 2.1rem;*/
  /*padding: .8rem 1.2rem*/
/*}*/

@media (min-width:768px) {
  #tribe-events-content-wrapper {
    padding: 7rem 0
  }
}

#tribe-events-content-wrapper #tribe-events-content {
  /*background-color: #f5f5f5;*/
  margin-bottom: 0
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-loop {
  max-width: none
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-list-separator-month {
  display: none
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-loop {
  margin: 0 -15px
}

@media (min-width:768px) {
  #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (min-width:768px) {
  #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events {
  padding: 0 15px;
  margin-bottom: 4rem
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events:first-of-type {
  margin: 0 0 40px;
  padding-top: 0
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events .flex-row {
  background-color: #fff;
  height: 100%;
  border-bottom: 6px solid #8edd65
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events .events-meta {
  background-color: #000;
  color: #fff
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events .events-meta .tribe-events-event-meta {
  height: 100%;
  margin-bottom: 0;
  margin-top: 0
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events .events-meta .tribe-events-event-meta .tribe-event-schedule-details {
  padding: 2rem 0 2.4rem
}

@media (min-width:768px) {
  #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events .events-meta .tribe-events-event-meta .tribe-event-schedule-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
  }
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events .events-meta .tribe-events-event-meta .tribe-event-schedule-details .event-date {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events .events-meta .tribe-events-event-meta .tribe-event-schedule-details .event-month {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events .events-meta .tribe-events-event-meta .tribe-event-schedule-details .event-year {
  color: #8edd65;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events .events-content {
  padding: 2rem 2rem 1rem
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events .events-content h2 {
  font-size: 2rem;
  margin-bottom: 4rem
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-ical {
  display: none
}

#tribe-events-header .wp-pagenavi {
  display: none
}

#tribe-events-footer .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#tribe-events-footer .wp-pagenavi .pages {
  display: none
}

#tribe-events-footer .wp-pagenavi a.previouspostslink {
  margin-right: auto
}

#tribe-events-footer .wp-pagenavi a.nextpostslink {
  margin-left: auto
}

#tribe-events-footer .wp-pagenavi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#tribe-events-footer .tribe-events-sub-nav {
  display: none
}

.sub-footer h3 {
  color: #fff;
  font-size: 2.4rem
}

@media (min-width:576px) {
  .sub-footer h3 {
    margin-bottom: 2.5rem
  }
}

.sub-footer p {
  line-height: 1.5;
  font-size: 1.5rem
}

.sub-footer .pencil-bg {
  position: relative;
  padding: 3rem 0
}

@media (max-width:575px) {
  .sub-footer .pencil-bg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.sub-footer .pencil-bg .home-pencil {
  position: absolute;
  right: 75%;
  top: auto;
  background-size: cover;
  bottom: 43px
}

@media (min-width:992px) {
  .sub-footer .pencil-bg .home-pencil {
    bottom: auto;
    top: 240px
  }
}

.sub-footer .col-img-wrap-50 {
  min-height: 50vw
}

@media (max-width:575px) {
  .sub-footer .col-img-wrap-50 {
    width: 100%
  }
}

@media (min-width:576px) {
  .sub-footer .col-img-wrap-50 {
    min-height: 23vw
  }
}

.sub-footer .col-img-wrap-50>div {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden
}

.content-info {
  background-color: #1d1a1a;
  padding: 0 15px
}

@media (max-width:767px) {
  .content-info .container,.content-info .single-post .content,.single-post .content-info .content {
    width: 100%
  }
}

.content-info .footer-top {
  border-bottom: 2px solid #000;
  padding: 35px 0
}

@media (min-width:768px) {
  .content-info .footer-top {
    padding: 50px 0
  }
}

.content-info .footer-top .newsletter-signup {
  color: #afafaf
}

.content-info .footer-top .newsletter-signup h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 2rem
}

@media (min-width:768px) {
  .content-info .footer-top .newsletter-signup h3 {
    font-size: 20px
  }
}

.content-info .footer-bottom {
  color: #fff;
  padding: 30px 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:767px) {
  .content-info .footer-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width:768px) {
  .content-info .footer-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0 25px
  }
}

.content-info .footer-bottom a,.content-info .footer-bottom p {
  font-size: 13px
}

@media (max-width:767px) {
  .content-info #menu-footer-first {
    margin-bottom: 0
  }
}

@media (max-width:767px) {
  .content-info #menu-footer-second {
    margin-bottom: 4rem
  }
}

.content-info .footer-menu {
  padding-left: 0
}

.content-info .footer-menu li {
  margin-bottom: 0
}

.content-info .footer-menu li.active a {
  color: #93c
}

.content-info .footer-menu li a {
  color: #fff;
  font-size: 1.4rem
}

.content-info .footer-menu li a:focus,.content-info .footer-menu li a:hover {
  color: #93c;
  text-decoration: none
}

@media (max-width:767px) {
  .content-info .footer-social-menu {
    border-bottom: 2px solid #000;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }
}

@media (min-width:768px) {
  .content-info .footer-social-menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.content-info .footer-social-menu ul {
  padding-left: 0;
  margin-bottom: 0
}

@media (max-width:767px) {
  .content-info .footer-social-menu ul {
    padding: 0 10%;
    text-align: center
  }
}

@media (max-width:350px) {
  .content-info .footer-social-menu ul {
    padding: 0 5%
  }
}

.content-info .footer-social-menu ul li {
  float: left;
  margin: 0 25px;
  list-style: none
}

@media (max-width:767px) {
  .content-info .footer-social-menu ul li {
    margin-bottom: 2rem;
    float: none;
    display: inline-block
  }
}

.content-info .footer-social-menu ul li a {
  color: #8edd65;
  font-size: 18px
}

.content-info .footer-social-menu ul li a:focus,.content-info .footer-social-menu ul li a:hover {
  color: #93c;
  text-decoration: none
}

@media (max-width:767px) {
  .content-info .copy {
    -ms-flex-item-align: start;
    align-self: flex-start
  }
}

@media (min-width:768px) {
  .content-info .copy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.content-info .copy p {
  padding-top: 8px
}

@media (max-width:767px) {
  .content-info .footer-toc {
    -ms-flex-item-align: end;
    align-self: flex-end
  }
}

@media (min-width:768px) {
  .content-info .footer-toc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}

@media (min-width:768px) {
  .content-info .footer-toc #menu-footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .content-info .footer-toc #menu-footer-bottom li {
    margin-left: 2rem
  }
}

.content-info .footer-bottom-menu {
  padding-left: 0
}

.content-info .footer-bottom-menu li {
  list-style: none;
  height: 20px
}

.content-info .footer-bottom-menu li a {
  font-size: 13px;
  color: #fff;
  line-height: 20px
}

@media (max-width:767px) {
  .newsletter-signup-wrap {
    border-top: 2px solid #000;
    clear: both;
    padding-top: 3rem
  }
}

.newsletter-signup-wrap .newsletter-signup {
  font-size: 1.4rem
}

#gform_wrapper_2 {
  margin-top: 4rem
}

#gform_wrapper_2 .top_label .gfield_label {
  display: none
}

#gform_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

#gform_2 .gform_body {
  width: 75%
}

#gform_2 .gform_footer {
  margin-top: 0;
  padding: 0;
  width: 25%
}

#gform_2 .gform_footer button {
  background-color: #93c;
  border: none;
  color: #fff;
  font-size: 2.4rem;
  font-family: "SS BlackTie-Bold";
  height: 48px;
  width: 100%
}

.page-template-template-conference .conference-page-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative
}

@media (max-width:767px) {
  .page-template-template-conference .conference-page-header {
    background-size: contain
  }
}

.page-template-template-conference .conference-page-header>.container,.page-template-template-conference .single-post .conference-page-header>.content,.single-post .page-template-template-conference .conference-page-header>.content {
  position: relative;
  z-index: 20
}

@media (max-width:991px) {
  .page-template-template-conference .conference-page-header>.container,.page-template-template-conference .single-post .conference-page-header>.content,.single-post .page-template-template-conference .conference-page-header>.content {
    padding: 0
  }
}

@media (min-width:576px) {
  .page-template-template-conference .conference-page-header .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100
  }
}

@media (min-width:576px) {
  .page-template-template-conference .conference-page-header .flex-row .col-6 {
    width: 50%
  }
}

.page-template-template-conference .conference-page-header .conference-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

@media (max-width:991px) {
  .page-template-template-conference .conference-page-header .conference-title {
    position: relative;
    padding: 0 0
  }
}

@media (max-width:767px) {
  .page-template-template-conference .conference-page-header .conference-title .conference-header-image img {
    width: 100%
  }
}

@media (max-width:991px) {
  .page-template-template-conference .conference-page-header .conference-title .conference-header-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
  }
}

.page-template-template-conference .conference-page-header .conference-title h1 {
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 0
}

@media (min-width:768px) {
  .page-template-template-conference .conference-page-header .conference-title h1 {
    font-size: 4.8rem
  }
}

.page-template-template-conference .conference-page-header .conference-title span {
  font-size: 1.8rem
}

@media (min-width:768px) {
  .page-template-template-conference .conference-page-header .conference-title span {
    font-size: 3.2rem
  }
}

.page-template-template-conference .conference-page-header .conference-banner {
  background-color: #fff;
  padding: 3rem 2rem 4rem
}

@media (min-width:768px) {
  .page-template-template-conference .conference-page-header .conference-banner {
    padding: 6rem 6rem 4rem;
    margin: 2.5rem 0
  }
}

.page-template-template-conference .conference-page-header .conference-banner h3 {
  font-size: 2.8rem;
  margin-bottom: .5rem
}

.page-template-template-conference .conference-page-header .conference-banner h4 {
  font-size: 2rem;
  margin-bottom: 2rem
}

.comment-form .page-template-template-conference .conference-page-header .conference-banner input[type=submit],.page-template-template-conference .conference-page-header .conference-banner .btn,.page-template-template-conference .conference-page-header .conference-banner .comment-form input[type=submit],.page-template-template-conference .conference-page-header .conference-banner .search-form .search-submit,.search-form .page-template-template-conference .conference-page-header .conference-banner .search-submit {
  margin-bottom: 2rem;
  margin-top: 2rem
}

.page-template-template-conference .child-nav-wrap {
  background-color: #1d1a1a
}

.page-template-template-conference .child-nav-wrap .child-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 0;
  padding: 0;
  width: 100%
}

.page-template-template-conference .child-nav-wrap .child-nav li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-align: center
}

.page-template-template-conference .child-nav-wrap .child-nav li.active a {
  background-color: #93c
}

.page-template-template-conference .child-nav-wrap .child-nav li.active a:focus,.page-template-template-conference .child-nav-wrap .child-nav li.active a:hover {
  background-color: #93c;
  cursor: default
}

.page-template-template-conference .child-nav-wrap .child-nav li a {
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.3;
  padding: 30px 10px 21px;
  width: 100%
}

.page-template-template-conference .child-nav-wrap .child-nav li a:focus,.page-template-template-conference .child-nav-wrap .child-nav li a:hover {
  background-color: #4a4a4a
}

.page-template-template-conference .child-nav-wrap .child-nav li a span {
  font-family: "SS BlackTie-Regular";
  font-size: 2.5rem;
  display: block;
  margin-bottom: .5rem
}

.page-template-template-conference .child-nav-wrap .mobile-child-nav {
  margin-bottom: 0;
  padding: 0
}

.page-template-template-conference .child-nav-wrap .mobile-child-nav li.dropdown a {
  border-bottom: 1px solid #000;
  color: #fff;
  display: block;
  padding: 2rem
}

.page-template-template-conference .child-nav-wrap .mobile-child-nav li.dropdown .dropdown-menu {
  background-color: #1d1a1a;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%
}

.page-template-template-conference .child-nav-wrap .mobile-child-nav li.dropdown .dropdown-menu span {
  display: inline-block;
  vertical-align: middle;
  width: 25px
}

.page-template-template-conference .subpage-title {
  background-color: #7720a2;
  padding: 20px 0
}

.page-template-template-conference .subpage-title h1 {
  color: #fff;
  font-size: 2.8rem;
  margin: 0
}

.page-template-template-conference .subpage-title .menu {
  font-size: 14px
}

.page-template-template-conference .subpage-title .menu ul {
  padding: 0;
  margin-bottom: 0
}

.page-template-template-conference .subpage-title .menu ul::after {
  display: block;
  content: "";
  clear: both
}

.page-template-template-conference .subpage-title .menu ul li {
  float: left;
  list-style: none;
  line-height: 35px;
  margin-left: 3rem
}

.page-template-template-conference .subpage-title .menu ul li:first-child {
  margin-left: 0
}

.page-template-template-conference .subpage-title .menu ul li a {
  color: #fff
}

.page-header {
  margin: 0
}

.page-header-sidebar {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: calc(31rem + 4.16666666vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 4rem 0
}

@media (min-width:992px) {
  .page-header-sidebar {
    height: calc(31rem + 4.16666666vw)
  }
}

.page-header-sidebar.page-header-centered {
  min-height: 30rem;
  padding-bottom: 0
}

@media (min-width:576px) {
  .page-header-sidebar.page-header-centered h1 {
    line-height: 1.2;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 0
  }
}

.page-header-sidebar .img-overlay {
  background-color: rgba(0,0,0,.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.page-header-sidebar h1 {
  font-size: 4rem
}

.page-header-sidebar h1.featured-title {
  margin-bottom: 3rem
}

.page-header-sidebar h1.featured-title:after {
  background-color: #fff
}

.page-header-sidebar p {
  font-size: 2.4rem
}

.sidebar-template-intro .block {
  padding: 0
}

@media (min-width:576px) {
  .sidebar-template-intro .card-slider-carousel {
    padding-top: 5rem
  }
}

@media (min-width:768px) {
  .sidebar-left-square img {
    width: 100%
  }
}

.sidebar-right-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.sidebar-right-square>div {
  padding: 0 3rem
}

.sidebar-right-square h2 {
  margin-bottom: 3rem
}

.comment-form .sidebar-right-square input[type=submit],.search-form .sidebar-right-square .search-submit,.sidebar-right-square .btn,.sidebar-right-square .comment-form input[type=submit],.sidebar-right-square .search-form .search-submit {
  margin-top: 3.5rem
}

@media (min-width:768px) {
  .comment-form .sidebar-right-square.multiple-buttons input[type=submit]:first-child,.search-form .sidebar-right-square.multiple-buttons .search-submit:first-child,.sidebar-right-square.multiple-buttons .btn:first-child,.sidebar-right-square.multiple-buttons .comment-form input[type=submit]:first-child,.sidebar-right-square.multiple-buttons .search-form .search-submit:first-child {
    margin-right: 1rem
  }
}

@media (min-width:768px) {
  .comment-form .sidebar-right-square.multiple-buttons input[type=submit]:last-child,.search-form .sidebar-right-square.multiple-buttons .search-submit:last-child,.sidebar-right-square.multiple-buttons .btn:last-child,.sidebar-right-square.multiple-buttons .comment-form input[type=submit]:last-child,.sidebar-right-square.multiple-buttons .search-form .search-submit:last-child {
    margin-left: 1rem
  }
}

.page-template-template-currentjournal .sidebar-template-intro h1 {
  font-size: 2rem;
  font-weight: 600
}

.page-template-template-currentjournal h2 {
  font-size: 1.6rem;
  margin-bottom: 2.5rem
}

.page-template-template-currentjournal .issue-wrapper {
  margin-bottom: 3rem
}

.page-template-template-currentjournal .issue-wrapper img {
  border: 3px solid #d8d8d8
}

.page-template-template-currentjournal .journal-story {
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 2.5rem
}

.page-template-template-currentjournal .journal-story a {
  color: #05c3de;
  font-weight: 500
}

.page-template-template-currentjournal .journal-story-subscription,.page-template-template-currentjournal .journal-story-title {
  margin-bottom: .5rem
}

.page-template-template-currentjournal .journal-story-author {
  color: #4a4a4a
}

.page-template-template-currentjournal .journal-abstract {
  color: #afafaf;
  font-style: italic
}

@media (max-width:575px) {
  .home #accordion-id button.slick-arrow {
    display: none!important
  }
}

@media (max-width:575px) {
  .home #accordion-id .slick-dots {
    bottom: 5rem
  }
}

@media (max-width:575px) {
  .home #accordion-id .slick-dots li {
    margin: 0 .8rem
  }
}

.blog .author,.category .author,.tag .author,.search .author,.single .author {
  margin-bottom: 2rem
}

.blog .author a,.category .author a, .tag .author a,.search .author a,.single .author a {
  color: #8edd65;
  font-size: 1.4rem;
  text-transform: uppercase
}

.blog .author a[rel=author],.category .author a[rel=author],.tag .author a[rel=author],.search .author a[rel=author],.single .author a[rel=author] {
  margin-right: 1rem
}

.blog .author a.post-category,.category .author a.post-category,.tag .author a.post-category,.search .author a.post-category,.single .author a.post-category {
  color: #afafaf
}
.blog .author a.post-category, .single .author a.post-category {
  color: #05c3de;
}

.blog .author time,.category .author time,.tag .author time,.search .author time,.single .author time {
  color: #afafaf;
  font-size: 1.4rem;
  margin-right: 1.2rem
}

.blog,.category,.tag {
  background-color: #f5f5f5
}

.blog .page-header,.category .page-header,.tag .page-header {
  padding: 0 15px;
  width: 100%
}

.blog .post-filters .selectric-wrapper,.category .post-filters .selectric-wrapper,.tag .post-filters .selectric-wrapper {
  min-width: 200px
}

.blog .post-filters .selectric,.category .post-filters .selectric, .tag .post-filters .selectric {
  height: 45px
}

.blog .post-filters .selectric .label,.category .post-filters .selectric .label, .tag .post-filters .selectric .label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 45px;
  height: 45px;
  padding: 0;
  text-align: left
}

.blog .post-filters .selectric b,.category .post-filters .selectric b,.tag .post-filters .selectric b {
  color: #afafaf;
  font-size: 2rem;
  height: 45px;
  font-family: SSGizmo;
  position: absolute;
  right: 1.5rem;
  top: 60%;
  -webkit-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.blog .search-bar,.category .search-bar, .tag .search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:575px) {
  .blog .search-bar,.category .search-bar, .tag .search-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem 0
  }

  .blog .search-bar form.search-form,.category .search-bar form.search-form,.tag .search-bar form.search-form {
    margin-bottom: 2rem
  }

  .blog .search-bar form.search-form label,.category .search-bar form.search-form label,.tag .search-bar form.search-form label {
    margin-bottom: 0
  }

  .blog .search-bar form.post-filters,.category .search-bar form.post-filters,.tag .search-bar form.post-filters {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.blog .search-form .search-field,.category .search-form .search-field,.tag .search-form .search-field {
  border: 1px solid #afafaf;
  border-right: none;
  border-radius: 0;
  height: 45px
}

.blog .search-form .search-btn,.category .search-form .search-btn,.tag .search-form .search-btn {
  border-radius: 0;
  border: 1px solid #afafaf;
  border-left: none;
  background-color: #fff;
  color: #afafaf;
  display: inline-block;
  height: 45px;
  margin-left: -5px;
  position: relative;
  width: 45px;
  min-width: auto;
  font-family: SSGizmo;
  padding: 0;
  vertical-align: middle
}

@media (min-width:576px) {
  .blog .post-wrap:nth-child(even),.category .post-wrap:nth-child(even),.tag .post-wrap:nth-child(even) {
    padding-left: 3.5rem;
    padding-right: 0
  }
}

@media (min-width:576px) {
  .blog .post-wrap:nth-child(odd),.category .post-wrap:nth-child(odd),.tag .post-wrap:nth-child(odd) {
    padding-left: 0;
    padding-right: 3.5rem
  }
}

.blog .post-wrap .post-list,.category .post-wrap .post-list,.tag .post-wrap .post-list {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%
}

.blog .post-thumbnail-wrap,.category .post-thumbnail-wrap,.tag .post-thumbnail-wrap {
  min-height: 50vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative
}

@media (min-width:576px) {
  .blog .post-thumbnail-wrap,.category .post-thumbnail-wrap,.tag .post-thumbnail-wrap {
    min-height: 17.6vw
  }
}

.blog .post-thumbnail-wrap a,.category .post-thumbnail-wrap a,.tag .post-thumbnail-wrap a {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%
}

.blog .post-description,.category .post-description,.tag .post-description {
  padding: 3rem 2rem
}

.blog .post-description h2,.category .post-description h2,.tag .post-description h2 {
  margin-bottom: .5rem
}

.blog .post-description h2 a,.category .post-description h2 a,.tag .post-description h2 a {
  color: #1d1a1a
}

.blog .widget_recent_entries,.category .widget_recent_entries,.tag .widget_recent_entries {
  display: none
}

.single-post {
  background-color: #f5f5f5
}

@media (min-width:768px) {
  .single-post .img-responsive {
    width: 100%
  }
}

.single-post .social-shortcode a {
  margin-right: 0;
  margin-left: .8rem
}

.single-post .social-shortcode a i {
  color: #cacaca;
  font-size: 2.8rem
}

.single-post .social-shortcode a:focus i,.single-post .social-shortcode a:hover i {
  color: #b1b1b1
}

.single-post .post-description {
  background-color: #fff;
  padding: 3rem;
  margin-bottom: 2rem
}

.single-post .post-description header {
  position: relative
}

.single-post .post-description h1 {
  margin-bottom: 0;
  padding-right: 13rem
}

.single-post .post-description .post-category {
  margin-right: 1.5rem
}

.single-post .post-description .social-shortcode {
  position: absolute;
  right: 0;
  top: 0
}

.single-post .post-categories {
  margin-bottom: 1rem;
  padding-left: 0
}

.single-post .post-categories::after {
  display: block;
  content: "";
  clear: both
}

.single-post .post-categories li {
  list-style: none;
  float: left;
  margin-right: 2rem
}

.single-post .post-categories li a {
  text-transform: uppercase
}

.single-post .post-footer {
  background-color: #fff;
  margin-bottom: 10rem;
  padding: 3rem
}

.single-post .post-footer-header {
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 0;
  margin-bottom: 3rem
}

@media (min-width:576px) {
  .single-post .post-footer-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.single-post .post-author h5 {
  color: #8edd65;
  margin-bottom: 0;
  text-transform: uppercase
}

.single-post blockquote {
  border-left: 0;
  position: relative
}
@media print {
  .single-post blockquote {
    border: 1px solid #000 !important;
    margin: 5rem 0 5rem 0rem;
    padding: 1rem;
  }
  .single-post blockquote:before {
    display: none !important;
  }
}

.single-post blockquote:before {
  color: #8edd65;
  content: "”";
  font-size: 6.4rem;
  font-family: "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;
  position: absolute;
  left: -4rem;
  top: 60%;
  -webkit-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%)
}

.single-post .back-to-blog {
  color: #1d1a1a;
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.6rem;
  margin-top: 6rem;
  margin-bottom: 2rem
}

.single-post .back-to-blog i {
  font-size: 1.4rem;
  margin-right: 1rem;
  vertical-align: middle
}

.single-post aside.sidebar {
  margin-top: 105px
}
@media print {
  .single-post aside.sidebar {
    display: none !important;
  }
}

.single-post .widget_recent_entries {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem
}

.single-post .widget_recent_entries ul {
  padding-left: 0
}

.single-post .widget_recent_entries ul li {
  list-style: none
}

.single-post .widget_recent_entries ul li a {
  color: #1d1a1a;
  font-size: 1.4rem
}

.author.archive .page-header {
  margin: 3rem 0 3rem
}

.search-wrap .dropdown {
  margin-bottom: 4rem
}

.search-wrap button {
  border-radius: 0;
  margin-bottom: 0;
  text-align: left
}

.search-wrap button:after {
  content: '\F501';
  color: #afafaf;
  font-size: 1.8rem;
  font-family: SSGizmo;
  position: absolute;
  opacity: 1;
  right: 1rem;
  top: 50%;
  z-index: 100
}

.search-wrap .page-header {
  border-bottom: none;
  margin-bottom: 1rem
}

.search-wrap article {
  font-size: 1.6rem;
  margin-bottom: 4rem
}

.search-wrap article h2 {
  margin-bottom: .5rem;
  font-size: 1.6rem
}

.b-search_result_list__item_breadcrumbs a {
  color: #1d1a1a
}

.single-report,.single-statement {
  background-color: #f5f5f5
}

@media (min-width:576px) {
  .single-report article,.single-statement article {
    padding: 3rem
  }
}

.single-report article header,.single-statement article header {
  margin-bottom: 3rem
}

body#tinymce {
  margin: 12px!important
}

.inverse {
  color: #fff
}

input::-webkit-input-placeholder {
  font-style: normal!important
}

input:-moz-placeholder {
  font-style: normal!important
}

input::-moz-placeholder {
  font-style: normal!important
}

input:-ms-input-placeholder {
  font-style: normal!important
}

.menu-item-search input::-webkit-input-placeholder {
  color: #4a4a4a;
  font-style: italic!important;
  font-size: 1.4rem
}

.menu-item-search input:-moz-placeholder {
  color: #4a4a4a;
  font-style: italic!important;
  font-size: 1.4rem
}

.menu-item-search input::-moz-placeholder {
  color: #4a4a4a;
  font-style: italic!important;
  font-size: 1.4rem
}

.menu-item-search input:-ms-input-placeholder {
  color: #4a4a4a;
  font-style: italic!important;
  font-size: 1.4rem
}

#gform_2 input {
  border: none
}

#gform_2 input::-webkit-input-placeholder {
  font-style: italic!important
}

#gform_2 input:-moz-placeholder {
  font-style: italic!important
}

#gform_2 input::-moz-placeholder {
  font-style: italic!important
}

#gform_2 input:-ms-input-placeholder {
  font-style: italic!important
}

.convention-app {
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #7e2ba4
}

@media (min-width:768px) {
  .convention-app {
    min-height: 760px
  }
}

.convention-app .download-links {
  margin-top: 2.5rem;
  margin-bottom: 3rem
}

.convention-app .download-links a {
  display: inline-block;
  margin: 0 1.5rem
}

@media (max-width:575px) {
  .convention-app .download-links a {
    margin-bottom: .6rem
  }
}

.convention-app .column img {
  margin-bottom: 0
}

@media (max-width:575px) {
  .convention-app .column img {
    margin: 0 auto
  }
}

@media (min-width:768px) {
  .pattern-bg {
    padding: 0 7rem
  }
}

.pattern-bg h3 {
  font-size: 2.4rem
}

.pattern-bg h4 {
  color: #4a4a4a;
  font-size: 1.6rem
}

@media (min-width:768px) {
  .pattern-bg .bg-white {
    padding: 2rem 5rem
  }
}

@media (min-width:768px) {
  .pattern-bg img {
    width: 100%
  }
}

.pattern-bg p {
  line-height: 1.4
}

@media (min-width:576px) {
  .pattern-bg .flex-row>div:first-child {
    padding-right: 5px
  }
}

@media (min-width:576px) {
  .pattern-bg .flex-row>div:last-child {
    padding-left: 5px
  }
}

@media (min-width:768px) {
  .want-to .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (min-width:768px) {
  .want-to .row .column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3333%;
    flex: 1 1 33.3333%
  }
}

@media (min-width:768px) {
  .want-to .row .column .note {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -ms-flex-line-pack: center;
    align-content: center
  }
}

@media (min-width:768px) {
  .want-to .row .column .note a {
    display: block;
    position: relative;
    padding: 9rem 2rem 10rem;
    width: 100%;
    z-index: 100
  }
}

.want-to .row .column .note a:hover {
  text-decoration: underline
}

@media (min-width:576px) {
  .space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.space-between a {
  text-transform: uppercase
}

.space-between a span {
  font-size: 1.2rem
}

@media (min-width:576px) {
  .space-between a span {
    margin-left: 1rem
  }
}

.note {
  background: #fff;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  text-align: center
}

@media (min-width:768px) {
  .note {
    font-size: 40px
  }
}

.note:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 8px solid #e40046;
  z-index: 1
}

.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 25px 25px 0;
  border-style: solid;
  border-color: #fff #fff #e40046 #e40046;
  display: block;
  width: 0;
  z-index: 2
}
.tribe-image-upload-area .note:before,
.tribe-image-upload-area .note:after {
  display: none;
}
.tribe-image-upload-area .note {
  background: transparent;
}
.note.flat:after {
  border: none;
  border-bottom: 5px solid #8edd65!important
}

.gradient .note:before {
  border-width: 0 25px 25px 0;
  border-color: #26a3da
}

.home .slick-carousel h2 {
  font-size: 4rem;
  line-height: 1.2;
  padding-bottom: 4.5rem;
  margin-bottom: 2.5rem
}

.home .slick-carousel h2:after {
  background-color: #fff
}

.home .slick-carousel img.img-fluid,.home .slick-carousel img.img-responsive {
  max-width: none
}

.b-content.speakers-detail .note,.b-speakers.speakers-detail .note {
  padding: 3rem 3rem 2rem
}

.b-content .note,.b-speakers .note {
  padding: 3rem 2rem
}

@media (min-width:576px) {
  .b-content .note,.b-speakers .note {
    padding: 3rem 3rem
  }
}

@media (min-width:768px) {
  .b-content .note,.b-speakers .note {
    padding: 5rem 5rem
  }
}

@media (max-width:575px) {
  .b-content .note,.b-speakers .note {
    min-height: 250px;
    margin-bottom: 2.2rem
  }
}

.b-content .note h4,.b-speakers .note h4 {
  font-size: 20px;
  margin-bottom: 2.5rem
}

.b-content .note p,.b-speakers .note p {
  font-size: 14px;
  line-height: 1.38;
  font-weight: 200
}

@media (min-width:768px) {
  .b-content .note p,.b-speakers .note p {
    font-size: 16px
  }
}

.b-content .note img,.b-speakers .note img {
  margin: 0 auto 2rem
}

@media (max-width:767px) {
  .b-content .note img,.b-speakers .note img {
    max-width: 140px
  }
}

@media (max-width:575px) {
  .b-content .note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px
  }
}

.inner-navigation h3 {
  font-size: 2rem
}

.inner-navigation .nav-stacked {
  padding-left: 0
}

.inner-navigation .nav-stacked li.active a {
  color: #9b26b6
}

.inner-navigation .nav-stacked li.active a:focus,.inner-navigation .nav-stacked li.active a:hover {
  cursor: default
}

.inner-navigation .nav-stacked li a {
  color: #4a4a4a;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0
}

.inner-navigation .nav-stacked li a:focus,.inner-navigation .nav-stacked li a:hover {
  background: 0 0;
  color: #9b26b6
}

.content-grid h2 {
  margin-bottom: 6rem
}

.content-grid .card {
  background-color: #fff;
  margin-bottom: 6rem
}

.content-grid .card .card-block {
  padding: 2.5rem
}

.content-grid .card h3 {
  font-size: 2rem
}

.content-grid .card h4 {
  margin-top: -1rem;
  margin-bottom: 2rem;
  font-size: 1.7rem;
  font-style: italic
}

.content-grid .card-img-top {
  max-width: 100%;
  height: auto
}

@media (max-width:767px) {
  .j-stacker-wrapper .j-stacker .j-stack:first-child li:last-child {
    display: none
  }
}

.carousel-overlay {
  background-color: rgba(0,0,0,.3);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%
}

.carousel-item-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%)
}

@media (min-width:576px) {
  .carousel-item-text {
    width: 100%
  }
}

.group-card-container {
  border: 9px solid #000;
  min-height: 17.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center
}

.group-card-container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: #fff #fff #000 #000;
  display: block;
  width: 0;
  z-index: 2
}

.group-card-container .group-card {
  border-left-width: 14px;
  border-left-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.group-card-container .group-card a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: norwesterregular;
  font-size: 2.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase
}

.group-card-container .group-card a .group-title {
  display: inline-block;
  text-decoration: underline
}

#state-filter {
  position: relative
}

.policy-table th:not(:last-child) {
  border-right: 2px solid #efeded
}

.policy-table thead tr th {
  background-color: #8edd65;
  min-width: 200px;
  padding: 1.5rem 2rem
}

.policy-table thead tr th a {
  color: #000;
  text-decoration: underline
}

.policy-table tbody td:not(:last-child) {
  border-right: 2px solid #efeded
}

.policy-table tbody tr td {
  border-bottom: none;
  border-top: none;
  padding: 1.5rem 2rem
}

.policy-table tbody tr td a {
  color: #05c3de
}

.elementary .banner {
  border-bottom-color: #9b26b6
}

.elementary .secondary-navigation-wrap {
  border-right-color: #9b26b6
}

.elementary .highlight:after {
  border-bottom-color: #9b26b6
}

.elementary [class*=card-border-bottom-],.elementary [class*=card-columns-border-bottom-] {
  border-color: #9b26b6
}

.elementary [class*=card-image-border-] .img-holder {
  border-color: #9b26b6
}

.elementary .b-content [class*=btn-outline-white] {
  border-color: #9b26b6
}

.elementary .b-content [class*=btn-outline-white] span {
  color: #9b26b6
}

.elementary .b-content [class*=btn-outline-white]:after {
  color: #fff
}

.elementary .b-content [class*=btn-outline-white]:focus,.elementary .b-content [class*=btn-outline-white]:hover {
  background-color: #9b26b6;
  border-color: #9b26b6
}

.elementary .b-content [class*=btn-outline-white]:focus span,.elementary .b-content [class*=btn-outline-white]:hover span {
  color: #fff
}

.elementary .b-content [class*=btn-outline-] {
  border-color: #9b26b6
}

.elementary .b-content [class*=btn-outline-] span {
  color: #9b26b6
}

.elementary .b-content [class*=btn-outline-]:focus,.elementary .b-content [class*=btn-outline-]:hover {
  background-color: #9b26b6;
  border-color: #9b26b6
}

.elementary .sub-footer [class*=btn-outline-white]:focus span,.elementary .sub-footer [class*=btn-outline-white]:hover span {
  color: #9b26b6
}

.elementary .sub-footer [class*=btn-outline-white]:after {
  color: #9b26b6
}

.comment-form .elementary input[type=submit]:not([class*=btn-outline-]),.elementary .btn:not([class*=btn-outline-]),.elementary .comment-form input[type=submit]:not([class*=btn-outline-]),.elementary .search-form .search-submit:not([class*=btn-outline-]),.search-form .elementary .search-submit:not([class*=btn-outline-]) {
  background-color: #9b26b6;
  border-color: #9b26b6
}

.elementary .card-event {
  border-bottom-color: #9b26b6!important
}

.elementary .event-year,.elementary .tribe-event-url {
  color: #9b26b6!important
}

.elementary .sub-footer {
  background-color: #9b26b6!important
}

.middle .banner {
  border-bottom-color: #e40046
}

.middle .secondary-navigation-wrap {
  border-right-color: #e40046
}

.middle .highlight:after {
  border-bottom-color: #e40046
}

.middle [class*=card-border-bottom-],.middle [class*=card-columns-border-bottom-] {
  border-color: #e40046
}

.middle [class*=card-image-border-] .img-holder {
  border-color: #e40046
}

.middle .b-content [class*=btn-outline-white] {
  border-color: #e40046
}

.middle .b-content [class*=btn-outline-white] span {
  color: #e40046
}

.middle .b-content [class*=btn-outline-white]:after {
  color: #fff
}

.middle .b-content [class*=btn-outline-white]:focus,.middle .b-content [class*=btn-outline-white]:hover {
  background-color: #e40046;
  border-color: #e40046
}

.middle .b-content [class*=btn-outline-white]:focus span,.middle .b-content [class*=btn-outline-white]:hover span {
  color: #fff
}

.middle .b-content [class*=btn-outline-] {
  border-color: #e40046
}

.middle .b-content [class*=btn-outline-] span {
  color: #e40046
}

.middle .b-content [class*=btn-outline-]:focus,.middle .b-content [class*=btn-outline-]:hover {
  background-color: #e40046;
  border-color: #e40046
}

.middle .sub-footer [class*=btn-outline-white]:focus span,.middle .sub-footer [class*=btn-outline-white]:hover span {
  color: #e40046
}

.middle .sub-footer [class*=btn-outline-white]:after {
  color: #e40046
}

.comment-form .middle input[type=submit]:not([class*=btn-outline-]),.middle .btn:not([class*=btn-outline-]),.middle .comment-form input[type=submit]:not([class*=btn-outline-]),.middle .search-form .search-submit:not([class*=btn-outline-]),.search-form .middle .search-submit:not([class*=btn-outline-]) {
  background-color: #e40046;
  border-color: #e40046
}

.middle .card-event {
  border-bottom-color: #e40046!important
}

.middle .event-year,.middle .tribe-event-url {
  color: #e40046!important
}

.middle .sub-footer {
  background-color: #e40046!important
}

.secondary .banner {
  border-bottom-color: #ff8f1c
}

.secondary .secondary-navigation-wrap {
  border-right-color: #ff8f1c
}

.secondary .highlight:after {
  border-bottom-color: #ff8f1c
}

.secondary [class*=card-border-bottom-],.secondary [class*=card-columns-border-bottom-] {
  border-color: #ff8f1c
}

.secondary [class*=card-image-border-] .img-holder {
  border-color: #ff8f1c
}

.secondary .b-content [class*=btn-outline-white] {
  border-color: #ff8f1c
}

.secondary .b-content [class*=btn-outline-white] span {
  color: #ff8f1c
}

.secondary .b-content [class*=btn-outline-white]:after {
  color: #fff
}

.secondary .b-content [class*=btn-outline-white]:focus,.secondary .b-content [class*=btn-outline-white]:hover {
  background-color: #ff8f1c;
  border-color: #ff8f1c
}

.secondary .b-content [class*=btn-outline-white]:focus span,.secondary .b-content [class*=btn-outline-white]:hover span {
  color: #fff
}

.secondary .b-content [class*=btn-outline-] {
  border-color: #ff8f1c
}

.secondary .b-content [class*=btn-outline-] span {
  color: #ff8f1c
}

.secondary .b-content [class*=btn-outline-]:focus,.secondary .b-content [class*=btn-outline-]:hover {
  background-color: #ff8f1c;
  border-color: #ff8f1c
}

.secondary .sub-footer [class*=btn-outline-white]:focus span,.secondary .sub-footer [class*=btn-outline-white]:hover span {
  color: #ff8f1c
}

.secondary .sub-footer [class*=btn-outline-white]:after {
  color: #ff8f1c
}

.comment-form .secondary input[type=submit]:not([class*=btn-outline-]),.search-form .secondary .search-submit:not([class*=btn-outline-]),.secondary .btn:not([class*=btn-outline-]),.secondary .comment-form input[type=submit]:not([class*=btn-outline-]),.secondary .search-form .search-submit:not([class*=btn-outline-]) {
  background-color: #ff8f1c;
  border-color: #ff8f1c
}

.secondary .card-event {
  border-bottom-color: #ff8f1c!important
}

.secondary .event-year,.secondary .tribe-event-url {
  color: #ff8f1c!important
}

.secondary .sub-footer {
  background-color: #ff8f1c!important
}

.college .banner {
  border-bottom-color: #05c3de
}

.college .secondary-navigation-wrap {
  border-right-color: #05c3de
}

.college .highlight:after {
  border-bottom-color: #05c3de
}

.college [class*=card-border-bottom-],.college [class*=card-columns-border-bottom-] {
  border-color: #05c3de
}

.college [class*=card-image-border-] .img-holder {
  border-color: #05c3de
}

.college .b-content [class*=btn-outline-white] {
  border-color: #05c3de
}

.college .b-content [class*=btn-outline-white] span {
  color: #05c3de
}

.college .b-content [class*=btn-outline-white]:after {
  color: #fff
}

.college .b-content [class*=btn-outline-white]:focus,.college .b-content [class*=btn-outline-white]:hover {
  background-color: #05c3de;
  border-color: #05c3de
}

.college .b-content [class*=btn-outline-white]:focus span,.college .b-content [class*=btn-outline-white]:hover span {
  color: #fff
}

.college .b-content [class*=btn-outline-] {
  border-color: #05c3de
}

.college .b-content [class*=btn-outline-] span {
  color: #05c3de
}

.college .b-content [class*=btn-outline-]:focus,.college .b-content [class*=btn-outline-]:hover {
  background-color: #05c3de;
  border-color: #05c3de
}

.college .sub-footer [class*=btn-outline-white]:focus span,.college .sub-footer [class*=btn-outline-white]:hover span {
  color: #05c3de
}

.college .sub-footer [class*=btn-outline-white]:after {
  color: #05c3de
}

.college .btn:not([class*=btn-outline-]),.college .comment-form input[type=submit]:not([class*=btn-outline-]),.college .search-form .search-submit:not([class*=btn-outline-]),.comment-form .college input[type=submit]:not([class*=btn-outline-]),.search-form .college .search-submit:not([class*=btn-outline-]) {
  background-color: #05c3de;
  border-color: #05c3de
}

.college .card-event {
  border-bottom-color: #05c3de!important
}

.college .event-year,.college .tribe-event-url {
  color: #05c3de!important
}

.college .sub-footer {
  background-color: #05c3de!important
}

.post-tags {
  /*border-bottom: 2px solid #f5f5f5;*/
  /*padding-bottom: 0;*/
  /*margin-bottom: 3rem*/
}

.post-tags a {
  text-transform: uppercase;
  margin-right: 2rem;
  padding-bottom: 2rem;
}

/** Hide some things for book awards **/
.tribe-section-cost,
.tribe-datetime-block .recurrence-row {
  display: none;
}
.tribe-section-taxonomy {
  display: none;
}
#event_tribe_organizer {
  display: none;
}
.leadership .checkbox.gchoice_53_7_1 input {
  margin-top: 0px !important;
}

@media print {
  .alignleft {
    float: left;
    margin-right: 1rem;
  }
  .alignright {
    float: right;
    margin-left: 1rem;
  }
  .single-post .back-to-blog {
    display: none !important;
  }
  footer.content-info {
    display: none;
  }
  .single-post article.post > img {
    display: none;
  }
  .single-post .post-description .blockquote {
    border-left: 1px solid #000 !important;
  }
  .single-post .post-description blockquote:before {
    display: none !important;
  }
  .social-shortcode {
    display: none;
  }
  *,::after,::before,blockquote::first-letter,blockquote::first-line,div::first-letter,div::first-line,li::first-letter,li::first-line,p::first-letter,p::first-line {
    text-shadow: none!important;
    box-shadow: none!important
  }

  a,a:visited {
    text-decoration: underline
  }

  abbr[title]::after {
    content: " (" attr(title) ")"
  }

  pre {
    white-space: pre-wrap!important
  }

  blockquote,pre {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,tr {
    page-break-inside: avoid
  }

  h2,h3,p {
    orphans: 3;
    widows: 3
  }

  h2,h3 {
    page-break-after: avoid
  }

  header.navbar button,
  header.navbar nav {
    display: none !important;
  }

  .badge {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse!important
  }

  .table td,.table th {
    background-color: #fff!important
  }

  .table-bordered td,.table-bordered th {
    border: 1px solid #ddd!important
  }
}
