/*
	Table of Contents

         FONT PATH
 * -------------------------- --
         Deprecated as of 4.4.0 -------------------
         Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons 
         Slider -----------------------------------
         Magnific Popup CSS -----------------------
         Main image in popup ----------------------
         The shadow behind the image --------------
         Using without prefix would break IE11 ----
         Fix iOS ----------------------------------
         Buttons ----------------------------------
         Fix IE11 ---------------------------------
         Close button on the top right corner of html content 
         Navigation arrows ------------------------
         Caption ----------------------------------
         Loading indicator ------------------------
         Transition effects -----------------------
         Styling for Small-Screen Devices ---------
         Share ------------------------------------
         Thumbs -----------------------------------
         Styling for Small-Screen Devices ---------
    01. Settings ----------------------------------
    02. Sprite ------------------------------------
    03. Generic -----------------------------------
    04. Base --------------------------------------
    05. Gutenberg Blocks --------------------------
         Latest posts, categories, archives -------
         Latest categories ------------------------
         Latest posts grid view -------------------
         Paragraphs -------------------------------
         Font Sizes -------------------------------
         Custom background colors -----------------
         Custom foreground colors -----------------
    06. # Fonts -----------------------------------
    07. # Helpers ---------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    08. Reset -------------------------------------
    09. Base WordPress CSS ------------------------
    10. Gallery -----------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    11. Pagination --------------------------------
    12. Comments ----------------------------------
    13. Search Form -------------------------------
    14. Core Blocks -------------------------------
    15. Gutenber Block - Audio --------------------
    16. Gutenberg Block - Button ------------------
    17. Gutenberg Block - Caption -----------------
    18. Gutenberg Block - Code --------------------
    19. Gutenber Block - Columns ------------------
    20. Gutenberg Block - Cover Image -------------
         Hide default details+summary arrow -------
    21. Gutenberg Block - File --------------------
    22. Gutenberg Block - Gallery -----------------
    23. Gutenberg Block - Image -------------------
    24. Gutenberg Block - Latest Comments ---------
    25. Gutenberg Block - Preformatted Text -------
    26. Gutenberg Block - Pullquote ---------------
    27. Gutenberg Block - Blockquote --------------
    28. Gutenberg Block - Separator ---------------
         Remove duplicate rule-line when a separator
 * is followed by an H1, or H2 
    29. Gutenberg Block - Table -------------------
    30. Gutenberg Block - Twitter Embed -----------
    31. Gutenberg Block - Verse -------------------
    32. Gutenberg Block - Video -------------------
    33. Custom Blocks -----------------------------
    34. Regions -----------------------------------
    35. Modules -----------------------------------
    36. Articles ----------------------------------
    37. Article -----------------------------------
    38. Article Single ----------------------------
    39. Btn Ticketmaster --------------------------
    40. Buttons -----------------------------------
         Button Block -----------------------------
         Custom Friends button --------------------
    41. Content -----------------------------------
         Content Directions -----------------------
         Content Sponsors -------------------------
         Content Logos ----------------------------
         Tablet Portrait --------------------------
    42. Event -------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    43. Footer ------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    44. Form --------------------------------------
    45. Hive Forms --------------------------------
         Tablet Portrait --------------------------
    46. Hive forms header/footer ------------------
    47. Gravity Forms Reset -----------------------
         Gform Reset ------------------------------
    48. Gravity Forms Reset Custom ----------------
    49. Gravity Forms Deafult Style ---------------
         Base -------------------------------------
         Fields -----------------------------------
         Checkbox and Radio -----------------------
         Datepicker -------------------------------
         Footer -----------------------------------
         Confirmation -----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    50. Gravity Forms Errors ----------------------
         Tablet Portrait --------------------------
    51. Header ------------------------------------
         Tablet Portrait --------------------------
    52. Admin Bar (if header is fixed) ------------
         Tablet Portrait --------------------------
    53. Intro -------------------------------------
         Tablet Portrait --------------------------
    54. # Lists -----------------------------------
    55. Logo --------------------------------------
    56. Main --------------------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
    57. Menu --------------------------------------
         Mobile styles ----------------------------
    58. Nav ---------------------------------------
         Tablet Portrait --------------------------
    59. Nav Trigger -------------------------------
         Tablet Portrait --------------------------
    60. Richtext Entry ----------------------------
         Blocks -----------------------------------
    61. Search Popup ------------------------------
         Tablet Portrait --------------------------
    62. Section Default ---------------------------
         Section Default 404 ----------------------
    63. Section Callout ---------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    64. Section Friends ---------------------------
    65. Section Rentals ---------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    66. Section Application -----------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    67. Section Calendar --------------------------
         Mobile -----------------------------------
    68. Section Boxes -----------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    69. Section Event -----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    70. Shell -------------------------------------
         Shell Fluid ------------------------------
    71. Sidebar -----------------------------------
    72. Slider ------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    73. Socials -----------------------------------
    74. - Transitions -----------------------------
    75. Widget ------------------------------------
    76. Widget Calendar ---------------------------
    77. Widget RSS --------------------------------
    78. Widget Categories -------------------------
    79. Wrapper -----------------------------------
    80. Themes ------------------------------------

 */

/*!
 *  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 PATH
 * -------------------------- */
@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/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../images/font-awesome/fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}
.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
/* Buttons */
.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: none;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}
/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}
/* Transition effects */
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */
/*fonts*/
/* transition timing*/
/*shell*/
/*colors*/
/*responsive*/
.cols:after { content: ''; line-height: 0; display: table; clear: both;
}
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body { min-width: 320px; background: #000 url(../images/background.jpg) repeat 50% 0/2200px auto; font-family: "Roboto", sans-serif; font-weight: 400; font-size: 14px; line-height: 1.2; color: #fff; }
a { color: inherit; text-decoration: underline; }
a:hover { color: #003a69; }
a[href^="tel"] { text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.6em; }
h1 { font: 32px/1.15 "Fjalla One", sans-serif; margin-bottom: 5px; }
h2 { font: 30px/0.95 "Fjalla One", sans-serif; }
h3 { font: 24px/1.2 "Fjalla One", sans-serif; margin: 27px 0 0; color: #216596; }
h4 { font: 20px/1.2 "Fjalla One", sans-serif; }
h5 { font-size: 16px; font-weight: normal; }
h6 { font-size: 15px; font-weight: normal; }
ul,
ol,
dl,
hr,
table,
blockquote { margin-bottom: 1.2em; }
p { line-height: 1.75; margin-bottom: 14px; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }
/* ------------------------------------------------------------ *\
	Gutenberg Blocks
\* ------------------------------------------------------------ */
/* Latest posts, categories, archives */
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts { padding: 0; list-style: none; }
.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li { color: #666; font-family: "Fjalla One", sans-serif; font-size: 14px; font-weight: bold; line-height: 16px; padding-bottom: 12px; }
.wp-block-archives li.menu-item-has-children, .wp-block-archives li:last-child,
.wp-block-categories li.menu-item-has-children,
.wp-block-categories li:last-child,
.wp-block-latest-posts li.menu-item-has-children,
.wp-block-latest-posts li:last-child { padding-bottom: 0; }
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a { text-decoration: none; }
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter { text-align: center; }
/* Latest categories */
.wp-block-categories ul { padding-top: 12px; }
.wp-block-categories li ul { list-style: none; padding-left: 0; }
/* Latest posts grid view */
.wp-block-latest-posts.is-grid li { border-top: 2px solid #333; padding-top: 16px; margin-bottom: 32px; }
.wp-block-latest-posts.is-grid li a:after { content: ""; }
.wp-block-latest-posts.is-grid li:last-child { margin-bottom: auto; }
.wp-block-latest-posts.is-grid li:last-child a:after { content: ""; }
/* Paragraphs */
.has-drop-cap:not(:focus):first-letter { font-family: "Fjalla One", sans-serif; font-size: 40px; line-height: 1; font-weight: bold; margin: 0 0.25em 0 0; }
/* Font Sizes */
.has-small-font-size { font-size: 10px; }
.has-normal-font-size { font-size: 14px; }
.has-large-font-size { font-size: 18px; }
.has-huge-font-size { font-size: 22px; }
/* Custom background colors */
.has-primary-background-color,
.has-secondary-background-color,
.has-dark-gray-background-color,
.has-light-gray-background-color { color: #fafafa; }
.has-primary-background-color p,
.has-primary-background-color h1,
.has-primary-background-color h2,
.has-primary-background-color h3,
.has-primary-background-color h4,
.has-primary-background-color h5,
.has-primary-background-color h6,
.has-primary-background-color a,
.has-secondary-background-color p,
.has-secondary-background-color h1,
.has-secondary-background-color h2,
.has-secondary-background-color h3,
.has-secondary-background-color h4,
.has-secondary-background-color h5,
.has-secondary-background-color h6,
.has-secondary-background-color a,
.has-dark-gray-background-color p,
.has-dark-gray-background-color h1,
.has-dark-gray-background-color h2,
.has-dark-gray-background-color h3,
.has-dark-gray-background-color h4,
.has-dark-gray-background-color h5,
.has-dark-gray-background-color h6,
.has-dark-gray-background-color a,
.has-light-gray-background-color p,
.has-light-gray-background-color h1,
.has-light-gray-background-color h2,
.has-light-gray-background-color h3,
.has-light-gray-background-color h4,
.has-light-gray-background-color h5,
.has-light-gray-background-color h6,
.has-light-gray-background-color a { color: #fff; }
.has-white-background-color { color: #000; }
.has-white-background-color p,
.has-white-background-color h1,
.has-white-background-color h2,
.has-white-background-color h3,
.has-white-background-color h4,
.has-white-background-color h5,
.has-white-background-color h6,
.has-white-background-color a { color: #000; }
.has-primary-background-color,
.wp-block-pullquote.is-style-solid-color.has-primary-background-color { background-color: #363636; }
.has-secondary-background-color,
.wp-block-pullquote.is-style-solid-color.has-secondary-background-color { background-color: #666; }
.has-dark-gray-background-color,
.wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color { background-color: #000; }
.has-light-gray-background-color,
.wp-block-pullquote.is-style-solid-color.has-light-gray-background-color { background-color: #666; }
.has-white-background-color,
.wp-block-pullquote.is-style-solid-color.has-white-background-color { background-color: #FFF; }
/* Custom foreground colors */
.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p { color: #363636; }
.has-secondary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p { color: #666; }
.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p { color: #000; }
.has-light-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p { color: #666; }
.has-white-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-white-color { color: #FFF; }
/* ------------------------------------------------------------ *\
	# Fonts
\* ------------------------------------------------------------ */
@font-face {
	font-family: "ticketfly";
	src: url("../fonts/icons.eot");
	src: url("../fonts/icons.eot") format("embedded-opentype"),
		url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.woff") format("woff"),
		url("../fonts/icons.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Knockout";
	src: url("../fonts/knockout.otf");
	font-weight: normal;
	font-style: normal;
}
/* ------------------------------------------------------------ *\
	# Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after { content: ''; line-height: 0; display: table; clear: both; }
/* sr-only */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
/*  Notext  */
.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden { display: none; }
/*  Alignleft  */
.alignleft { float: left; }
@media
	(
		max-width: 767px
	){
	.alignleft { float: none; }
}
/*  Alignright  */
.alignright { float: right; }
@media
	(
		max-width: 767px
	){
	.alignright { float: none; }
}
/*  Disabled  */
[disabled],
.disabled { cursor: default; }
/*  Grid  */
.cols { margin: 0 -15px; }
.col { float: left; width: 100%; padding: 0 15px; }
.col--1of2 { width: 50%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }
@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}
@media (min-width: 1200px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }
*:before,
*:after { box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }
template { display: none; }
html { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); }
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; text-size-adjust: none; }
img,
iframe,
video,
audio,
object { max-width: 100%; }
img,
iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }
textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base WordPress CSS
\* ------------------------------------------------------------ */
.alignnone,
.alignleft,
.alignright,
.aligncenter {
	margin: 5px 15px 1.2 em;
}
.alignleft {
	margin-left: 0;
}
.alignright {
	margin-right: 0;
}
.alignnone {
	margin-left: 0;
	margin-right: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	position: relative;
}
.wp-caption img {
	width: 100%;
}
.wp-caption-text {
	padding: 8px;
	font-size: 0.8em;
	color: inherit;
	background: transparent;
	text-align: center;
}
@media
	(
		max-width: 767px
	) {
	.alignnone,
	.alignleft,
	.alignright,
	.aligncenter {
		margin: 5px 0 10px;
	}
}
/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */
.gallery {
	position: relative;
	overflow: hidden;
	padding-bottom: 22px;
}
.gallery .wp-caption-text {
	right: 10px;
	bottom: 10px;
	left: 10px;
	text-align: left;
}
.gallery-item {
	float: left;
	position: relative;
	padding: 3px;
	text-align: center;
}
.gallery-item img {
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.67%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28%;
	max-height: 70px;
	overflow: hidden;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.11%;
}
.gallery-columns-7 .wp-caption,
.gallery-columns-8 .wp-caption,
.gallery-columns-9 .wp-caption {
	display: none;
}
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
	.gallery-columns-7 .gallery-item {
		max-height: 54px;
	}
}
/* Mobile */
@media
	(
		max-width: 767px
	) {
	.gallery-columns-7 .gallery-item {
		width: 25%;
		max-height: 44px;
	}
}
/* ------------------------------------------------------------ *\
    Pagination
\* ------------------------------------------------------------ */
.paging ul,
.paging {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.paging {
	width: 100%;
	align-items: flex-start;
	padding: 20px 0;
}
.paging ul {
	flex-wrap: wrap;
}
.paging ul {
	list-style: none;
	margin: 0 auto;
	padding: 0 20px;
}
.paging a {
	text-decoration: none;
}
.paging ul li {
	margin: 0 5px;
}
.paging ul li.paging__spacer,
.paging ul a {
	background-color: #fff;
	font-size: 14px;
	color: #111;
	width: 35px;
	height: 35px;
	display: block;
	text-align: center;
	line-height: 35px;
	transition: all 0.4s;
}
.paging ul a:hover,
.paging ul li.current a {
	color: #fff;
	background-color: #055590;
}
.paging .paging__next,
.paging .paging__prev {
	font-size: 16px;
	color: #111;
	transition: all 0.4s;
}
.paging .paging__next:hover,
.paging .paging__prev:hover {
	color: #055590;
}
.paging .paging__label,
.paging .paging__first,
.paging .paging__last,
.paging .paging__prev,
.paging .paging__next {
	margin: 9px;
}
.paging .paging__next:only-child {
	margin-left: auto;
	margin-right: 0;
}
.paging .paging__prev:only-child {
	margin-right: auto;
	margin-left: 0;
}
@media
	(
		max-width: 767px
	) {
	.paging {
		flex-wrap: wrap;
	}
	.paging ul {
		width: 100%;
		order: -1;
		padding: 0;
		margin-bottom: 20px;
	}
	.paging ul li:first-child {
		margin-left: 0;
	}
	.paging ul li:last-child {
		margin-right: 0;
	}
}
/* ------------------------------------------------------------ *\
	Comments
\* ------------------------------------------------------------ */
.section-comments {
	padding-top: 15px;
}
.section-comments a {
	text-decoration: none;
}
.section-comments p {
	padding-bottom: 18.2px;
}
.section-comments ol,
.section-comments ul {
	padding: 0;
	margin: 0;
	list-style: none outside none;
}
.section-comments h3 {
	position: relative;
	padding: 0 0 10px;
}
.section-comments h3 small {
	position: absolute;
	top: 0;
	right: 0;
}
.comments,
.comments .children {
	position: relative;
}
.comments .children:before,
.comments .children:after {
	content: "";
	position: absolute;
	display: block;
}
.comments .children:before {
	top: 33px;
	left: 23px;
	width: 32px;
	height: 27px;
	border-left: 8px solid #c3c3c3;
	border-bottom: 8px solid #c3c3c3;
	border-radius: 0 0 0 8px;
}
.comments .children:after {
	top: -5px;
	left: 8px;
	border: 20px solid transparent;
	border-width: 20px 19px;
	border-bottom-color: #c3c3c3;
}
.comments .comment {
	position: relative;
	border-top: 1px dashed #363636;
}
.comments .children {
	padding-left: 70px;
}
.comments .avatar {
	position: absolute;
	top: 28px;
	left: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #ccc;
}
.comments .says {
	padding-left: 5px;
}
.comments .moderation-notice {
	display: inline-block;
	margin: 3px 0 8px;
	color: #999;
}
.comments .comment__entry {
	position: relative;
	padding: 30px 0 30px 65px;
}
.comments .comment__text p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.comments .comment__meta {
	padding-bottom: 12px;
}
.comments .comment__meta a {
	color: #363636;
}
.comments .comment__reply {
	padding-top: 10px;
	text-align: right;
}
.comments .comment__reply a {
	display: inline-block;
	padding: 5px 10px;
	background: #363636;
	color: #fff;
	border-radius: 6px;
}
.comments .comment__reply a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.comment-respond {
	width: 100%;
	padding-top: 30px;
	border-top: 1px solid #363636;
}
.comment-respond h3 {
	position: relative;
}
.comment-respond small {
	position: absolute;
	top: 0;
	right: 0;
}
.comment-respond label {
	display: block;
	padding-bottom: 4px;
}
.comment-respond input[type="text"],
.comment-respond textarea {
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	background: #f7f7f7;
}
.comment-respond textarea {
	height: 100px;
}
.comment-respond input[type="text"]:focus {
	background-color: #fff;
}
.comment-respond input[type="text"]::-moz-placeholder {
	color: #777;
}
.comment-respond input[type="text"]::placeholder {
	color: #777;
}
.comment-respond .required {
	color: #e40000;
}
.comment-respond .comment-notes {
	padding-top: 15px;
}
.comment-respond .form-submit input {
	display: block;
	width: 160px;
	height: 40px;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #363636;
	cursor: pointer;
	border-radius: 4px;
}
.nocomments {
	padding-top: 12px;
	font-weight: bold;
	font-size: 18px;
}
/* ------------------------------------------------------------ *\
	Search Form
\* ------------------------------------------------------------ */
.search-form {
	position: relative;
	overflow: hidden;
	padding: 0 8px;
}
.search-form .search__field {
	color: #111;
	display: block;
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 13px;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.search-form .search__field::-moz-placeholder {
	color: #999;
}
.search-form .search__field::placeholder {
	color: #999;
}
.search-form .screen-reader-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0.5;
	visibility: hidden;
}
.search-form .search__btn {
	left: auto;
	right: 0;
	width: 38px;
	opacity: 1;
	visibility: visible;
	border: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	box-shadow: none;
	border-radius: 0;
	font-size: 17px;
	line-height: 37px;
	height: auto;
	background: transparent;
	color: #111;
	transition: color 0.4s;
}
.search-form .search__btn:hover {
	color: #999;
}
/* ------------------------------------------------------------ *\
	Core Blocks
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Gutenber Block - Audio
\* ------------------------------------------------------------ */
.wp-block-audio { width: 100%; }
.wp-block-audio audio { width: 100%; }
.wp-block-audio.alignleft audio,
.wp-block-audio.alignright audio { max-width: 200px; }
@media
	(
		max-width: 1023px
	) {
	.wp-block-audio.alignleft audio,
	.wp-block-audio.alignright audio { max-width: 350px; }
}
@media
	(
		max-width: 1199px
	) {
	.wp-block-audio.alignleft audio,
	.wp-block-audio.alignright audio { max-width: 480px; }
}
/* ------------------------------------------------------------ *\
	Gutenberg Block - Button
\* ------------------------------------------------------------ */
.wp-block-button .wp-block-button__link { border: none; font-size: 16px; font-family: "Roboto", sans-serif; line-height: 18px; box-sizing: border-box; font-weight: bold; text-decoration: none; padding: 15px 12px; outline: none; outline: none; }
.wp-block-button .wp-block-button__link:not(.has-background) { background-color: #666; }
.wp-block-button .wp-block-button__link:not(.has-text-color) { color: white; }
.wp-block-button .wp-block-button__link:hover { color: white; background: #333; cursor: pointer; }
.wp-block-button .wp-block-button__link:focus { color: white; background: #333; outline: thin dotted; outline-offset: -4px; }
.wp-block-button:not(.is-style-squared) .wp-block-button__link { border-radius: 5px; }
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:active { border-width: 2px; border-style: solid; }
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) { background: transparent; }
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) { color: #666; border-color: currentColor; }
.wp-block-button.is-style-outline .wp-block-button__link:hover { color: white; border-color: #333; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Caption
\* ------------------------------------------------------------ */
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption { font-size: 16px; font-family: "Fjalla One", sans-serif; line-height: 18px; margin: 0; padding: 8px; text-align: center; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Code
\* ------------------------------------------------------------ */
.wp-block-code { border-radius: 0; }
.wp-block-code code { font-size: 16px; white-space: pre-wrap; word-break: break-word; }
/* ------------------------------------------------------------ *\
	Gutenber Block - Columns
\* ------------------------------------------------------------ */
.wp-block-columns.wp-block-columns.alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.wp-block-columns.wp-block-columns { display: flex; flex-wrap: wrap; margin: -20px -20px 30px; }
.wp-block-columns.wp-block-columns:last-child { margin-bottom: 0; }
.wp-block-columns.wp-block-columns .wp-block-column { padding: 20px; margin: 0; flex-basis: auto; }
.wp-block-columns.wp-block-columns.has-2-columns .wp-block-column  { width: 50%; }
.wp-block-columns.wp-block-columns.has-3-columns .wp-block-column  { width: 33.33%; }
.wp-block-columns.wp-block-columns.has-4-columns .wp-block-column  { width: 25%; }
.wp-block-columns.wp-block-columns.has-5-columns .wp-block-column  { width: 20%; }
.wp-block-columns.wp-block-columns.has-6-columns .wp-block-column  { width: 16.66%; }
@media
	(
		max-width: 1023px
	){
	.wp-block-columns.wp-block-columns.has-2-columns .wp-block-column  { width: 50%; }
	.wp-block-columns.wp-block-columns.has-3-columns .wp-block-column  { width: 33.33%; }
	.wp-block-columns.wp-block-columns.has-4-columns .wp-block-column  { width: 50%; }
	.wp-block-columns.wp-block-columns.has-5-columns .wp-block-column  { width: 33.33%; }
	.wp-block-columns.wp-block-columns.has-6-columns .wp-block-column  { width: 33.33%; }
}
@media
	(
		max-width: 767px
	){
	.wp-block-columns.wp-block-columns { margin: -15px -20px 30px; }
	.wp-block-columns.wp-block-columns .wp-block-column { padding: 15px 20px; }

	.wp-block-columns.wp-block-columns.has-2-columns .wp-block-column,
	.wp-block-columns.wp-block-columns.has-3-columns .wp-block-column,
	.wp-block-columns.wp-block-columns.has-4-columns .wp-block-column,
	.wp-block-columns.wp-block-columns.has-5-columns .wp-block-column,
	.wp-block-columns.wp-block-columns.has-6-columns .wp-block-column { width: 100%; }
}
/* ------------------------------------------------------------ *\
	Gutenberg Block - Cover Image
\* ------------------------------------------------------------ */
.wp-block-cover-image,
.wp-block-cover { position: relative; min-height: 430px; padding: 16px; }
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 { font-family: Times, "Times New Roman", serif; font-size: 16px; font-weight: bold; line-height: 1.25; padding: 0; color: #fff; }
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright { width: 100%; }
@media
	(
		max-width: 1023px
	) {
	.wp-block-cover-image,
	.wp-block-cover { padding: 16px 10px; }

	.wp-block-cover-image .wp-block-cover-image-text,
	.wp-block-cover-image .wp-block-cover-text,
	.wp-block-cover-image h2,
	.wp-block-cover .wp-block-cover-image-text,
	.wp-block-cover .wp-block-cover-text,
	.wp-block-cover h2 { font-size: 18px; max-width: 100%; }

	.wp-block-cover-image.alignleft,
	.wp-block-cover-image.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright { padding: 16px 32px; }

	.wp-block-cover-image.alignfull,
	.wp-block-cover.alignfull { padding-left: 90px; padding-right: 90px; }

	.wp-block-cover-image.alignfull .wp-block-cover-image-text,
	.wp-block-cover-image.alignfull .wp-block-cover-text,
	.wp-block-cover-image.alignfull h2,
	.wp-block-cover.alignfull .wp-block-cover-image-text,
	.wp-block-cover.alignfull .wp-block-cover-text,
	.wp-block-cover.alignfull h2 { padding: 0; }
}
/** FAQ accordion styles **/
.accordion-details {
  border-bottom: 1px solid black;
  padding: 1.5rem 0;
  .accordion-details > * + * {
    margin-top: 1em;
  }
}
.accordion-details > * + * {
  margin-top: 1em;
}
.accordion-details {
  .accordion-details .accordion-summary {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.accordion-details .accordion-summary {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.accordion-details {
  .accordion-details .accordion-summary svg {
    width: 1em;
    height: 1.2em;
    fill: currentColor;
    transform: rotate(0deg);
    transition: transform 400ms;
  }
}
.accordion-details .accordion-summary svg {
  width: 1em;
  height: 1.2em;
  fill: currentColor;
  transform: rotate(0deg);
  transition: transform 400ms;
}
.accordion-details {
  .accordion-details .article-title {
    margin: 12px 0;
  }
}
.accordion-details .article-title {
  margin: 12px 0;
}
.accordion-details {
  .accordion-details[open] .accordion-summary svg {
    transform: rotate(-180deg);
  }
}
.accordion-details[open] .accordion-summary svg {
  transform: rotate(-180deg);
}
.accordion-details {
  .accordion-details p {
    margin-bottom: 0;
  }
}
.accordion-details p {
  margin-bottom: 0;
}
.accordion-details {
  .accordion-details summary::-webkit-details-marker,
  .accordion-details p:empty {

    /*Hide default details+summary arrow
 */
    display: none;
  }
}
.accordion-details summary::-webkit-details-marker,
  .accordion-details p:empty {

  /*Hide default details+summary arrow
 */
  display: none;
}
.faq-images {
  margin-top: 4rem;
  .faq-images > * + * {
    margin-top: 2rem;
  }
}
.faq-images > * + * {
  margin-top: 2rem;
}
.faq-images {
  .faq-images p {
    text-align: center;
  }
}
.faq-images p {
  text-align: center;
}
/* ------------------------------------------------------------ *\
	Gutenberg Block - File
\* ------------------------------------------------------------ */
.wp-block-file { font-family: "Fjalla One", sans-serif; }
.wp-block-file__button { display: table; border: none; border-radius: 5px; background: #666; font-size: 14px; font-family: "Fjalla One", sans-serif; line-height: 18px; text-decoration: none; font-weight: bold; padding: 20px 16px; color: #fff; margin-left: 0; margin-top: 20px; }
.wp-block-file__button:hover { background: #333; cursor: pointer; }
.wp-block-file__button:focus { background: #333; outline: thin dotted; outline-offset: -4px; }
@media
	(
		max-width: 1023px
	) {
	.wp-block-file { font-size: 14px; padding: 15px 20px; }
}
/* ------------------------------------------------------------ *\
	Gutenberg Block - Gallery
\* ------------------------------------------------------------ */
.wp-block-gallery { list-style-type: none; padding-left: 0; }
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child { margin-bottom: 16px; }
.wp-block-gallery figcaption a { color: #fff; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Image
\* ------------------------------------------------------------ */
.wp-block-image	{ margin-bottom: 1.2em; }
.wp-block-image	img { display: block; }
.wp-block-image.alignleft,
.wp-block-image.alignright { max-width: 100%; }
.wp-block-image.alignfull img { width: 100vw; }
@media
	(
		max-width: 1023px
	) {
	.wp-block-image.alignfull { margin-left: auto; margin-right: auto; }
}
@media
	(
		max-width: 767px
	){
	.wp-block-image .alignleft,
	.wp-block-image .alignright{ float: none; margin-left: 0; margin-right: 0; }
}
/* ------------------------------------------------------------ *\
	Gutenberg Block - Latest Comments
\* ------------------------------------------------------------ */
.wp-block-latest-comments .wp-block-latest-comments__comment-meta { font-family: "Fjalla One", sans-serif; font-weight: bold; }
.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date { font-weight: normal; }
.wp-block-latest-comments .wp-block-latest-comments__comment,
.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p { font-size: inherit; }
.wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date { font-size: 12px; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Preformatted Text
\* ------------------------------------------------------------ */
.wp-block-preformatted { font-size: 14px; line-height: 1.8; padding: 15px; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Pullquote
\* ------------------------------------------------------------ */
.wp-block-pullquote { border-color: transparent; border-width: 2px; padding: 14px; }
.wp-block-pullquote blockquote { color: #000; border: none; margin-top: 60px; margin-bottom: 60px; margin-right: 0; padding-left: 0; }
.wp-block-pullquote p { font-size: 18px; font-style: italic; line-height: 1.3; margin-bottom: 7px; margin-top: 7px; }
.wp-block-pullquote p em { font-style: normal; }
.wp-block-pullquote cite { display: inline-block; font-family: "Fjalla One", sans-serif; line-height: 1.6; text-transform: none; color: #666; font-size: 12px; }
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright { width: 100%; padding: 0; }
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote { margin: 14px 0; padding: 0; text-align: left; max-width: 100%; }
.wp-block-pullquote.alignleft blockquote p:first-child,
.wp-block-pullquote.alignright blockquote p:first-child { margin-top: 0; }
.wp-block-pullquote.is-style-solid-color { background-color: #363636; padding-left: 0; padding-right: 0; }
.wp-block-pullquote.is-style-solid-color p { font-size: 16px; line-height: 1.3; margin-bottom: 7px; margin-top: 7px; }
.wp-block-pullquote.is-style-solid-color a { color: transparent; }
.wp-block-pullquote.is-style-solid-color cite { color: inherit; }
.wp-block-pullquote.is-style-solid-color blockquote { max-width: 100%; color: #fafafa; padding-left: 0; margin-left: 14px; margin-right: 14px; }
.wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.wp-block-pullquote.is-style-solid-color blockquote.has-text-color a,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-white-color { color: inherit; }
@media
	(
		max-width: 1023px
	) {
	.wp-block-pullquote p { font-size: 20px; }

	.wp-block-pullquote.is-style-solid-color { padding-left: 10%; padding-right: 10%; }
	.wp-block-pullquote.is-style-solid-color p { font-size: 18px; }
	.wp-block-pullquote.is-style-solid-color blockquote { margin-left: 0; margin-right: 0; }

	.wp-block-pullquote.is-style-solid-color.alignright,
	.wp-block-pullquote.is-style-solid-color.alignleft { padding: 14px 28px; }

	.wp-block-pullquote.is-style-solid-color.alignfull { padding-left: 80px; padding-right: 80px; }
}
/* ------------------------------------------------------------ *\
	Gutenberg Block - Blockquote
\* ------------------------------------------------------------ */
.wp-block-quote:not(.is-large),
.wp-block-quote:not(.is-style-large) { border-left: 2px solid #363636; padding: 0 0 0 16px; }
.wp-block-quote p { font-size: 1em; font-style: normal; line-height: 1.8; }
.wp-block-quote cite { font-size: 14px; }
.wp-block-quote.is-large,
.wp-block-quote.is-style-large { margin: 15px 0; padding: 0; border-left: none; }
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p { font-size: 24px; line-height: 1.4; font-style: italic; }
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large footer { font-size: 14px; }
@media
	(
		max-width: 1023px
	) {
	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large { margin: 15px 0; padding: 15px 0; }

	.wp-block-quote.is-large p,
	.wp-block-quote.is-style-large p { font-size: 16px }
}
/* ------------------------------------------------------------ *\
	Gutenberg Block - Separator
\* ------------------------------------------------------------ */
.wp-block-separator,
hr { background-color: #666; border: 0; height: 2px; margin-bottom: 30px; margin-top: 30px; max-width: 40px; text-align: left; }
.wp-block-separator .is-style-wide,
hr .is-style-wide { max-width: 100%; }
.wp-block-separator.is-style-dots,
hr.is-style-dots { max-width: 100%; background-color: inherit; border: inherit; height: inherit; text-align: center; }
.wp-block-separator:before,
hr:before { color: #666; font-size: 16px; padding-left: 20px; }
/* Remove duplicate rule-line when a separator
 * is followed by an H1, or H2 */
.wp-block-separator + h1:before,
hr + h1:before,
.wp-block-separator + h2:before,
hr + h2:before { display: none; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Table
\* ------------------------------------------------------------ */
.wp-block-table th,
.wp-block-table td { border-color: #666; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Twitter Embed
\* ------------------------------------------------------------ */
.wp-block-embed-twitter { word-break: break-word; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Verse
\* ------------------------------------------------------------ */
.wp-block-verse { font-family: "Fjalla One", sans-serif; font-size: 14px; line-height: 1.8; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Video
\* ------------------------------------------------------------ */
.wp-block-video video { width: 100%; }
/* ------------------------------------------------------------ *\
	Custom Blocks
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */
:root {
  --alert-bar-height: var(--alert-bar-mobile-height, 0px);
}
.alert-bar .alert-bar-inner {
  display: block;
  background-color: #0566a7;
  text-align: center;
  font-weight: 700;
  padding: 0.5rem 15px;
  text-decoration: none;
}
.alert-bar a {
  .alert-bar a:hover {
    background-color: #003a69;
    color: #fff;
  }
}
.alert-bar a:hover {
  background-color: #003a69;
  color: #fff;
}
.alert-bar a {
  .alert-bar a:active {
    color: #4697d6;
  }
}
.alert-bar a:active {
  color: #4697d6;
}
@media (max-width: 1023px) {
  .alert-bar.desktop {
    display: none;
  }

  .nav-trigger {
    margin-top: var(--alert-bar-height);
  }
}
@media (min-width: 1024px) {
  :root {
    --alert-bar-height: var(--alert-bar-desktop-height, 0px);
  }

  .alert-bar.mobile {
    display: none;
  }

  .header {
    transition: transform 250ms ease;
  }

  .header-sticky .header {
    transform: translateY(calc(var(--alert-bar-height) * -1));
  }

  .wrapper:before {
    display: block;
    content: "";
    background-color: black;
    height: var(--alert-bar-height);
    width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
.articles > ol:not([class]) { list-style: none; padding: 0;  }
.articles > ol:not([class]) > li + li { margin-top: 30px; }
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article .article__head { margin-bottom: 50px; }
.article .article__head:last-child { margin-bottom: 0; }
/* ------------------------------------------------------------ *\
	Article Single
\* ------------------------------------------------------------ */
.article-single .article__entry { width: 100%; }
.article-single .article__entry iframe { width: 100%; }
/* ------------------------------------------------------------ *\
	Btn Ticketmaster
\* ------------------------------------------------------------ */
a[class^="btn-ticketmaster-"] {
  display: block;
  color: #fff;
  padding: 4px 10px 3px;
  text-decoration: none;
  font: 18px/1.35 "Fjalla One", sans-serif;
  text-transform: uppercase;
  transition: box-shadow 0.4s;
}
.btn-ticketmaster-buy {
  background: #003a69;
  border: 1px solid #003a69;
}
.btn-ticketmaster-sold-out {
  background: #f03d6b;
}
.btn-ticketmaster-offsale {
  background: #000;
  line-height: 1.2;
  border: 1px solid #000;
}
.btn-ticketmaster-buy:hover,
.btn-ticketmaster-offsale:hover {
  border: 1px solid #1a678a;
  text-shadow: 0px 0px 3px rgba(58, 159, 183, 0.8);
  background: radial-gradient(
    ellipse at center,
    rgba(61, 164, 187, 1) 0%,
    rgba(21, 96, 132, 1) 100%
  );
  box-shadow: 0px 0px 25px 2px rgba(28, 139, 173, 0.86);
}
.btn-ticketmaster-buy.secondary {
  margin-top: 0.5rem;
  background: #fff;
  border: 1px solid #003a69;
  color: #003a69;
}
.btn-ticketmaster-buy.secondary:hover {
  background: radial-gradient(
    ellipse at center,
    rgba(61, 164, 187, 1) 0%,
    rgba(21, 96, 132, 1) 100%
  );
  color: #fff;
  border: 1px solid transparent;
}
/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */
.btn {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: 0;
	font-size: 16px;
	color: #fff;
	background: #000;
	padding: 10px 20px;
	transition: opacity 0.4s, color 0.4s;
}
.btn:hover {
	color: #fff;
	opacity: 0.5;
}
/*  Button Block  */
.btn--block {
	display: block;
	padding-left: 0;
	padding-right: 0;
}
/* Custom Friends button */
.custom-btn {
	display: inline-block;
	position: relative;
	height: 60px;
	width: 266px;
	border: none;
	color: white;
	font-family: "Knockout", sans-serif;
	background-color: #1a58a9;
	margin-bottom: 1rem;
  .custom-btn .btn-text {
    display: inline-block;
    color: white;
    position: relative;
    top: 23px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    transform: translate(2px, 2px) scale(1.5, 3);
    line-height: 0;
    transition: all 0.2s ease-in-out;
  }
}
.custom-btn .btn-text {
  display: inline-block;
  color: white;
  position: relative;
  top: 23px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  transform: translate(2px, 2px) scale(1.5, 3);
  line-height: 0;
  transition: all 0.2s ease-in-out;
}
.custom-btn {
  .custom-btn:hover {
    background-color: #4697d6;
    color: #fff;
  }
}
.custom-btn:hover {
  background-color: #4697d6;
  color: #fff;
}
.custom-btn {
  .custom-btn:hover p {
    transform: translate(-2px, -2px) scale(1.5, 3);
  }
}
.custom-btn:hover p {
  transform: translate(-2px, -2px) scale(1.5, 3);
}
.custom-btn {
  .custom-btn::after {
    content: "";
    width: 100%;
    position: absolute;
    inset: 0;
    border: 5px solid black;
    background-color: transparent;
    transition: transform 0.2s ease-in-out;
    transform: translate(4px, 4px) scale(1.02, 1.07);
  }
}
.custom-btn::after {
  content: "";
  width: 100%;
  position: absolute;
  inset: 0;
  border: 5px solid black;
  background-color: transparent;
  transition: transform 0.2s ease-in-out;
  transform: translate(4px, 4px) scale(1.02, 1.07);
}
.custom-btn {
  .custom-btn:hover::after {
    transform: translate(0, 0);
    transition: all 0.2s ease-in-out;
  }
}
.custom-btn:hover::after {
  transform: translate(0, 0);
  transition: all 0.2s ease-in-out;
}
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {
  padding: 62px 2% 70px;
  background: #fff;
  color: #111;
}
.content h1,
.content h3 {
  text-transform: uppercase;
}
.content > ul,
.content > ol {
  padding-left: 20px;
}
.content hr {
  max-width: 100%;
  background: #ccc;
  height: 1px;
  border: 0;
  margin: -2px 0 21px;
}
.content hr:first-child {
  margin-top: 0;
}
.content hr + h3 {
  margin-top: 25px;
}
.content blockquote {
  padding-left: 20px;
  border-left: 2px solid #000;
}
.content .gform_wrapper.gform_wrapper {
  margin-bottom: 43px;
  padding: 1px 4rem 0;
}
.content .gform_wrapper.gform_wrapper .gform_body {
  max-width: 93%;
}
/*  Content Directions  */
.content .content__directions strong em {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-style: normal;
}
.content .content__directions strong em:before {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 14px;
  color: #216596;
  display: inline-block;
  margin-right: 5px;
}
.content .content__directions ul {
  list-style: none outside none;
  padding-left: 30px;
  line-height: 1.75;
  margin-bottom: 14px;
}
.content .content__directions ul li {
  margin-bottom: 14px;
}
/*  Content Sponsors  */
.content .content__sponsors ul {
  list-style: none outside none;
  overflow: hidden;
  margin: 2% auto;
}
.content .content__sponsors ul li {
  width: 16%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.content .content__sponsors ul li:first-child {
  width: 50%;
  float: left;
}
.content .content__sponsors ul li a {
  text-decoration: none;
}
.content .content__sponsors ul li img {
  margin-bottom: 5px;
  width: 100%;
}
/*  Content Logos  */
.content .content__logos {
  padding: 20px 0 0;
}
.content .content__logos ul {
  list-style: none outside none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 10px 0 20px;
  align-items: flex-end;
}
.content .content__logos li {
  padding: 10px;
}
.content .content__logos li img {
  filter: invert(100%);
  height: 30px;
  width: auto;
}
.content .thumbnail {
  text-align: center;
  margin-bottom: 30px;
}
.content .thumbnail img {
  max-height: 40vh;
  width: auto;
}
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
  .content .content__sponsors ul li {
    width: 100% !important;
  }
  .content .gform_wrapper.gform_wrapper {
    margin-bottom: 43px;
    padding: 1px;
  }
}
/* ------------------------------------------------------------ *\
	Event
\* ------------------------------------------------------------ */
.event {
	padding: 10px 0;
	border-bottom: 1px solid #d2d1cf;
	display: flex;
	flex-flow: row wrap;
}
.event:last-child {
	border-bottom: 0;
}
.event .event__image {
	width: 100%;
	max-width: 180px;
	min-width: 100px;
	margin-right: 20px;
	padding-bottom: 8px;
}
.event .event__image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	-o-object-fit: cover;
	   object-fit: cover;
}
.event .event__content {
	width: calc(80% - 160px);
	padding: 10px 10px 0 65px;
	position: relative;
	font-size: 13px;
	color: #111;
}
.event .event__content p:first-of-type {
	font: 14px/1.7 "Roboto", sans-serif;
	margin: 0 0 8px;
	line-height: 1;
}
.event .event__content p strong {
	text-transform: uppercase;
}
.event .event__content h3 {
	margin: 0;
	color: #0566a7;
	font: 26px/1 "Fjalla One", sans-serif;
}
.event .event__content h4 {
	margin: 5px 0 10px;
	color: #003a69;
	font: 20px/1.1 "Fjalla One", sans-serif;
}
.event .event__content p {
	margin-top: 6px;
}
.event .event__content h3 + p {
	margin-top: 10px;
}
.event .event__content a {
	text-decoration: none;
}
.event .event__content a:hover {
	color: #111;
}
.event .event__date {
	position: absolute;
	top: 10px;
	left: 0;
	font: 24px/1.15 "Fjalla One", sans-serif;
	color: #053963;
	text-transform: uppercase;
}
.event .event__start-date {
	position: relative;
	font: 24px/1.15 "Fjalla One", sans-serif;
	color: #053963;
	text-transform: uppercase;
}
.event .event__tickets {
	width: 140px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.25;
	color: #111;
	text-align: center;
	padding-top: 10px;
	margin-left: auto;
	padding-bottom: 8px;
}
.event .event__tickets p {
	margin: 8px 0 0;
}
@media (min-width: 1024px) {
	.home .event {
		padding: 12px 0;
	}
	.home .event:first-child {
		padding-top: 10px;
	}
	.home .event .event__content {
		padding-top: 6px;
		padding-left: 70px;
	}

	.home .event .event__date {
		top: 6px;
	}
}
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
	.event .event__content {
		width: calc(61.2% - 20px);
		padding-top: 0;
		padding-left: 0;
	}
	.event .event__date {
		position: static;
		font-size: 20px;
	}
	.event .event__start-date {
		font-size: 20px;
	}
	.event .event__tickets {
		width: 100%;
	}
}
/* Mobile */
@media
	(
		max-width: 767px
	) {
	.event {
		padding-top: 40px;
		position: relative;
	}
	.event .event__image {
		max-width: 100%;
		margin: 0;
	}
	.event .event__content {
		position: static;
		width: 100%;
	}
	.event .event__date {
		position: absolute;
		top: 12px;
		padding: 0;
		font-size: 18px;
	}
	.event .event__start-date {
		font-size: 18px;
	}
	.event .event__content p,
	.event .event__tickets p {
		display: none;
	}
	.event .event__content p:first-of-type {
		display: block;
	}
	.event .event__tickets {
		padding-bottom: 10px;
	}
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer { width: 100%; background: #000; color: #999; padding: 20px 20px 28px; font-size: 13px; line-height: 24px; text-transform: uppercase; text-align: center; }
.footer p a { text-decoration: none; color: #fff; }
.footer p a:hover { color: #0566a7; }
.footer .footer__nav { padding: 5px 0 10px; }
.footer .footer__nav ul li { padding: 0 15px; display: inline-block; }
.footer .footer__nav ul li a { color: #fff; font-size: 15px; font-weight: bold; text-decoration: none; }
.footer .footer__nav ul li a:hover { color: #0566a7; }
.footer .footer__forms { padding: 5px 0 20px; }
.footer .footer__forms:after {
  content: '';
  display: block;
  clear: both; }
.footer .footer__gform,
.footer .footer__search { padding: 2%; width: 50%; float: left; font-size: 15px; font-weight: bold; }
.footer .hive-signup-form,
.footer .gform_wrapper.gform_wrapper,
.footer .footer__search .search-form { max-width: 400px; margin: 0 auto; }
.search-popup .gform_wrapper.gform_wrapper form,
.footer .gform_wrapper.gform_wrapper form { position: relative; }
.search-popup .gform_wrapper .gform_body .gform_fields .gfield .gfield_label,
.footer .gform_wrapper .gform_body .gform_fields .gfield .gfield_label { display: none; }
.search-popup .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error,
.footer .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error,
.search-popup .gform_wrapper .gform_body .gform_fields .gfield,
.footer .gform_wrapper .gform_body .gform_fields .gfield { margin-bottom: 0 !important; }
.search-popup .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.footer .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 10px 20px; font-size: 13px; border: 1px solid #ddd; font-size: 13px; line-height: 1.2; }
.search-popup .gform_wrapper.gform_wrapper .gform_footer,
.footer .gform_wrapper.gform_wrapper .gform_footer { position: absolute; top: 0; right: 0; width: 38px; }
.search-popup .gform_wrapper.gform_wrapper .gform_footer .gform_button,
.footer .gform_wrapper.gform_wrapper .gform_footer .gform_button { font-size: 0; padding: 0; line-height: 35px; letter-spacing: 0; color: #111; background: transparent; transition: color 0.4s; }
.search-popup .gform_wrapper.gform_wrapper .gform_footer .gform_button:after,
.footer .gform_wrapper.gform_wrapper .gform_footer .gform_button:after { content: '\f003'; font-family: FontAwesome; font-size: 17px; }
.search-popup .gform_wrapper.gform_wrapper .gform_footer .gform_button:hover,
.footer .gform_wrapper.gform_wrapper .gform_footer .gform_button:hover { color: #999; background: transparent; }
.footer .socials { margin-bottom: 20px; }
.footer .socials ul { justify-content: center; }
.footer .socials ul li { padding: 0 10px; }
.footer .socials ul li a { font-size: 23px; color: #0566a7; }
.footer .socials ul li a:hover { color: #fff; opacity: 1; }
.footer .footer__logo { max-width: 95px; display: block; margin: 0 auto; }
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
	.footer { transition: transform 0.4s; }
	.header-visible .footer { transform: translateX(-250px); }

	.footer .footer__nav { margin: 0 -10px; }
	.footer .footer__nav ul li { padding: 0 10px; }

	.footer .footer__gform,
	.footer .footer__search { width: 100%; padding: 1%; }
}
/* Mobile */
@media
	(
		max-width: 767px
	) {
	.footer { padding: 20px 5%; }
	.footer .shell { padding: 0; }
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type="text"],
input[type="button"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="date"],
input[type="search"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
/* ------------------------------------------------------------ *\
	Hive Forms
\* ------------------------------------------------------------ */
.hive-signup-form {
  padding-bottom: 60px;
  .hive-signup-form * + * {
    margin-top: 0.5rem;
  }
}
.hive-signup-form * + * {
  margin-top: 0.5rem;
}
.hive-signup-form > p {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.hive-signup-form h2 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 20px 0 33px;
  padding: 0;
  text-transform: uppercase;
}
.hive-signup-form h2 + p,
.hive-signup-form br {
  display: none;
}
.hive-signup-form .form__row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.hive-signup-form .form__col {
  width: 100%;
  padding: 0 15px 31px;
}
.hive-signup-form .form__col--1of2 {
  width: 50%;
}
.hive-signup-form .opt-in-text {
  margin: 0.5rem 2rem 1.5rem;
  margin-top: -17px;
}
.hive-signup-form label {
  display: block !important;
  font-size: 14px;
  font-weight: normal;
}
.hive-signup-form input {
  margin-bottom: 1rem;
}
.hive-signup-form textarea,
.hive-signup-form input[type="text"],
.hive-signup-form input[type="email"],
.hive-signup-form input[type="tel"] {
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 1px solid #040020;
  border-radius: 0;
  color: #666;
  font-weight: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  font-size: 11px;
}
.hive-signup-form input::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
.hive-signup-form input::-moz-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
.hive-signup-form input:-moz-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
.hive-signup-form input:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
.hive-signup-form textarea::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
.hive-signup-form textarea::-moz-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
.hive-signup-form textarea:-moz-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
.hive-signup-form textarea:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
.hive-signup-form span {
  display: flex;
  margin-bottom: 16px;
}
.hive-signup-form select {
  width: 100%;
  height: 36px;
  background-color: white;
  margin-left: 8px;
}
.hive-signup-form select:first-child {
  margin-left: 0px;
}
.hive-signup-form textarea:focus,
.hive-signup-form select:focus,
.hive-signup-form
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]):focus {
  border: 1px solid #8a8a8a;
  background: #fefefe;
  color: #111;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.hive-signup-form textarea {
  height: 200px;
  resize: vertical;
  padding: 15px;
}
.hive-signup-form button[type="submit"] {
  background: #003a69;
  border: 1px solid #003a69;
  width: 100%;
  padding: 10px 8px;
  color: white;
  letter-spacing: 0.09em;
  padding: 10px 8px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Fjalla One", sans-serif;
  transition: box-shadow 0.4s;
}
.hive-signup-form button[type="submit"]:hover {
  border: 1px solid #1a678a;
  text-shadow: 0px 0px 3px rgba(58, 159, 183, 0.8);
  background: radial-gradient(
    ellipse at center,
    rgba(61, 164, 187, 1) 0%,
    rgba(21, 96, 132, 1) 100%
  );
  box-shadow: 0px 0px 25px 2px rgba(28, 139, 173, 0.86);
}
.hive-signup-form input[type="checkbox"] {
  width: auto;
  margin: 1rem 0.5rem 0;
}
.hive-signup-form .iti {
  width: 100% !important;
}
/* .gform_wrapper .hive-signup-form button[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  width: 100%;
  display: block;
  background: #ededed;
  color: #111;
  letter-spacing: 0.09em;
  padding: 10px 8px;
  text-transform: uppercase;
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  line-height: normal;
  font-size: 14px;

  &:hover {
    background-color: #040020;
    color: #fff;
  }
} */
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
  .hive-signup-form .form__col {
    width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Hive forms header/footer
\* ------------------------------------------------------------ */
.footer_gform .hive-signup-form {
  position: relative;
  padding: 0;
}
.footer_gform .hive-signup-form .form__col {
  padding-bottom: 0;
}
.footer_gform .hive-signup-form label {
  display: none;
}
.footer_gform .hive-signup-form input[type="text"],
.footer_gform .hive-signup-form input[type="email"] {
  color: #111;
  padding: 10px 20px;
  border: 1px solid #ddd;
  font: 13px/1.2 sans-serif;
  padding-right: 38px;
  font-weight: normal;
  height: auto;
}
.footer_gform .hive-signup-form input::-webkit-input-placeholder {
  color: #999;
}
.footer_gform .hive-signup-form input::-moz-placeholder {
  color: #999;
}
.footer_gform .hive-signup-form input:-moz-placeholder {
  color: #999;
}
.footer_gform .hive-signup-form input:-ms-input-placeholder {
  color: #999;
}
.footer_gform .hive-signup-form button[type="submit"] {
  color: #111;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  visibility: visible;
  opacity: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 100%;
  font-size: 0;
  background: transparent;
  transition: color 0.4s;
}
.footer__gform .hive-signup-form button[type="submit"]:hover {
  color: #999;
  background: transparent;
}
.footer__gform .hive-signup-form button[type="submit"]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\f003";
  font-family: FontAwesome;
  font-size: 17px;
  margin-top: -2px;
}
/* ------------------------------------------------------------ *\
    Gravity Forms Reset
\* ------------------------------------------------------------ */
/* Gform Reset*/
.gform_wrapper.gform_wrapper,
.gform_wrapper.gform_wrapper .gform_heading,
.gform_wrapper.gform_wrapper .gform_heading .gform_title,
.gform_wrapper.gform_wrapper .gform_body,
.gform_wrapper.gform_wrapper .gform_footer,
.gform_wrapper.gform_wrapper .gform_footer input.button,
.gform_wrapper.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper.gform_wrapper .gform_page_footer input.button,
.gform_wrapper.gform_wrapper .gform_page_footer input[type="submit"],
.gform_wrapper.gform_wrapper.gf_browser_ie .gform_footer input.button,
.gform_wrapper .gform_body .gform_fields .gfield,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label,
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
.gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
  padding: 0;
  margin: 0;
}
.gform_wrapper .gform_footer {
  position: relative;
}
.gform_wrapper .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 100%;
  padding: 0;
  margin: 10px 0 0 -8px;
  left: 50%;
}
.gform_wrapper .gform_body .gform_fields {
  display: flex;
  flex-wrap: wrap;
  list-style: none outside none;
}
.gform_wrapper .gform_body .gform_fields .gfield,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error
  .gform_body
  .gform_fields
  .gfield.gfield_error {
  width: 100%;
  max-width: 100% !important;
  border: 0;
  background-color: transparent;
}
.gform_wrapper .gform_body .gform_fields .gfield--medium,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error
  .gform_body
  .gform_fields
  .gfield--medium.gfield_error {
  width: 50%;
  max-width: 50%;
}
.gform_wrapper .gform_body .gform_fields .gfield--small,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error
  .gform_body
  .gform_fields
  .gfield--small.gfield_error {
  width: 25%;
  max-width: 25%;
}
/* reset base fields to 100%*/
.gform_wrapper .gform_body .gform_fields .gfield--address,
.gform_wrapper .gform_body .gform_fields .gfield--name,
.gform_wrapper .gform_body .gform_fields .gfield--rangeslider,
.gform_wrapper .gform_body .gform_fields .gfield--consent,
.gform_wrapper .gform_body .gform_fields .gfield--section,
.gform_wrapper .gform_body .gform_fields .gfield--html,
.gform_wrapper .gform_body .gform_fields .gfield--large,
.gform_wrapper .gform_body .gform_fields .gfield--fileupload,
.gform_wrapper.gform_wrapper.gform_validation_error
  .gform_body
  .gform_fields
  .gfield--address.gfield_error,
.gform_wrapper.gform_wrapper.gform_validation_error
  .gform_body
  .gform_fields
  .gfield--name.gfield_error,
.gform_wrapper.gform_wrapper.gform_validation_error
  .gform_body
  .gform_fields
  .gfield--rangeslider.gfield_error,
.gform_wrapper.gform_wrapper.gform_validation_error
  .gform_body
  .gform_fields
  .gfield--consent.gfield_error,
.gform_wrapper.gform_wrapper.gform_validation_error
  .gform_body
  .gform_fields
  .gfield--section.gfield_error,
.gform_wrapper.gform_wrapper.gform_validation_error
  .gform_body
  .gform_fields
  .gfield--html.gfield_error,
.gform_wrapper.gform_wrapper.gform_validation_error
  .gform_body
  .gform_fields
  .gfield--fileupload.gfield_error,
.gform_wrapper.gform_wrapper.gform_validation_error
  .gform_body
  .gform_fields
  .gfield--large.gfield_error {
  width: 100%;
  max-width: 100%;
}
.gform_wrapper.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.ginput_container,
.gform_wrapper.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  label.gfield_label {
  margin-top: 0;
}
.gform_wrapper.gform_wrapper .gform_footer input.button,
.gform_wrapper.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper.gform_wrapper .gform_page_footer input.button,
.gform_wrapper.gform_wrapper .gform_page_footer input[type="submit"] {
  line-height: initial;
  min-height: initial;
  width: auto;
}
/* ------------------------------------------------------------ *\
	Gravity Forms Reset Custom
\* ------------------------------------------------------------ */
.gform_wrapper.gform_wrapper .gform_body {
  width: 100%;
}
body .gform_wrapper.gform_wrapper ul li.gfield {
  margin-top: 0;
}
body .gform_wrapper.gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
.gform_wrapper.gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  padding: 0;
  border: 0;
}
.gform_wrapper .gfield_error.field_description_below .gfield_description {
  padding: 0;
}
/* ------------------------------------------------------------ *\
    Gravity Forms Deafult Style
\* ------------------------------------------------------------ */
/* Base */
.gform_wrapper.gform_wrapper {
  margin: 0;
}
.gform_wrapper.gform_wrapper span.gform_description {
  font-size: 16px;
  margin-bottom: 33px;
  line-height: 1.5;
}
/* Fields */
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-weight: normal;
  display: block;
  margin-bottom: 3px;
}
.gform_wrapper .gfield_label .gfield_required {
  color: #111;
}
.gform_wrapper .gform_body .gform_fields {
  margin: 0 -25px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield {
  position: relative;
}
.gform_wrapper .gform_body .gform_fields .gfield,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error
  .gform_body
  .gform_fields
  .gfield.gfield_error {
  padding: 0 25px;
  margin-bottom: 22px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield--html,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error
  .gform_body
  .gform_fields
  .gfield--html.gfield_error {
  margin-top: -16px;
  margin-bottom: 13px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
.gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  width: 100%;
  padding: 2px;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  font: 13px/1.5 sans-serif;
}
.gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  textarea:focus,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:focus,
.gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]):focus {
  color: #111;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 214px;
  resize: vertical;
  padding: 15px;
}
.gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  select[multiple="multiple"] {
  padding: 15px;
}
/* Checkbox and Radio */
.gform_wrapper.gform_wrapper .top_label li ul.gfield_checkbox,
.gform_wrapper.gform_wrapper .top_label li ul.gfield_radio {
  width: 100%;
  margin: 0;
}
.gform_wrapper
  .gform_body
  .gform_fields
  ul.gfield_checkbox
  li
  input[type="checkbox"] {
  display: none;
}
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label {
  position: relative;
  padding-left: 20px;
}
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:before,
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:before {
  width: 14px;
  height: 14px;
  border: 1px solid grey;
}
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after {
  display: none;
  left: 2px;
  width: 10px;
  height: 10px;
  background: grey;
}
.gform_wrapper
  .gform_body
  .gform_fields
  ul.gfield_checkbox
  li
  input:checked
  + label {
  font-weight: 400;
}
.gform_wrapper
  .gform_body
  .gform_fields
  ul.gfield_checkbox
  li
  input:checked
  + label:after {
  display: block;
}
.gform_wrapper.gform_wrapper
  .gform_body
  .gform_fields
  ul.gfield_radio
  li
  input[type="radio"] {
  margin: 0 5px 0 14px;
}
/* Datepicker */
.ui-datepicker {
  display: none;
}
.ui-datepicker select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 5px;
  border: 0;
  background: transparent;
}
.ui-datepicker select::-ms-expand {
  display: none;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: relative;
  background: transparent;
}
.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid;
  border-width: 5px 5px 0;
  border-color: #fff transparent transparent;
}
.ui-datepicker .ui-datepicker-prev:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.ui-datepicker .ui-datepicker-next:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.ui-datepicker .ui-datepicker-header {
  background: blue;
}
.ui-datepicker .ui-datepicker-calendar thead,
.ui-datepicker .ui-datepicker-calendar tbody td,
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: #fff;
  text-shadow: none !important;
  box-shadow: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  background: blue;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
  background: gray !important;
  color: #fff !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  border: 0;
  background: blue;
  color: #fff;
  margin: 0;
}
/* Footer */
.gform_wrapper.gform_wrapper .gform_footer .gform_button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  width: 100%;
  display: block;
  background: #ededed;
  color: #111;
  letter-spacing: 0.09em;
  padding: 10px 8px;
  text-transform: uppercase;
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}
.gform_wrapper.gform_wrapper .gform_footer .gform_button:hover {
  background: #111;
  color: #fff;
}
/* Confirmation */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
  .gform_wrapper
    .gform_body
    .gform_fields
    .gfield
    .ginput_container
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
      [type="button"]
    ):not([type="image"]):not([type="file"]) {
    padding-top: 0;
    padding-bottom: 4px;
  }
}
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
  .gform_wrapper.gform_wrapper
    ul.gform_fields
    li.gfield.gfield_error
    + li.gfield.gfield_error {
    margin-top: 0;
  }
}
/* Mobile */
@media
	(
		max-width: 767px
	) {
  .gform_wrapper .gform_body .gform_fields .gfield--medium,
  .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error
    .gform_body
    .gform_fields
    .gfield--medium.gfield_error {
    width: 100%;
  }

  .gform_wrapper.gform_wrapper
    .gform_body
    .gform_fields
    ul.gfield_radio
    li
    input[type="radio"] {
    margin-left: 0;
  }
}
/* ------------------------------------------------------------ *\
	Gravity Forms Errors
\* ------------------------------------------------------------ */
.gform_wrapper div.validation_error {
  display: none;
}
.gform_wrapper .gfield_error.field_description_below .gfield_description,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.gfield_description {
  position: absolute;
  top: 100%;
  left: 25px;
}
.mailing-list-page-template {
  max-width: 900px;
  margin: 0 auto 64px;
  .mailing-list-page-template h1 {
    text-align: center;
    margin-top: 64px;
  }
}
.mailing-list-page-template h1 {
  text-align: center;
  margin-top: 64px;
}
.mailing-list-page-template {
  .mailing-list-page-template h5 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.mailing-list-page-template h5 {
  padding-left: 4rem;
  padding-right: 4rem;
}
/* Tablet Portrait */
@media (@media
	(
		max-width: 1023px
	)) {
  .hive-signup-form .form__col {
    width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  width: 100%;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
}
.header .nav {
  display: none;
}
.header .header__bar {
  background: rgba(0, 0, 0, 0.38);
  color: #fff;
  padding: 10px 5% 6px;
  letter-spacing: 0.25em;
  border-bottom: 1px solid rgba(21, 96, 132, 0.44);
  transition: background 0.4s;
}
.header .header__bar .shell:after {
  content: '';
  display: block;
  clear: both;
}
.header .header__link {
  float: left;
  padding-left: 10px;
  font-size: 16px;
  padding-top: 5px;
}
.header .header__link--mail {
  margin-left: 5px;
}
.header .socials {
  float: left;
  padding-left: 24px;
  padding-top: 6px;
}
.header .socials ul li a:hover {
  color: #4697d6;
}
.header .header__venues {
  float: right;
}
.header .header__venues ul {
  list-style: none outside none;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}
.header .header__venues ul li {
  margin-right: 8px;
  position: relative;
  width: auto;
  height: 28px;
  max-width: 90px;
}
.header .header__venues ul li:last-child {
  margin-right: 0;
}
.header .header__venues ul li a svg {
  width: 100%;
  height: 100%;
  display: block;
}
.header .header__venues ul li a svg,
.header .header__venues ul li a svg path {
  display: block;
  fill: #fff;
}
.header .header__venues ul li:hover a svg,
.header .header__venues ul li:hover a svg path {
  fill: #4697d6;
  transition: fill 0.4s;
}
.header .header__venues ul li.imp {
  height: 28px;
  margin-right: -4px;
  margin-bottom: 3px;
}
.header .header__venues ul li.nine {
  height: 32px;
}
.header .header__venues ul li.merryweather {
  height: 34px;
}
.header .header__venues ul li.lincoln {
  height: 24px;
  margin-bottom: 5px;
}
.header .header__venues ul li.atlantis {
  height: 25px;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .header-sticky .header .header__bar {
    background: rgba(3, 61, 101, 0.8);
  }
}
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
  .header {
    position: absolute;
    width: 100%;
    left: auto;
    right: -100%;
    transition: right 0.4s;
    min-height: 100%;
    padding: 15px;
    background: #999 url(../images/wall-bg-texture.jpg) repeat 50% 0/100% auto;
  }
  .header .header__bar {
    background: transparent;
    padding: 0;
  }
  .header .header__bar .shell {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
  }
  .header .header__link {
    width: 49%;
    background: #ededed;
    padding: 10px 8px;
    text-align: center;
    color: #111;
    font-size: 14px;
  }
  .header .header__link--mail {
    margin-left: 0;
    float: right;
  }
  .header .socials {
    float: right;
    padding-top: 5px;
  }
  .header .socials ul li {
    margin: 8px;
  }
  .header .socials ul a {
    font-size: 32px;
  }
  .header .nav {
    display: block;
  }
  .header-visible .header {
    right: 0;
  }
  .header .header__venues {
    width: 100%;
    padding: 16px 8px;
  }
  .header .header__venues ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
  }
  .header .header__venues ul li {
    grid-column: span 2;
    max-width: 84px;
  }
  .header .header__venues ul li.imp {
    height: 38px;
    margin-right: 0;
  }
  .header .header__venues ul li.nine {
    height: 42px;
  }
  .header .header__venues ul li.merryweather {
    height: 44px;
  }
  .header .header__venues ul li.lincoln {
    height: 34px;
    grid-column: 2 / span 2;
  }
  .header .header__venues ul li.atlantis {
    height: 35px;
  }
  .header .header__venues ul li a svg,
  .header .header__venues ul li a svg path {
    transform: scale(1.01);
  }
}
/* ------------------------------------------------------------ *\
	Admin Bar (if header is fixed)
\* ------------------------------------------------------------ */
body.admin-bar .header {
  margin-top: 32px;
}
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
  body.admin-bar .header {
    margin-top: 0;
  }
}
/* ------------------------------------------------------------ *\ 
	# Icons
\* ------------------------------------------------------------ */
[class^="ico-"] { font-size: 0; line-height: 0; text-indent: -4004px; display: inline-block; vertical-align: top; position: relative; }
@keyframes fade {
  0% {
    background-image: url("../images/frame-1.png");
  }
  10% {
    background-image: url("../images/frame-2.png");
  }
  20% {
    background-image: url("../images/frame-3.png");
  }
  40% {
    background-image: url("../images/frame-4.png");
  }
  50% {
    background-image: url("../images/frame-5.png");
  }
  60% {
    background-image: url("../images/frame-6.png");
  }
  70% {
    background-image: url("../images/frame-7.png");
  }
  80% {
    background-image: url("../images/frame-8.png");
  }
  90% {
    background-image: url("../images/frame-9.png");
  }
  100% {
    background-image: url("../images/frame-10.png");
  }
}
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro {
  height: 390px;
  background: #000 url(../images/header-background.jpg) no-repeat 50% 50%;
}
.intro.mobile-menu__header {
  display: none;
}
.intro .intro__inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.intro .intro__glow {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  max-width: 575px;
  height: 316px;
  margin: 0 auto;
  position: relative;
  top: 24px;
  background: url(../images/anthem-sign-noglow.png) no-repeat 50% 50%/100% auto;
}
.intro .intro__animation {
  display: block;
  margin: 0 auto;
  max-width: 575px;
  height: 316px;
  position: relative;
  background: no-repeat center center/100% auto;
  animation: fade 5s ease-in infinite;
}
.intro .intro__logo {
  position: absolute;
  bottom: 37px;
  right: -50px;
  max-width: 100px;
}
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
  .intro {
    height: 310px;
    background-position: 50% 0;
    transition: transform 0.4s;
  }
  .header-visible .intro {
    transform: translateX(-250px);
  }
  .header-visible .intro.intro.mobile-menu__header {
    transform: translateX(0%);
  }
  .intro .intro__logo {
    bottom: 11px;
    right: 50%;
    transform: translateX(50%);
  }
  .intro.mobile-menu__header {
    display: block;
    height: 128px;
    background-position: 0 0;
  }
  .intro.intro.mobile-menu__header .intro__inner {
    max-width: 180px;
  }
  .intro.mobile-menu__header .intro__glow {
    top: 16px;
    height: 80px;
    background-size: contain;
  }
  .intro.mobile-menu__header .intro__animation {
    height: 80px;
    background-size: contain;
  }
  .intro.mobile-menu__header .intro__logo {
    top: 100px;
  }
}
/* ------------------------------------------------------------ *\
	# Lists
\* ------------------------------------------------------------ */
[class^="list"] > ul { list-style: none; position: relative; padding: 0; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo { background: url(../images/) no-repeat 0 0/contain; width: 0px; height: 0px; font-size: 0; line-height: 0; text-indent: -4004px; position: relative; display: inline-block; vertical-align: top; text-decoration: none; }
.logo > img { display: block; width: 100%; }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
	width: 100%;
	flex-grow: 1;
	flex-shrink: 0;
	max-width: 1050px;
	margin: -65px auto 0;
	background: #999 url(../images/wall-bg-texture.jpg) repeat 50% 0/100% auto;
	box-shadow: 0px 0px 25px 2px rgba(71, 99, 120, 1);
	overflow: hidden;
	padding: 10px 25px 0;
}
.slider + .main {
	margin: 0 auto;
}
body.error404 .main {
	display: flex;
	flex-wrap: wrap;
}
body.error404 .main > section {
	width: 100%;
}
/* Small Desktop */
@media
	(
		max-width: 1199px
	) {
	.main {
		padding: 10px 15px 0;
	}
}
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
	.main {
		margin-top: -51px;
		transition: transform 0.4s;
	}
	.header-visible .main {
		transform: translateX(-250px);
	}
}
/* ------------------------------------------------------------ *\
	Menu
\* ------------------------------------------------------------ */
:root {
	--border-margin: 4rem 10rem;
	--border-margin-mobile: 4rem 2rem;
}
.header-image {
	padding-top: 40px;
}
.menu-wrapper {
	margin: auto;
}
.food-menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	max-width: 1000px;
}
.menu-container {
	position: relative;
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	padding: var(--border-padding);
  .menu-container > div:not(:last-child) {
    border-bottom: 1px solid #23c0e1;
  }
}
.menu-container > div:not(:last-child) {
  border-bottom: 1px solid #23c0e1;
}
.menu-container {
  .menu-container > * + * {
    margin-top: 1rem;
  }
}
.menu-container > * + * {
  margin-top: 1rem;
}
.menu-container {
  .menu-container .featured-section-container,
	.menu-container .section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0.5rem 1rem;
  }
}
.menu-container .featured-section-container,
	.menu-container .section-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem 1rem;
}
.menu-container {
  .menu-container .featured-section-container {
    padding: 2rem 0.5rem 1rem;
  }
}
.menu-container .featured-section-container {
  padding: 2rem 0.5rem 1rem;
}
.menu-container {
  .menu-container .section-container {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
}
.menu-container .section-container {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.menu-container {
  .menu-container .section-headline {
    text-transform: uppercase;
    font-family: "Fjalla One", sans-serif;
    font-size: clamp(1rem, 9vw, 3.5rem);
    color: #23c0e1;
    width: 100%;
    text-align: center;
  }
}
.menu-container .section-headline {
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
  font-size: clamp(1rem, 9vw, 3.5rem);
  color: #23c0e1;
  width: 100%;
  text-align: center;
}
.menu-container {
  .menu-container .section-subheadline {
    font-size: 16px;
    font-family: "Fjalla One", sans-serif;
    color: white;
    max-width: 450px;
    margin-top: 8px;
    text-align: center;
  }
}
.menu-container .section-subheadline {
  font-size: 16px;
  font-family: "Fjalla One", sans-serif;
  color: white;
  max-width: 450px;
  margin-top: 8px;
  text-align: center;
}
.menu-container {
  .menu-container .section-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    width: 100%;
    gap: 8px;
    margin-top: 2rem;
  }
}
.menu-container .section-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  width: 100%;
  gap: 8px;
  margin-top: 2rem;
}
.menu-container {
  .menu-container .featured-section-content {
    display: grid;
    grid-template-columns: auto;
    grid-auto-flow: column;
    gap: 24px;
    margin-top: 2rem;
    width: 740px;
  }
}
.menu-container .featured-section-content {
  display: grid;
  grid-template-columns: auto;
  grid-auto-flow: column;
  gap: 24px;
  margin-top: 2rem;
  width: 740px;
}
.menu-container {
  .menu-container .featured-items-content {
    margin: 1rem auto 0;
    min-width: 140px;
  }
}
.menu-container .featured-items-content {
  margin: 1rem auto 0;
  min-width: 140px;
}
.menu-container {
  .menu-container .section-columns {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto;
    margin-top: 1rem;
  }
  .menu-container .section-columns .items-column {
    margin: 2rem auto;
    padding: 0 0.5rem;
    font-size: 20px;
    color: white;
  }
  .menu-container .section-columns .items-column h3 {
    margin-top: 0;
    text-transform: uppercase;
    color: white;
    padding-bottom: 1rem;
  }
}
.menu-container .section-columns {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto;
  margin-top: 1rem;
  .menu-container .section-columns .items-column {
    margin: 2rem auto;
    padding: 0 0.5rem;
    font-size: 20px;
    color: white;
  }
  .menu-container .section-columns .items-column h3 {
    margin-top: 0;
    text-transform: uppercase;
    color: white;
    padding-bottom: 1rem;
  }
}
.menu-container .section-columns .items-column {
  margin: 2rem auto;
  padding: 0 0.5rem;
  font-size: 20px;
  color: white;
  .menu-container .section-columns .items-column h3 {
    margin-top: 0;
    text-transform: uppercase;
    color: white;
    padding-bottom: 1rem;
  }
}
.menu-container .section-columns .items-column h3 {
  margin-top: 0;
  text-transform: uppercase;
  color: white;
  padding-bottom: 1rem;
}
.item-image {
	display: block;
}
.item-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	max-width: 350px;
	margin: 1rem auto;
	padding: 0 1rem;
	line-height: 24px;
	grid-column: span 2;
  .item-info:nth-last-child(1):nth-child(odd) {
    grid-column: 2 / span 2;
  }
}
.item-info:nth-last-child(1):nth-child(odd) {
  grid-column: 2 / span 2;
}
.item-info {
  .item-info > * + * {
    margin-top: 8px;
    margin-bottom: 0px;
  }
}
.item-info > * + * {
  margin-top: 8px;
  margin-bottom: 0px;
}
.item-info {
  .item-info .item-name {
    font-size: 24px;
    width: 100%;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
    text-wrap: pretty;
  }
}
.item-info .item-name {
  font-size: 24px;
  width: 100%;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
  text-wrap: pretty;
}
.item-info {
  .item-info .item-description {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .item-info .item-description a {
    color: white;
  }
}
.item-info .item-description {
  font-size: 20px;
  margin-bottom: 0px;
  .item-info .item-description a {
    color: white;
  }
}
.item-info .item-description a {
  color: white;
}
.item-info {
  .item-info .item-description.font-sm {
    font-size: 16px;
  }
}
.item-info .item-description.font-sm {
  font-size: 16px;
}
.item-info {
  .item-info .item-price {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.item-info .item-price {
  font-size: 20px;
  margin-bottom: 0px;
}
.section-content.has-images {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
/* Mobile styles */
@media
	(
		max-width: 767px
	) {
	.menu-container {
		padding: var(--border-padding-mobile);
	}

	.menu-container .featured-section-content,
	.menu-container .section-content {
		display: block;
		grid-auto-flow: unset;
	}

	.item-image {
		display: none;
	}

	.item-info {
		grid-column: span 1
	}

	.item-info:nth-last-child(1):nth-child(odd) {
    grid-column: 1 / span 1;
  }

	.item-info .item-name {
    font-size: 20px;
  }

	.section-content p,
	.section-content a,
	.section-columns p,
	.section-columns a {
		font-size: 16px;
	}

	.section-container .section-columns {
		grid-auto-flow: row;
	}
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  display: none;
}
@media (min-width: 1024px) {
  .nav {
    display: block;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    min-height: 65px;
    position: relative;
    z-index: 10;
  }
  .nav > ul {
    padding: 8px 21px;
    min-height: 65px;
    text-align: center;
    background: url(../images/navigation-background.png) no-repeat 50% 0/100%
      auto;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
  }
  .header-sticky .nav > ul {
    position: fixed;
    top: 55px;
  }
  .nav ul li {
    display: inline-block;
    position: relative;
  }

  .nav > ul > li:before {
    content: "";
    display: block;
    background: url(../images/light-off.png) no-repeat 50% 0/26px auto;
    width: 100%;
    height: 18px;
    position: absolute;
    top: -20px;
    left: 0;
    transition: background 0.4s ease-in-out;
    will-change: background;
  }
  .nav > ul > .current-menu-item:before,
  .nav > ul > li:hover:before {
    background-image: url(../images/light-on.png);
  }

  .nav ul li a {
    font-size: 20px;
    text-transform: uppercase;
    padding: 3px 15px;
    text-decoration: none;
    display: block;
    font-family: "Fjalla One", sans-serif;
    color: #003a69;
  }
  .nav > ul > li > a:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 0;
    background: url(../images/light-on-glow.png) no-repeat 50% 0 / auto 62px;
    width: 100%;
    height: 75px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    will-change: opacity;
  }
  .nav ul .current-menu-item > a,
  .nav ul li:hover > a {
    color: #4697d6;
  }
  .nav > ul > .current-menu-item > a:before,
  .nav > ul > li:hover > a:before {
    opacity: 1;
  }
  .nav ul .nav--venues {
    padding-left: 17px;
    background: url(../images/imp-logo-blue.png) no-repeat 0 45%/28px auto;
  }

  .nav ul ul {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 134px;
    background: #faf4ed;
    margin-left: -67px;
    padding-top: 10px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
  .nav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 5;
  }
  .nav ul ul li {
    display: block;
    border-bottom: 1px solid #e6e1db;
  }
  .nav ul ul li:last-child {
    border-bottom: 0;
  }
  .nav ul ul li a {
    font-size: 15px;
    line-height: 1.33;
    color: #4697d6;
    padding: 5px;
  }
  .nav ul ul .current-menu-item a,
  .nav ul ul li a:hover {
    color: #003a69;
  }

  .nav .nav--venues li a {
    font-size: 0;
    height: 46px;
    background: no-repeat center center/70px auto;
  }
  .nav .nav--venues .nine a {
    background-image: url(../images/930-hover.jpg);
  }
  .nav .nav--venues .nine a:hover {
    background-image: url(../images/930-top-hover.png);
  }
  .nav .nav--venues .merriweather a {
    background-image: url(../images/merriweather-hover.png);
    background-size: 60px auto;
  }
  .nav .nav--venues .merriweather a:hover {
    background-image: url(../images/merriweather.png);
  }
  .nav .nav--venues .lincoln a {
    background-image: url(../images/lincoln-menu.png);
  }
  .nav .nav--venues .lincoln a:hover {
    background-image: url(../images/lincolntheatre-top-hover.png);
  }
  .nav .nav--venues .atlantis a {
    background-image: url(../images/atlantis-logo-anthem.png);
    background-size: 75px auto;
  }
  .nav .nav--venues .atlantis a:hover {
    background-image: url(../images/atlantis-logo-hover.png);
  }
}
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
  .header-visible .main,
  .header-visible .footer,
  .header-visible .slider {
    display: none;
  }

  .header-visible .wrapper {
    overflow-y: auto;
  }
  .main,
  .footer,
  .slider {
    display: block;
  }

  .nav {
    background: rgba(255, 255, 255, 0.6);
    padding: 0 10px;
  }
  .nav ul li a {
    font: 24px/1 "Fjalla One", sans-serif;
    text-transform: uppercase;
    padding: 10px 5px;
    color: #003a69;
    display: block;
    text-decoration: none;
  }
  .nav ul ul li a {
    font-size: 20px;
    line-height: 1.5;
    color: #4697d6;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .nav ul .nav--venues {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: fixed;
  right: 16px;
  top: 32px;
  color: #fff;
  display: none;
  font-size: 24px;
  z-index: 1000;
  text-shadow: 0px 0px 2px #000;
  transition: right 0.4s;
  background-color: rgba(28, 139, 173, 1);
  padding: 2px 8px;
  border-radius: 6px;
  border: 2px solid white;
}
body.admin-bar .nav-trigger {
  top: 60px;
}
.nav-trigger:hover {
  color: #fff;
}
.header-visible .nav-trigger {
  right: 30px;
}
.header-visible .nav-trigger i:before {
  content: "\f00d";
}
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
  .nav-trigger {
    display: block;
  }
}
/* ------------------------------------------------------------ *\
	Richtext Entry
\* ------------------------------------------------------------ */
.richtext-entry > ul:not([class]),
.richtext-entry > ol:not([class]) { padding-left: 30px; }
.richtext-entry > ul:not([class]) ol,
.richtext-entry > ul:not([class]) ul,
.richtext-entry > ol:not([class]) ol,
.richtext-entry > ol:not([class]) ul { padding-left: 30px; }
.richtext-entry > blockquote { border-left: 2px solid #055590; margin-left: 0; padding: 0 0 0 16px; }
/*
 * Unset nested content selector styles
 * - Prevents layout styles from cascading too deeply
 * - helps with plugin compatibility
 */
.richtext-entry > .richtext-entry { margin: inherit; max-width: inherit; padding: inherit; }
/* Blocks */
.richtext-entry > *.alignwide { width: 100%; max-width: 100%; clear: both; }
.richtext-entry > *.aligncenter { margin-left: auto; margin-right: auto; }
.richtext-entry > *.alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); width: auto; }
/* ------------------------------------------------------------ *\
	Search Popup
\* ------------------------------------------------------------ */
.search-popup { display: none; background: #fff; max-width: 1135px; width: 100%; padding: 3vw 5vh; font-size: 14px; line-height: 1.6; box-shadow: 0px 0 15px rgba(58, 159, 183, 0.65); color: #111; }
.search-popup h3 { font-size: 28px; color: #0566a7; text-transform: uppercase; margin: 20px 0 8px; }
.search-popup .fancybox-close-small { color: #000; width: 60px; height: 60px; }
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
	.search-popup { padding: 5vw 2vh; max-width: 90%; }
}
/* ------------------------------------------------------------ *\
	Section Default
\* ------------------------------------------------------------ */
.section-default {
  margin: 50px 0;
}
.section-default .pagetitle {
  margin-bottom: 20px;
}
.section-default .pagetitle:last-child {
  margin-bottom: 0;
}
/*  Section Default 404  */
.section-default--404 {
  display: flex;
  width: 100%;
}
.section-default--404 .shell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-default--404 .section__content {
  text-align: center;
}
.section-default--404 .section__content .btn {
  margin-top: 20px;
}
/* ------------------------------------------------------------ *\
	Section Callout
\* ------------------------------------------------------------ */
.section-callout {
  min-height: 56px;
}
.section-callout .section__inner {
  background: url(../images/marquee-background.png) no-repeat 50% 0% / auto
    136px;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  margin: -80px auto -24px;
  height: 160px;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}
.section-callout .section__inner a {
  display: block;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  font: 700 38px/1 "Fjalla One", sans-serif;
  color: #003a69;
  padding: 7px 0;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .header-sticky .section-callout .section__inner {
    position: fixed;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* Small Desktop */
@media
	(
		max-width: 1199px
	) {
  .section-callout .section__inner a {
    font-size: 36px;
    line-height: 1.05;
  }
}
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
  .section-callout {
    position: relative;
    z-index: 5;
    transition: transform 0.4s;
  }
  .header-visible .section-callout {
    transform: translateX(-250px);
  }
  .section-callout .section__inner {
    background-size: cover;
    height: auto;
    padding: 13px 0 15px;
    margin: 0 auto;
  }
  .section-callout .section__inner a {
    font-size: 24px;
    line-height: 1.2;
    padding: 0 0 6px;
  }
}
/* Mobile */
@media
	(
		max-width: 767px
	) {
  .section-callout .section__inner a {
    font-size: 15px;
  }
}
/* ------------------------------------------------------------ *\
	Section Friends
\* ------------------------------------------------------------ */
.section-friends {
  background: #003b66;
}
.section-friends .section__image {
  height: 602px;
  background: no-repeat center center/cover;
}
.section-friends .section__content {
  padding: 54px 0 38px;
}
.section-friends .section__content ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.section-friends .section__bottom ul,
.section-friends .section__content ul {
  list-style: none outside none;
  max-width: 94%;
  margin: 0 auto;
}
.section-friends .section__bottom ul:after,
.section-friends .section__content ul:after {
  content: '';
  display: block;
  clear: both;
}
.section-friends .section__bottom ul li,
.section-friends .section__content ul li {
  float: left;
  width: 50%;
  padding: 10px 0;
  text-align: center;
}
.section-friends .section__bottom {
  background: #dde1e2;
  padding: 30px 0;
  text-align: center;
}
.section-friends .section__bottom ul {
  padding: 14px 0 27px;
}
@media
	(
		max-width: 767px
	) {
  .section-friends .section__content ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* ------------------------------------------------------------ *\
	Section Rentals
\* ------------------------------------------------------------ */
.section-rentals {
  background: #003a69;
}
.section-rentals .section__slider {
  position: relative;
  padding-top: 3px;
}
.section-rentals .section__slider h2 {
  position: absolute;
  bottom: 28px;
  left: 0;
  background: #fff;
  padding: 12px 12px 12px 31px;
  min-width: 228px;
  color: #003a69;
  text-transform: uppercase;
}
.section-rentals .section__slides:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}
.section-rentals .section__slides:after {
  background: linear-gradient(
    to bottom,
    rgba(0, 59, 102, 0) 26%,
    rgba(0, 59, 102, 0.65) 82%,
    rgba(0, 59, 102, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00003b66', endColorstr='#003b66',GradientType=0 );
}
.section-rentals .section__slide {
  height: 450px;
  background: no-repeat center center/cover;
  vertical-align: top;
}
.section-rentals .section__content {
  padding: 0 31px 30px;
}
.section-rentals .section__content h4 {
  text-transform: uppercase;
  margin-bottom: 4px;
}
.section-rentals .section__content ul {
  padding-left: 16px;
}
.section-rentals .section__content ul li {
  margin-bottom: 8px;
}
.section-rentals .section__content p a {
  color: #99ecef;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.section-rentals .section__content p a:hover {
  color: #fff;
}
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
  .section-rentals .section__slider h2 {
    font-size: 22px;
    line-height: 1.1;
    padding-left: 21px;
    min-width: 200px;
  }
  .section-rentals .section__content {
    padding-left: 28px;
    padding-right: 28px;
  }
}
/* Mobile */
@media
	(
		max-width: 767px
	) {
  .section-rentals .section__slider h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    min-width: 128px;
  }
  .section-rentals .section__content {
    padding-left: 13px;
    padding-right: 13px;
  }
}
/* ------------------------------------------------------------ *\
	Section Application
\* ------------------------------------------------------------ */
.section-application {
  padding: 30px 31px 70px;
  background: #fff;
  color: #111;
}
.section-application h2 {
  padding: 20px 15px 18px 31px;
  margin-left: -31px;
  background: #003a69;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.section-application .gform_wrapper.gform_wrapper {
  padding: 16px 0;
  max-width: 96.5%;
}
.section-application .gform_wrapper .gform_body .gform_fields {
  margin: 0 -10px !important;
}
.section-application .gform_wrapper .gform_body .gform_fields .gfield,
.section-application
  .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error
  .gform_body
  .gform_fields
  .gfield.gfield_error {
  padding: 0 10px;
  margin-bottom: 21px !important;
}
.section-application .gform_wrapper .gform_body .gform_fields .gfield--radio,
.section-application
  .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error
  .gform_body
  .gform_fields
  .gfield--radio.gfield_error {
  margin-bottom: 15px !important;
}
.section-application
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .gfield_label {
  font-weight: bold;
  text-transform: uppercase;
}
.section-application
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  textarea,
.section-application
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  select,
.section-application
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  border: 2px solid #000;
  padding: 11px;
}
.section-application .gform_wrapper .gform_body .gform_fields ul.gfield_radio:after {
  content: '';
  display: block;
  clear: both;
}
.section-application
  .gform_wrapper
  .gform_body
  .gform_fields
  ul.gfield_radio
  li {
  width: 48%;
  float: left;
  margin-bottom: 4px;
}
.section-application
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield--radio:last-child
  ul.gfield_radio
  li {
  width: auto;
}
.section-application
  .gform_wrapper
  .gform_body
  .gform_fields
  ul.gfield_radio
  li
  label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.section-application .gform_wrapper.gform_wrapper .gform_footer .gform_button {
  max-width: 160px;
  background: #003a69;
  color: #fff;
  font: 25px/1 "Fjalla One", sans-serif;
  margin-top: 30px;
  padding: 8px;
  letter-spacing: 0.03em;
}
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
  .section-application h2 {
    padding-left: 21px;
  }

  .section-application .gform_wrapper .gform_body .gform_fields .gfield,
  .section-application
    .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error
    .gform_body
    .gform_fields
    .gfield.gfield_error {
    width: 100%;
    max-width: 100%;
  }
}
/* Mobile */
@media
	(
		max-width: 767px
	) {
  .section-application {
    padding-left: 13px;
    padding-right: 13px;
  }
  .section-application h2 {
    padding-left: 10px;
    margin-left: -13px;
  }
}
/* ------------------------------------------------------------ *\
	Section Calendar
\* ------------------------------------------------------------ */
.section-calendar {
  padding-top: 55px;
}
.section-calendar h2 {
  font-size: 40px;
  line-height: 0.75;
  text-transform: uppercase;
  color: #003a69;
  border-bottom: 3px solid #fff;
  text-align: center;
  margin-bottom: 15px;
}
.section-calendar .section__events {
  padding: 5px 20px;
  background: #f9f8f6;
  min-height: 500px;
}
.section-calendar--alt {
  background-color: #fff;
  padding-bottom: 1px;
  padding-top: 65px;
}
.section-calendar--alt h2 {
  line-height: 1.2em;
}
.section-boxes ~ .section-calendar {
  padding-top: 33px;
}
/* Mobile */
@media
	(
		max-width: 767px
	) {
  .section-calendar .section__events {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-calendar--alt h2 {
    font-size: 23px;
    padding: 0 15px;
  }
}
/* ------------------------------------------------------------ *\
	Section Boxes
\* ------------------------------------------------------------ */
.section-boxes {
  padding: 17px 0 25px;
  margin: 5px -10px 0;
  background: url(../images/cable-grid.png) no-repeat 50% 0 / cover;
  background-size: 100% 97.5%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.section-boxes .section__box {
  display: flex;
  flex-direction: column;
  padding: 18px 12px 30px;
  width: 32%;
}
.section-boxes .section__box .section__box-image-wrapper {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  max-width: 618px;
  width: 100%;
  height: 100%;
  min-width: 100px;
}
.section-boxes .section__box .section__box-image-wrapper {
  display: block;
  width: 100%;
  /* background: no-repeat 50% 50% / cover; */
}
.section-boxes .section__box .section__box-image-wrapper:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  content: "";
}
.section-boxes .section__box .section__box-image-wrapper > span {
  right: 15px;
  bottom: 15px;
  left: 15px;
  position: absolute;
  font: 22px/1.15 "Fjalla One", sans-serif;
  color: #fff;
}
.section-boxes .section__box--image img {
  transition: opacity 0.4s;
  width: 100%;
}
.section-boxes .section__box--image > a:before {
  content: none;
}
.section-boxes .section__box--image > a:hover {
  opacity: 0.5;
}
.section-boxes .section__events {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  background: #003a69;
  max-height: 295px;
}
.section-boxes .section__events h3 {
  margin: 0 0 3px;
  font-size: 28px;
  line-height: 1.3;
  color: #ff7c02;
  text-transform: uppercase;
}
.section-boxes .section__events .section__list {
  height: 254px;
  overflow-y: auto;
}
.section-boxes .section__events ul li {
  padding-right: 1px;
}
.section-boxes .section__events ul li a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  line-height: 1.15;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.section-boxes .section__events ul li a:hover {
  color: #ff7c02;
}
.section-boxes .section__events ul li em {
  display: block;
  opacity: 0.5;
  font-size: 12px;
}
.section__box--tickets {
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  .section__box--tickets a:first-child {
    margin: 1rem 1rem 0.5rem;
  }
}
.section__box--tickets a:first-child {
  margin: 1rem 1rem 0.5rem;
}
.section__box--tickets {
  .section__box--tickets a:nth-child(2) {
    margin: 0 1rem 1rem;
  }
}
.section__box--tickets a:nth-child(2) {
  margin: 0 1rem 1rem;
}
/* Small Desktop */
@media
	(
		max-width: 1199px
	) {
  .section-boxes {
    background-image: url(../images/cable-grid-2.png);
    background-size: 100% 81%;
    padding-bottom: 10px;
  }
  .section-boxes .section__box {
    width: 48.5%;
  }
}
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
  .section-boxes {
    padding: 13px 0;
    background-size: 98% 80%;
  }
  .section-boxes .section__box {
    padding-bottom: 20px;
  }
}
/* Mobile */
@media
	(
		max-width: 767px
	) {
  .section-boxes {
    background-image: none;
    background-size: 400px 400px;
    background-repeat: repeat-y;
    margin: 0 -15px;
    padding: 15px 0;
  }
  .section-boxes .section__box {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-boxes .slick-arrow {
    z-index: 2;
    position: absolute;
    top: 140px;
    background: url(../images/arrow-right.png) no-repeat 0 0 / contain;
    width: 35px;
    height: 35px;
    font-size: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
  }
  .section-boxes .slick-prev {
    left: 10px;
    transform: scaleX(-1);
  }
  .section-boxes .slick-next {
    right: 15px;
  }
}
/* ------------------------------------------------------------ *\
	Section Event
\* ------------------------------------------------------------ */
.section-event {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 40px;
  background: #fff;
}
.section-event:after {
  content: '';
  display: block;
  clear: both;
}
.section-event .section__image {
  aspect-ratio: 16 / 9;
  max-width: 500px;
  width: 100%;
  margin-bottom: 30px;
}
.section-event .section__image a {
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  background: no-repeat center center/contain;
  position: relative;
  bottom: 2px;
  pointer-events: none;
}
.section-event .section__image a[href] {
  pointer-events: auto;
}
.section-event .section__image a[href]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/play-button.png) no-repeat 50% 50% / contain;
  width: 70px;
  height: 70px;
  content: "";
  transition: opacity 0.4s;
}
.section-event .section__image a:hover:after {
  opacity: 0.75;
}
.section-event .section__description {
  padding: 28px 20px 25px;
  color: #111;
}
.section-event .section__description h1 {
  color: #000;
  margin: 3px 0 1px;
}
.section-event .section__description h3 {
  color: #000;
  margin: 0;
  font-size: 22px;
}
.section-event .section__description h4 {
  color: #fa7c23;
  margin: 2px 0;
  font-size: 22px;
  text-transform: uppercase;
}
.section-event .section__description h6 {
  text-transform: uppercase;
  margin: 0;
}
.section-event .section__description .section__price {
  font: bold 16px/1.15 "Roboto", sans-serif;
  margin: 5px 0 0;
}
.section-event a[class^="btn-ticketmaster"] {
  width: 142px;
  margin: 15px 0 5px;
  text-align: center;
}
.section-event .section__description .section__entry {
  font-size: 13px;
  line-height: 1.4;
  padding-bottom: 30px;
}
.section-event .section__description .section__entry h5 {
  margin-top: 40px;
}
.section-event
  .section__description
  > a[class^="btn-ticketmaster"]
  + .section__share {
  margin-top: 15px;
}
.section-event .section__share {
  margin-top: -5px;
  padding-bottom: 20px;
  position: relative;
}
.section-event .section__share:after {
  content: "Share This Event";
  position: absolute;
  bottom: 0;
  left: 0;
  color: #999;
  font-size: 12px;
}
.section-event .section__share ul {
  list-style: none outside none;
}
.section-event .section__share ul:after {
  content: '';
  display: block;
  clear: both;
}
.section-event .section__share ul li {
  margin-right: 3px;
  float: left;
}
.section-event .section__share ul li a {
  display: block;
  width: 32px;
  height: 20px;
  background: url(../images/tf-share-plus-sprite.svg) no-repeat 0 0;
  transition: none;
}
.section-event .section__share ul .share-facebook a {
  background-position: -66px 0;
}
.section-event .section__share ul .share-facebook a:active {
  background-position: 0 0;
}
.section-event .section__share ul .share-facebook a:hover {
  background-position: -33px 0;
}
.section-event .section__share ul .share-twitter a {
  background-position: -66px -21px;
}
.section-event .section__share ul .share-twitter a:active {
  background-position: 0 -21px;
}
.section-event .section__share ul .share-twitter a:hover {
  background-position: -33px -21px;
}
.section-event .section__share ul .share-mail {
  margin-right: 10px;
}
.section-event .section__share ul .share-mail a {
  background-position: -66px -42px;
}
.section-event .section__share ul .share-mail a:active {
  background-position: 0 -42px;
}
.section-event .section__share ul .share-mail a:hover {
  background-position: -33px -42px;
}
.section-event .section__share ul .share-ical a {
  width: 19px;
  height: 19px;
  background-position: -42px -86px;
}
.section-event .section__share ul .share-ical a:active {
  background-position: 0 -86px;
}
.section-event .section__share ul .share-ical a:hover {
  background-position: -21px -86px;
}
.section-event .section__share ul .share-gcal a {
  width: 19px;
  height: 19px;
  background-position: -40px -63px;
}
.section-event .section__share ul .share-gcal a:active {
  background-position: 0 -63px;
}
.section-event .section__share ul .share-gcal a:hover {
  background-position: -20px -63px;
}
.section-event .section__content {
  padding: 20px 21px;
  border-top: 3px solid #b7b7b7;
  clear: both;
  color: #111;
  text-align: justify;
}
.section-event .section__content h1 {
  margin-bottom: 2px;
}
.section-event .section__content ul,
.section-event .section__content ol {
  padding-left: 20px;
}
.section-event .section__content p {
  line-height: 1.4;
  margin-bottom: 20px;
}
.section-event .section__content p:last-child {
  margin-bottom: 0;
}
.section-event .section__socials {
  padding-bottom: 10px;
}
.section-event .section__socials ul {
  padding-left: 3px;
  list-style: none outside none;
}
.section-event .section__socials ul:after {
  content: '';
  display: block;
  clear: both;
}
.section-event .section__socials ul li {
  float: left;
  margin-right: 4px;
}
.section-event .section__socials ul li a {
  display: block;
  width: 34px;
  line-height: 30px;
  color: #535353;
  text-decoration: none;
}
.section-event .section__socials ul li a:before {
  font-family: "ticketfly";
  font-size: 28px;
}
.section-event .section__socials ul li a:hover {
  color: #003a69;
  opacity: 0.8;
}
.section-event .section__socials ul .social-link a:before {
  content: "\e906";
}
.section-event .section__socials ul .social-facebook a:before {
  content: "\e900";
}
.section-event .section__socials ul .social-twitter a:before {
  content: "\e909";
}
.section-event .section__socials ul .social-instagram a:before {
  content: "\e92e";
}
.section-event .section__venue {
  border-top: 2px solid #e8e8e8;
  padding: 15px 25px;
  background: #f3f3f3;
  color: #111;
}
.section-event .section__venue p {
  line-height: 1.4;
}
.section-event .section__venue p a {
  text-decoration: none;
}
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
  .section-event {
    grid-template-columns: 1fr;
  }

  .section-event .section__image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .section-event .section__image a {
    padding-bottom: 38%;
  }

  .section-event .section__description {
    width: 100%;
    padding: 4%;
    padding-bottom: 20px;
  }

  .section-event .section__content {
    padding: 4%;
    border-top-width: 0;
  }
  .section-event .section__content + .section__content {
    border-top-width: 3px;
  }
  .section-event .section__content h1 {
    font-size: 26px;
  }

  .section-event .section__socials {
    padding-bottom: 0;
  }

  .section-event .section__venue {
    padding-left: 4%;
    padding-right: 4%;
  }
}
/* Mobile */
@media
	(
		max-width: 767px
	) {
  .fancybox-slide--video {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell { position: relative; max-width: 1100px; padding-left: 15px; padding-right: 15px; margin: auto; width: 100%; }
/*  Shell Fluid  */
.shell--fluid { max-width: none; }
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider__slides {
  visibility: hidden;
}
.slick-initialized {
  visibility: visible;
}
.slider {
  max-width: 1050px;
  margin: -15px auto 0;
  width: 100%;
}
.slider .slider__slide {
  position: relative;
  vertical-align: top;
}
.slider .slider__slide-image {
  min-height: 320px;
  padding-bottom: 56%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slider .slider__slide-image:after {
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 260px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.2) 53%,
    rgba(0, 0, 0, 0.71) 78%,
    rgba(0, 0, 0, 1) 100%
  );
  content: "";
}
.slider .slider__slide-content {
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  padding: 0 33px 33px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  font: 18px/1 "Fjalla One", sans-serif;
  color: #0566a7;
}
.slider .slider__slide-content h3 {
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 5px;
  color: #fff;
}
.slider .slider__slide-content h3 a:hover {
  color: #0566a7;
}
.slider .slider__slide-content a {
  text-decoration: none;
}
.slider a[class^="btn-ticketmaster-"] {
  position: absolute;
  bottom: 30px;
  right: 33px;
  padding: 5px 20px;
}
.slider .slick-arrow {
  z-index: 2;
  position: absolute;
  top: 45%;
  background: url(../images/arrow-right.png) no-repeat 0 0 / contain;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  font-size: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
.slider .slick-prev {
  left: 10px;
  transform: scaleX(-1);
}
.slider .slick-next {
  right: 15px;
}
.slider .slick-dots {
  display: none !important;
}
/* Tablet Portrait */
@media
	(
		max-width: 1023px
	) {
  .slider {
    margin: 0 auto;
    transition: transform 0.4s;
  }
  .header-visible .slider {
    transform: translateX(-250px);
  }
  .slider .slider__slide-content {
    padding: 0 25px 45px;
  }
  .slider a[class^="btn-ticketmaster-"] {
    right: 25px;
    padding: 5px 20px;
  }

  .slider .slick-arrow {
    display: none !important;
  }
  .slider .slick-dots {
    display: block !important;
    position: absolute;
    bottom: 12px;
    left: 50%;
    font-size: 0;
    list-style: none outside none;
    transform: translateX(-50%);
  }
  .slider .slick-dots li {
    display: inline-block;
    margin: 0 4px;
  }
  .slider .slick-dots li button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    border-radius: 50%;
    border: 3px solid #1a678a;
    width: 20px;
    height: 20px;
    background: transparent;
  }
  .slider .slick-dots .slick-active button {
    background: #4697d6;
  }
}
/* Mobile */
@media
	(
		max-width: 767px
	) {
  .slider .slider__slide-content {
    padding-left: 11px;
    padding-right: 11px;
  }
  .slider .slider__slide-content h3 {
    font-size: 28px;
    line-height: 1.15;
  }

  .slider .slick-dots li {
    margin: 0 2px;
  }
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul { list-style: none outside none; display: flex; flex-flow: row wrap; align-items: center; margin: 0 -4px; }
.socials ul li { padding: 0 4px; }
.socials ul a { display: block; text-decoration: none; font-size: 16px; }
.socials ul a:hover { opacity: .5; }
/* ------------------------------------------------------------ *\
	- Transitions
\* ------------------------------------------------------------ */
a,
button,
input[type="submit"],
input[type="button"] { transition: color 0.4s, background 0.4s, opacity 0.4s, transform 0.4s, border 0.4s; }
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets { list-style: none outside none; margin: -10px -20px; }
.widgets > li { padding: 10px 20px; }
.widget { margin-bottom: 15px; }
.widget > ul { list-style: none outside none; margin: 0; }
.widget > ul li { padding: 5px 0; }
.widget > ul a { text-decoration: none; border-bottom: 1px solid transparent; }
.widget > ul a:hover { border-bottom-color: #055590; color: #055590; }
.widget-title { padding-bottom: 5px; border-bottom: 1px solid #000; margin-bottom: 12px; }
@media
	(
		max-width: 767px
	){
	.widgets { margin: -10px; }
	.widgets > li { padding: 10px; }
}
/* ------------------------------------------------------------ *\
	Widget Calendar
\* ------------------------------------------------------------ */
.widget_calendar table { width: 100%; border-spacing: 0; border-collapse: collapse; text-align: center; }
.widget_calendar td,
.widget_calendar th { padding: 5px; border: 1px solid #000; }
.widget_calendar caption { padding: 12px; font-weight: bold; }
.widget_calendar tfoot { font-weight: bold; }
/* ------------------------------------------------------------ *\
	Widget RSS
\* ------------------------------------------------------------ */
.widget_rss .rsswidget { vertical-align: middle; }
.widget_rss .rsswidget img { float: left; margin: 5px 8px 0 0; }
/* ------------------------------------------------------------ *\
	Widget Categories
\* ------------------------------------------------------------ */
.widget_categories .screen-reader-text { display: none; }
.widget_categories .post-form { width: 100%; padding: 5px; }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper { position: relative; display: flex; flex-flow: row wrap; overflow: hidden; }
.wrapper .wrapper__inner { width: 100%; display: flex; flex-direction: column; min-height: 100vh; }
body.admin-bar .wrapper__inner { min-height: calc(100vh - 32px); }
@media
	(
		max-width: 782px
	) {
	body.admin-bar .wrapper__inner { min-height: calc(100vh - 46px); }
}
/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */

/*# sourceMappingURL=bundle.css.map */
